diff --git a/projects/mtg/bin/Res/sets/5DN/_cards.dat b/projects/mtg/bin/Res/sets/5DN/_cards.dat index a44b44fc5..a2bcb7035 100644 --- a/projects/mtg/bin/Res/sets/5DN/_cards.dat +++ b/projects/mtg/bin/Res/sets/5DN/_cards.dat @@ -9,7 +9,7 @@ mana={3}{U}{U} type=Sorcery [/card] [card] -text=Flying -- {U}: Advanced Hoverguard gains shroud until end of turn. (It can't be the target of spells or abilities.) +text=Flying {U}: Advanced Hoverguard gains shroud until end of turn. (It can't be the target of spells or abilities.) id=50144 name=Advanced Hoverguard rarity=C @@ -35,7 +35,6 @@ toughness=3 [/card] [card] text=Reach (This creature can block creatures with flying.) -abilities=reach id=51230 name=Arachnoid rarity=U @@ -44,16 +43,26 @@ type=Artifact Creature subtype=Spider power=2 toughness=6 +abilities=reach [/card] [card] -id=73566 -name=Armed Response -mana={2}{W} -type=Instant text=Armed Response deals damage to target attacking creature equal to the number of Equipment you control. +id=73566 target=creature[attacking] auto=foreach(equipment|mybattlefield) damage:1 +name=Armed Response rarity=C +mana={2}{W} +type=Instant +[/card] +[card] +text={U}, Discard an artifact card: Search your library for an artifact card with converted mana cost 1 or less, reveal that card, and put it into your hand. Then shuffle your library. +auto={U}{S(artifact|myhand)}:moveTo(myhand) target(artifact[manacost<=1]|mylibrary) +id=50172 +name=Artificer's Intuition +rarity=R +mana={1}{U} +type=Enchantment [/card] [card] text=Protection from black and from red Whenever another creature enters the battlefield, you may gain 1 life. @@ -69,6 +78,18 @@ toughness=1 abilities=protection from black,protection from red [/card] [card] +text={1}{W}: Return target artifact card with converted mana cost 1 or less from your graveyard to your hand. +auto={1}{W}:moveTo(myhand) target(artifact[manacost<=1]|mygraveyard) +id=51166 +name=Auriok Salvagers +rarity=U +mana={3}{W} +type=Creature +subtype=Human Soldier +power=2 +toughness=4 +[/card] +[card] id=39667 name=Avarice Totem mana={1} @@ -312,6 +333,15 @@ auto={2}:damage:1 target(creature,player) && bury all(this) rarity=U [/card] [card] +text=Destroy each nonland artifact with converted mana cost 4 or less. +id=72721 +auto=destroy all(artifact[manacost<=4;-land]) +name=Granulate +rarity=R +mana={2}{R}{R} +type=Sorcery +[/card] +[card] text={T}, Sacrifice an artifact: Target player puts the top three cards of his or her library into his or her graveyard. Whenever an artifact enters the battlefield, you may untap Grinding Station auto=@movedTo(artifact|battlefield):may untap auto={T}{S(artifact|myBattlefield)}:deplete:3 target(player) @@ -540,6 +570,16 @@ mana={5}{W}{W} type=Sorcery [/card] [card] +text={T}: Return target noncreature artifact card with converted mana cost 1 or less from your graveyard to the battlefield. Whenever a creature is put into a graveyard from the battlefield, you may untap Salvaging Station. +id=51132 +auto={T}:moveTo(myBattlefield) target(artifact[-creature;manacost<=1]|mygraveyard) +auto=@movedTo(creature|graveyard):may untap +name=Salvaging Station +rarity=R +mana={6} +type=Artifact +[/card] +[card] text=Target creature gets +5/+0 and gains haste until end of turn. id=51148 name=Screaming Fury @@ -693,19 +733,16 @@ power=2 toughness=2 [/card] [card] -id=73570 -name=Thought Courier -mana={1}{U} +text=When Trinket Mage enters the battlefield, you may search your library for an artifact card with converted mana cost 1 or less, reveal that card, and put it into your hand. If you do, shuffle your library. +id=50163 +name=Trinket Mage +rarity=C +mana={2}{U} type=Creature subtype=Human Wizard -power=1 -toughness=1 -text={T}: Draw a card, then discard a card. -# Note: Following line is not entirely correct. The game -# requires you to discard a card *before* you can draw -# then new one. -auto={T}:draw:1 controller && moveto(mygraveyard) target(*|myhand) -rarity=U +auto=may moveTo(myhand) target(artifact[manacost<=1]|mylibrary) +power=2 +toughness=2 [/card] [card] text={1}{G}: Tyrranax gets -1/+1 until end of turn. diff --git a/projects/mtg/bin/Res/sets/5DN/todo.dat b/projects/mtg/bin/Res/sets/5DN/todo.dat index 991a10e3a..b48cd1a00 100644 --- a/projects/mtg/bin/Res/sets/5DN/todo.dat +++ b/projects/mtg/bin/Res/sets/5DN/todo.dat @@ -1,4 +1,4 @@ -[card] +[card] id=50164 name=Abuna's Chant mana={3}{W} @@ -26,25 +26,6 @@ text=Modular -- Sunburst (This enters the battlefield with a +1/+1 counter on it rarity=U [/card] [card] -id=50172 -name=Artificer's Intuition -mana={1}{U} -type=Enchantment -text={U}, Discard an artifact card: Search your library for an artifact card with converted mana cost 1 or less, reveal that card, and put it into your hand. Then shuffle your library. -rarity=R -[/card] -[card] -id=51166 -name=Auriok Salvagers -mana={3}{W} -type=Creature -subtype=Human Soldier -power=2 -toughness=4 -text={1}{W}: Return target artifact card with converted mana cost 1 or less from your graveyard to your hand. -rarity=U -[/card] -[card] id=46175 name=Auriok Windwalker mana={3}{W} @@ -410,14 +391,6 @@ text=Equipped creature gets +3/+2. Whenever Grafted Wargear becomes unattached f rarity=U [/card] [card] -id=72721 -name=Granulate -mana={2}{R}{R} -type=Sorcery -text=Destroy each nonland artifact with converted mana cost 4 or less. -rarity=R -[/card] -[card] id=51138 name=Guardian Idol mana={2} @@ -741,14 +714,6 @@ text=Choose one  EUntap all lands you control; or until end of turn, lands you rarity=R [/card] [card] -id=51132 -name=Salvaging Station -mana={6} -type=Artifact -text={T}: Return target noncreature artifact card with converted mana cost 1 or less from your graveyard to the battlefield. Whenever a creature is put into a graveyard from the battlefield, you may untap Salvaging Station. -rarity=R -[/card] -[card] id=51141 name=Sawtooth Thresher mana={6} @@ -901,6 +866,21 @@ text=Destroy target artifact. Scry 2. (To scry 2, look at the top two cards of y rarity=U [/card] [card] +id=73570 +name=Thought Courier +mana={1}{U} +type=Creature +subtype=Human Wizard +power=1 +toughness=1 +text={T}: Draw a card, then discard a card. +# Note: Following line is not entirely correct. The game +# requires you to discard a card *before* you can draw +# then new one. +auto={T}:draw:1 controller && moveto(mygraveyard) target(*|myhand) +rarity=U +[/card] +[card] id=51161 name=Tornado Elemental mana={5}{G}{G} @@ -912,17 +892,6 @@ text=When Tornado Elemental enters the battlefield, it deals 6 damage to each cr rarity=R [/card] [card] -id=50163 -name=Trinket Mage -mana={2}{U} -type=Creature -subtype=Human Wizard -power=2 -toughness=2 -text=When Trinket Mage enters the battlefield, you may search your library for an artifact card with converted mana cost 1 or less, reveal that card, and put it into your hand. If you do, shuffle your library. -rarity=C -[/card] -[card] id=50134 name=Vedalken Orrery mana={4} diff --git a/projects/mtg/bin/Res/sets/BOK/_cards.dat b/projects/mtg/bin/Res/sets/BOK/_cards.dat index d3b4c55da..e8671b6b0 100644 --- a/projects/mtg/bin/Res/sets/BOK/_cards.dat +++ b/projects/mtg/bin/Res/sets/BOK/_cards.dat @@ -49,6 +49,19 @@ subtype=Aura abilities=flash [/card] [card] +text=Trample Soulshift 8 (When this is put into a graveyard from the battlefield, you may return target Spirit card with converted mana cost 8 or less from your graveyard to your hand.) +auto=@movedTo(this|mygraveyard) from(myBattlefield):may moveTo(myhand) target(other spirit[manacost<=8]|mygraveyard) +id=74613 +name=Body of Jukai +rarity=U +mana={7}{G}{G} +type=Creature +subtype=Spirit +power=8 +toughness=5 +abilities=trample +[/card] +[card] text=Sacrifice Child of Thorns: Target creature gets +1/+1 until end of turn. id=74461 name=Child of Thorns @@ -61,6 +74,19 @@ power=1 toughness=1 [/card] [card] +text=Fear (This creature can't be blocked except by artifact creatures and/or black creatures.) Soulshift 5 (When this is put into a graveyard from the battlefield, you may return target Spirit card with converted mana cost 5 or less from your graveyard to your hand.) +id=74032 +name=Crawling Filth +rarity=C +mana={5}{B} +type=Creature +subtype=Spirit +auto=@movedTo(this|mygraveyard) from(myBattlefield):may moveTo(myhand) target(other spirit[manacost<=5]|mygraveyard) +power=2 +toughness=2 +abilities=fear +[/card] +[card] text=Legendary creatures you control get +2/+2. id=74517 name=Day of Destiny @@ -163,6 +189,19 @@ auto=@movedto(this|mygraveyard) from(Battlefield):token(Spirit,Creature Spirit,1 abilities=legendary [/card] [card] +text=Protection from non-Spirit creatures Soulshift 4 (When this is put into a graveyard from the battlefield, you may return target Spirit card with converted mana cost 4 or less from your graveyard to your hand.) +id=74580 +name=Harbinger of Spring +rarity=C +mana={4}{G} +type=Creature +subtype=Spirit +auto=protection from(creature[-spirit]) +auto=@movedTo(this|mygraveyard) from(myBattlefield):may moveTo(myhand) target(other spirit[manacost<=4]|mygraveyard) +power=2 +toughness=1 +[/card] +[card] text=Destroy target legendary creature. id=74465 target=creature[legendary] @@ -242,6 +281,23 @@ power=2 toughness=2 [/card] [card] +text=Sacrifice Moonlit Strider: Target creature you control gains protection from the color of your choice until end of turn. Soulshift 3 (When this is put into a graveyard from the battlefield, you may return target Spirit card with converted mana cost 3 or less from your graveyard to your hand.) +id=74028 +name=Moonlit Strider +rarity=C +mana={3}{W} +type=Creature +subtype=Spirit +auto={S}:protection from white target(creature|myBattlefield) +auto={S}:protection from blue target(creature|myBattlefield) +auto={S}:protection from black target(creature|myBattlefield) +auto={S}:protection from red target(creature|myBattlefield) +auto={S}:protection from green target(creature|myBattlefield) +auto=@movedTo(this|mygraveyard) from(myBattlefield):may moveTo(myhand) target(other spirit[manacost<=3]|mygraveyard) +power=1 +toughness=4 +[/card] +[card] text=Sacrifice Nezumi Shadow-Watcher: Destroy target Ninja. id=74467 name=Nezumi Shadow-Watcher @@ -292,6 +348,19 @@ type=Enchantment subtype=Aura [/card] [card] +text={B}, Sacrifice Pus Kami: Destroy target nonblack creature. Soulshift 6 (When this is put into a graveyard from the battlefield, you may return target Spirit card with converted mana cost 6 or less from your graveyard to your hand.) +id=74124 +name=Pus Kami +rarity=U +mana={5}{B}{B} +type=Creature +subtype=Spirit +auto={B}{S}:destroy target(creature[-black]) +auto=@movedTo(this|mygraveyard) from(myBattlefield):may moveTo(myhand) target(other spirit[manacost<=6]|mygraveyard) +power=3 +toughness=3 +[/card] +[card] text=Return all artifacts and enchantments to their owners' hands. auto=moveto(ownerhand) all(artifact,enchantment) id=74110 @@ -382,6 +451,17 @@ type=Instant subtype=Arcane [/card] [card] +text=Enchant creature with converted mana cost 2 or less You control enchanted creature. +id=74652 +alias=1194 +target=creature[manacost<=2] +name=Threads of Disloyalty +rarity=R +mana={1}{U}{U} +type=Enchantment +subtype=Aura +[/card] +[card] text=Defender; reach (This creature can block creatures with flying.) Traproot Kami's toughness is equal to the number of Forests on the battlefield. id=74627 name=Traproot Kami diff --git a/projects/mtg/bin/Res/sets/BOK/todo.dat b/projects/mtg/bin/Res/sets/BOK/todo.dat index f1e2ea460..f95cdb49a 100644 --- a/projects/mtg/bin/Res/sets/BOK/todo.dat +++ b/projects/mtg/bin/Res/sets/BOK/todo.dat @@ -56,17 +56,6 @@ text=Equipped creature has "Unattach Blinding Powder: Prevent all combat damage rarity=U [/card] [card] -id=74613 -name=Body of Jukai -mana={7}{G}{G} -type=Creature -subtype=Spirit -power=8 -toughness=5 -text=Trample Soulshift 8 (When this is put into a graveyard from the battlefield, you may return target Spirit card with converted mana cost 8 or less from your graveyard to your hand.) -rarity=U -[/card] -[card] id=74536 name=Budoka Pupil mana={1}{G}{G} @@ -126,17 +115,6 @@ text=Each player sacrifices a permanent. rarity=C [/card] [card] -id=74032 -name=Crawling Filth -mana={5}{B} -type=Creature -subtype=Spirit -power=2 -toughness=2 -text=Fear (This creature can't be blocked except by artifact creatures and/or black creatures.) Soulshift 5 (When this is put into a graveyard from the battlefield, you may return target Spirit card with converted mana cost 5 or less from your graveyard to your hand.) -rarity=C -[/card] -[card] id=74671 name=Cunning Bandit mana={1}{R}{R} @@ -287,17 +265,6 @@ text=Return target legendary creature card from your graveyard to the battlefiel rarity=R [/card] [card] -id=74580 -name=Harbinger of Spring -mana={4}{G} -type=Creature -subtype=Spirit -power=2 -toughness=1 -text=Protection from non-Spirit creatures Soulshift 4 (When this is put into a graveyard from the battlefield, you may return target Spirit card with converted mana cost 4 or less from your graveyard to your hand.) -rarity=C -[/card] -[card] id=81982 name=Heart of Light mana={2}{W} @@ -634,17 +601,6 @@ text=Ninjutsu {U} ({U}, Return an unblocked attacker you control to hand: Put th rarity=C [/card] [card] -id=74028 -name=Moonlit Strider -mana={3}{W} -type=Creature -subtype=Spirit -power=1 -toughness=4 -text=Sacrifice Moonlit Strider: Target creature you control gains protection from the color of your choice until end of turn. Soulshift 3 (When this is put into a graveyard from the battlefield, you may return target Spirit card with converted mana cost 3 or less from your graveyard to your hand.) -rarity=C -[/card] -[card] id=74578 name=Neko-Te mana={3} @@ -806,17 +762,6 @@ text=Target player reveals his or her hand. You choose a Spirit or Arcane card f rarity=C [/card] [card] -id=74124 -name=Pus Kami -mana={5}{B}{B} -type=Creature -subtype=Spirit -power=3 -toughness=3 -text={B}, Sacrifice Pus Kami: Destroy target nonblack creature. Soulshift 6 (When this is put into a graveyard from the battlefield, you may return target Spirit card with converted mana cost 6 or less from your graveyard to your hand.) -rarity=U -[/card] -[card] id=74500 name=Quash mana={2}{U}{U} @@ -1128,15 +1073,6 @@ text={4}, {T}: Put a divinity counter on target permanent other than That Which rarity=R [/card] [card] -id=74652 -name=Threads of Disloyalty -mana={1}{U}{U} -type=Enchantment -subtype=Aura -text=Enchant creature with converted mana cost 2 or less You control enchanted creature. -rarity=R -[/card] -[card] id=74117 name=Three Tragedies mana={3}{B}{B} diff --git a/projects/mtg/bin/Res/sets/CHK/_cards.dat b/projects/mtg/bin/Res/sets/CHK/_cards.dat index 7a39a3db6..140f0c002 100644 --- a/projects/mtg/bin/Res/sets/CHK/_cards.dat +++ b/projects/mtg/bin/Res/sets/CHK/_cards.dat @@ -71,6 +71,19 @@ mana={3}{R}{R} type=Enchantment [/card] [card] +text=Sacrifice Burr Grafter: Target creature gets +2/+2 until end of turn. Soulshift 3 (When this is put into a graveyard from the battlefield, you may return target Spirit card with converted mana cost 3 or less from your graveyard to your hand.) +auto=@movedTo(this|mygraveyard) from(myBattlefield):may moveTo(myhand) target(other spirit[manacost<=3]|mygraveyard) +id=50305 +name=Burr Grafter +rarity=C +mana={3}{G} +type=Creature +subtype=Spirit +auto={S}:2/2 target(creature) +power=2 +toughness=2 +[/card] +[card] text=Enchant creature Enchanted creature can't attack or block. {1}{W}: Return Cage of Hands to its owner's hand. target=creature auto=cantattack @@ -215,16 +228,29 @@ mana={4}{G} type=Sorcery [/card] [card] +text=Equipped creature has shroud. (It can't be the target of spells or abilities.) Prevent all combat damage that would be dealt to equipped creature. Equip {2} ({2}: Attach to target creature you control. Equip only as a sorcery.) id=79862 name=General's Kabuto +rarity=R mana={4} type=Artifact subtype=Equipment -text=Equipped creature has shroud. (It can't be the target of spells or abilities.) Prevent all combat damage that would be dealt to equipped creature. Equip {2} ({2}: Attach to target creature you control. Equip only as a sorcery.) auto={2}:equip auto=shroud auto=preventAllCombatDamage to(mytgt) -rarity=R +[/card] +[card] +text=Flying Soulshift 3 (When this is put into a graveyard from the battlefield, you may return target Spirit card with converted mana cost 3 or less from your graveyard to your hand.) +id=78966 +name=Gibbering Kami +rarity=C +mana={3}{B} +type=Creature +subtype=Spirit +auto=@movedTo(this|mygraveyard) from(myBattlefield):may moveTo(myhand) target(other spirit[manacost<=3]|mygraveyard) +power=2 +toughness=2 +abilities=flying [/card] [card] text={1}{G}, Sacrifice Hana Kami: Return target Arcane card from your graveyard to your hand. @@ -303,6 +329,19 @@ toughness=2 abilities=shroud [/card] [card] +text=Flying Soulshift 4 (When this is put into a graveyard from the battlefield, you may return target Spirit card with converted mana cost 4 or less from your graveyard to your hand.) +id=79145 +name=Hundred-Talon Kami +rarity=C +mana={4}{W} +type=Creature +subtype=Spirit +auto=@movedTo(this|mygraveyard) from(myBattlefield):may moveTo(myhand) target(other spirit[manacost<=4]|mygraveyard) +power=2 +toughness=3 +abilities=flying +[/card] +[card] text=Enchant Creature Flash Enchanted Creature gets +1/+2. target=creature auto=1/2 @@ -431,6 +470,19 @@ power=2 toughness=2 [/card] [card] +text=Flying Soulshift 5 (When this is put into a graveyard from the battlefield, you may return target Spirit card with converted mana cost 5 or less from your graveyard to your hand.) +id=77921 +name=Kami of Lunacy +rarity=U +mana={4}{B}{B} +type=Creature +subtype=Spirit +auto=@movedTo(this|mygraveyard) from(myBattlefield):may moveTo(myhand) target(other spirit[manacost<=5]|mygraveyard) +power=4 +toughness=1 +abilities=flying +[/card] +[card] id=79236 name=Kami of Old Stone rarity=U @@ -453,6 +505,35 @@ power=2 toughness=2 [/card] [card] +text=Whenever you cast a Spirit or Arcane spell, Kami of the Painted Road gains protection from the color of your choice until end of turn. +id=77136 +name=Kami of the Painted Road +rarity=C +mana={4}{W} +type=Creature +subtype=Spirit +auto=@movedTo(arcane,spirit|mystack):may protection from white ueot +auto=@movedTo(arcane,spirit|mystack):may protection from blue ueot +auto=@movedTo(arcane,spirit|mystack):may protection from black ueot +auto=@movedTo(arcane,spirit|mystack):may protection from red ueot +auto=@movedTo(arcane,spirit|mystack):may protection from green ueot +power=3 +toughness=3 +[/card] +[card] +text=Flying, first strike Soulshift 5 (When this is put into a graveyard from the battlefield, you may return target Spirit card with converted mana cost 5 or less from your graveyard to your hand.) +id=50367 +name=Kami of the Palace Fields +rarity=U +mana={5}{W} +type=Creature +subtype=Spirit +auto=@movedTo(this|mygraveyard) from(myBattlefield):may moveTo(myhand) target(other spirit[manacost<=5]|mygraveyard) +power=3 +toughness=2 +abilities=flying,first strike +[/card] +[card] text=Sacrifice Kami of Twisted Reflection: Return target creature you control to its owner's hand. id=50228 name=Kami of Twisted Reflection @@ -877,6 +958,19 @@ subtype=Spirit toughness=4 [/card] [card] +text={G}{G}, Sacrifice Rootrunner: Put target land on top of its owner's library. Soulshift 3 (When this is put into a graveyard from the battlefield, you may return target Spirit card with converted mana cost 3 or less from your graveyard to your hand.) +id=75367 +name=Rootrunner +rarity=U +mana={2}{G}{G} +type=Creature +subtype=Spirit +auto={G}{G}{S}:moveTo(ownerlibrary) target(land) +auto=@movedTo(this|mygraveyard) from(myBattlefield):may moveTo(myhand) target(other spirit[manacost<=3]|mygraveyard) +power=3 +toughness=3 +[/card] +[card] text=Flying When Ryusei, the Falling Star is put into a graveyard from the battlefield, it deals 5 damage to each creature without flying. auto=@movedTo(this|graveyard) from(battlefield):damage:5 all(creature[-flying]) id=79242 @@ -916,6 +1010,19 @@ power=1 toughness=1 [/card] [card] +text=Sacrifice Scuttling Death: Target creature gets -1/-1 until end of turn. Soulshift 4 (When this is put into a graveyard from the battlefield, you may return target Spirit card with converted mana cost 4 or less from your graveyard to your hand.) +id=77922 +name=Scuttling Death +rarity=C +mana={4}{B} +type=Creature +subtype=Spirit +auto={S}:-1/-1 target(creature) +auto=@movedTo(this|mygraveyard) from(myBattlefield):may moveTo(myhand) target(other spirit[manacost<=4]|mygraveyard) +power=4 +toughness=2 +[/card] +[card] text=At the beginning of each player's upkeep, that player loses 2 life and draws two cards. auto=@each my upkeep:life:-2 controller && draw:2 controller auto=@each opponent upkeep:life:-2 opponent && draw:2 opponent @@ -1069,6 +1176,20 @@ text={B} rarity=L [/card] [card] +text=Flying Whenever you cast a Spirit or Arcane spell, you may tap or untap target creature. +id=75285 +name=Teller of Tales +rarity=C +mana={3}{U}{U} +type=Creature +subtype=Spirit +auto=@movedTo(arcane,spirit|mystack):may tap target(creature) +auto=@movedTo(arcane,spirit|mystack):may untap target(creature) +power=3 +toughness=3 +abilities=flying +[/card] +[card] text=Flying, trample Whenever The Unspeakable deals combat damage to a player, you may return target Arcane card from your graveyard to your hand. auto=@damaged(player) from(this):may moveto(myhand) target(arcane|mygraveyard) id=78693 @@ -1082,6 +1203,41 @@ toughness=7 abilities=legendary,flying,trample [/card] [card] +text=Whenever you cast a Spirit or Arcane spell, target opponent loses 1 life and you gain 1 life. Soulshift 2 (When this is put into a graveyard from the battlefield, you may return target Spirit card with converted mana cost 2 or less from your graveyard to your hand.) +id=77920 +name=Thief of Hope +rarity=U +mana={2}{B} +type=Creature +subtype=Spirit +auto=@movedTo(arcane,spirit|mystack):life:-1 opponent && life:1 controller +auto=@movedTo(this|mygraveyard) from(myBattlefield):may moveTo(myhand) target(other spirit[manacost<=2]|mygraveyard) +power=2 +toughness=2 +[/card] +[card] +text=Counter target spell with converted mana cost 4 or less. +id=50433 +target=*[manacost<=4]|stack +auto=fizzle +name=Thoughtbind +rarity=C +mana={2}{U} +type=Instant +[/card] +[card] +text=Soulshift 7 (When this is put into a graveyard from the battlefield, you may return target Spirit card with converted mana cost 7 or less from your graveyard to your hand.) +id=50438 +name=Thousand-legged Kami +rarity=U +mana={6}{G}{G} +type=Creature +subtype=Spirit +auto=@movedTo(this|mygraveyard) from(myBattlefield):may moveTo(myhand) target(other spirit[manacost<=7]|mygraveyard) +power=6 +toughness=6 +[/card] +[card] text=Search your library for a legendary creature card, reveal it, and put it into your hand. Then shuffle your library. id=78987 name=Time of Need @@ -1116,6 +1272,19 @@ type=Instant subtype=Arcane [/card] [card] +text=Reach (This creature can block creatures with flying.) Soulshift 4 (When this is put into a graveyard from the battlefield, you may return target Spirit card with converted mana cost 4 or less from your graveyard to your hand.) +id=78979 +name=Venerable Kumo +rarity=C +mana={4}{G} +type=Creature +subtype=Spirit +auto=@movedTo(this|mygraveyard) from(myBattlefield):may moveTo(myhand) target(other spirit[manacost<=4]|mygraveyard) +power=2 +toughness=3 +abilities=reach +[/card] +[card] text=Enchant Creature Enchanted Creature has vigilance. target=creature auto=vigilance diff --git a/projects/mtg/bin/Res/sets/CHK/todo.dat b/projects/mtg/bin/Res/sets/CHK/todo.dat index 6c7d5df80..a32924d5d 100644 --- a/projects/mtg/bin/Res/sets/CHK/todo.dat +++ b/projects/mtg/bin/Res/sets/CHK/todo.dat @@ -170,17 +170,6 @@ text={T}: You may put a land card from your hand into play. If you control ten o rarity=R [/card] [card] -id=50305 -name=Burr Grafter -mana={3}{G} -type=Creature -subtype=Spirit -power=2 -toughness=2 -text=Sacrifice Burr Grafter: Target creature gets +2/+2 until end of turn. Soulshift 3 (When this is put into a graveyard from play, you may return target Spirit card with converted mana cost 3 or less from your graveyard to your hand.) -rarity=C -[/card] -[card] id=78600 name=Bushi Tenderfoot mana={W} @@ -487,17 +476,6 @@ auto=lord(creature|opponentinplay) {2}:-cantattack rarity=U [/card] [card] -id=78966 -name=Gibbering Kami -mana={3}{B} -type=Creature -subtype=Spirit -power=2 -toughness=2 -text=Flying Soulshift 3 (When this is put into a graveyard from play, you may return target Spirit card with converted mana cost 3 or less from your graveyard to your hand.) -rarity=C -[/card] -[card] id=79090 name=Gifts Ungiven mana={3}{U} @@ -754,17 +732,6 @@ text=Flying Whenever a creature becomes the target of a spell or ability, destro rarity=R [/card] [card] -id=79145 -name=Hundred-Talon Kami -mana={4}{W} -type=Creature -subtype=Spirit -power=2 -toughness=3 -text=Flying Soulshift 4 (When this is put into a graveyard from play, you may return target Spirit card with converted mana cost 4 or less from your graveyard to your hand.) -rarity=C -[/card] -[card] id=50300 name=Imi Statue mana={3} @@ -854,40 +821,6 @@ text=Whenever you play a Spirit or Arcane spell, target creature can't block thi rarity=C [/card] [card] -id=77921 -name=Kami of Lunacy -mana={4}{B}{B} -type=Creature -subtype=Spirit -power=4 -toughness=1 -text=Flying Soulshift 5 (When this is put into a graveyard from play, you may return target Spirit card with converted mana cost 5 or less from your graveyard to your hand.) -rarity=U -[/card] - -[card] -id=77136 -name=Kami of the Painted Road -mana={4}{W} -type=Creature -subtype=Spirit -power=3 -toughness=3 -text=Whenever you play a Spirit or Arcane spell, Kami of the Painted Road gains protection from the color of your choice until end of turn. -rarity=C -[/card] -[card] -id=50367 -name=Kami of the Palace Fields -mana={5}{W} -type=Creature -subtype=Spirit -power=3 -toughness=2 -text=Flying, first strike Soulshift 5 (When this is put into a graveyard from play, you may return target Spirit card with converted mana cost 5 or less from your graveyard to your hand.) -rarity=U -[/card] -[card] id=50311 name=Kami of the Waning Moon mana={2}{B} @@ -1509,8 +1442,6 @@ type=Artifact text={3}: Put target card in a graveyard on the bottom of its owner's library. rarity=U [/card] - - [card] id=79125 name=Reverse the Sands @@ -1540,17 +1471,6 @@ text=Haste Bushido 1 (When this blocks or becomes blocked, it gets +1/+1 until e rarity=C [/card] [card] -id=75367 -name=Rootrunner -mana={2}{G}{G} -type=Creature -subtype=Spirit -power=3 -toughness=3 -text={G}{G}, Sacrifice Rootrunner: Put target land on top of its owner's library. Soulshift 3 (When this is put into a graveyard from play, you may return target Spirit card with converted mana cost 3 or less from your graveyard to your hand.) -rarity=U -[/card] -[card] id=50408 name=Samurai Enforcers mana={4}{W}{W} @@ -1573,17 +1493,6 @@ text=Bushido 1 (When this blocks or becomes blocked, it gets +1/+1 until end of rarity=U [/card] [card] -id=77922 -name=Scuttling Death -mana={4}{B} -type=Creature -subtype=Spirit -power=4 -toughness=2 -text=Sacrifice Scuttling Death: Target creature gets -1/-1 until end of turn. Soulshift 4 (When this is put into a graveyard from play, you may return target Spirit card with converted mana cost 4 or less from your graveyard to your hand.) -rarity=C -[/card] -[card] id=78683 name=Sensei Golden-Tail mana={1}{W} @@ -1602,8 +1511,6 @@ type=Artifact text={1}: Look at the top three cards of your library, then put them back in any order. {T}: Draw a card, then put Sensei's Divining Top on top of its owner's library. rarity=U [/card] - - [card] id=75278 name=Shell of the Last Kappa @@ -1612,7 +1519,6 @@ type=Legendary Artifact text={3}, {T}: Remove from the game target instant or sorcery spell that targets you. (The spell has no effect.) {3}, {T}, Sacrifice Shell of the Last Kappa: You may play a card removed from the game with Shell of the Last Kappa without paying its mana cost. rarity=R [/card] - [card] id=50318 name=Shimatsu the Bloodcloaked @@ -1663,7 +1569,6 @@ toughness=2 text=When Silent-Chant Zubera is put into a graveyard from play, you gain 2 life for each Zubera put into a graveyard from play this turn. rarity=C [/card] - [card] id=79177 name=Soilshaper @@ -1763,7 +1668,6 @@ toughness=2 text=Whenever you play a Spirit or Arcane spell, Soul of Magma deals 1 damage to target creature. rarity=C [/card] - [card] id=50288 name=Soulless Revival @@ -1801,7 +1705,6 @@ subtype=Arcane text=Switch target creature's power and toughness until end of turn. Splice onto Arcane {1}{R} (As you play an Arcane spell, you may reveal this card from your hand and pay its splice cost. If you do, add this card's effects to that spell.) rarity=U [/card] - [card] id=79168 name=Struggle for Sanity @@ -1820,7 +1723,6 @@ power=1 toughness=1 text=When Student of Elements has flying, flip it. rarity=U [/card] - [card] id=79089 name=Swallowing Plague @@ -1830,7 +1732,6 @@ subtype=Arcane text=Swallowing Plague deals X damage to target creature and you gain X life. rarity=U [/card] - [card] id=80276 name=Swirl the Mists @@ -1860,19 +1761,6 @@ text=Equipped creature gets +5/+5. {6}, Remove Tatsumasa, the Dragon's Fang from rarity=R [/card] [card] -id=75285 -name=Teller of Tales -mana={3}{U}{U} -type=Creature -subtype=Spirit -power=3 -toughness=3 -text=Flying Whenever you play a Spirit or Arcane spell, you may tap or untap target creature. -abilities=flying -auto=@movedTo(arcane,spirit|mystack):may taporuntap target(creature) -rarity=C -[/card] -[card] id=79231 name=Tenza, Godo's Maul mana={3} @@ -1891,36 +1779,6 @@ text=Tap up to three target creatures. rarity=C [/card] [card] -id=77920 -name=Thief of Hope -mana={2}{B} -type=Creature -subtype=Spirit -power=2 -toughness=2 -text=Whenever you play a Spirit or Arcane spell, target opponent loses 1 life and you gain 1 life. Soulshift 2 (When this is put into a graveyard from play, you may return target Spirit card with converted mana cost 2 or less from your graveyard to your hand.) -rarity=U -[/card] -[card] -id=50433 -name=Thoughtbind -mana={2}{U} -type=Instant -text=Counter target spell with converted mana cost 4 or less. -rarity=C -[/card] -[card] -id=50438 -name=Thousand-legged Kami -mana={6}{G}{G} -type=Creature -subtype=Spirit -power=6 -toughness=6 -text=Soulshift 7 (When this is put into a graveyard from play, you may return target Spirit card with converted mana cost 7 or less from your graveyard to your hand.) -rarity=U -[/card] -[card] id=80250 name=Through the Breach mana={4}{R} @@ -1937,7 +1795,6 @@ type=Enchantment text=Whenever one or more creatures blocks, flip a coin. If you win the flip, each blocking creature is sacrificed by its controller. Otherwise, each blocked creature is sacrificed by its controller. rarity=R [/card] - [card] id=129898 name=Time Stop @@ -2029,17 +1886,6 @@ text={1}: The next 1 damage that would be dealt to target legendary creature you rarity=R [/card] [card] -id=78979 -name=Venerable Kumo -mana={4}{G} -type=Creature -subtype=Spirit -power=2 -toughness=3 -text=Reach (This creature can block creatures with flying.) Soulshift 4 (When this is put into a graveyard from play, you may return target Spirit card with converted mana cost 4 or less from your graveyard to your hand.) -rarity=C -[/card] -[card] id=82001 name=Vine Kami mana={6}{G} diff --git a/projects/mtg/bin/Res/sets/DIS/_cards.dat b/projects/mtg/bin/Res/sets/DIS/_cards.dat index 2ad54fe06..c08ee321d 100644 --- a/projects/mtg/bin/Res/sets/DIS/_cards.dat +++ b/projects/mtg/bin/Res/sets/DIS/_cards.dat @@ -356,6 +356,16 @@ toughness=4 abilities=defender [/card] [card] +text=Counter target spell with converted mana cost 2. +id=107281 +target=*[manacost<=2]|stack +auto=fizzle +name=Spell Snare +rarity=U +mana={U} +type=Instant +[/card] +[card] text=Counter all other spells. Draw a card for each spell countered this way. id=107284 name=Swift Silence diff --git a/projects/mtg/bin/Res/sets/DIS/todo.dat b/projects/mtg/bin/Res/sets/DIS/todo.dat index 955431de0..434641527 100644 --- a/projects/mtg/bin/Res/sets/DIS/todo.dat +++ b/projects/mtg/bin/Res/sets/DIS/todo.dat @@ -1159,14 +1159,6 @@ text=Hellbent - When Slaughterhouse Bouncer is put into a graveyard from the bat rarity=C [/card] [card] -id=107281 -name=Spell Snare -mana={U} -type=Instant -text=Counter target spell with converted mana cost 2. -rarity=U -[/card] -[card] id=107263 name=Sporeback Troll mana={3}{G} diff --git a/projects/mtg/bin/Res/sets/FUT/_cards.dat b/projects/mtg/bin/Res/sets/FUT/_cards.dat index 9f8e44063..b030773b7 100644 --- a/projects/mtg/bin/Res/sets/FUT/_cards.dat +++ b/projects/mtg/bin/Res/sets/FUT/_cards.dat @@ -121,6 +121,18 @@ type=Enchantment subtype=Aura [/card] [card] +text=Transfigure {1}{B}{B} ({1}{B}{B}, Sacrifice this creature: Search your library for a creature card with the same converted mana cost as this creature and put that card onto the battlefield. Then shuffle your library. Transfigure only as a sorcery.) +id=132220 +name=Fleshwrither +rarity=U +mana={2}{B}{B} +type=Creature +subtype=Horror +auto={1}{B}{B}{S}:moveTo(myBattlefield) target(*[manacost=4]|mylibrary) asSorcery +power=3 +toughness=3 +[/card] +[card] text=Enchant creature (Target a creature as you cast this. This card enters the battlefield attached to that creature.) {T}: Enchanted creature gets +2/-2 until end of turn. id=132227 target=creature @@ -312,6 +324,18 @@ subtype=Aura abilities=flash [/card] [card] +text={6}, {T}: Return target Rebel permanent card with converted mana cost 5 or less from your graveyard to the battlefield. +id=136145 +name=Ramosian Revivalist +rarity=U +mana={3}{W} +type=Creature +subtype=Human Rebel Cleric +auto={6}{T}:moveTo(myBattlefield) target(rebel[manacost<=5]|mygraveyard) +power=2 +toughness=2 +[/card] +[card] text={2}: Sarcomite Myr gains flying until end of turn. {2}, Sacrifice Sarcomite Myr: Draw a card. id=136212 name=Sarcomite Myr @@ -405,6 +429,16 @@ toughness=1 abilities=reach,deathtouch [/card] [card] +text=Tolaria West enters the battlefield tapped. {T}: Add {U} to your mana pool. Transmute {1}{U}{U} ({1}{U}{U}, Discard this card: Search your library for a card with converted mana cost 0, reveal it, and put it into your hand. Then shuffle your library. Transmute only as a sorcery.) +id=136047 +name=Tolaria West +auto=tap +auto={T}:Add{U} +autohand={1}{U}{U}{S}:moveTo(myhand) target(*[manacost=0]|mylibrary) asSorcery +rarity=U +type=Land +[/card] +[card] text=Whenever you cast a spell, creatures you control can't be the targets of spells or abilities your opponents control this turn. auto=@movedTo(*|mystack):lord(creature|myBattlefield) opponentshroud ueot id=136149 diff --git a/projects/mtg/bin/Res/sets/FUT/todo.dat b/projects/mtg/bin/Res/sets/FUT/todo.dat index ed227c221..477318676 100644 --- a/projects/mtg/bin/Res/sets/FUT/todo.dat +++ b/projects/mtg/bin/Res/sets/FUT/todo.dat @@ -26,7 +26,6 @@ subtype=Aura text=Enchant creature Enchanted creature has flying. Aura swap {2}{U} ({2}{U}: Exchange this Aura with an Aura card in your hand.) rarity=U [/card] - [card] id=132224 name=Augur of Skulls @@ -314,17 +313,6 @@ text=Creatures your opponents control get -1/-1 until end of turn. Remove Fester rarity=U [/card] [card] -id=132220 -name=Fleshwrither -mana={2}{B}{B} -type=Creature -subtype=Horror -power=3 -toughness=3 -text=Transfigure {1}{B}{B} ({1}{B}{B}, Sacrifice this creature: Search your library for a creature card with the same converted mana cost as this creature and put that card into play. Then shuffle your library. Play only as a sorcery.) -rarity=U -[/card] -[card] id=130669 name=Foresee mana={3}{U} @@ -916,17 +904,6 @@ text=Enchant artifact or enchantment At the beginning of your upkeep, choose one rarity=C [/card] [card] -id=136145 -name=Ramosian Revivalist -mana={3}{W} -type=Creature -subtype=Human Rebel Cleric -power=2 -toughness=2 -text={6}, {T}: Return target Rebel permanent card with converted mana cost 5 or less from your graveyard to play. -rarity=U -[/card] -[card] id=130339 name=Ravaging Riftwurm mana={1}{G}{G} @@ -1291,14 +1268,6 @@ text=Thunderblade Charge deals 3 damage to target creature or player. Whenever o rarity=R [/card] [card] -id=136047 -name=Tolaria West -mana= -type=Land -text=Tolaria West comes into play tapped. {T}: Add {U} to your mana pool. Transmute {1}{U}{U} ({1}{U}{U}, Discard this card: Search your library for a card with converted mana cost 0, reveal it, and put it into your hand. Then shuffle your library. Play only as a sorcery.) -rarity=U -[/card] -[card] id=136041 name=Tombstalker mana={6}{B}{B} diff --git a/projects/mtg/bin/Res/sets/GPT/_cards.dat b/projects/mtg/bin/Res/sets/GPT/_cards.dat index b18d5b1c7..96d53eb46 100644 --- a/projects/mtg/bin/Res/sets/GPT/_cards.dat +++ b/projects/mtg/bin/Res/sets/GPT/_cards.dat @@ -70,6 +70,15 @@ mana={B} type=Instant [/card] [card] +text=Destroy each creature with converted mana cost 3 or less. +id=97215 +auto=destroy all(creature[manacost<=3]) +name=Culling Sun +rarity=R +mana={2}{W}{W}{B} +type=Sorcery +[/card] +[card] text=Flying Daggerclaw Imp can't block. id=96949 name=Daggerclaw Imp diff --git a/projects/mtg/bin/Res/sets/GPT/todo.dat b/projects/mtg/bin/Res/sets/GPT/todo.dat index a81a109c2..fbd3b9322 100644 --- a/projects/mtg/bin/Res/sets/GPT/todo.dat +++ b/projects/mtg/bin/Res/sets/GPT/todo.dat @@ -182,14 +182,6 @@ text=When Crystal Seer enters the battlefield, look at the top four cards of you rarity=C [/card] [card] -id=97215 -name=Culling Sun -mana={2}{W}{W}{B} -type=Sorcery -text=Destroy each creature with converted mana cost 3 or less. -rarity=R -[/card] -[card] text=({WB} can be paid with either White or Black.) At the beginning of your upkeep, put target creature card in a graveyard onto the battlefield under your control. auto=@each my upkeep:moveTo(myBattlefield) target(creature|graveyard) id=97193 diff --git a/projects/mtg/bin/Res/sets/LGN/_cards.dat b/projects/mtg/bin/Res/sets/LGN/_cards.dat index bdffd5283..3d00e0982 100644 --- a/projects/mtg/bin/Res/sets/LGN/_cards.dat +++ b/projects/mtg/bin/Res/sets/LGN/_cards.dat @@ -593,6 +593,20 @@ power=2 toughness=2 [/card] [card] +text=Sunstrike Legionnaire doesn't untap during your untap step. Whenever another creature enters the battlefield, untap Sunstrike Legionnaire. {T}: Tap target creature with converted mana cost 3 or less. +id=44328 +name=Sunstrike Legionnaire +rarity=R +mana={1}{W} +type=Creature +subtype=Human Soldier +auto=@movedTo(creature|battlefield):untap +auto={T}:tap target(creature[manacost<=3]) +power=1 +toughness=2 +abilities=doesnotuntap +[/card] +[card] text={T}: Target creature gets +X/+X until end of turn, where X is the number of Elves on the battlefield. id=45121 name=Timberwatch Elf diff --git a/projects/mtg/bin/Res/sets/LGN/todo.dat b/projects/mtg/bin/Res/sets/LGN/todo.dat index 4fdf3e2b1..f3bb3153f 100644 --- a/projects/mtg/bin/Res/sets/LGN/todo.dat +++ b/projects/mtg/bin/Res/sets/LGN/todo.dat @@ -782,17 +782,6 @@ text=Whenever a player cycles a card, Stoic Champion gets +2/+2 until end of tur rarity=U [/card] [card] -id=44328 -name=Sunstrike Legionnaire -mana={1}{W} -type=Creature -subtype=Human Soldier -power=1 -toughness=2 -text=Sunstrike Legionnaire doesn't untap during your untap step. Whenever another creature enters the battlefield, untap Sunstrike Legionnaire. {T}: Tap target creature with converted mana cost 3 or less. -rarity=R -[/card] -[card] id=45126 name=Swooping Talon mana={4}{W}{W} diff --git a/projects/mtg/bin/Res/sets/MRQ/_cards.dat b/projects/mtg/bin/Res/sets/MRQ/_cards.dat index 40b30d69b..7377af7de 100644 --- a/projects/mtg/bin/Res/sets/MRQ/_cards.dat +++ b/projects/mtg/bin/Res/sets/MRQ/_cards.dat @@ -160,6 +160,81 @@ subtype=Aura abilities=flash [/card] [card] +text={2}, {T}: Search your library for a Mercenary permanent card with converted mana cost 2 or less and put that card onto the battlefield. Then shuffle your library. +id=19582 +name=Cateran Brute +rarity=C +mana={2}{B} +type=Creature +subtype=Horror Mercenary +auto={2}{T}:moveTo(myBattlefield) target(mercenary[manacost<=2]|mylibrary) +power=2 +toughness=2 +[/card] +[card] +text=Fear {4}, {T}: Search your library for a Mercenary permanent card with converted mana cost 4 or less and put that card onto the battlefield. Then shuffle your library. +id=19690 +name=Cateran Enforcer +rarity=U +mana={3}{B}{B} +type=Creature +subtype=Horror Mercenary +auto={4}{T}:moveTo(myBattlefield) target(mercenary[manacost<=4]|mylibrary) +power=4 +toughness=3 +abilities=fear +[/card] +[card] +text={3}, {T}: Search your library for a Mercenary permanent card with converted mana cost 3 or less and put that card onto the battlefield. Then shuffle your library. +id=19819 +name=Cateran Kidnappers +rarity=U +mana={2}{B}{B} +type=Creature +subtype=Human Mercenary +auto={3}{T}:moveTo(myBattlefield) target(mercenary[manacost<=3]|mylibrary) +power=4 +toughness=2 +[/card] +[card] +text=Sacrifice a creature: Regenerate Cateran Overlord. {6}, {T}: Search your library for a Mercenary permanent card with converted mana cost 6 or less and put that card onto the battlefield. Then shuffle your library. +id=19698 +name=Cateran Overlord +rarity=R +mana={4}{B}{B}{B} +type=Creature +subtype=Horror Mercenary +auto={S(creature|myBattlefield)}:regenerate +auto={6}{T}:moveTo(myBattlefield) target(mercenary[manacost<=6]|mylibrary) +power=7 +toughness=5 +[/card] +[card] +text={1}, {T}: Search your library for a Mercenary permanent card with converted mana cost 1 or less and put that card onto the battlefield. Then shuffle your library. +id=19580 +name=Cateran Persuader +rarity=C +mana={B}{B} +type=Creature +subtype=Human Mercenary +auto={1}{T}:moveTo(myBattlefield) target(mercenary[manacost<=1]|mylibrary) +power=2 +toughness=1 +[/card] +[card] +text=Swampwalk {5}, {T}: Search your library for a Mercenary permanent card with converted mana cost 5 or less and put that card onto the battlefield. Then shuffle your library. +id=19691 +name=Cateran Slaver +rarity=R +mana={4}{B}{B} +type=Creature +subtype=Horror Mercenary +auto={5}{T}:moveTo(myBattlefield) target(mercenary[manacost<=5]|mylibrary) +power=5 +toughness=5 +abilities=swampwalk +[/card] +[card] text=Flying Whenever Caustic Wasps deals combat damage to a player, you may destroy target artifact that player controls. id=19865 name=Caustic Wasps @@ -1049,6 +1124,68 @@ mana={1}{B}{B} type=Sorcery [/card] [card] +text=First strike {5}, {T}: Search your library for a Rebel permanent card with converted mana cost 4 or less and put that card onto the battlefield. Then shuffle your library. +id=19782 +name=Ramosian Captain +rarity=U +mana={1}{W}{W} +type=Creature +subtype=Human Rebel +auto={5}{T}:moveTo(myBattlefield) target(rebel[manacost<=4]|mylibrary) +power=2 +toughness=2 +abilities=first strike +[/card] +[card] +text={6}, {T}: Search your library for a Rebel permanent card with converted mana cost 5 or less and put that card onto the battlefield. Then shuffle your library. +id=20848 +name=Ramosian Commander +rarity=U +mana={2}{W}{W} +type=Creature +subtype=Human Rebel +auto={6}{T}:moveTo(myBattlefield) target(rebel[manacost<=5]|mylibrary) +power=2 +toughness=4 +[/card] +[card] +text={4}, {T}: Search your library for a Rebel permanent card with converted mana cost 3 or less and put that card onto the battlefield. Then shuffle your library. +id=19543 +name=Ramosian Lieutenant +rarity=C +mana={1}{W} +type=Creature +subtype=Human Rebel +auto={4}{T}:moveTo(myBattlefield) target(rebel[manacost<=3]|mylibrary) +power=1 +toughness=2 +[/card] +[card] +text={3}, {T}: Search your library for a Rebel permanent card with converted mana cost 2 or less and put that card into play. Then shuffle your library. +id=19539 +name=Ramosian Sergeant +rarity=C +mana={W} +type=Creature +subtype=Human Rebel +auto={3}{T}:moveTo(myBattlefield) target(rebel[manacost<=2]|mylibrary) +power=1 +toughness=1 +[/card] +[card] +text=Flying {7}, {T}: Search your library for a Rebel permanent card with converted mana cost 6 or less and put that card into play. Then shuffle your library. +id=19648 +name=Ramosian Sky Marshal +rarity=R +mana={3}{W}{W} +type=Creature +subtype=Human Rebel +auto={7}{T}:moveTo(myBattlefield) target(rebel[manacost<=6]|mylibrary) +power=3 +toughness=3 +abilities=flying +[/card] +[card] text=Flying {2}{W}: Rappelling Scouts gains protection from the color of your choice until end of turn. id=20412 name=Rappelling Scouts diff --git a/projects/mtg/bin/Res/sets/MRQ/todo.dat b/projects/mtg/bin/Res/sets/MRQ/todo.dat index 986dc044c..04e86ae84 100644 --- a/projects/mtg/bin/Res/sets/MRQ/todo.dat +++ b/projects/mtg/bin/Res/sets/MRQ/todo.dat @@ -160,72 +160,6 @@ subtype=Human toughness=* [/card] [card] -text={2}, {T}: Search your library for a Mercenary permanent card with converted mana cost 2 or less and put that card into play. Then shuffle your library. -id=19582 -name=Cateran Brute -rarity=C -type=Creature -mana={2}{B} -power=2 -subtype=Horror Mercenary -toughness=2 -[/card] -[card] -text=Fear {4}, {T}: Search your library for a Mercenary permanent card with converted mana cost 4 or less and put that card into play. Then shuffle your library. -id=19690 -name=Cateran Enforcer -rarity=U -type=Creature -mana={3}{B}{B} -power=4 -subtype=Horror Mercenary -toughness=3 -[/card] -[card] -text={3}, {T}: Search your library for a Mercenary permanent card with converted mana cost 3 or less and put that card into play. Then shuffle your library. -id=19819 -name=Cateran Kidnappers -rarity=U -type=Creature -mana={2}{B}{B} -power=4 -subtype=Human Mercenary -toughness=2 -[/card] -[card] -text=Sacrifice a creature: Regenerate Cateran Overlord. {6}, {T}: Search your library for a Mercenary permanent card with converted mana cost 6 or less and put that card into play. Then shuffle your library. -id=19698 -name=Cateran Overlord -rarity=R -type=Creature -mana={4}{B}{B}{B} -power=7 -subtype=Horror Mercenary -toughness=5 -[/card] -[card] -text={1}, {T}: Search your library for a Mercenary permanent card with converted mana cost 1 or less and put that card into play. Then shuffle your library. -id=19580 -name=Cateran Persuader -rarity=C -type=Creature -mana={B}{B} -power=2 -subtype=Human Mercenary -toughness=1 -[/card] -[card] -text=Swampwalk {5}, {T}: Search your library for a Mercenary permanent card with converted mana cost 5 or less and put that card into play. Then shuffle your library. -id=19691 -name=Cateran Slaver -rarity=R -type=Creature -mana={4}{B}{B} -power=5 -subtype=Horror Mercenary -toughness=5 -[/card] -[card] text=You may remove a red card in your hand from the game rather than pay Cave-In's mana cost. Cave-In deals 2 damage to each creature and each player. id=19725 autohand={S}:moveTo(exile) target(*[red]|myhand) && damage:2 all(creature,player) @@ -1217,39 +1151,6 @@ subtype=Fish toughness=1 [/card] [card] -text=First strike {5}, {T}: Search your library for a Rebel permanent card with converted mana cost 4 or less and put that card into play. Then shuffle your library. -id=19782 -name=Ramosian Captain -rarity=U -type=Creature -mana={1}{W}{W} -power=2 -subtype=Human Rebel -toughness=2 -[/card] -[card] -text={6}, {T}: Search your library for a Rebel permanent card with converted mana cost 5 or less and put that card into play. Then shuffle your library. -id=20848 -name=Ramosian Commander -rarity=U -type=Creature -mana={2}{W}{W} -power=2 -subtype=Human Rebel -toughness=4 -[/card] -[card] -text={4}, {T}: Search your library for a Rebel permanent card with converted mana cost 3 or less and put that card into play. Then shuffle your library. -id=19543 -name=Ramosian Lieutenant -rarity=C -type=Creature -mana={1}{W} -power=1 -subtype=Human Rebel -toughness=2 -[/card] -[card] text=If you control a Plains, you may tap an untapped creature you control rather than pay Ramosian Rally's mana cost. Creatures you control get +1/+1 until end of turn. id=20409 name=Ramosian Rally @@ -1258,28 +1159,6 @@ type=Instant mana={3}{W} [/card] [card] -text={3}, {T}: Search your library for a Rebel permanent card with converted mana cost 2 or less and put that card into play. Then shuffle your library. -id=19539 -name=Ramosian Sergeant -rarity=C -type=Creature -mana={W} -power=1 -subtype=Human Rebel -toughness=1 -[/card] -[card] -text=Flying {7}, {T}: Search your library for a Rebel permanent card with converted mana cost 6 or less and put that card into play. Then shuffle your library. -id=19648 -name=Ramosian Sky Marshal -rarity=R -type=Creature -mana={3}{W}{W} -power=3 -subtype=Human Rebel -toughness=3 -[/card] -[card] text=Rampart Crawler can't be blocked by Walls. id=19586 name=Rampart Crawler diff --git a/projects/mtg/bin/Res/sets/NMS/_cards.dat b/projects/mtg/bin/Res/sets/NMS/_cards.dat index d83dc39f0..a4db7cf26 100644 --- a/projects/mtg/bin/Res/sets/NMS/_cards.dat +++ b/projects/mtg/bin/Res/sets/NMS/_cards.dat @@ -119,6 +119,19 @@ mana={2}{B}{B} type=Enchantment [/card] [card] +text=Flying {4}, {T}: Search your library for a Rebel permanent card with converted mana cost 3 or less and put that card onto the battlefield. Then shuffle your library. +id=21251 +name=Defiant Falcon +rarity=C +mana={1}{W} +type=Creature +subtype=Rebel Bird +auto={4}{T}:moveTo(myBattlefield) target(rebel[manacost<=3]|mylibrary) +power=1 +toughness=1 +abilities=flying +[/card] +[card] text=Sacrifice a creature: Regenerate target creature. auto={S(creature|mybattlefield)}:regenerate target(creature) id=21260 @@ -354,6 +367,45 @@ power=2 toughness=2 [/card] [card] +text={1}{B}{B}, {T}: Destroy target tapped nonblack creature. {3}, {T}: Search your library for a Mercenary permanent card with converted mana cost 3 or less and put that card onto the battlefield. Then shuffle your library. +id=22890 +name=Rathi Assassin +rarity=R +mana={2}{B}{B} +type=Creature +subtype=Zombie Mercenary Assassin +auto={1}{B}{B}{T}:destroy target(creature[tapped;-black]) +auto={3}{T}:moveTo(myBattlefield) target(mercenary[manacost<=3]|mylibrary) +power=2 +toughness=2 +[/card] +[card] +text=When Rathi Fiend enters the battlefield, each player loses 3 life. {3}, {T}: Search your library for a Mercenary permanent card with converted mana cost 3 or less and put that card onto the battlefield. Then shuffle your library. +id=21311 +name=Rathi Fiend +rarity=U +mana={3}{B} +type=Creature +subtype=Horror Mercenary +auto=life:-3 controller && life:-3 opponent +auto={3}{T}:moveTo(myBattlefield) target(mercenary[manacost<=3]|mylibrary) +power=2 +toughness=2 +[/card] +[card] +text=Fear (This creature can't be blocked except by artifact creatures and/or black creatures.) {2}, {T}: Search your library for a Mercenary permanent card with converted mana cost 2 or less and put that card onto the battlefield. Then shuffle your library. +id=21307 +name=Rathi Intimidator +rarity=C +mana={1}{B}{B} +type=Creature +subtype=Horror Mercenary +auto={2}{T}:moveTo(myBattlefield) target(mercenary[manacost<=2]|mylibrary) +power=2 +toughness=1 +abilities=fear +[/card] +[card] text={T}: Add {1} to your mana pool. {4}, {T}, Sacrifice a land: Rath's Edge deals 1 damage to target creature or player. auto={T}:Add {1} auto={4}{T}{S(land|myBattlefield)}:damage:1 target(creature,player) diff --git a/projects/mtg/bin/Res/sets/NMS/todo.dat b/projects/mtg/bin/Res/sets/NMS/todo.dat index 5574358c1..6da2209f5 100644 --- a/projects/mtg/bin/Res/sets/NMS/todo.dat +++ b/projects/mtg/bin/Res/sets/NMS/todo.dat @@ -115,7 +115,6 @@ toughness=2 text=Flying Fading 3 (This creature enters the battlefield with three fade counters on it. At the beginning of your upkeep, remove a fade counter from it. If you can't, sacrifice it.) rarity=C [/card] - [card] id=21322 name=Dark Triumph @@ -144,17 +143,6 @@ text=Fading 4 (This creature enters the battlefield with four fade counters on i rarity=C [/card] [card] -id=21251 -name=Defiant Falcon -mana={1}{W} -type=Creature -subtype=Rebel Bird -power=1 -toughness=1 -text=Flying {4}, {T}: Search your library for a Rebel permanent card with converted mana cost 3 or less and put that card onto the battlefield. Then shuffle your library. -rarity=C -[/card] -[card] id=21266 name=Defiant Vanguard mana={2}{W} @@ -523,39 +511,6 @@ text=Fading 3 (This creature enters the battlefield with three fade counters on rarity=U [/card] [card] -id=22890 -name=Rathi Assassin -mana={2}{B}{B} -type=Creature -subtype=Zombie Mercenary Assassin -power=2 -toughness=2 -text={1}{B}{B}, {T}: Destroy target tapped nonblack creature. {3}, {T}: Search your library for a Mercenary permanent card with converted mana cost 3 or less and put that card onto the battlefield. Then shuffle your library. -rarity=R -[/card] -[card] -id=21311 -name=Rathi Fiend -mana={3}{B} -type=Creature -subtype=Horror Mercenary -power=2 -toughness=2 -text=When Rathi Fiend enters the battlefield, each player loses 3 life. {3}, {T}: Search your library for a Mercenary permanent card with converted mana cost 3 or less and put that card onto the battlefield. Then shuffle your library. -rarity=U -[/card] -[card] -id=21307 -name=Rathi Intimidator -mana={1}{B}{B} -type=Creature -subtype=Horror Mercenary -power=2 -toughness=1 -text=Fear (This creature can't be blocked except by artifact creatures and/or black creatures.) {2}, {T}: Search your library for a Mercenary permanent card with converted mana cost 2 or less and put that card onto the battlefield. Then shuffle your library. -rarity=C -[/card] -[card] id=21378 name=Refreshing Rain mana={3}{G} diff --git a/projects/mtg/bin/Res/sets/ONS/_cards.dat b/projects/mtg/bin/Res/sets/ONS/_cards.dat index 792a0dec2..ba8901537 100644 --- a/projects/mtg/bin/Res/sets/ONS/_cards.dat +++ b/projects/mtg/bin/Res/sets/ONS/_cards.dat @@ -1214,6 +1214,16 @@ toughness=6 abilities=cantattack [/card] [card] +text=Destroy target creature with converted mana cost 3 or less. It can't be regenerated. +id=41023 +target=creature[manacost<=3] +auto=bury +name=Smother +rarity=U +mana={1}{B} +type=Instant +[/card] +[card] text=Solar Blast deals 3 damage to target creature or player. Cycling {1}{R}{R} ({1}{R}{R}, Discard this card: Draw a card.) When you cycle Solar Blast, you may have it deal 1 damage to target creature or player. id=41143 target=creature,player diff --git a/projects/mtg/bin/Res/sets/ONS/todo.dat b/projects/mtg/bin/Res/sets/ONS/todo.dat index 24c1f3c34..68a70cf51 100644 --- a/projects/mtg/bin/Res/sets/ONS/todo.dat +++ b/projects/mtg/bin/Res/sets/ONS/todo.dat @@ -1640,14 +1640,6 @@ text=At the beginning of your upkeep, flip a coin. If you lose the flip, turn Sk rarity=U [/card] [card] -id=41023 -name=Smother -mana={1}{B} -type=Instant -text=Destroy target creature with converted mana cost 3 or less. It can't be regenerated. -rarity=U -[/card] -[card] id=39729 name=Snapping Thragg mana={4}{R} diff --git a/projects/mtg/bin/Res/sets/PCY/_cards.dat b/projects/mtg/bin/Res/sets/PCY/_cards.dat index 4107209ed..a5e5c2a08 100644 --- a/projects/mtg/bin/Res/sets/PCY/_cards.dat +++ b/projects/mtg/bin/Res/sets/PCY/_cards.dat @@ -32,6 +32,19 @@ mana={2}{W} type=Enchantment [/card] [card] +text=Flying {T}, Sacrifice a land: Search your library for a Mercenary permanent card with converted mana cost 2 or less and put that card onto the battlefield. Then shuffle your library. +id=24600 +name=Bog Glider +rarity=C +mana={2}{B} +type=Creature +subtype=Human Mercenary +auto={T}{S(land|myBattlefield)}:moveTo(myBattlefield) target(mercenary[manacost<=2]|mylibrary) +power=1 +toughness=1 +abilities=flying +[/card] +[card] text=Branded Brawlers can't attack if defending player controls an untapped land. Branded Brawlers can't block if you control an untapped land. id=24638 name=Branded Brawlers diff --git a/projects/mtg/bin/Res/sets/PCY/todo.dat b/projects/mtg/bin/Res/sets/PCY/todo.dat index 1d4c791bb..ed53e86de 100644 --- a/projects/mtg/bin/Res/sets/PCY/todo.dat +++ b/projects/mtg/bin/Res/sets/PCY/todo.dat @@ -101,17 +101,6 @@ text=Protection from white At the beginning of your upkeep, sacrifice Bog Elemen rarity=R [/card] [card] -id=24600 -name=Bog Glider -mana={2}{B} -type=Creature -subtype=Human Mercenary -power=1 -toughness=1 -text=Flying {T}, Sacrifice a land: Search your library for a Mercenary permanent card with converted mana cost 2 or less and put that card onto the battlefield. Then shuffle your library. -rarity=C -[/card] -[card] id=24635 name=Brutal Suppression mana={R} diff --git a/projects/mtg/bin/Res/sets/PLC/_cards.dat b/projects/mtg/bin/Res/sets/PLC/_cards.dat index edf042fcc..158c8f0ae 100644 --- a/projects/mtg/bin/Res/sets/PLC/_cards.dat +++ b/projects/mtg/bin/Res/sets/PLC/_cards.dat @@ -11,6 +11,19 @@ power=4 toughness=4 [/card] [card] +text={T}: Target player loses 1 life. {4}, {T}: Search your library for a Rebel permanent card with converted mana cost 3 or less and put it onto the battlefield. Then shuffle your library. +id=124506 +name=Blightspeaker +rarity=C +mana={1}{B} +auto={T}:life:-1 target(player) +auto={4}{T}:moveTo(myBattlefield) target(rebel[manacost<=3]|mylibrary) +type=Creature +subtype=Human Rebel Cleric +power=1 +toughness=1 +[/card] +[card] text=First strike, protection from white id=130715 name=Blood Knight diff --git a/projects/mtg/bin/Res/sets/PLC/todo.dat b/projects/mtg/bin/Res/sets/PLC/todo.dat index d9dbefc1a..b7f81adda 100644 --- a/projects/mtg/bin/Res/sets/PLC/todo.dat +++ b/projects/mtg/bin/Res/sets/PLC/todo.dat @@ -96,17 +96,6 @@ text=When Big Game Hunter enters the battlefield, destroy target creature with p rarity=U [/card] [card] -id=124506 -name=Blightspeaker -mana={1}{B} -type=Creature -subtype=Human Rebel Cleric -power=1 -toughness=1 -text={T}: Target player loses 1 life. {4}, {T}: Search your library for a Rebel permanent card with converted mana cost 3 or less and put it onto the battlefield. Then shuffle your library. -rarity=C -[/card] -[card] id=126218 name=Boom // Bust (Boom) mana={1}{R} diff --git a/projects/mtg/bin/Res/sets/RAV/_cards.dat b/projects/mtg/bin/Res/sets/RAV/_cards.dat index e5abf8a5c..f55b0a4a6 100644 --- a/projects/mtg/bin/Res/sets/RAV/_cards.dat +++ b/projects/mtg/bin/Res/sets/RAV/_cards.dat @@ -167,6 +167,18 @@ type=Enchantment subtype=Aura [/card] [card] +text=Return target permanent to its owner's hand. Its controller loses 3 life. Transmute {1}{U}{B} ({1}{U}{B}, Discard this card: Search your library for a card with the same converted mana cost as this card, reveal it, and put it into your hand. Then shuffle your library. Transmute only as a sorcery.) +id=89037 +name=Clutch of the Undercity +rarity=U +target=* +auto=moveto(ownerhand) +auto=life:-3 targetController +autohand={1}{U}{B}{S}:moveTo(myhand) target(*[manacost=4]|mylibrary) asSorcery +type=Instant +mana={1}{U}{U}{B} +[/card] +[card] text=Flying, vigilance id=87913 name=Courier Hawk @@ -188,6 +200,32 @@ mana={B}{G} type=Enchantment [/card] [card] +text=Fear Sacrifice a creature: Regenerate Dimir House Guard. Transmute {1}{B}{B} ({1}{B}{B}, Discard this card: Search your library for a card with the same converted mana cost as this card, reveal it, and put it into your hand. Then shuffle your library. Transmute only as a sorcery.) +id=87926 +name=Dimir House Guard +rarity=C +mana={3}{B} +type=Creature +subtype=Skeleton +autohand={1}{B}{B}{S}:moveTo(myhand) target(*[manacost=4]|mylibrary) asSorcery +power=2 +toughness=3 +abilities=fear +[/card] +[card] +text=Dimir Infiltrator is unblockable. Transmute {1}{U}{B} ({1}{U}{B}, Discard this card: Search your library for a card with the same converted mana cost as this card, reveal it, and put it into your hand. Then shuffle your library. Transmute only as a sorcery.) +id=87987 +name=Dimir Infiltrator +rarity=C +mana={U}{B} +type=Creature +subtype=Spirit +autohand={1}{U}{B}{S}:moveTo(myhand) target(*[manacost=2]|mylibrary) asSorcery +power=1 +toughness=3 +abilities=unblockable +[/card] +[card] text={1}, {T}: Add {U}{B} to your mana pool. auto={1}{T}:Add {U}{B} id=95535 @@ -210,6 +248,17 @@ toughness=2 abilities=flying [/card] [card] +text=Target creature gets -3/-0 until end of turn. Transmute {1}{U}{U} ({1}{U}{U}, Discard this card: Search your library for a card with the same converted mana cost as this card, reveal it, and put it into your hand. Then shuffle your library. Play only as a sorcery.) +id=87925 +target=creature +auto=-3/0 +autohand={1}{U}{U}{S}:moveTo(myhand) target(*[manacost=1]|mylibrary) asSorcery +name=Dizzy Spell +rarity=C +mana={U} +type=Instant +[/card] +[card] text=Dogpile deals damage to target creature or player equal to the number of attacking creatures you control. id=87921 target=creature,player @@ -243,6 +292,19 @@ type=Enchantment subtype=Aura [/card] [card] +text=Defender (This creature can't attack.) Flying Transmute {1}{U}{U} ({1}{U}{U}, Discard this card: Search your library for a card with the same converted mana cost as this card, reveal it, and put it into your hand. Then shuffle your library. Transmute only as a sorcery.) +id=87994 +name=Drift of Phantasms +rarity=C +mana={2}{U} +type=Creature +subtype=Spirit +autohand={1}{U}{U}{S}:moveTo(myhand) target(*[manacost=3]|mylibrary) asSorcery +power=0 +toughness=5 +abilities=defender,flying +[/card] +[card] text=Whenever Dromad Purebred is dealt damage, you gain 1 life. id=87911 name=Dromad Purebred @@ -294,16 +356,29 @@ name=Empty the Catacombs auto=moveto(myHand) all(creature|myGraveyard) auto=moveto(opponentHand) all(creature|opponentGraveyard) rarity=R -type=Sorcery mana={3}{B} +type=Sorcery +[/card] +[card] +text={U}, {T}: Target creature is unblockable this turn. Transmute {1}{U}{U} ({1}{U}{U}, Discard this card: Search your library for a card with the same converted mana cost as this card, reveal it, and put it into your hand. Then shuffle your library. Play only as a sorcery.) +id=89023 +name=Ethereal Usher +rarity=U +mana={5}{U} +type=Creature +subtype=Spirit +auto={U}{T}:unblockable target(creature) +autohand={1}{U}{U}{S}:moveTo(myhand) target(*[manacost=6]|mylibrary) asSorcery +power=2 +toughness=3 [/card] [card] text=Search your library for a Plains, Island, Swamp, or Mountain card and put it onto the battlefield tapped. Then shuffle your library. id=87970 -name=Farseek target=plains,island,swamp,mountain|mylibrary auto=moveto(myBattlefield) auto=tap +name=Farseek rarity=C mana={1}{G} type=Sorcery @@ -347,7 +422,7 @@ mana={3}{R} [card] text=Enchant creature When Flight of Fancy enters the battlefield, draw two cards. Enchanted creature has flying. target=creature -auto=draw:2 +auto=draw:2 controller auto=flying id=83677 name=Flight of Fancy @@ -653,6 +728,30 @@ type=Basic Land subtype=Mountain [/card] [card] +text=Counter target instant or sorcery spell. Transmute {1}{U}{U} ({1}{U}{U}, Discard this card: Search your library for a card with the same converted mana cost as this card, reveal it, and put it into your hand. Then shuffle your library. Transmute only as a sorcery.) +id=88955 +target=instant,sorcery +auto=fizzle +autohand={1}{U}{U}{S}:moveTo(myhand) target(*[manacost=2]|mylibrary) asSorcery +name=Muddle the Mixture +rarity=C +mana={U}{U} +type=Instant +[/card] +[card] +text=When Netherborn Phalanx enters the battlefield, each opponent loses 1 life for each creature he or she controls. Transmute {1}{B}{B} ({1}{B}{B}, Discard this card: Search your library for a card with the same converted mana cost as this card, reveal it, and put it into your hand. Then shuffle your library. Transmute only as a sorcery.) +id=88972 +name=Netherborn Phalanx +rarity=U +mana={5}{B} +type=Creature +subtype=Horror +auto=foreach(creature|opponentBattlefield) life:-1 opponent +autohand={1}{B}{B}{S}:moveTo(myhand) target(*[manacost=6]|mylibrary) asSorcery +power=2 +toughness=4 +[/card] +[card] text=First strike, vigilance id=87975 name=Nightguard Patrol diff --git a/projects/mtg/bin/Res/sets/RAV/todo.dat b/projects/mtg/bin/Res/sets/RAV/todo.dat index bd47855de..f1983655f 100644 --- a/projects/mtg/bin/Res/sets/RAV/todo.dat +++ b/projects/mtg/bin/Res/sets/RAV/todo.dat @@ -232,17 +232,6 @@ type=Artifact mana={3} [/card] [card] -text=Return target permanent to its owner's hand. Its controller loses 3 life. Transmute {1}{U}{B} ({1}{U}{B}, Discard this card: Search your library for a card with the same converted mana cost as this card, reveal it, and put it into your hand. Then shuffle your library. Play only as a sorcery.) -id=89037 -name=Clutch of the Undercity -rarity=U -target=* -auto=moveto(ownerhand) -auto=life:-3 targetController -type=Instant -mana={1}{U}{U}{B} -[/card] -[card] text=Whenever Coalhauler Swine is dealt damage, it deals that much damage to each player. id=87949 name=Coalhauler Swine @@ -436,28 +425,6 @@ subtype=Human Wizard toughness=2 [/card] [card] -text=Fear Sacrifice a creature: Regenerate Dimir House Guard. Transmute {1}{B}{B} ({1}{B}{B}, Discard this card: Search your library for a card with the same converted mana cost as this card, reveal it, and put it into your hand. Then shuffle your library. Play only as a sorcery.) -id=87926 -name=Dimir House Guard -rarity=C -type=Creature -mana={3}{B} -power=2 -subtype=Skeleton -toughness=3 -[/card] -[card] -text=Dimir Infiltrator is unblockable. Transmute {1}{U}{B} ({1}{U}{B}, Discard this card: Search your library for a card with the same converted mana cost as this card, reveal it, and put it into your hand. Then shuffle your library. Play only as a sorcery.) -id=87987 -name=Dimir Infiltrator -rarity=C -type=Creature -mana={U}{B} -power=1 -subtype=Spirit -toughness=3 -[/card] -[card] text=Look at the top three cards of target player's library. Remove any number of those cards from the game, then put the rest back in any order. Transmute {1}{B}{B} ({1}{B}{B}, Discard this card: Search your library for a card with the same converted mana cost as this card, reveal it, and put it into your hand. Then shuffle your library. Play only as a sorcery.) id=87981 name=Dimir Machinations @@ -474,14 +441,6 @@ type=Instant mana={X}{B} [/card] [card] -text=Target creature gets -3/-0 until end of turn. Transmute {1}{U}{U} ({1}{U}{U}, Discard this card: Search your library for a card with the same converted mana cost as this card, reveal it, and put it into your hand. Then shuffle your library. Play only as a sorcery.) -id=87925 -name=Dizzy Spell -rarity=C -type=Instant -mana={U} -[/card] -[card] text=If an effect would put one or more tokens into play under your control, it puts twice that many of those tokens into play instead. If an effect would place one or more counters on a permanent you control, it places twice that many of those counters on that permanent instead. id=89116 name=Doubling Season @@ -501,17 +460,6 @@ subtype=Drake toughness=1 [/card] [card] -text=Defender (This creature can't attack.) Flying Transmute {1}{U}{U} ({1}{U}{U}, Discard this card: Search your library for a card with the same converted mana cost as this card, reveal it, and put it into your hand. Then shuffle your library. Play only as a sorcery.) -id=87994 -name=Drift of Phantasms -rarity=C -type=Creature -mana={2}{U} -power=0 -subtype=Spirit -toughness=5 -[/card] -[card] text={2}{B}{G}, Sacrifice a creature: Target creature gets +2/+2 until end of turn. Another target creature gets -2/-2 until end of turn. id=87989 name=Drooling Groodion @@ -531,17 +479,6 @@ type=Instant mana={4}{G}{G} [/card] [card] -text={U}, {T}: Target creature is unblockable this turn. Transmute {1}{U}{U} ({1}{U}{U}, Discard this card: Search your library for a card with the same converted mana cost as this card, reveal it, and put it into your hand. Then shuffle your library. Play only as a sorcery.) -id=89023 -name=Ethereal Usher -rarity=U -type=Creature -mana={5}{U} -power=2 -subtype=Spirit -toughness=3 -[/card] -[card] text=Damage that would be dealt by Excruciator can't be prevented. id=87900 name=Excruciator @@ -1149,14 +1086,6 @@ subtype=Insect toughness=1 [/card] [card] -text=Counter target instant or sorcery spell. Transmute {1}{U}{U} ({1}{U}{U}, Discard this card: Search your library for a card with the same converted mana cost as this card, reveal it, and put it into your hand. Then shuffle your library. Play only as a sorcery.) -id=88955 -name=Muddle the Mixture -rarity=C -type=Instant -mana={U}{U} -[/card] -[card] text=Enchant creature Whenever enchanted creature deals combat damage to a player, you may return target creature card from your graveyard to your hand. id=87985 name=Necromantic Thirst @@ -1177,17 +1106,6 @@ subtype=Ooze toughness=1 [/card] [card] -text=When Netherborn Phalanx comes into play, each opponent loses 1 life for each creature he or she controls. Transmute {1}{B}{B} ({1}{B}{B}, Discard this card: Search your library for a card with the same converted mana cost as this card, reveal it, and put it into your hand. Then shuffle your library. Play only as a sorcery.) -id=88972 -name=Netherborn Phalanx -rarity=U -type=Creature -mana={5}{B} -power=2 -subtype=Horror -toughness=4 -[/card] -[card] text=Target player reveals his or her hand. You choose a card from it. That player discards that card. Dredge 2 (If you would draw a card, instead you may put exactly two cards from the top of your library into your graveyard. If you do, return this card from your graveyard to your hand. Otherwise, draw a card.) id=89062 name=Nightmare Void diff --git a/projects/mtg/bin/Res/sets/SCG/_cards.dat b/projects/mtg/bin/Res/sets/SCG/_cards.dat index 2526429c3..28398d6da 100644 --- a/projects/mtg/bin/Res/sets/SCG/_cards.dat +++ b/projects/mtg/bin/Res/sets/SCG/_cards.dat @@ -195,6 +195,18 @@ toughness=5 abilities=flying [/card] [card] +text=When Fierce Empath enters the battlefield, you may search your library for a creature card with converted mana cost 6 or more, reveal it, put it into your hand, then shuffle your library. +auto=may moveTo(myhand) target(creature[manacost>=6]|mylibrary) +id=44218 +name=Fierce Empath +rarity=C +mana={2}{G} +type=Creature +subtype=Elf +power=1 +toughness=1 +[/card] +[card] id=43525 name=Goblin Brigand mana={1}{R} @@ -217,6 +229,18 @@ auto=foreach(goblin|myBattlefield)damage:1 rarity=C [/card] [card] +text=Whenever you cast a creature spell with converted mana cost 6 or more, put three +1/+1 counters on Kurgadon. +id=45165 +name=Kurgadon +rarity=U +mana={4}{G} +type=Creature +subtype=Beast +auto=@movedTo(creature[manacost>=6]|mystack):counter(1/1,3) +power=3 +toughness=3 +[/card] +[card] text=Vigilance Plainscycling {2} ({2}, Discard this card: Search your library for a Plains card, reveal it, and put it into your hand. Then shuffle your library.) id=45834 name=Noble Templar @@ -245,6 +269,16 @@ auto={1}:-1/+1 mytgt rarity=U [/card] [card] +text=Whenever a player casts a spell with converted mana cost 3 or less, Pyrostatic Pillar deals 2 damage to that player. +auto=@movedTo(*[manacost<=3]|mystack):damage:2 controller +auto=@movedTo(*[manacost<=3]|opponentstack):damage:2 opponent +id=44290 +name=Pyrostatic Pillar +rarity=U +mana={1}{R} +type=Enchantment +[/card] +[card] id=43622 name=Rain of Blades mana={W} diff --git a/projects/mtg/bin/Res/sets/SCG/todo.dat b/projects/mtg/bin/Res/sets/SCG/todo.dat index ed573ef22..157cecf7e 100644 --- a/projects/mtg/bin/Res/sets/SCG/todo.dat +++ b/projects/mtg/bin/Res/sets/SCG/todo.dat @@ -410,17 +410,6 @@ text=Enchant creature When enchanted creature is turned face up, destroy it. It rarity=U [/card] [card] -id=44218 -name=Fierce Empath -mana={2}{G} -type=Creature -subtype=Elf -power=1 -toughness=1 -text=When Fierce Empath enters the battlefield, you may search your library for a creature card with converted mana cost 6 or more, reveal it, put it into your hand, then shuffle your library. -rarity=C -[/card] -[card] id=43611 name=Final Punishment mana={3}{B}{B} @@ -590,17 +579,6 @@ text=Beast spells you cast cost {1} less to cast. {1}{G}: Regenerate target Beas rarity=U [/card] [card] -id=45165 -name=Kurgadon -mana={4}{G} -type=Creature -subtype=Beast -power=3 -toughness=3 -text=Whenever you cast a creature spell with converted mana cost 6 or more, put three +1/+1 counters on Kurgadon. -rarity=U -[/card] -[card] id=47586 name=Lethal Vapors mana={2}{B}{B} @@ -755,14 +733,6 @@ text=Morph—Discard a Zombie card. (You may cast this face down as a 2/2 creatu rarity=U [/card] [card] -id=44290 -name=Pyrostatic Pillar -mana={1}{R} -type=Enchantment -text=Whenever a player casts a spell with converted mana cost 3 or less, Pyrostatic Pillar deals 2 damage to that player. -rarity=U -[/card] -[card] id=44337 name=Raven Guild Initiate mana={2}{U} diff --git a/projects/mtg/bin/Res/sets/SOK/_cards.dat b/projects/mtg/bin/Res/sets/SOK/_cards.dat index 35b2b5984..bd7667273 100644 --- a/projects/mtg/bin/Res/sets/SOK/_cards.dat +++ b/projects/mtg/bin/Res/sets/SOK/_cards.dat @@ -272,6 +272,18 @@ toughness=3 abilities=legendary [/card] [card] +text=Soulshift 3 (When this is put into a graveyard from the battlefield, you may return target Spirit card with converted mana cost 3 or less from your graveyard to your hand.) +id=87335 +name=Kami of Empty Graves +rarity=C +mana={3}{B} +type=Creature +subtype=Spirit +auto=@movedTo(this|mygraveyard) from(myBattlefield):may moveTo(myhand) target(other spirit[manacost<=3]|mygraveyard) +power=4 +toughness=1 +[/card] +[card] text=Target creature deals damage to itself equal to its power. id=74157 target=creature @@ -340,6 +352,18 @@ toughness=1 abilities=flying [/card] [card] +text=Soulshift 5 (When this is put into a graveyard from the battlefield, you may return target Spirit card with converted mana cost 5 or less from your graveyard to your hand.) +id=88815 +name=Nightsoil Kami +rarity=C +mana={4}{G}{G} +type=Creature +subtype=Spirit +auto=@movedTo(this|mygraveyard) from(myBattlefield):may moveTo(myhand) target(other spirit[manacost<=5]|mygraveyard) +power=6 +toughness=4 +[/card] +[card] text={T}: Add {U} to your mana pool. {1}: Return Oboro, Palace in the Clouds to its owner's hand. id=74206 name=Oboro, Palace in the Clouds @@ -389,6 +413,18 @@ mana={2}{W}{W} type=Sorcery [/card] [card] +text=Soulshift 7 (When this is put into a graveyard from the battlefield, you may return target Spirit card with converted mana cost 7 or less from your graveyard to your hand.) +id=74018 +name=Promised Kannushi +rarity=C +mana={G} +type=Creature +subtype=Human Druid +auto=@movedTo(this|mygraveyard) from(myBattlefield):may moveTo(myhand) target(other spirit[manacost<=7]|mygraveyard) +power=1 +toughness=1 +[/card] +[card] text=When a creature you control is put into a graveyard from the battlefield, sacrifice Promise of Bunrei. If you do, put four 1/1 colorless Spirit creature tokens onto the battlefield. auto=@movedto(creature|graveyard) from(myBattlefield):token(Spirit,Creature Spirit,1/1,)*4 auto=@movedto(creature|graveyard) from(myBattlefield):bury @@ -550,4 +586,17 @@ rarity=U mana={2}{R}{R} type=Sorcery subtype=Arcane +[/card] +[card] +text=Vigilance (Attacking doesn't cause this creature to tap.) Soulshift 4 (When this is put into a graveyard from the battlefield, you may return target Spirit card with converted mana cost 4 or less from your graveyard to your hand.) +id=87342 +name=Torii Watchward +rarity=C +mana={4}{W} +type=Creature +subtype=Spirit +auto=@movedTo(this|mygraveyard) from(myBattlefield):may moveTo(myhand) target(other spirit[manacost<=4]|mygraveyard) +power=3 +toughness=3 +abilities=vigilance [/card] \ No newline at end of file diff --git a/projects/mtg/bin/Res/sets/SOK/todo.dat b/projects/mtg/bin/Res/sets/SOK/todo.dat index 5351bdb9f..54ac6894b 100644 --- a/projects/mtg/bin/Res/sets/SOK/todo.dat +++ b/projects/mtg/bin/Res/sets/SOK/todo.dat @@ -545,17 +545,6 @@ toughness=2 rarity=R [/card] [card] -text=Soulshift 3 (When this is put into a graveyard from the battlefield, you may return target Spirit card with converted mana cost 3 or less from your graveyard to your hand.) -name=Kami of Empty Graves -id=87335 -mana={3}{B} -type=Creature -subtype=Spirit -power=4 -toughness=1 -rarity=C -[/card] -[card] text=At the beginning of your upkeep, sacrifice Kami of the Tended Garden unless you pay {G}. Soulshift 3 (When this is put into a graveyard from the battlefield, you may return target Spirit card with converted mana cost 3 or less from your graveyard to your hand.) name=Kami of the Tended Garden id=74217 @@ -802,17 +791,6 @@ type=Sorcery rarity=R [/card] [card] -text=Soulshift 5 (When this is put into a graveyard from the battlefield, you may return target Spirit card with converted mana cost 5 or less from your graveyard to your hand.) -name=Nightsoil Kami -id=88815 -mana={4}{G}{G} -type=Creature -subtype=Spirit -power=6 -toughness=4 -rarity=C -[/card] -[card] text=When Nikko-Onna enters the battlefield, destroy target enchantment. Whenever you cast a Spirit or Arcane spell, you may return Nikko-Onna to its owner's hand. name=Nikko-Onna id=84639 @@ -913,17 +891,6 @@ subtype=Arcane rarity=C [/card] [card] -text=Soulshift 7 (When this is put into a graveyard from the battlefield, you may return target Spirit card with converted mana cost 7 or less from your graveyard to your hand.) -name=Promised Kannushi -id=74018 -mana={G} -type=Creature -subtype=Human Druid -power=1 -toughness=1 -rarity=C -[/card] -[card] text=Whenever a spell or ability an opponent controls causes you to discard cards this turn, return those cards from your graveyard to your hand. Whenever a spell or ability an opponent controls causes you to discard Pure Intentions, return Pure Intentions from your graveyard to your hand at the beginning of the next end step. name=Pure Intentions id=88785 @@ -1201,17 +1168,6 @@ abilities=Legendary rarity=R [/card] [card] -text=Vigilance (Attacking doesn't cause this creature to tap.) Soulshift 4 (When this is put into a graveyard from the battlefield, you may return target Spirit card with converted mana cost 4 or less from your graveyard to your hand.) -name=Torii Watchward -id=87342 -mana={4}{W} -type=Creature -subtype=Spirit -power=3 -toughness=3 -rarity=C -[/card] -[card] text=Your maximum hand size is increased by two. At the beginning of your upkeep, return a blue creature you control to its owner's hand. name=Trusted Advisor id=88804 diff --git a/projects/mtg/bin/Res/sets/TSP/_cards.dat b/projects/mtg/bin/Res/sets/TSP/_cards.dat index 5a876f3b4..830562601 100644 --- a/projects/mtg/bin/Res/sets/TSP/_cards.dat +++ b/projects/mtg/bin/Res/sets/TSP/_cards.dat @@ -37,6 +37,18 @@ toughness=4 abilities=defender,reachshadow [/card] [card] +text={4}, {T}: Search your library for a Rebel permanent card with converted mana cost 3 or less and put it onto the battlefield. Then shuffle your library. +id=113619 +name=Amrou Scout +rarity=C +mana={1}{W} +type=Creature +subtype=Kithkin Rebel Scout +auto={4}{T}:moveTo(myBattlefield) target(rebel[manacost<=3]|mylibrary) +power=2 +toughness=1 +[/card] +[card] text=Amrou Seekers can't be blocked except by artifact creatures and/or white creatures. id=113509 name=Amrou Seekers diff --git a/projects/mtg/bin/Res/sets/TSP/todo.dat b/projects/mtg/bin/Res/sets/TSP/todo.dat index edd292cf9..3562c6634 100644 --- a/projects/mtg/bin/Res/sets/TSP/todo.dat +++ b/projects/mtg/bin/Res/sets/TSP/todo.dat @@ -1,15 +1,4 @@ [card] -id=113619 -name=Amrou Scout -mana={1}{W} -type=Creature -subtype=Kithkin Rebel Scout -power=2 -toughness=1 -text={4}, {T}: Search your library for a Rebel permanent card with converted mana cost 3 or less and put it into play. Then shuffle your library. -rarity=C -[/card] -[card] id=113505 name=Ancestral Vision mana= diff --git a/projects/mtg/bin/Res/sets/ULG/_cards.dat b/projects/mtg/bin/Res/sets/ULG/_cards.dat index 65ec07869..59dd02317 100644 --- a/projects/mtg/bin/Res/sets/ULG/_cards.dat +++ b/projects/mtg/bin/Res/sets/ULG/_cards.dat @@ -599,6 +599,17 @@ power=1 toughness=1 [/card] [card] +text=Return target creature card with converted mana cost 3 or less from your graveyard to the battlefield. Cycling {2} ({2}, Discard this card: Draw a card.) +id=12398 +target=creature[manacost<=3]|mygraveyard +auto=moveTo(myBattlefield) +autohand={2}:cycling +name=Unearth +rarity=C +mana={B} +type=Sorcery +[/card] +[card] text=Haste At the beginning of the end step, return Viashino Cutthroat to its owner's hand. id=12419 name=Viashino Cutthroat diff --git a/projects/mtg/bin/Res/sets/ULG/todo.dat b/projects/mtg/bin/Res/sets/ULG/todo.dat index fc0ef679e..4f5de0c45 100644 --- a/projects/mtg/bin/Res/sets/ULG/todo.dat +++ b/projects/mtg/bin/Res/sets/ULG/todo.dat @@ -667,14 +667,6 @@ text=Treetop Village enters the battlefield tapped. {T}: Add {G} to your mana po rarity=U [/card] [card] -id=12398 -name=Unearth -mana={B} -type=Sorcery -text=Return target creature card with converted mana cost 3 or less from your graveyard to the battlefield. Cycling {2} ({2}, Discard this card: Draw a card.) -rarity=C -[/card] -[card] id=12633 name=Urza's Blueprints mana={6}