Switching the Scaling Ladder errata to one that heals per token

This commit is contained in:
Christian 'ketura' McCarty
2022-12-28 23:00:34 -06:00
parent 21dfcc3a0a
commit 6c79dc4bc4

View File

@@ -60,29 +60,25 @@
{
type: activated
phase: skirmish
cost: [
effect: [
{
type: MemorizeNumber
type: repeat
amount: {
type: ForEachToken
filter: self
culture: isengard
}
memory: tokenCount
effect: {
type: Heal
count: 1
filter: choose(Uruk-hai)
}
}
{
type: discard
filter: self
}
]
effect: {
type: Heal
count: {
type: FromMemory
memory: tokenCount
}
filter: choose(Uruk-hai)
}
}
]