Fixed Not Feared In Sunlight only applying its strength malus to Nazgul in play at the time of activation
This commit is contained in:
@@ -106,9 +106,12 @@
|
|||||||
filter: self
|
filter: self
|
||||||
}
|
}
|
||||||
effect: {
|
effect: {
|
||||||
type: modifyStrength
|
type: addModifier
|
||||||
filter: all(Nazgul)
|
modifier: {
|
||||||
amount: -4
|
type: ModifyStrength
|
||||||
|
amount: -4
|
||||||
|
filter: Nazgul
|
||||||
|
}
|
||||||
until: start(regroup)
|
until: start(regroup)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user