Switching the Scaling Ladder errata to one that heals per token
This commit is contained in:
@@ -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)
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user