Fixing Naith Armaments targeting bearer. Hopefully fixing Let This Be The Hour not applying strength value.
This commit is contained in:
@@ -178,7 +178,7 @@
|
||||
}
|
||||
requires: {
|
||||
type: CanSpot
|
||||
filter: another, wounded, valiant, elf
|
||||
filter: not(bearer), wounded, valiant, elf
|
||||
}
|
||||
cost: {
|
||||
type: Exert
|
||||
@@ -186,7 +186,7 @@
|
||||
}
|
||||
effect: {
|
||||
type: Heal
|
||||
select: choose(another, valiant, elf)
|
||||
select: choose(not(bearer), valiant, elf)
|
||||
}
|
||||
}
|
||||
]
|
||||
|
||||
@@ -563,12 +563,15 @@
|
||||
select: memory(exertedComp)
|
||||
}
|
||||
{
|
||||
type: ModifyStrength
|
||||
amount: {
|
||||
type: ForEachYouCanSpot
|
||||
filter: InSkirmishAgainst(memory(exertedComp))
|
||||
type: AddModifier
|
||||
modifier: {
|
||||
type: ModifyStrength
|
||||
amount: {
|
||||
type: ForEachYouCanSpot
|
||||
filter: InSkirmishAgainst(memory(exertedComp))
|
||||
}
|
||||
filter: memory(exertedComp)
|
||||
}
|
||||
select: memory(exertedComp)
|
||||
until: start(regroup)
|
||||
}
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user