Laurent - Update to the foreach parser with "add" to be used for instant and sorcery (e.g. spoil of evil) also removed/added corresponding cards (spoil of evil, song of the damned and ancestor chosen).
Also added the ability "INDESTRUCTIBLE" did not test it yet + not sure about the ruling ...
This commit is contained in:
@@ -66,6 +66,7 @@ toughness=3
|
||||
text=First strike (This creature deals combat damage before creatures without first strike.) When Ancestor's Chosen comes into play, you gain 1 life for each card in your graveyard.
|
||||
abilities=first strike
|
||||
id=130550
|
||||
auto=foreach(*|mygraveyard)life:1
|
||||
name=Ancestor's Chosen
|
||||
rarity=U
|
||||
color=White
|
||||
|
||||
@@ -1228,6 +1228,7 @@ text=Add {B} to your mana pool for each creature card in your graveyard.
|
||||
id=2484
|
||||
name=Songs of the Damned
|
||||
rarity=C
|
||||
auto=foreach(creature|mygraveyard)add:{B}
|
||||
type=Instant
|
||||
mana={B}
|
||||
[/card]
|
||||
@@ -1246,6 +1247,8 @@ subtype=Aura
|
||||
[card]
|
||||
text=For each artifact or creature card in an opponent's graveyard, add {1} to your mana pool and you gain 1 life.
|
||||
id=2487
|
||||
auto=foreach(artifact,creature|opponentgraveyard)add:{1}
|
||||
auto=foreach(artifact,creature|opponentgraveyard)life:1
|
||||
name=Spoils of Evil
|
||||
rarity=R
|
||||
type=Instant
|
||||
|
||||
Reference in New Issue
Block a user