diff --git a/projects/mtg/bin/Res/sets/DIS/_cards.dat b/projects/mtg/bin/Res/sets/DIS/_cards.dat index 294f27954..7c9da63a3 100644 --- a/projects/mtg/bin/Res/sets/DIS/_cards.dat +++ b/projects/mtg/bin/Res/sets/DIS/_cards.dat @@ -27,6 +27,7 @@ type=Creature subtype=Bird power=1 toughness=1 +abilities=flying text=Flying Whenever Beacon Hawk deals combat damage to a player, you may untap target creature. {W}: Beacon Hawk gets +0/+1 until end of turn. auto=@damaged(player) from(this):may untap target(creature) auto={W}:0/1 diff --git a/projects/mtg/bin/Res/sets/MIR/_cards.dat b/projects/mtg/bin/Res/sets/MIR/_cards.dat index d5e42ff2f..86d3af19e 100644 --- a/projects/mtg/bin/Res/sets/MIR/_cards.dat +++ b/projects/mtg/bin/Res/sets/MIR/_cards.dat @@ -1016,17 +1016,6 @@ type=Enchantment subtype=Aura [/card] [card] -text=Destroy all green creatures or all white creatures. They can't be regenerated. You lose 2 life for each creature put into a graveyard this way. -id=3306 -name=Reign of Terror -auto=foreach(creature[green]) life:-2 controller -auto=foreach(creature[white]) life:-2 controller -auto=bury all(creature[white,green]) -rarity=U -mana={3}{B}{B} -type=Sorcery -[/card] -[card] text={B}: Regenerate Restless Dead. id=3307 name=Restless Dead diff --git a/projects/mtg/bin/Res/sets/MIR/todo.dat b/projects/mtg/bin/Res/sets/MIR/todo.dat index 1d8a452cc..48d873f8e 100644 --- a/projects/mtg/bin/Res/sets/MIR/todo.dat +++ b/projects/mtg/bin/Res/sets/MIR/todo.dat @@ -1412,6 +1412,17 @@ type=Sorcery mana={2}{R}{R} [/card] [card] +text=Destroy all green creatures or all white creatures. They can't be regenerated. You lose 2 life for each creature put into a graveyard this way. +id=3306 +name=Reign of Terror +auto=foreach(creature[green]) life:-2 controller +auto=foreach(creature[white]) life:-2 controller +auto=bury all(creature[white,green]) +rarity=U +mana={3}{B}{B} +type=Sorcery +[/card] +[card] text=Whenever an opponent plays a spell that targets you or a creature you control, you may draw a card. id=3549 name=Reparations diff --git a/projects/mtg/bin/Res/sets/ZEN/_cards.dat b/projects/mtg/bin/Res/sets/ZEN/_cards.dat index 5c87c9026..05c676c2c 100644 --- a/projects/mtg/bin/Res/sets/ZEN/_cards.dat +++ b/projects/mtg/bin/Res/sets/ZEN/_cards.dat @@ -740,7 +740,7 @@ rarity=U mana={3}{U} type=Creature subtype=Merfolk Wizard -auto={T}:tap target(creature[-flying]) +auto={2}{U}:tap target(creature[-flying]) power=2 toughness=3 abilities=islandwalk diff --git a/projects/mtg/bin/Res/sets/ZEN/todo.dat b/projects/mtg/bin/Res/sets/ZEN/todo.dat index 46ed971c1..da2323b77 100644 --- a/projects/mtg/bin/Res/sets/ZEN/todo.dat +++ b/projects/mtg/bin/Res/sets/ZEN/todo.dat @@ -858,6 +858,8 @@ subtype=Goblin Berserker power=1 toughness=1 text=Double strike Whenever Warren Instigator deals damage to an opponent, you may put a Goblin creature card from your hand onto the battlefield. +#The double strike abilities triggers 2 damage event, so the following allow you to put 2 cards each time it damaged an oppponent. +auto=@damaged(player) from(this):may moveto(myBattlefield) target(goblin|myHand) rarity=M [/card] [card]