diff --git a/projects/mtg/bin/Res/sets/ARB/_cards.dat b/projects/mtg/bin/Res/sets/ARB/_cards.dat index 7b8558183..764352cf9 100644 --- a/projects/mtg/bin/Res/sets/ARB/_cards.dat +++ b/projects/mtg/bin/Res/sets/ARB/_cards.dat @@ -75,6 +75,19 @@ power=3 toughness=3 [/card] [card] +text=When Deadshot Minotaur enters the battlefield, it deals 3 damage to target creature with flying. Cycling {(r/g)} ({(r/g)}, Discard this card: Draw a card.) +id=179543 +name=Deadshot Minotaur +rarity=C +mana={3}{R}{G} +type=Creature +subtype=Minotaur +auto=damage:3 target(creature[flying]) +autohand={RG}:cycling +power=3 +toughness=4 +[/card] +[card] text=Exalted (Whenever a creature you control attacks alone, that creature gets +1/+1 until end of turn.) id=179542 name=Ethercaste Knight @@ -423,6 +436,18 @@ power=5 toughness=3 [/card] [card] +text=When Nulltread Gargantuan enters the battlefield, put a creature you control on top of its owner's library. +id=179580 +name=Nulltread Gargantuan +rarity=U +mana={1}{G}{U} +type=Creature +subtype=Beast +auto=moveTo(ownerlibrary) target(creature|myBattlefield) +power=5 +toughness=6 +[/card] +[card] text=Reach (This can block creatures with flying.) Forestcycling {2}, plainscycling {2} ({2}, Discard this card: Search your library for a Forest or Plains card, reveal it, and put it into your hand. Then shuffle your library.) autohand={2}{S}:moveTo(myhand) target(plains,forest|mylibrary) id=144249 @@ -495,6 +520,18 @@ type=Enchantment subtype=Aura [/card] [card] +text=When Sanity Gnawers enters the battlefield, target player discards a card at random. +id=179623 +name=Sanity Gnawers +rarity=U +mana={1}{B}{R} +type=Creature +subtype=Rat +auto=discard:1 target(player) +power=1 +toughness=1 +[/card] +[card] text=Flying, haste id=179594 name=Sewn-Eye Drake @@ -633,6 +670,18 @@ power=1 toughness=1 [/card] [card] +text=When Vithian Renegades enters the battlefield, destroy target artifact. +id=179535 +name=Vithian Renegades +rarity=U +mana={1}{R}{G} +type=Creature +subtype=Human Shaman +auto=destroy target(artifact) +power=3 +toughness=2 +[/card] +[card] text=Defender, flying, shroud id=179601 name=Wall of Denial diff --git a/projects/mtg/bin/Res/sets/ARB/todo.dat b/projects/mtg/bin/Res/sets/ARB/todo.dat index 55a836cac..f01e2afb7 100644 --- a/projects/mtg/bin/Res/sets/ARB/todo.dat +++ b/projects/mtg/bin/Res/sets/ARB/todo.dat @@ -61,7 +61,6 @@ toughness=1 text=As long as you control another multicolored permanent, Bant Sureblade gets +1/+1 and has first strike. rarity=C [/card] - [card] id=185057 name=Bituminous Blast @@ -128,17 +127,6 @@ text=Enchant creature Enchanted creature can't attack or block. When enchanted c rarity=C [/card] [card] -id=179543 -name=Deadshot Minotaur -mana={3}{R}{G} -type=Creature -subtype=Minotaur -power=3 -toughness=4 -text=When Deadshot Minotaur comes into play, it deals 3 damage to target creature with flying. Cycling {(r/g)} ({(r/g)}, Discard this card: Draw a card.) -rarity=C -[/card] -[card] id=180622 name=Deathbringer Thoctar mana={4}{B}{R} @@ -558,22 +546,6 @@ text=Whenever Nemesis of Reason attacks, defending player puts the top ten cards rarity=R [/card] [card] -#### -####Removed for the same reason as all creatures with non-may comes-into-play effects. (0.9.1) -#### -text=When Nulltread Gargantuan enters the battlefield, put a creature you control on top of its owner's library. -id=179580 -name=Nulltread Gargantuan -rarity=U -mana={1}{G}{U} -type=Creature -subtype=Beast -target=creature|myBattlefield -auto=moveTo(ownerlibrary) -power=5 -toughness=6 -[/card] -[card] id=183007 name=Offering to Asha mana={2}{W}{U} @@ -581,7 +553,6 @@ type=Instant text=Counter target spell unless its controller pays {4}. You gain 4 life. rarity=C [/card] - [card] id=180602 name=Predatory Advantage @@ -620,19 +591,6 @@ toughness=4 text=If you would draw a card, instead reveal the top three cards of your library. Put all creature cards revealed this way into your hand and the rest on the bottom of your library in any order. rarity=R [/card] - -[card] -id=179623 -name=Sanity Gnawers -mana={1}{B}{R} -type=Creature -subtype=Rat -power=1 -toughness=1 -text=When Sanity Gnawers comes into play, target player discards a card at random. -auto=discard:1 target(player) -rarity=U -[/card] [card] id=180607 name=Sen Triplets @@ -823,7 +781,6 @@ toughness=5 text=Uril, the Miststalker can't be the target of spells or abilities your opponents control. Uril gets +2/+2 for each Aura attached to it. rarity=M [/card] - [card] id=179592 name=Vectis Dominator @@ -871,20 +828,6 @@ text=Cascade (When you play this spell, remove cards from the top of your librar rarity=C [/card] [card] -text=When Vithian Renegades comes into play, destroy target artifact. -#"When [this] enters the battlefield ... target ..." abilities are not supported unless there is a "may" (Wagic 0.9) -id=179535 -target=artifact -auto=destroy -name=Vithian Renegades -rarity=U -mana={1}{R}{G} -type=Creature -subtype=Human Shaman -power=3 -toughness=2 -[/card] -[card] id=180592 name=Wargate mana={X}{G}{W}{U} diff --git a/projects/mtg/bin/Res/sets/CFX/_cards.dat b/projects/mtg/bin/Res/sets/CFX/_cards.dat index 99676a208..b648a0a21 100644 --- a/projects/mtg/bin/Res/sets/CFX/_cards.dat +++ b/projects/mtg/bin/Res/sets/CFX/_cards.dat @@ -761,6 +761,18 @@ power=2 toughness=4 [/card] [card] +text=When Sedraxis Alchemist enters the battlefield, if you control a blue permanent, return target nonland permanent to its owner's hand. +id=182306 +name=Sedraxis Alchemist +rarity=C +mana={2}{B} +type=Creature +subtype=Zombie Wizard +auto=aslongas(*[blue]|myBattlefield) moveTo(ownerhand) target(*[-land]) +power=2 +toughness=2 +[/card] +[card] text=Whenever you cast an enchantment spell, put a 4/4 white Angel creature token with flying onto the battlefield. auto=@movedTo(enchantment|mystack):token(Angel,Creature Angel,4/4,white flying) id=180271 diff --git a/projects/mtg/bin/Res/sets/CFX/todo.dat b/projects/mtg/bin/Res/sets/CFX/todo.dat index 20ca5a8f0..82ed064b7 100644 --- a/projects/mtg/bin/Res/sets/CFX/todo.dat +++ b/projects/mtg/bin/Res/sets/CFX/todo.dat @@ -485,17 +485,6 @@ type=Artifact mana={B}{B} [/card] [card] -text=When Sedraxis Alchemist comes into play, if you control a blue permanent, return target nonland permanent to its owner's hand. -id=182306 -name=Sedraxis Alchemist -rarity=C -type=Creature -mana={2}{B} -power=2 -subtype=Zombie Wizard -toughness=2 -[/card] -[card] text=Shambling Remains can't block. Unearth {B}{R} ({B}{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=184991 name=Shambling Remains