diff --git a/projects/mtg/bin/Res/sets/ALA/_cards.dat b/projects/mtg/bin/Res/sets/ALA/_cards.dat index ae2322365..3c895a660 100644 --- a/projects/mtg/bin/Res/sets/ALA/_cards.dat +++ b/projects/mtg/bin/Res/sets/ALA/_cards.dat @@ -415,7 +415,7 @@ subtype=Forest [/card] [card] text=Flying. Whenever another artifact comes into play under your control, Glaze Fiend gets +2/+2 until end of turn. -auto=@movedTo(other artifact|myinplay):2/2 +auto=@movedTo(other artifact|myinplay):2/2 ueot abilities=flying id=174816 name=Glaze Fiend @@ -510,7 +510,7 @@ toughness=8 [/card] [card] text=Whenever another creature is put into a graveyard from play, you may have Hissing Iguanar deal 1 damage to target player. -auto=@movedTo(other creature|graveyard):may damage:1 target(player) +auto=@movedTo(other creature|graveyard) from(inplay):may damage:1 target(player) id=174873 name=Hissing Iguanar rarity=C @@ -971,7 +971,7 @@ toughness=7 [card] text=First strike Whenever another creature is put into a graveyard from play, you may put a +1/+1 counter on Rockslide Elemental. abilities=first strike -auto=@movedTo(creature|graveyard) from(inplay):may counter(1/1) +auto=@movedTo(other creature|graveyard) from(inplay):may counter(1/1) id=174988 name=Rockslide Elemental rarity=U diff --git a/projects/mtg/bin/Res/sets/INV/_cards.dat b/projects/mtg/bin/Res/sets/INV/_cards.dat index d39e57017..b72c60176 100644 --- a/projects/mtg/bin/Res/sets/INV/_cards.dat +++ b/projects/mtg/bin/Res/sets/INV/_cards.dat @@ -667,7 +667,7 @@ toughness=3 [card] text=Kavu creatures have trample. Whenever another Kavu comes into play, put a +1/+1 counter on Kavu Monarch. auto=lord(kavu) trample -auto=@movedTo(kavu|inplay):counter(1/1) +auto=@movedTo(other kavu|inplay):counter(1/1) id=23097 name=Kavu Monarch rarity=R diff --git a/projects/mtg/bin/Res/sets/MRQ/_cards.dat b/projects/mtg/bin/Res/sets/MRQ/_cards.dat index 6eaa9569e..660fc920d 100644 --- a/projects/mtg/bin/Res/sets/MRQ/_cards.dat +++ b/projects/mtg/bin/Res/sets/MRQ/_cards.dat @@ -715,8 +715,8 @@ toughness=1 [/card] [card] text=Whenever a nontoken permanent is put into a player's graveyard from play, that player loses 1 life. -auto=@movedTo(land,enchantment,creature,artifact|opponentGraveyard) from(battlefield):life:-1 opponent -auto=@movedTo(land,enchantment,creature,artifact|myGraveyard) from(battlefield):life:-1 controller +auto=@movedTo(*|opponentGraveyard) from(battlefield):life:-1 opponent +auto=@movedTo(*|myGraveyard) from(battlefield):life:-1 controller id=19706 name=Liability rarity=R diff --git a/projects/mtg/bin/Res/sets/RAV/_cards.dat b/projects/mtg/bin/Res/sets/RAV/_cards.dat index 1c217ebb7..d8a1681ff 100644 --- a/projects/mtg/bin/Res/sets/RAV/_cards.dat +++ b/projects/mtg/bin/Res/sets/RAV/_cards.dat @@ -394,6 +394,15 @@ toughness=2 abilities=mountainwalk [/card] [card] +text=Whenever a nontoken creature you control is put into a graveyard from play, put a 1/1 green Saproling creature token into play. +id=89069 +auto=@movedto(creature|graveyard) from(inplay):token(Saproling,creature saproling, 1/1,green) +name=Golgari Germination +rarity=U +type=Enchantment +mana={1}{B}{G} +[/card] +[card] text=({BG} can be paid with either {B} or {G}.) {4}{B}, Sacrifice a creature: Return target creature card from your graveyard to your hand. {4}{G}: Put a +1/+1 counter on target creature. id=83838 auto={4}{B}{S(creature|myinplay)}:moveto(myhand) target(creature|mygraveyard) diff --git a/projects/mtg/bin/Res/sets/RAV/todo.dat b/projects/mtg/bin/Res/sets/RAV/todo.dat index 6a230d15c..50676cec6 100644 --- a/projects/mtg/bin/Res/sets/RAV/todo.dat +++ b/projects/mtg/bin/Res/sets/RAV/todo.dat @@ -746,15 +746,7 @@ power=2 subtype=Lizard toughness=3 [/card] -[card] -text=Whenever a nontoken creature you control is put into a graveyard from play, put a 1/1 green Saproling creature token into play. -id=89069 -auto=@movedto(creature[-token]|graveyard) from(myinplay):token(Saproling,creature saproling, 1/1,green) -name=Golgari Germination -rarity=U -type=Enchantment -mana={1}{B}{G} -[/card] + [card] text=Golgari Grave-Troll comes into play with a +1/+1 counter on it for each creature card in your graveyard. {1}, Remove a +1/+1 counter from Golgari Grave-Troll: Regenerate Golgari Grave-Troll. Dredge 6 id=88960 diff --git a/projects/mtg/bin/Res/sets/TSP/_cards.dat b/projects/mtg/bin/Res/sets/TSP/_cards.dat index 1cb78cfc5..b37f2c7ad 100644 --- a/projects/mtg/bin/Res/sets/TSP/_cards.dat +++ b/projects/mtg/bin/Res/sets/TSP/_cards.dat @@ -315,6 +315,18 @@ subtype=Wurm toughness=6 [/card] [card] +id=118873 +name=Herd Gnarr +mana={3}{G} +type=Creature +subtype=Beast +power=2 +toughness=2 +text=Whenever another creature comes into play under your control, Herd Gnarr gets +2/+2 until end of turn. +auto=@movedTo(other artifact|myinplay):2/2 ueot +rarity=C +[/card] +[card] id=108900 name=Icatian Crier mana={2}{W} diff --git a/projects/mtg/bin/Res/sets/TSP/todo.dat b/projects/mtg/bin/Res/sets/TSP/todo.dat index da7748921..a749f8540 100644 --- a/projects/mtg/bin/Res/sets/TSP/todo.dat +++ b/projects/mtg/bin/Res/sets/TSP/todo.dat @@ -847,17 +847,7 @@ type=Instant text=Target player discards two cards. If you played this spell during your main phase, that player discards four cards instead. rarity=U [/card] -[card] -id=118873 -name=Herd Gnarr -mana={3}{G} -type=Creature -subtype=Beast -power=2 -toughness=2 -text=Whenever another creature comes into play under your control, Herd Gnarr gets +2/+2 until end of turn. -rarity=C -[/card] + [card] id=116387 name=Hivestone