Erwan
- fix for issue 301 (creatures go to graveyard) - This adds an important change to "movedTo", which now accepts a "full" target description in both "from" and "movedTo". The point is that a card does not move to "creature|graveyard" from "battlefield" but moves from "creature|battlefield" to "graveyard".
This commit is contained in:
@@ -17,7 +17,7 @@ abilities=exalted
|
||||
[/card]
|
||||
[card]
|
||||
text=Shroud Whenever another creature is put into a graveyard from the battlefield, you may put a +1/+1 counter on Algae Gharial.
|
||||
auto=@movedTo(other creature|graveyard) from(battlefield):may counter(1/1)
|
||||
auto=@movedTo(graveyard) from(other creature|battlefield):may counter(1/1)
|
||||
id=174986
|
||||
name=Algae Gharial
|
||||
rarity=U
|
||||
@@ -218,7 +218,7 @@ abilities=flying
|
||||
[card]
|
||||
text=Enchant artifact or creature. Enchanted permanent doesn't untap during its controller's untap step.
|
||||
id=175042
|
||||
|
||||
|
||||
target=creature,artifact
|
||||
auto=doesnotuntap
|
||||
name=Coma Veil
|
||||
@@ -308,7 +308,7 @@ toughness=2
|
||||
[/card]
|
||||
[card]
|
||||
text=Whenever another creature is put into a graveyard from the battlefield, you may gain 1 life.
|
||||
auto=@movedTo(other creature|graveyard) from(battlefield):may life:1
|
||||
auto=@movedTo(graveyard) from(other creature|battlefield):may life:1
|
||||
id=175073
|
||||
name=Deathgreeter
|
||||
rarity=C
|
||||
@@ -589,7 +589,7 @@ abilities=flying,trample,haste
|
||||
[/card]
|
||||
[card]
|
||||
text=Whenever another creature is put into a graveyard from the battlefield, you may have Hissing Iguanar deal 1 damage to target player.
|
||||
auto=@movedTo(other creature|graveyard) from(battlefield):may damage:1 target(player)
|
||||
auto=@movedTo(graveyard) from(other creature|battlefield):may damage:1 target(player)
|
||||
id=174873
|
||||
name=Hissing Iguanar
|
||||
rarity=C
|
||||
@@ -1178,7 +1178,7 @@ toughness=7
|
||||
[/card]
|
||||
[card]
|
||||
text=First strike Whenever another creature is put into a graveyard from the battlefield, you may put a +1/+1 counter on Rockslide Elemental.
|
||||
auto=@movedTo(other creature|graveyard) from(battlefield):may counter(1/1)
|
||||
auto=@movedTo(graveyard) from(other creature|battlefield):may counter(1/1)
|
||||
id=174988
|
||||
name=Rockslide Elemental
|
||||
rarity=U
|
||||
@@ -1239,7 +1239,7 @@ type=Land
|
||||
[/card]
|
||||
[card]
|
||||
text=Flying Whenever another creature is put into a graveyard from the battlefield, you may put a +1/+1 counter on Scavenger Drake.
|
||||
auto=@movedTo(other creature|graveyard) from(battlefield):may counter(1/1)
|
||||
auto=@movedTo(graveyard) from(other creature|battlefield):may counter(1/1)
|
||||
id=174987
|
||||
name=Scavenger Drake
|
||||
rarity=U
|
||||
|
||||
Reference in New Issue
Block a user