diff --git a/projects/mtg/bin/Res/sets/ALA/_cards.dat b/projects/mtg/bin/Res/sets/ALA/_cards.dat index 5d67936b4..655590d0f 100644 --- a/projects/mtg/bin/Res/sets/ALA/_cards.dat +++ b/projects/mtg/bin/Res/sets/ALA/_cards.dat @@ -11,19 +11,6 @@ subtype=Human Soldier toughness=1 [/card] [card] -text=Shroud Whenever another creature is put into a graveyard from play, you may put a +1/+1 counter on Algae Gharial. -abilities=shroud -auto=@movedTo(creature|graveyard) from(inplay):may counter(1/1) -id=174986 -name=Algae Gharial -rarity=U -type=Creature -mana={3}{G} -power=1 -subtype=Crocodile -toughness=1 -[/card] -[card] text=Arcane Sanctum comes into play tapped. {T}: Add {W}, {U}, or {B} to your mana pool. auto=tap auto={T}:Add{W} @@ -967,19 +954,6 @@ rarity=U type=Land [/card] [card] -text=Flying Whenever another creature is put into a graveyard from play, you may put a +1/+1 counter on Scavenger Drake. -abilities=flying -auto=@movedTo(creature|graveyard) from(inplay):may counter(1/1) -id=174987 -name=Scavenger Drake -rarity=U -type=Creature -mana={3}{B} -power=1 -subtype=Drake -toughness=1 -[/card] -[card] text=Seaside Citadel comes into play tapped. {T}: Add {G}, {W}, or {U} to your mana pool. auto=tap auto={T}:Add{G} diff --git a/projects/mtg/bin/Res/sets/ALA/todo.dat b/projects/mtg/bin/Res/sets/ALA/todo.dat index 6f6268dae..30600dfcd 100644 --- a/projects/mtg/bin/Res/sets/ALA/todo.dat +++ b/projects/mtg/bin/Res/sets/ALA/todo.dat @@ -24,7 +24,20 @@ mana={2}{R}{W} subtype=Ajani toughness=3 [/card] - +[card] +text=Shroud Whenever another creature is put into a graveyard from play, you may put a +1/+1 counter on Algae Gharial. +abilities=shroud +auto=@movedTo(creature[-this]|graveyard) from(inplay):may counter(1/1) +#0.8 doesnt have "[-this]" when this creature dies, it triggers its own effect, causing crash +id=174986 +name=Algae Gharial +rarity=U +type=Creature +mana={3}{G} +power=1 +subtype=Crocodile +toughness=1 +[/card] [card] text=Exalted (Whenever a creature you control attacks alone, that creature gets +1/+1 until end of turn.) Whenever a creature you control attacks alone, you may tap target creature. id=174826 @@ -986,7 +999,20 @@ type=Enchantment mana={2}{G} subtype=Aura [/card] - +[card] +text=Flying Whenever another creature is put into a graveyard from play, you may put a +1/+1 counter on Scavenger Drake. +abilities=flying +auto=@movedTo(creature|graveyard) from(inplay):may counter(1/1) +#0.8 doesnt have "[-this]" when this creature dies, it triggers its own effect, causing crash +id=174987 +name=Scavenger Drake +rarity=U +type=Creature +mana={3}{B} +power=1 +subtype=Drake +toughness=1 +[/card] [card] text=When Scourge Devil comes into play, creatures you control get +1/+0 until end of turn. Unearth {2}{R} ({2}{R}: Return this card from your graveyard to play. It gains haste. Remove it from the game at end of turn or if it would leave play. Unearth only as a sorcery.) id=174845 diff --git a/projects/mtg/bin/Res/sets/EXO/todo.dat b/projects/mtg/bin/Res/sets/EXO/todo.dat index 285ce48c7..71e721a4c 100644 --- a/projects/mtg/bin/Res/sets/EXO/todo.dat +++ b/projects/mtg/bin/Res/sets/EXO/todo.dat @@ -474,6 +474,7 @@ mana={R} type=Enchantment text=Whenever you play a creature spell, tap target creature. auto=@movedTo(creature|mystack):tap target(creature) +#0.8 @movedTo wont work with target, may is needed rarity=C [/card] [card] diff --git a/projects/mtg/bin/Res/sets/LRW/_cards.dat b/projects/mtg/bin/Res/sets/LRW/_cards.dat index 056f4c2c2..d5f445567 100644 --- a/projects/mtg/bin/Res/sets/LRW/_cards.dat +++ b/projects/mtg/bin/Res/sets/LRW/_cards.dat @@ -561,8 +561,8 @@ toughness=1 [/card] [card] text=Whenever an attacking Kithkin or Elf is put into your graveyard from play, you may draw a card. -auto=@movedTo(kithkin[attacking]|mygraveyard) from(inplay):draw:1 -auto=@movedTo(elf[attacking]|mygraveyard) from(inplay):draw:1 +auto=@movedTo(kithkin[attacking]|mygraveyard) from(inplay):may draw:1 +auto=@movedTo(elf[attacking]|mygraveyard) from(inplay):may draw:1 id=139497 name=Kithkin Mourncaller rarity=U @@ -814,7 +814,8 @@ toughness=3 [card] text=Whenever a player plays a Kithkin spell, you may have target player lose 1 life. id=139469 -auto=@movedTo(kithkin):may life:-1 target(player) +auto=@movedTo(kithkin|mystack):may life:-1 target(player) +auto=@movedTo(kithkin|opponentstack):may life:-1 target(player) name=Quill-Slinger Boggart rarity=C type=Creature diff --git a/projects/mtg/bin/Res/sets/MRD/_cards.dat b/projects/mtg/bin/Res/sets/MRD/_cards.dat index 022580340..762085309 100644 --- a/projects/mtg/bin/Res/sets/MRD/_cards.dat +++ b/projects/mtg/bin/Res/sets/MRD/_cards.dat @@ -254,7 +254,7 @@ abilities=fear [/card] [card] text=Whenever Dross Scorpion or another artifact creature is put into a graveyard from play, you may untap target artifact. -auto=@movedTo(creature[artifact]|graveyard) from(inplay):may untap(artifact) +auto=@movedTo(creature[artifact]|graveyard) from(inplay):may untap target(artifact) id=46434 name=Dross Scorpion rarity=C diff --git a/projects/mtg/bin/Res/sets/SHM/_cards.dat b/projects/mtg/bin/Res/sets/SHM/_cards.dat index 61609862c..e2cab0235 100644 --- a/projects/mtg/bin/Res/sets/SHM/_cards.dat +++ b/projects/mtg/bin/Res/sets/SHM/_cards.dat @@ -912,8 +912,8 @@ text=At the beginning of each player's draw step, that player draws an additiona id=146089 auto=@each my upkeep:draw:1 controller auto=@each opponent upkeep:draw:1 opponent -auto=@movedTo(myhand) from(mylibrary):damage:1 controller -auto=@movedTo(opponenthand) from(opponentlibrary):damage:1 opponent +auto=@movedTo(*|myhand) from(mylibrary):damage:1 controller +auto=@movedTo(*|opponenthand) from(opponentlibrary):damage:1 opponent name=Spiteful Visions rarity=R type=Enchantment diff --git a/projects/mtg/bin/Res/sets/USG/todo.dat b/projects/mtg/bin/Res/sets/USG/todo.dat index 5107b94a4..612208dff 100644 --- a/projects/mtg/bin/Res/sets/USG/todo.dat +++ b/projects/mtg/bin/Res/sets/USG/todo.dat @@ -1167,7 +1167,7 @@ mana={1}{W} [/card] [card] text=Whenever another card is put into a graveyard from anywhere, remove that card from the game. -auto=@movedTo(*|graveyard):moveTo(Exile) ??? +auto=@movedTo(*[-this]|graveyard):moveTo(Exile) ??? id=5608 name=Planar Void rarity=U