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 type: activated
phase: skirmish phase: skirmish
cost: [ effect: [
{ {
type: MemorizeNumber type: repeat
amount: { amount: {
type: ForEachToken type: ForEachToken
filter: self filter: self
culture: isengard culture: isengard
} }
memory: tokenCount effect: {
type: Heal
count: 1
filter: choose(Uruk-hai)
}
} }
{ {
type: discard type: discard
filter: self filter: self
} }
] ]
effect: {
type: Heal
count: {
type: FromMemory
memory: tokenCount
}
filter: choose(Uruk-hai)
}
} }
] ]