From 215c7448c975d315ce1ec273406fb46c0c005e9e Mon Sep 17 00:00:00 2001 From: "wagic.laurent" Date: Wed, 20 May 2009 20:03:51 +0000 Subject: [PATCH] Laurent - 10E added Demon's Horn, dragon's claw and co. works well you have to click the card to get 1 life as the card state "may"..also added consume spirit (alias of drain life RV) - ICE complete update, reorganized all cards alphabetically both in cards.dat and todo.dat + some few addition - tentatively added a generic millstone, first step to add the keyword "deplete" to the parser.. still working on this one. --- projects/mtg/bin/Res/sets/10E/_cards.dat | 94 +- projects/mtg/bin/Res/sets/10E/todo.dat | 92 +- projects/mtg/bin/Res/sets/ALA/_cards.dat | 11 + projects/mtg/bin/Res/sets/ALA/todo.dat | 8 - projects/mtg/bin/Res/sets/ICE/_cards.dat | 1815 ++++++++++++---------- projects/mtg/bin/Res/sets/ICE/todo.dat | 1238 +-------------- projects/mtg/include/AllAbilities.h | 23 +- projects/mtg/src/MTGAbility.cpp | 30 +- 8 files changed, 1150 insertions(+), 2161 deletions(-) diff --git a/projects/mtg/bin/Res/sets/10E/_cards.dat b/projects/mtg/bin/Res/sets/10E/_cards.dat index 6eaebb351..aabdcff0f 100644 --- a/projects/mtg/bin/Res/sets/10E/_cards.dat +++ b/projects/mtg/bin/Res/sets/10E/_cards.dat @@ -62,6 +62,15 @@ subtype=Human Cleric toughness=4 [/card] [card] +text=Whenever a player plays a white spell, you may gain 1 life. +id=129466 +name=Angel's Feather +rarity=U +color=Artifact +type=Artifact +mana={2} +[/card] +[card] text=Target creature gets +3/+3 and gains flying until end of turn. (It can't be blocked except by creatures with flying or reach.) target=creature auto=:3/3 @@ -89,7 +98,7 @@ toughness=4 [card] text=Flying (This creature can't be blocked except by creatures with flying or reach.) When Angel of Mercy comes into play, you gain 3 life. abilities=flying -auto=gainlife:3 +auto=life:3 id=129465 name=Angel of Mercy rarity=U @@ -213,6 +222,19 @@ type=Sorcery mana={X}{R} [/card] [card] +text={R}, Sacrifice Bloodfire Colossus: Bloodfire Colossus deals 6 damage to each creature and each player. +id=129709 +name=Bloodfire Colossus +auto={R}{S}:damage:6 all(creature,player) +rarity=R +color=Red +type=Creature +mana={6}{R}{R} +power=6 +subtype=Giant +toughness=6 +[/card] +[card] text=Bloodrock Cyclops attacks each turn if able. abilities=mustattack id=130384 @@ -348,6 +370,17 @@ subtype=Faerie toughness=1 [/card] [card] +text=Spend only black mana on X. Consume Spirit deals X damage to target creature or player and you gain X life. +id=129505 +alias=1156 +target=creature,player +name=Consume Spirit +rarity=U +color=Black +type=Sorcery +mana={X}{1}{B} +[/card] +[card] text=Sacrifice Composite Golem: Add {W}{U}{B}{R}{G} to your mana pool. auto={s}:Add {W}{U}{B}{R}{G} id=135275 @@ -429,6 +462,15 @@ type=Sorcery mana={3}{R} [/card] [card] +text=Whenever a player plays a black spell, you may gain 1 life. +id=129523 +name=Demon's Horn +rarity=U +color=Artifact +type=Artifact +mana={2} +[/card] +[card] text=Destroy target enchantment. target=enchantment auto=destroy @@ -463,6 +505,15 @@ type=Enchantment mana={4}{R}{R} [/card] [card] +text=Whenever a player plays a red spell, you may gain 1 life. +id=129527 +name=Dragon's Claw +rarity=U +color=Artifact +type=Artifact +mana={2} +[/card] +[card] text= id=135216 name=Dross Crocodile @@ -513,6 +564,16 @@ subtype=Elemental toughness=5 [/card] [card] +text=Return all creatures to their owners' hands. +id=129541 +name=Evacuation +auto=moveTo(ownerhand) all(creature) +rarity=R +color=Blue +type=Instant +mana={3}{U}{U} +[/card] +[card] text=Other Elf creatures get +1/+1 and have forestwalk. (They're unblockable as long as defending player controls a Forest.) id=129534 auto=lord(elf) 1/1 other @@ -555,7 +616,7 @@ toughness=7 text=Essence Drain deals 3 damage to target creature or player and you gain 3 life. target=creature,player auto=damage:3 -auto=gainlife:3 +auto=life:3 id=135191 name=Essence Drain rarity=C @@ -1056,6 +1117,15 @@ subtype=Kavu toughness=3 [/card] [card] +text=Whenever a player plays a blue spell, you may gain 1 life. +id=129619 +name=Kraken's Eye +rarity=U +color=Artifact +type=Artifact +mana={2} +[/card] +[card] text=Lava Axe deals 5 damage to target player. target=player auto=Damage 5 @@ -1394,6 +1464,17 @@ type=Instant mana={1}{G} [/card] [card] +text=Target player gains 8 life. +id=129655 +target=player +auto=life:8 +name=Natural Spring +rarity=C +color=Green +type=Sorcery +mana={3}{G}{G} +[/card] +[card] text=Flying (This creature can't be blocked except by creatures with flying or reach.) Nightmare's power and toughness are each equal to the number of Swamps you control. abilities=flying id=129659 @@ -2554,6 +2635,15 @@ type=Sorcery mana={2}{W}{W} [/card] [card] +text=Whenever a player plays a green spell, you may gain 1 life. +id=129809 +name=Wurm's Tooth +rarity=U +color=Artifact +type=Artifact +mana={2} +[/card] +[card] text={T}: Add {1} to your mana pool. {T}: Add {G} or {U} to your mana pool. Yavimaya Coast deals 1 damage to you. id=129810 auto={T}:Add {1} diff --git a/projects/mtg/bin/Res/sets/10E/todo.dat b/projects/mtg/bin/Res/sets/10E/todo.dat index 4bd5f3864..53238befc 100644 --- a/projects/mtg/bin/Res/sets/10E/todo.dat +++ b/projects/mtg/bin/Res/sets/10E/todo.dat @@ -50,15 +50,6 @@ type=Enchantment mana={3}{W}{W} [/card] [card] -text=Whenever a player plays a white spell, you may gain 1 life. -id=129466 -name=Angel's Feather -rarity=U -color=Artifact -type=Artifact -mana={2} -[/card] -[card] text=Enchant creature (Target a creature as you play this. This card comes into play attached to that creature.) Enchanted creature gets +2/+2 and has "{T}: This creature deals 1 damage to target creature or player." id=130530 name=Arcane Teachings @@ -68,7 +59,6 @@ type=Enchantment mana={2}{R} subtype=Aura [/card] - [card] text=Gain control of target Aura that's attached to a permanent. Attach it to another permanent it can enchant. id=130976 @@ -183,19 +173,6 @@ color=Black type=Sorcery mana={3}{B}{B} [/card] -[card] -text={R}, Sacrifice Bloodfire Colossus: Bloodfire Colossus deals 6 damage to each creature and each player. -id=129709 -name=Bloodfire Colossus -rarity=R -color=Red -type=Creature -mana={6}{R}{R} -power=6 -subtype=Giant -toughness=6 -[/card] - [card] text=When Bogardan Firefiend is put into a graveyard from play, it deals 2 damage to target creature. id=130534 @@ -208,7 +185,6 @@ power=2 subtype=Elemental Spirit toughness=1 [/card] - [card] text=Whenever Cephalid Constable deals combat damage to a player, return up to that many target permanents that player controls to their owners' hands. id=135261 @@ -322,15 +298,6 @@ type=Sorcery mana={3}{R}{R} [/card] [card] -text=Spend only black mana on X. Consume Spirit deals X damage to target creature or player and you gain X life. -id=129505 -name=Consume Spirit -rarity=U -color=Black -type=Sorcery -mana={X}{1}{B} -[/card] -[card] text=Enchant creature (Target a creature as you play this. This card comes into play attached to that creature.) Whenever enchanted creature attacks or blocks, its controller loses 3 life. id=129590 name=Contaminated Bond @@ -387,15 +354,6 @@ type=Instant mana={2}{U} [/card] [card] -text=Whenever a player plays a black spell, you may gain 1 life. -id=129523 -name=Demon's Horn -rarity=U -color=Artifact -type=Artifact -mana={2} -[/card] -[card] text=When Denizen of the Deep comes into play, return each other creature you control to its owner's hand. id=135250 name=Denizen of the Deep @@ -443,15 +401,7 @@ color=Artifact type=Artifact mana={2} [/card] -[card] -text=Whenever a player plays a red spell, you may gain 1 life. -id=129527 -name=Dragon's Claw -rarity=U -color=Artifact -type=Artifact -mana={2} -[/card] + [card] text=At the beginning of each player's upkeep, that player puts the top X cards of his or her library into his or her graveyard, where X is the number of cards in his or her hand. id=135246 @@ -500,16 +450,6 @@ power=1 subtype=Elf Berserker toughness=1 [/card] - -[card] -text=Return all creatures to their owners' hands. -id=129541 -name=Evacuation -rarity=R -color=Blue -type=Instant -mana={3}{U}{U} -[/card] [card] text=Faerie Conclave comes into play tapped. {T}: Add {U} to your mana pool. {1}{U}: Faerie Conclave becomes a 2/1 blue Faerie creature with flying until end of turn. It's still a land. (It can't be blocked except by creatures with flying or reach.) id=106531 @@ -795,15 +735,6 @@ subtype=Human Knight toughness=2 [/card] [card] -text=Whenever a player plays a blue spell, you may gain 1 life. -id=129619 -name=Kraken's Eye -rarity=U -color=Artifact -type=Artifact -mana={2} -[/card] -[card] text=At the beginning of each opponent's upkeep, if that player has two or fewer cards in hand, Lavaborn Muse deals 3 damage to him or her. id=130373 name=Lavaborn Muse @@ -955,15 +886,7 @@ color=Black type=Enchantment mana={2}{B}{B} [/card] -[card] -text=Target player gains 8 life. -id=129655 -name=Natural Spring -rarity=C -color=Green -type=Sorcery -mana={3}{G}{G} -[/card] + [card] text=First strike (This creature deals combat damage before creatures without first strike.) When Nekrataal comes into play, destroy target nonartifact, nonblack creature. That creature can't be regenerated. id=129658 @@ -1315,6 +1238,7 @@ toughness=3 text=Target player loses 4 life and you gain 4 life. id=129739 name=Soul Feast +target=player rarity=U color=Black type=Sorcery @@ -1745,13 +1669,5 @@ power=2 subtype=Spirit toughness=3 [/card] -[card] -text=Whenever a player plays a green spell, you may gain 1 life. -id=129809 -name=Wurm's Tooth -rarity=U -color=Artifact -type=Artifact -mana={2} -[/card] + diff --git a/projects/mtg/bin/Res/sets/ALA/_cards.dat b/projects/mtg/bin/Res/sets/ALA/_cards.dat index 75b147a0b..3203e5ff9 100644 --- a/projects/mtg/bin/Res/sets/ALA/_cards.dat +++ b/projects/mtg/bin/Res/sets/ALA/_cards.dat @@ -35,6 +35,17 @@ subtype=Human Wizard toughness=2 [/card] [card] +text=Blightning deals 3 damage to target player. That player discards two cards. +id=174917 +target=player +auto=damage:3 +auto=discard:2 +name=Blightning +rarity=C +type=Sorcery +mana={1}{B}{R} +[/card] +[card] text=Flying When Broodmate Dragon comes into play, put a 4/4 red Dragon creature token with flying into play. abilities=flying auto=token(Dragon,creature dragon, 4/4,flying red) diff --git a/projects/mtg/bin/Res/sets/ALA/todo.dat b/projects/mtg/bin/Res/sets/ALA/todo.dat index b6475fee3..7a50cf11d 100644 --- a/projects/mtg/bin/Res/sets/ALA/todo.dat +++ b/projects/mtg/bin/Res/sets/ALA/todo.dat @@ -121,14 +121,6 @@ subtype=Elf Shaman toughness=1 [/card] [card] -text=Blightning deals 3 damage to target player. That player discards two cards. -id=174917 -name=Blightning -rarity=C -type=Sorcery -mana={1}{B}{R} -[/card] -[card] text=When Blister Beetle comes into play, target creature gets -1/-1 until end of turn. id=174893 name=Blister Beetle diff --git a/projects/mtg/bin/Res/sets/ICE/_cards.dat b/projects/mtg/bin/Res/sets/ICE/_cards.dat index f450b80a5..244b04c2d 100644 --- a/projects/mtg/bin/Res/sets/ICE/_cards.dat +++ b/projects/mtg/bin/Res/sets/ICE/_cards.dat @@ -1,4 +1,17 @@ [card] +text=Flying . Whenever Abyssal Specter deals damage to a player, that player discards a card. +id=2437 +alias=1165 +abilities=flying +name=Abyssal Specter +rarity=U +type=Creature +mana={2}{B}{B} +power=2 +subtype=Specter +toughness=3 +[/card] +[card] text={1}: Adarkar Sentinel gets +0/+1 until end of turn. id=2392 auto={1}:0/1 @@ -11,6 +24,16 @@ subtype=Soldier toughness=3 [/card] [card] +text={T}: Add {1} to your mana pool. {T}: Add {W} or {U} to your mana pool. Adarkar Wastes deals 1 damage to you. +id=2750 +auto={T}:add {1} +auto={T}:add {W} && Damage 1 controller +auto={T}:add {U} && Damage 1 controller +name=Adarkar Wastes +rarity=R +type=Land +[/card] +[card] text={1}, {T}: Target 1/1 creature gets +1/+2 until end of turn. id=2393 name=Aegis of the Meek @@ -40,6 +63,47 @@ mana={W} subtype=Aura [/card] [card] +text= +id=2608 +name=Balduvian Barbarians +rarity=C +type=Creature +mana={1}{R}{R} +power=3 +subtype=Human Barbarian +toughness=2 +[/card] +[card] +text= +id=2550 +name=Balduvian Bears +rarity=C +type=Creature +mana={1}{G} +power=2 +subtype=Bear +toughness=2 +[/card] +[card] +text={2}: Target creature gains banding until end of turn. +id=2399 +name=Baton of Morale +auto={2}:banding target(creature) +rarity=U +type=Artifact +mana={2} +[/card] +[card] +text=Green creatures you control get +1/+1 until end of turn. Nongreen creatures you control get +1/+0 until end of turn. +id=2611 +auto=lord(creature[green]|myinplay) 1/1 +auto=lord(creature[-green]|myinplay) 1/0 +name=Battle Frenzy +rarity=C +type=Instant +mana={2}{R} +[/card] +[card] text=Gain 1 life. Draw a card at the beginning of the next turn's upkeep. id=2667 name=Blessed Wine @@ -50,6 +114,28 @@ type=Instant mana={1}{W} [/card] [card] +text={0}: Return Blinking Spirit to its owner's hand. +id=2668 +name=Blinking Spirit +auto={0}:moveto(ownerhand) +rarity=R +type=Creature +mana={3}{W} +power=2 +subtype=Spirit +toughness=2 +[/card] +[card] +text={T}: Add {1} to your mana pool. {T}: Add {G} or {W} to your mana pool. Brushland deals 1 damage to you. +id=2751 +auto={T}:add {1} +auto={T}:add {G} && Damage 1 controller +auto={T}:add {W} && Damage 1 controller +name=Brushland +rarity=R +type=Land +[/card] +[card] text={T}: Centaur Archer deals 1 damage to target creature with flying. id=2718 name=Centaur Archer @@ -107,6 +193,17 @@ type=Enchantment mana={1}{W} [/card] [card] +text=Enchant land. You control enchanted land. +id=2616 +alias=1194 +target=land +name=Conquer +rarity=U +type=Enchantment +mana={3}{R}{R} +subtype=Aura +[/card] +[card] text=Counter target spell. id=2500 target=*|stack @@ -157,6 +254,15 @@ type=Instant mana={W} [/card] [card] +text={T}: Destroy target permanent you own. It can't be regenerated. +id=2402 +auto={T}:bury target(*|myinplay) +name=Despotic Scepter +rarity=R +type=Artifact +mana={1} +[/card] +[card] text=Dire Wolves has banding as long as you control a Plains. auto=aslongas(plains|myinplay) banding id=2554 @@ -179,6 +285,32 @@ type=Instant mana={1}{W} [/card] [card] +text=Defender (This creature can't attack.) Drift of the Dead's power and toughness are each equal to the number of snow lands you control. +id=2447 +name=Drift of the Dead +abilities=Defender +auto=foreach(land[snow]|myinplay) 1/1 +rarity=U +type=Creature +mana={3}{B} +power=* +subtype=Wall +toughness=* +[/card] +[card] +text={3}{G}, {T}: You may tap or untap target artifact, creature, or land. +id=2556 +auto={3}{G}{T}:tap target(creature,artifact,land) +auto={3}{G}{T}:untap target(creature,artifact,land) +name=Elder Druid +rarity=R +type=Creature +mana={3}{G} +power=2 +subtype=Elf Cleric Druid +toughness=2 +[/card] +[card] text=Tap target artifact, creature, or land. Draw a card at the beginning of the next turn's upkeep. id=2503 auto=tap target(artifact,creature,land) @@ -211,6 +343,52 @@ mana={B}{B} subtype=Aura [/card] [card] +text={R}: Flame Spirit gets +1/+0 until end of turn. +id=2620 +auto={R}:1/0 +name=Flame Spirit +rarity=U +type=Creature +mana={4}{R} +power=2 +subtype=Elemental Spirit +toughness=3 +[/card] +[card] +text=Flare deals 1 damage to target creature or player. Draw a card at the beginning of the next turn's upkeep. +id=2621 +target=creature,player +auto=damage:1 +auto=@next upkeep:draw:1 +name=Flare +rarity=C +type=Instant +mana={2}{R} +[/card] +[card] +text={1}{G}: Folk of the Pines gets +1/+0 until end of turn. +id=2559 +auto={1}{G}:1/0 +name=Folk of the Pines +rarity=C +type=Creature +mana={4}{G} +power=2 +subtype=Dryad +toughness=5 +[/card] +[card] +text=Enchant land. Enchanted land has "{T}: Target creature gets +2/+1 until end of turn." +id=2560 +target=land +auto={T}:2/1 target(creature) +name=Forbidden Lore +rarity=R +type=Enchantment +mana={2}{G} +subtype=Aura +[/card] +[card] text={T}: Add {G} to your mana pool. auto={T}: Add {G} id=2746 @@ -238,6 +416,26 @@ type=Basic Land subtype=Forest [/card] [card] +text=Target creature gains banding until end of turn. Draw a card at the beginning of the next turn's upkeep. +id=2685 +target=creature +auto=:banding +auto=@next upkeep:draw:1 +name=Formation +rarity=R +type=Instant +mana={1}{W} +[/card] +[card] +text={3}, {T}: Target creature gains first strike until end of turn. +id=2404 +name=Fyndhorn Bow +auto={3}{T}:first strike target(creature) +rarity=U +type=Artifact +mana={2} +[/card] +[card] text={2}{G}, {T}: Untap target creature. id=2566 name=Fyndhorn Brownie @@ -250,6 +448,30 @@ subtype=Ouphe toughness=1 [/card] [card] +text={T}: Add {G} to your mana pool. +id=2568 +auto={T}:Add {G} +name=Fyndhorn Elves +rarity=C +type=Creature +mana={G} +power=1 +subtype=Elf Druid +toughness=1 +[/card] +[card] +text={T}: Add {G}{G} to your mana pool. +id=2567 +auto={T}:Add {G}{G} +name=Fyndhorn Elder +rarity=U +type=Creature +mana={2}{G} +power=1 +subtype=Elf Druid +toughness=1 +[/card] +[card] text=Target creature gets +3/+3 until end of turn. id=2570 target=creature @@ -260,6 +482,42 @@ type=Instant mana={G} [/card] [card] +text=Defender (This creature can't attack.) +abilities=defender +id=2507 +name=Glacial Wall +rarity=U +type=Creature +mana={2}{U} +power=0 +subtype=Wall +toughness=7 +[/card] +[card] +text=Gorilla Pack can't attack unless defending player controls a Forest. When you control no Forests, sacrifice Gorilla Pack. +id=2571 +name=Gorilla Pack +abilities=foresthome +rarity=C +type=Creature +mana={2}{G} +power=3 +subtype=Ape +toughness=3 +[/card] +[card] +text={B}: Hoar Shade gets +1/+1 until end of turn. +id=2455 +auto={B}:1/1 +name=Hoar Shade +rarity=C +type=Creature +mana={3}{B} +power=1 +subtype=Shade +toughness=2 +[/card +[card] text=Target creature gets +X/+0 until end of turn. id=2456 target=creature @@ -270,6 +528,15 @@ type=Instant mana={X}{B} [/card] [card] +text=Hurricane deals X damage to each creature with flying and each player. +id=2573 +alias=1251 +name=Hurricane +rarity=U +type=Sorcery +mana={X}{G} +[/card] +[card] text=Choose one - Counter target spell if it's red; or destroy target permanent if it's red. id=2508 alias=1191 @@ -279,6 +546,16 @@ type=Instant mana={U} [/card] [card] +text=Put target creature card in a graveyard into play under your control. +id=2731 +target=creature|graveyard +auto=moveTo(myinplay) +name=Hymn of Rebirth +rarity=U +type=Sorcery +mana={3}{W}{G} +[/card] +[card] text={1}, {T}: Tap target artifact, creature, or land. id=2408 name=Icy Manipulator @@ -288,119 +565,14 @@ type=Artifact mana={4} [/card] [card] -text=Enchant creature. Enchanted creature has swampwalk. -id=2467 -target=creature -auto=:swampwalk -name=Leshrac's Rite -rarity=U -type=Enchantment -mana={B} -subtype=Aura -[/card] -[card] -text=Lhurgoyf's power is equal to the number of creature cards in all graveyards and its toughness is equal to that number plus 1. -id=2576 -name=Lhurgoyf -auto=foreach(creature|graveyard) 1/1 -rarity=R -type=Creature -mana={2}{G}{G} -power=* -subtype=Lhurgoyf -toughness=1 -[/card] -[card] -text=As Lost Order of Jarkeld comes into play, choose an opponent. Lost Order of Jarkeld's power and toughness are each equal to 1 plus the number of creatures the chosen player controls. -id=2703 -auto=foreach(creature|opponentinplay) 1/1 -name=Lost Order of Jarkeld -rarity=R -type=Creature -mana={2}{W}{W} -power=1 -subtype=Human Knight -toughness=1 -[/card] -[card] -text={2},{T},Sacrifice Pit Trap: Destroy target attacking creature without flying. It can't be regenerated. -auto={2}{T}{S}:bury target(creature[-flying;attacking]) -id=2419 -name=Pit Trap -rarity=U -type=Artifact -mana={2} -[/card] -[card] -text=Choose one - Counter target spell if it's blue; or destroy target permanent if it's blue. -id=2649 -alias=1312 -name=Pyroblast +text=Untap target artifact, creature, or land. Draw a card at the beginning of the next turn's upkeep. +id=2516 +auto=untap target(artifact,creature,land) +auto=@next upkeep:draw:1 +name=Infuse rarity=C type=Instant -mana={R} -[/card] -[card] -text=Pyroclasm deals 2 damage to each creature. -id=2650 -name=Pyroclasm -auto=damage:2 all(creature) -rarity=U -type=Sorcery -mana={1}{R} -[/card] -[card] -text=Enchant creature (Target a creature as you play this. This card comes into play attached to that creature.) {G}: Regenerate enchanted creature. (The next time that creature would be destroyed this turn, it isn't. Instead tap it, remove all damage from it, and remove it from combat.) -target=creature -auto={G}:regenerate -id=2583 -name=Regeneration -rarity=C -type=Enchantment -mana={1}{G} -subtype=Aura -[/card] -[card] -text=Destroy target artifact. -target=artifact -auto=destroy -id=2652 -name=Shatter -rarity=C -type=Instant -mana={1}{R} -[/card] -[card] -text=Enchant creature. Enchanted creature gets +0/+2. {R}: Enchanted creature gets +1/+0 until end of turn. -id=2655 -target=creature -auto=:0/2 -auto={R}:1/0 -name=Stonehands -rarity=C -type=Enchantment -mana={2}{R} -subtype=Aura -[/card] -[card] -text=Remove target creature from the game. That creature's controller gains life equal to its power. -id=2714 -target=creature -alias=1367 -name=Swords to Plowshares -rarity=U -type=Instant -mana={W} -[/card] -[card] -text=Target creature is unblockable this turn. -id=2596 -target=creature -auto=:unblockable -name=Trailblazer -rarity=R -type=Instant -mana={2}{G}{G} +mana={2}{U} [/card] [card] text={T}: Add {U} to your mana pool. @@ -430,6 +602,231 @@ type=Basic Land subtype=Island [/card] [card] +text=Destroy all artifacts, creatures, and lands. They can't be regenerated. +id=2631 +auto=bury all(artifact,creature,land) +name=Jokulhaups +rarity=R +type=Sorcery +mana={4}{R}{R} +[/card] +[card] +text={T}: Untap target land. +id=2575 +name=Juniper Order Druid +auto={T}:Untap target(land) +rarity=C +type=Creature +mana={2}{G} +power=1 +subtype=Human Cleric Druid +toughness=1 +[/card] +[card] +text={T}: Add {1} to your mana pool. {T}: Add {R} or {G} to your mana pool. Karplusan Forest deals 1 damage to you. +id=2755 +auto={T}:add {1} +auto={T}:add {R} && damage 1 controller +auto={T}:add {G} && damage 1 controller +name=Karplusan Forest +rarity=R +type=Land +[/card] +[card] +text={1}{W}: Target green creature gains first strike until end of turn. +id=2693 +auto={1}{W}:first strike target(creature[green]) +name=Kelsinko Ranger +rarity=C +type=Creature +mana={W} +power=1 +subtype=Human +toughness=1 +[/card] +[card] +text=Whenever Kjeldoran Frostbeast blocks or becomes blocked by a creature, destroy that creature at end of combat. +id=2732 +alias=1267 +name=Kjeldoran Frostbeast +rarity=U +type=Creature +mana={3}{W}{G} +power=2 +subtype=Elemental Beast +toughness=4 +[/card] +[card] +text=Banding, first strike +id=2697 +abilities=banding,first strike +name=Kjeldoran Phalanx +rarity=R +type=Creature +mana={5}{W} +power=2 +subtype=Human Soldier +toughness=5 +[/card] +[card] +text=Banding {1}{W}: +1/+0 until end of turn {W}{W}: +0/+2 until end of turn +abilities=Banding +auto={1}{W}:1/0 +auto={W}{W}:0/2 +id=2696 +name=Kjeldoran Knight +rarity=R +type=Creature +mana={W}{W} +power=1 +subtype=Human Knight +toughness=1 +[/card] +[card] +text=Banding, flying, first strike +abilities=banding,flying,first strike +id=2699 +name=Kjeldoran Skycaptain +rarity=U +type=Creature +mana={4}{W} +power=2 +subtype=Human Soldier +toughness=2 +[/card] +[card] +text=Banding, flying, first strike +id=2700 +abilities=banding,flying,first strike +name=Kjeldoran Skyknight +rarity=C +type=Creature +mana={2}{W} +power=1 +subtype=Human Knight +toughness=1 +[/card] +[card] +text=Banding +abilities=banding +id=2701 +name=Kjeldoran Warrior +rarity=C +type=Creature +mana={W} +power=1 +subtype=Human Warrior +toughness=1 +[/card] +[card] +text=Protection from white. {B}: Knight of Stromgald gains first strike until end of turn. {B}{B}: Knight of Stromgald gets +1/+0 until end of turn. +id=2462 +abilities=Protection from white +auto={B}:First strike +auto={B}{B}:1/0 +name=Knight of Stromgald +rarity=U +type=Creature +mana={B}{B} +power=2 +subtype=Human Knight +toughness=1 +[/card] +[card] +text=Enchant creature. When Krovikan Fetish comes into play, draw a card at the beginning of the next turn's upkeep. Enchanted creature gets +1/+1. +id=2464 +target=creature +auto=:1/1 +auto=@next upkeep:draw:1 +name=Krovikan Fetish +rarity=C +type=Enchantment +mana={2}{B} +subtype=Aura +[/card] +[card] +text=Enchant creature. Enchanted creature has swampwalk. +id=2467 +target=creature +auto=:swampwalk +name=Leshrac's Rite +rarity=U +type=Enchantment +mana={B} +subtype=Aura +[/card] +[card] +text=Lhurgoyf's power is equal to the number of creature cards in all graveyards and its toughness is equal to that number plus 1. +id=2576 +name=Lhurgoyf +auto=foreach(creature|graveyard) 1/1 +rarity=R +type=Creature +mana={2}{G}{G} +power=* +subtype=Lhurgoyf +toughness=1 +[/card] +[card] +text=Target creature gains first strike until end of turn. Draw a card at the beginning of the next turn's upkeep. +target=creature +id=2702 +auto=:first strike +auto=@next upkeep:draw:1 +name=Lightning Blow +rarity=R +type=Instant +mana={1}{W} +[/card] +[card] +text=As Lost Order of Jarkeld comes into play, choose an opponent. Lost Order of Jarkeld's power and toughness are each equal to 1 plus the number of creatures the chosen player controls. +id=2703 +auto=foreach(creature|opponentinplay) 1/1 +name=Lost Order of Jarkeld +rarity=R +type=Creature +mana={2}{W}{W} +power=1 +subtype=Human Knight +toughness=1 +[/card] +[card] +text=Target player discards a card. Draw a card at the beginning of the next turn's upkeep. +id=2471 +target=player +auto=discard:1 +auto=@next upkeep:draw:1 +name=Mind Ravel +rarity=C +type=Sorcery +mana={2}{B} +[/card] +[card] +text=Protection from black. At the beginning of your upkeep, Minion of Leshrac deals 5 damage to you unless you sacrifice a creature other than Minion of Leshrac. If Minion of Leshrac deals damage to you this way, tap it. {T}: Destroy target creature or land. +id=2474 +abilities=protection from black +name=Minion of Leshrac +rarity=R +auto={T}:destroy target(creature,land) +type=Creature +mana={4}{B}{B}{B} +power=5 +subtype=Demon Minion +toughness=5 +[/card] +[card] +text=Swampwalk +id=2477 +abilities=swampwalk +name=Moor Fiend +rarity=C +type=Creature +mana={3}{B} +power=3 +subtype=Horror +toughness=3 +[/card] +[card] text={T}: Add {R} to your mana pool. id=2763 auto={T}: Add {R} @@ -457,6 +854,103 @@ type=Basic Land subtype=Mountain [/card] [card] +text=Mountainwalk +abilities=mountainwalk +id=2639 +name=Mountain Goat +rarity=C +type=Creature +mana={R} +power=1 +subtype=Goat +toughness=1 +[/card] +[card] +text={T}: Orcish Cannoneers deals 2 damage to target creature or player and 3 damage to you. +id=2641 +alias=1309 +name=Orcish Cannoneers +rarity=U +type=Creature +mana={1}{R}{R} +power=1 +subtype=Orc Warrior +toughness=3 +[/card] +[card] +text={T}, Sacrifice a Forest: Add three mana in any combination of {R} and/or {G} to your mana pool. +id=2646 +auto={T}{S(forest|myinplay)}: add {G}{G}{G} +auto={T}{S(forest|myinplay)}: add {G}{G}{R} +auto={T}{S(forest|myinplay)}: add {G}{R}{R} +auto={T}{S(forest|myinplay)}: add {R}{R}{R} +name=Orcish Lumberjack +rarity=C +type=Creature +mana={R} +power=1 +subtype=Orc +toughness=1 +[/card] +[card] +text=Protection from black. {W}: Order of the White Shield gains first strike until end of turn. {W}{W}: Order of the White Shield gets +1/+0 until end of turn. +id=2706 +name=Order of the White Shield +abilities=Protection from black +auto={W}:first strike +auto={W}{W}:1/0 +rarity=U +type=Creature +mana={W}{W} +power=2 +subtype=Human Knight +toughness=1 +[/card] +[card] +text=Islandwalk +abilities=islandwalk +id=2580 +name=Pale Bears +rarity=R +type=Creature +mana={2}{G} +power=2 +subtype=Bear +toughness=2 +[/card] +[card] +text=Play Panic only during combat before blockers are declared. Target creature can't block this turn. Draw a card at the beginning of the next turn's upkeep. +id=2648 +target=creature +auto=cantblock +auto=@next upkeep:draw:1 +name=Panic +rarity=C +type=Instant +mana={R} +[/card] +[card] +text=Pestilence Rats's power is equal to the number of other Rats in play. (For example, as long as there are two other Rats in play, Pestilence Rats's power and toughness are 2/3.) +id=2481 +auto=foreach(rat) 1/0 other +name=Pestilence Rats +rarity=C +type=Creature +mana={2}{B} +power=* +subtype=Rat +toughness=3 +[/card] +[card] +text={2},{T},Sacrifice Pit Trap: Destroy target attacking creature without flying. It can't be regenerated. +auto={2}{T}{S}:bury target(creature[-flying;attacking]) +id=2419 +name=Pit Trap +rarity=U +type=Artifact +mana={2} +[/card] +[card] text={T}: Add {W} to your mana pool. id=2771 auto={T}: Add {W} @@ -484,6 +978,167 @@ type=Basic Land subtype=plains [/card] [card] +text=Swampwalk +abilities=swampwalk +id=2581 +name=Pygmy Allosaurus +rarity=R +type=Creature +mana={2}{G} +power=2 +subtype=Lizard +toughness=2 +[/card] +[card] +text=When Pyknite comes into play, draw a card at the beginning of the next turn's upkeep. +id=2582 +name=Pyknite +auto=draw:1 +auto=@next upkeep:draw:1 +rarity=C +type=Creature +mana={2}{G} +power=1 +subtype=Ouphe +toughness=1 +[/card] +[card] +text=Choose one - Counter target spell if it's blue; or destroy target permanent if it's blue. +id=2649 +alias=1312 +name=Pyroblast +rarity=C +type=Instant +mana={R} +[/card] +[card] +text=Pyroclasm deals 2 damage to each creature. +id=2650 +name=Pyroclasm +auto=damage:2 all(creature) +rarity=U +type=Sorcery +mana={1}{R} +[/card] +[card] +text=Blocking creatures get +1/+1 until end of turn. +id=2708 +auto=lord(creature[blocking]) 1/1 +name=Rally +rarity=C +type=Instant +mana={W}{W} +[/card +[card] +text=Enchant creature (Target a creature as you play this. This card comes into play attached to that creature.) {G}: Regenerate enchanted creature. (The next time that creature would be destroyed this turn, it isn't. Instead tap it, remove all damage from it, and remove it from combat.) +target=creature +auto={G}:regenerate +id=2583 +name=Regeneration +rarity=C +type=Enchantment +mana={1}{G} +subtype=Aura +[/card] +[card] +text=First strike +abilities=first strike +id=2651 +name=Sabretooth Tiger +rarity=C +type=Creature +mana={2}{R} +power=2 +subtype=Cat +toughness=1 +[/card] +[card] +text= +id=2586 +name=Scaled Wurm +rarity=C +type=Creature +mana={7}{G} +power=7 +subtype=Wurm +toughness=6 +[/card] +[card] +text={U}: Sea Spirit gets +1/+0 until end of turn. +id=2531 +auto={U}:1/0 +name=Sea Spirit +rarity=U +type=Creature +mana={4}{U} +power=2 +subtype=Elemental Spirit +toughness=3 +[/card] +[card] +text=Destroy target artifact. +target=artifact +auto=destroy +id=2652 +name=Shatter +rarity=C +type=Instant +mana={1}{R} +[/card] +[card] +text={R}{G}: Shambling Strider gets +1/-1 until end of turn. +id=2587 +auto={R}{G}:1/-1 +name=Shambling Strider +rarity=C +type=Creature +mana={4}{G}{G} +power=5 +subtype=Yeti +toughness=5 +[/card] +[card] +text=Banding +abilities=banding +id=2712 +name=Shield Bearer +rarity=C +type=Creature +mana={1}{W} +power=0 +subtype=Human Soldier +toughness=3 +[/card] +[card] +text={2}: Prevent the next 1 damage that would be dealt to you this turn. +id=2421 +name=Shield of the Ages +rarity=U +type=Artifact +mana={2} +[/card] +[card] +text=Flying, trample +abilities=flying,trample +id=2534 +name=Silver Erne +rarity=U +type=Creature +mana={3}{U} +power=2 +subtype=Bird +toughness=2 +[/card] +[card] +text={1}, {T}, Sacrifice a creature: Skull Catapult deals 2 damage to target creature or player. +id=2422 +name=Skull Catapult +auto={1}{T}{S(creature|myinplay)}:Damage:2 target(creature,player) +rarity=U +type=Artifact +mana={4} +[/card] +[card] text={T}: Add {G} to your mana pool. id=2749 auto={T}: Add {G} @@ -529,6 +1184,105 @@ type=Basic Snow Land subtype=Swamp [/card] [card] +text=Defender (This creature can't attack.) {1}: Snow Fortress gets +1/+0 until end of turn. {1}: Snow Fortress gets +0/+1 until end of turn. {3}: Snow Fortress deals 1 damage to target creature without flying that's attacking you. +id=2423 +abilities=defender +auto={1}:1/0 +auto={1}:0/1 +auto={3}:damage:1 target(creature[attacking;-flying]) +name=Snow Fortress +rarity=R +type=Artifact Creature +mana={5} +power=0 +subtype=Wall +toughness=4 +[/card] +[card] +text=Add {B} to your mana pool for each creature card in your graveyard. +id=2484 +name=Songs of the Damned +rarity=C +type=Instant +mana={B} +[/card] +[card] +text=Enchant creature Enchanted creature gets +0/+2 and can't be the target of spells. +id=2738 +target=creature +auto=:0/2 +auto=:shroud +name=Spectral Shield +rarity=U +type=Enchantment +mana={1}{W}{U} +subtype=Aura +[/card] +[card] +text=For each artifact or creature card in an opponent's graveyard, add {1} to your mana pool and you gain 1 life. +id=2487 +name=Spoils of Evil +rarity=R +type=Instant +mana={2}{B} +[/card] +[card] +text=Attacking creatures get +1/+0 and gain trample until end of turn. +id=2589 +target=creature[attacking] +auto=:1/0 +auto=trample +name=Stampede +rarity=R +type=Instant +mana={1}{G}{G} +[/card] +[card] +text=Destroy target land. +id=2653 +target=land +auto=destroy +name=Stone Rain +rarity=C +type=Sorcery +mana={2}{R} +[/card] +[card] +text=Enchant creature. Enchanted creature gets +0/+2. {R}: Enchanted creature gets +1/+0 until end of turn. +id=2655 +target=creature +auto=:0/2 +auto={R}:1/0 +name=Stonehands +rarity=C +type=Enchantment +mana={2}{R} +subtype=Aura +[/card] +[card] +text=Flying. {T}: Storm Spirit deals 2 damage to target creature. +id=2739 +abilities=flying +auto={T}:damage 2 target(creature) +name=Storm Spirit +rarity=R +type=Creature +mana={3}{W}{U}{G} +power=3 +subtype=Elemental Spirit +toughness=3 +[/card] +[card] +text={T}: Add {1} to your mana pool. {T}: Add {B} or {R} to your mana pool. Sulfurous Springs deals 1 damage to you. +id=2759 +auto={T}:add {1} +auto={T}:add {B} && damage 1 controller +auto={T}:add {R} && damage 1 controller +name=Sulfurous Springs +rarity=R +type=Land +[/card] +[card] text={T}: Add {B} to your mana pool. id=2743 auto={T}: Add {B} @@ -556,60 +1310,58 @@ type=Basic Land subtype=Swamp [/card] [card] -text=Put target creature card in a graveyard into play under your control. -id=2731 -target=creature|graveyard -auto=moveTo(myinplay) -name=Hymn of Rebirth +text=Remove target creature from the game. That creature's controller gains life equal to its power. +id=2714 +target=creature +alias=1367 +name=Swords to Plowshares rarity=U -type=Sorcery -mana={3}{W}{G} +type=Instant +mana={W} [/card] [card] -text=Destroy target land. -id=2653 -target=land -auto=destroy -name=Stone Rain -rarity=C -type=Sorcery -mana={2}{R} -[/card] +text=Whenever an Island an opponent controls becomes tapped, you may gain 1 life. +id=2593 +name=Thoughtleech +rarity=U +type=Enchantment +mana={G}{G} +[/card [card] -text= -id=2586 -name=Scaled Wurm -rarity=C -type=Creature -mana={7}{G} -power=7 -subtype=Wurm -toughness=6 -[/card] -[card] -text={R}{G}: Shambling Strider gets +1/-1 until end of turn. -id=2587 -auto={R}{G}:1/-1 -name=Shambling Strider -rarity=C -type=Creature -mana={4}{G}{G} -power=5 -subtype=Yeti -toughness=5 -[/card] -[card] -text=Defender (This creature can't attack.) {G}: Regenerate Wall of Pine Needles. -id=2598 -abilities=defender -auto={G}:regenerate -name=Wall of Pine Needles +text=Defender (This creature can't attack.) Flying. {U}: Thunder Wall gets +1/+1 until end of turn. +id=2540 +abilities=defender,flying +auto={U}:1/1 +name=Thunder Wall rarity=U type=Creature -mana={3}{G} -power=3 -subtype=Plant Wall -toughness=3 +mana={1}{U}{U} +power=0 +subtype=Wall +toughness=2 +[/card] +[card] +text=Touch of Death deals 1 damage to target player, and you gain 1 life. Draw a card at the beginning of the next turn's upkeep. +id=2491 +name=Touch of Death +target=player +auto=damage:1 +auto=@next upkeep:draw:1 +auto=life:1 +rarity=C +type=Sorcery +mana={2}{B} +[/card] +[card] +text=Target creature gains haste and "{0}: Untap this creature. Play this ability only once." until end of turn. Draw a card at the beginning of the next turn's upkeep. +id=2595 +target=creature +alias=1252 +name=Touch of Vitae +auto=@next upkeep:draw:1 +rarity=U +type=Instant +mana={2}{G} [/card] [card] text= @@ -623,226 +1375,46 @@ subtype=Giant toughness=3 [/card] [card] -text=Swampwalk -id=2477 -abilities=swampwalk -name=Moor Fiend -rarity=C -type=Creature -mana={3}{B} -power=3 -subtype=Horror -toughness=3 -[/card] -[card] -text= -id=2608 -name=Balduvian Barbarians -rarity=C -type=Creature -mana={1}{R}{R} -power=3 -subtype=Human Barbarian -toughness=2 -[/card] -[card] -text=Banding, first strike -id=2697 -abilities=banding,first strike -name=Kjeldoran Phalanx +text=Target creature is unblockable this turn. +id=2596 +target=creature +auto=:unblockable +name=Trailblazer rarity=R -type=Creature -mana={5}{W} -power=2 -subtype=Human Soldier -toughness=5 +type=Instant +mana={2}{G}{G} [/card] [card] -text={1}{G}: Folk of the Pines gets +1/+0 until end of turn. -id=2559 -auto={1}{G}:1/0 -name=Folk of the Pines -rarity=C -type=Creature -mana={4}{G} -power=2 -subtype=Dryad -toughness=5 +text={T}: Add {1} to your mana pool. {T}: Add {U} or {B} to your mana pool. Underground River deals 1 damage to you. +id=2761 +auto={T}:add {1} +auto={T}:add {U} && damage 1 controller +auto={T}:add {B} && damage 1 controller +name=Underground River +rarity=R +type=Land [/card] [card] -text=Whenever Kjeldoran Frostbeast blocks or becomes blocked by a creature, destroy that creature at end of combat. -id=2732 -alias=1267 -name=Kjeldoran Frostbeast +text=Target creature gains flying until end of turn. Draw a card at the beginning of the next turn's upkeep. +id=2541 +target=creature +auto=:flying +auto=@next upkeep:draw:1 +name=Updraft rarity=U -type=Creature -mana={3}{W}{G} -power=2 -subtype=Elemental Beast -toughness=4 +type=Instant +mana={1}{U} [/card] [card] -text={R}: Flame Spirit gets +1/+0 until end of turn. -id=2620 -auto={R}:1/0 -name=Flame Spirit +text=Vertigo deals 2 damage to target creature with flying. That creature loses flying until end of turn. +id=2658 +name=Vertigo +target=creature[flying] +auto=damage:2 +auto=-flying rarity=U -type=Creature -mana={4}{R} -power=2 -subtype=Elemental Spirit -toughness=3 -[/card] -[card] -text={U}: Sea Spirit gets +1/+0 until end of turn. -id=2531 -auto={U}:1/0 -name=Sea Spirit -rarity=U -type=Creature -mana={4}{U} -power=2 -subtype=Elemental Spirit -toughness=3 -[/card] -[card] -text=Flying . Whenever Abyssal Specter deals damage to a player, that player discards a card. -id=2437 -alias=1165 -abilities=flying -name=Abyssal Specter -rarity=U -type=Creature -mana={2}{B}{B} -power=2 -subtype=Specter -toughness=3 -[/card] -[card] -text=Banding, flying, first strike -abilities=banding,flying,first strike -id=2699 -name=Kjeldoran Skycaptain -rarity=U -type=Creature -mana={4}{W} -power=2 -subtype=Human Soldier -toughness=2 -[/card] -[card] -text=Flying, trample -abilities=flying,trample -id=2534 -name=Silver Erne -rarity=U -type=Creature -mana={3}{U} -power=2 -subtype=Bird -toughness=2 -[/card] -[card] -text={T}, Sacrifice a Forest: Add three mana in any combination of {R} and/or {G} to your mana pool. -id=2646 -auto={T}{S(forest|myinplay)}: add {G}{G}{G} -auto={T}{S(forest|myinplay)}: add {G}{G}{R} -auto={T}{S(forest|myinplay)}: add {G}{R}{R} -auto={T}{S(forest|myinplay)}: add {R}{R}{R} -name=Orcish Lumberjack -rarity=C -type=Creature +type=Instant mana={R} -power=1 -subtype=Orc -toughness=1 -[/card] -[card] -text=Pestilence Rats's power is equal to the number of other Rats in play. (For example, as long as there are two other Rats in play, Pestilence Rats's power and toughness are 2/3.) -id=2481 -auto=foreach(rat) 1/0 other -name=Pestilence Rats -rarity=C -type=Creature -mana={2}{B} -power=* -subtype=Rat -toughness=3 -[/card] -[card] -text=Swampwalk -abilities=swampwalk -id=2581 -name=Pygmy Allosaurus -rarity=R -type=Creature -mana={2}{G} -power=2 -subtype=Lizard -toughness=2 -[/card] -[card] -text= -id=2550 -name=Balduvian Bears -rarity=C -type=Creature -mana={1}{G} -power=2 -subtype=Bear -toughness=2 -[/card] -[card] -text=Islandwalk -abilities=islandwalk -id=2580 -name=Pale Bears -rarity=R -type=Creature -mana={2}{G} -power=2 -subtype=Bear -toughness=2 -[/card] -[card] -text=First strike -abilities=first strike -id=2651 -name=Sabretooth Tiger -rarity=C -type=Creature -mana={2}{R} -power=2 -subtype=Cat -toughness=1 -[/card] -[card] -text=Protection from black. {W}: Order of the White Shield gains first strike until end of turn. {W}{W}: Order of the White Shield gets +1/+0 until end of turn. -id=2706 -name=Order of the White Shield -abilities=Protection from black -auto={W}:first strike -auto={W}{W}:1/0 -rarity=U -type=Creature -mana={W}{W} -power=2 -subtype=Human Knight -toughness=1 -[/card] -[card] -text=Protection from white. {B}: Knight of Stromgald gains first strike until end of turn. {B}{B}: Knight of Stromgald gets +1/+0 until end of turn. -id=2462 -abilities=Protection from white -auto={B}:First strike -auto={B}{B}:1/0 -name=Knight of Stromgald -rarity=U -type=Creature -mana={B}{B} -power=2 -subtype=Human Knight -toughness=1 [/card] [card] text=Defender (This creature can't attack.) {R}: Wall of Lava gets +1/+1 until end of turn. @@ -858,114 +1430,17 @@ subtype=Wall toughness=3 [/card] [card] -text={B}: Hoar Shade gets +1/+1 until end of turn. -id=2455 -auto={B}:1/1 -name=Hoar Shade -rarity=C -type=Creature -mana={3}{B} -power=1 -subtype=Shade -toughness=2 -[/card] -[card] -text={T}: Zuran Spellcaster deals 1 damage to target creature or player. -id=2548 -name=Zuran Spellcaster -auto={T}:damage:1 target(creature,player) -rarity=C -type=Creature -mana={2}{U} -power=1 -subtype=Human Wizard -toughness=1 -[/card] -[card] -text=Banding, flying, first strike -id=2700 -abilities=banding,flying,first strike -name=Kjeldoran Skyknight -rarity=C -type=Creature -mana={2}{W} -power=1 -subtype=Human Knight -toughness=1 -[/card] -[card] -text=Banding {1}{W}: +1/+0 until end of turn {W}{W}: +0/+2 until end of turn -abilities=Banding -auto={1}{W}:1/0 -auto={W}{W}:0/2 -id=2696 -name=Kjeldoran Knight -rarity=R -type=Creature -mana={W}{W} -power=1 -subtype=Human Knight -toughness=1 -[/card] -[card] -text=Banding -abilities=banding -id=2701 -name=Kjeldoran Warrior -rarity=C -type=Creature -mana={W} -power=1 -subtype=Human Warrior -toughness=1 -[/card] -[card] -text=Mountainwalk -abilities=mountainwalk -id=2639 -name=Mountain Goat -rarity=C -type=Creature -mana={R} -power=1 -subtype=Goat -toughness=1 -[/card] -[card] -text={T}: Add {G} to your mana pool. -id=2568 -auto={T}:Add {G} -name=Fyndhorn Elves -rarity=C -type=Creature -mana={G} -power=1 -subtype=Elf Druid -toughness=1 -[/card] -[card] -text={T}: Add {G}{G} to your mana pool. -id=2567 -auto={T}:Add {G}{G} -name=Fyndhorn Elder -rarity=U -type=Creature -mana={2}{G} -power=1 -subtype=Elf Druid -toughness=1 -[/card] -[card] -text=Defender (This creature can't attack.) +text=Defender (This creature can't attack.) {G}: Regenerate Wall of Pine Needles. +id=2598 abilities=defender -id=2507 -name=Glacial Wall +auto={G}:regenerate +name=Wall of Pine Needles rarity=U type=Creature -mana={2}{U} -power=0 -subtype=Wall -toughness=7 +mana={3}{G} +power=3 +subtype=Plant Wall +toughness=3 [/card] [card] text=Defender (This creature can't attack.) Banding @@ -980,252 +1455,6 @@ toughness=4 subtype=Wall [/card] [card] -text=Banding -abilities=banding -id=2712 -name=Shield Bearer -rarity=C -type=Creature -mana={1}{W} -power=0 -subtype=Human Soldier -toughness=3 -[/card] -[card] -text=Defender (This creature can't attack.) Flying. {U}: Thunder Wall gets +1/+1 until end of turn. -id=2540 -abilities=defender,flying -auto={U}:1/1 -name=Thunder Wall -rarity=U -type=Creature -mana={1}{U}{U} -power=0 -subtype=Wall -toughness=2 -[/card] -[card] -text=Flying. {G}: Regenerate Yavimaya Gnats. -id=2604 -auto={G}:regenerate -name=Yavimaya Gnats -rarity=U -type=Creature -mana={2}{G} -power=0 -subtype=Insect -toughness=1 -[/card] -[card] -text=Destroy target Wall. It can't be regenerated. Word of Blasting deals damage equal to that Wall's converted mana cost to the Wall's controller. -id=2660 -target=Wall -name=Word of Blasting -rarity=U -type=Instant -mana={1}{R} -[/card] -[card] -text=Hurricane deals X damage to each creature with flying and each player. -id=2573 -alias=1251 -name=Hurricane -rarity=U -type=Sorcery -mana={X}{G} -[/card] -[card] -text={T}: Orcish Cannoneers deals 2 damage to target creature or player and 3 damage to you. -id=2641 -alias=1309 -name=Orcish Cannoneers -rarity=U -type=Creature -mana={1}{R}{R} -power=1 -subtype=Orc Warrior -toughness=3 -[/card] -[card] -text={T}: Untap target land. -id=2575 -name=Juniper Order Druid -auto={T}:Untap target(land) -rarity=C -type=Creature -mana={2}{G} -power=1 -subtype=Human Cleric Druid -toughness=1 -[/card] -[card] -text=Enchant land. You control enchanted land. -id=2616 -alias=1194 -target=land -name=Conquer -rarity=U -type=Enchantment -mana={3}{R}{R} -subtype=Aura -[/card] -[card] -text={2}: Target creature gains banding until end of turn. -id=2399 -name=Baton of Morale -auto={2}:banding target(creature) -rarity=U -type=Artifact -mana={2} -[/card] -[card] -text={T}: Destroy target permanent you own. It can't be regenerated. -id=2402 -auto={T}:bury target(*|myinplay) -name=Despotic Scepter -rarity=R -type=Artifact -mana={1} -[/card] -[card] -text=Defender (This creature can't attack.) Drift of the Dead's power and toughness are each equal to the number of snow lands you control. -id=2447 -name=Drift of the Dead -abilities=Defender -auto=foreach(land[snow]|myinplay) 1/1 -rarity=U -type=Creature -mana={3}{B} -power=* -subtype=Wall -toughness=* -[/card] -[card] -text=Enchant land. Enchanted land has "{T}: Target creature gets +2/+1 until end of turn." -id=2560 -target=land -auto={T}:2/1 target(creature) -name=Forbidden Lore -rarity=R -type=Enchantment -mana={2}{G} -subtype=Aura -[/card] -[card] -text=Enchant creature. When Krovikan Fetish comes into play, draw a card at the beginning of the next turn's upkeep. Enchanted creature gets +1/+1. -id=2464 -target=creature -auto=:1/1 -auto=@next upkeep:draw:1 -name=Krovikan Fetish -rarity=C -type=Enchantment -mana={2}{B} -subtype=Aura -[/card] -[card] -text=Flare deals 1 damage to target creature or player. Draw a card at the beginning of the next turn's upkeep. -id=2621 -target=creature,player -auto=damage:1 -auto=@next upkeep:draw:1 -name=Flare -rarity=C -type=Instant -mana={2}{R} -[/card] -[card] -text=Target creature gains banding until end of turn. Draw a card at the beginning of the next turn's upkeep. -id=2685 -target=creature -auto=:banding -auto=@next upkeep:draw:1 -name=Formation -rarity=R -type=Instant -mana={1}{W} -[/card] -[card] -text=Target creature gains first strike until end of turn. Draw a card at the beginning of the next turn's upkeep. -target=creature -id=2702 -auto=:first strike -auto=@next upkeep:draw:1 -name=Lightning Blow -rarity=R -type=Instant -mana={1}{W} -[/card] -[card] -text=Target creature gains flying until end of turn. Draw a card at the beginning of the next turn's upkeep. -id=2541 -target=creature -auto=:flying -auto=@next upkeep:draw:1 -name=Updraft -rarity=U -type=Instant -mana={1}{U} -[/card] -[card] -text={1}{W}: Target green creature gains first strike until end of turn. -id=2693 -auto={1}{W}:first strike target(creature[green]) -name=Kelsinko Ranger -rarity=C -type=Creature -mana={W} -power=1 -subtype=Human -toughness=1 -[/card] -[card] -text=When Pyknite comes into play, draw a card at the beginning of the next turn's upkeep. -id=2582 -name=Pyknite -auto=draw:1 -auto=@next upkeep:draw:1 -rarity=C -type=Creature -mana={2}{G} -power=1 -subtype=Ouphe -toughness=1 -[/card] -[card] -text={1}, {T}, Sacrifice a creature: Skull Catapult deals 2 damage to target creature or player. -id=2422 -name=Skull Catapult -auto={1}{T}{S(creature|myinplay)}:Damage:2 target(creature,player) -rarity=U -type=Artifact -mana={4} -[/card] -[card] -text=Defender (This creature can't attack.) {1}: Snow Fortress gets +1/+0 until end of turn. {1}: Snow Fortress gets +0/+1 until end of turn. {3}: Snow Fortress deals 1 damage to target creature without flying that's attacking you. -id=2423 -abilities=defender -auto={1}:1/0 -auto={1}:0/1 -auto={3}:damage:1 target(creature[attacking;-flying]) -name=Snow Fortress -rarity=R -type=Artifact Creature -mana={5} -power=0 -subtype=Wall -toughness=4 -[/card] -[card] -text={3}, {T}: Target creature gains first strike until end of turn. -id=2404 -name=Fyndhorn Bow -auto={3}{T}:first strike target(creature) -rarity=U -type=Artifact -mana={2} -[/card] -[card] text={3}, {T}: Target creature gains trample until end of turn. id=2434 auto={3}{T}:trample target(creature) @@ -1235,119 +1464,6 @@ type=Artifact mana={3} [/card] [card] -text=Flying. {T}: Storm Spirit deals 2 damage to target creature. -id=2739 -abilities=flying -auto={T}:damage 2 target(creature) -name=Storm Spirit -rarity=R -type=Creature -mana={3}{W}{U}{G} -power=3 -subtype=Elemental Spirit -toughness=3 -[/card] -[card] -text=Whenever an Island an opponent controls becomes tapped, you may gain 1 life. -id=2593 -name=Thoughtleech -rarity=U -type=Enchantment -mana={G}{G} -[/card] -[card] -text=Destroy all artifacts, creatures, and lands. They can't be regenerated. -id=2631 -auto=bury all(artifact,creature,land) -name=Jokulhaups -rarity=R -type=Sorcery -mana={4}{R}{R} -[/card] -[card] -text=Touch of Death deals 1 damage to target player, and you gain 1 life. Draw a card at the beginning of the next turn's upkeep. -id=2491 -name=Touch of Death -target=player -auto=damage:1 -auto=@next upkeep:draw:1 -auto=life:1 -rarity=C -type=Sorcery -mana={2}{B} -[/card] -[card] -text=Gorilla Pack can't attack unless defending player controls a Forest. When you control no Forests, sacrifice Gorilla Pack. -id=2571 -name=Gorilla Pack -abilities=foresthome -rarity=C -type=Creature -mana={2}{G} -power=3 -subtype=Ape -toughness=3 -[/card] -[card] -text=Add {B} to your mana pool for each creature card in your graveyard. -id=2484 -name=Songs of the Damned -rarity=C -type=Instant -mana={B} -[/card] -[card] -text=For each artifact or creature card in an opponent's graveyard, add {1} to your mana pool and you gain 1 life. -id=2487 -name=Spoils of Evil -rarity=R -type=Instant -mana={2}{B} -[/card] -[card] -text=Protection from black. At the beginning of your upkeep, Minion of Leshrac deals 5 damage to you unless you sacrifice a creature other than Minion of Leshrac. If Minion of Leshrac deals damage to you this way, tap it. {T}: Destroy target creature or land. -id=2474 -abilities=protection from black -name=Minion of Leshrac -rarity=R -auto={T}:destroy target(creature,land) -type=Creature -mana={4}{B}{B}{B} -power=5 -subtype=Demon Minion -toughness=5 -[/card] -[card] -text={2}: Prevent the next 1 damage that would be dealt to you this turn. -id=2421 -name=Shield of the Ages -rarity=U -type=Artifact -mana={2} -[/card] -[card] -text=Target creature gains haste and "{0}: Untap this creature. Play this ability only once." until end of turn. Draw a card at the beginning of the next turn's upkeep. -id=2595 -target=creature -alias=1252 -name=Touch of Vitae -auto=@next upkeep:draw:1 -rarity=U -type=Instant -mana={2}{G} -[/card] -[card] -text=Vertigo deals 2 damage to target creature with flying. That creature loses flying until end of turn. -id=2658 -name=Vertigo -target=creature[flying] -auto=damage:2 -auto=-flying -rarity=U -type=Instant -mana={R} -[/card] -[card] text={2}, {T}: Target creature with power 3 or less gains flying until end of turn. id=2435 name=Whalebone Glider @@ -1368,6 +1484,27 @@ mana={W}{U} subtype=Aura [/card] [card] +text=Destroy target Wall. It can't be regenerated. Word of Blasting deals damage equal to that Wall's converted mana cost to the Wall's controller. +id=2660 +target=Wall +name=Word of Blasting +rarity=U +type=Instant +mana={1}{R} +[/card] +[card] +text=Flying. {G}: Regenerate Yavimaya Gnats. +id=2604 +auto={G}:regenerate +name=Yavimaya Gnats +rarity=U +type=Creature +mana={2}{G} +power=0 +subtype=Insect +toughness=1 +[/card] +[card] text=Sacrifice a land: You gain 2 life. auto={S(land|myinplay)}:life:2 id=2436 @@ -1375,4 +1512,16 @@ name=Zuran Orb rarity=U type=Artifact mana={0} +[/card] +[card] +text={T}: Zuran Spellcaster deals 1 damage to target creature or player. +id=2548 +name=Zuran Spellcaster +auto={T}:damage:1 target(creature,player) +rarity=C +type=Creature +mana={2}{U} +power=1 +subtype=Human Wizard +toughness=1 [/card] \ No newline at end of file diff --git a/projects/mtg/bin/Res/sets/ICE/todo.dat b/projects/mtg/bin/Res/sets/ICE/todo.dat index 66dc80007..91dc8f06f 100644 --- a/projects/mtg/bin/Res/sets/ICE/todo.dat +++ b/projects/mtg/bin/Res/sets/ICE/todo.dat @@ -1,26 +1,4 @@ [card] -text=Flying Whenever Abyssal Specter deals damage to a player, that player discards a card. -id=2437 -name=Abyssal Specter -rarity=U -type=Creature -mana={2}{B}{B} -power=2 -subtype=Specter -toughness=3 -[/card] -[card] -text={1}: Adarkar Sentinel gets +0/+1 until end of turn. -id=2392 -name=Adarkar Sentinel -rarity=U -type=Artifact Creature -mana={5} -power=3 -subtype=Soldier -toughness=3 -[/card] -[card] text={T}: Add either {U} or {1}{U} to your mana pool. Spend this mana only to pay cumulative upkeep costs. id=2661 name=Adarkar Unicorn @@ -32,21 +10,6 @@ subtype=Unicorn toughness=2 [/card] [card] -text={T}: Add {1} to your mana pool. {T}: Add {W} or {U} to your mana pool. Adarkar Wastes deals 1 damage to you. -id=2750 -name=Adarkar Wastes -rarity=R -type=Land -[/card] -[card] -text={1}, {T}: Target 1/1 creature gets +1/+2 until end of turn. -id=2393 -name=Aegis of the Meek -rarity=R -type=Artifact -mana={3} -[/card] -[card] text=Enchant non-Wall creature Enchanted creature has first strike and trample. At the end of enchanted creature's controller's turn, destroy that creature if it didn't attack this turn. id=2605 name=Aggression @@ -72,14 +35,6 @@ type=Artifact mana={6} [/card] [card] -text=Destroy all white permanents. -id=2606 -name=Anarchy -rarity=U -type=Sorcery -mana={2}{R}{R} -[/card] -[card] text=Creatures with power 2 or greater can't block Arctic Foxes as long as defending player controls a snow land. id=2662 name=Arctic Foxes @@ -123,15 +78,6 @@ type=Enchantment mana={2}{W} [/card] [card] -text=Enchant creature Enchanted creature gets +1/+1. {W}: Enchanted creature gets +0/+1 until end of turn. -id=2664 -name=Armor of Faith -rarity=C -type=Enchantment -mana={W} -subtype=Aura -[/card] -[card] text=Cumulative upkeep {U} (At the beginning of your upkeep, put an age counter on this permanent, then sacrifice it unless you pay its upkeep cost for each age counter on it.) {1}: Target creature gains flying until end of turn. id=2493 name=Arnjlot's Ascent @@ -170,28 +116,6 @@ type=Sorcery mana={X}{2}{R}{R} [/card] [card] -text= -id=2608 -name=Balduvian Barbarians -rarity=C -type=Creature -mana={1}{R}{R} -power=3 -subtype=Human Barbarian -toughness=2 -[/card] -[card] -text= -id=2550 -name=Balduvian Bears -rarity=C -type=Creature -mana={1}{G} -power=2 -subtype=Bear -toughness=2 -[/card] -[card] text={T}: Target snow land becomes a 2/2 creature until end of turn. It's still a land. id=2494 name=Balduvian Conjurer @@ -244,14 +168,6 @@ type=Artifact mana={1} [/card] [card] -text={2}: Target creature gains banding until end of turn. -id=2399 -name=Baton of Morale -rarity=U -type=Artifact -mana={2} -[/card] -[card] text=Untap all white creatures you control. Whenever a creature blocks this turn, it gets +0/+1 until end of turn. id=2665 name=Battle Cry @@ -260,14 +176,6 @@ type=Instant mana={2}{W} [/card] [card] -text=Green creatures you control get +1/+1 until end of turn. Nongreen creatures you control get +1/+0 until end of turn. -id=2611 -name=Battle Frenzy -rarity=C -type=Instant -mana={2}{R} -[/card] -[card] text=Enchant creature At the beginning of your upkeep, sacrifice Binding Grasp unless you pay {1}{U}. You control enchanted creature. Enchanted creature gets +0/+1. id=2496 name=Binding Grasp @@ -286,25 +194,6 @@ mana={W} subtype=Aura [/card] [card] -text=You gain 1 life. Draw a card at the beginning of the next turn's upkeep. -id=2667 -name=Blessed Wine -rarity=C -type=Instant -mana={1}{W} -[/card] -[card] -text={0}: Return Blinking Spirit to its owner's hand. -id=2668 -name=Blinking Spirit -rarity=R -type=Creature -mana={3}{W} -power=2 -subtype=Spirit -toughness=2 -[/card] -[card] text=Play Blizzard only if you control a snow land. Cumulative upkeep {2} (At the beginning of your upkeep, put an age counter on this permanent, then sacrifice it unless you pay its upkeep cost for each age counter on it.) Creatures with flying don't untap during their controllers' untap steps. id=2551 name=Blizzard @@ -360,6 +249,8 @@ mana={2}{U}{U} [card] text={T}, Sacrifice a creature: Target creature gets +2/+2 until end of turn. {1}{U}{U}, Sacrifice a creature: Counter target creature spell. id=2439 +auto={T}{S(creature|myinplay)}:2/2 target(creature) +auto={1}{U}{U}{S(creature|myinplay)}:fizzle (creature) name=Brine Shaman rarity=C type=Creature @@ -380,13 +271,6 @@ subtype=Ouphe toughness=1 [/card] [card] -text={T}: Add {1} to your mana pool. {T}: Add {G} or {W} to your mana pool. Brushland deals 1 damage to you. -id=2751 -name=Brushland -rarity=R -type=Land -[/card] -[card] text=As an additional cost to play Burnt Offering, sacrifice a creature. Add X mana in any combination of {B} and/or {R} to your mana pool, where X is the sacrificed creature's converted mana cost. id=2440 name=Burnt Offering @@ -420,17 +304,6 @@ type=Artifact mana={6} [/card] [card] -text={T}: Centaur Archer deals 1 damage to target creature with flying. -id=2718 -name=Centaur Archer -rarity=U -type=Creature -mana={1}{R}{G} -power=3 -subtype=Centaur Archer -toughness=2 -[/card] -[card] text=First strike, haste At the beginning of each player's upkeep, if the number of permanents is even, that player gains control of Chaos Lord. When Chaos Lord comes into play, it loses haste until end of turn. id=2614 name=Chaos Lord @@ -470,46 +343,6 @@ subtype=Frog toughness=1 [/card] [card] -text={1}: The next time a black source of your choice would deal damage to you this turn, prevent that damage. -id=2672 -name=Circle of Protection: Black -rarity=C -type=Enchantment -mana={1}{W} -[/card] -[card] -text={1}: The next time a blue source of your choice would deal damage to you this turn, prevent that damage. -id=2673 -name=Circle of Protection: Blue -rarity=C -type=Enchantment -mana={1}{W} -[/card] -[card] -text={1}: The next time a green source of your choice would deal damage to you this turn, prevent that damage. -id=2674 -name=Circle of Protection: Green -rarity=C -type=Enchantment -mana={1}{W} -[/card] -[card] -text={1}: The next time a red source of your choice would deal damage to you this turn, prevent that damage. -id=2675 -name=Circle of Protection: Red -rarity=C -type=Enchantment -mana={1}{W} -[/card] -[card] -text={1}: The next time a white source of your choice would deal damage to you this turn, prevent that damage. -id=2676 -name=Circle of Protection: White -rarity=C -type=Enchantment -mana={1}{W} -[/card] -[card] text=Look at target player's hand. Draw a card at the beginning of the next turn's upkeep. id=2499 name=Clairvoyance @@ -535,24 +368,6 @@ type=Enchantment mana={2}{W} [/card] [card] -text=Enchant land You control enchanted land. -id=2616 -name=Conquer -rarity=U -type=Enchantment -mana={3}{R}{R} -subtype=Aura -[/card] -[card] -text=Enchant creature Enchanted creature has banding. -id=2678 -name=Cooperation -rarity=C -type=Enchantment -mana={2}{W} -subtype=Aura -[/card] -[card] text={4}, {T}: Attach target Aura attached to a creature to another creature. id=2401 name=Crown of the Ages @@ -578,30 +393,6 @@ mana={1}{B} subtype=Aura [/card] [card] -text=Destroy target nonblack creature. It can't be regenerated. -id=2443 -name=Dark Banishing -rarity=C -type=Instant -mana={2}{B} -[/card] -[card] -text=Add {B}{B}{B} to your mana pool. -id=2444 -name=Dark Ritual -rarity=C -type=Instant -mana={B} -[/card] -[card] -text=Regenerate target creature. -id=2679 -name=Death Ward -rarity=C -type=Instant -mana={W} -[/card] -[card] text=Change the target of target spell with a single target. id=2501 name=Deflection @@ -618,14 +409,6 @@ type=Instant mana={B} [/card] [card] -text={T}: Destroy target permanent you own. It can't be regenerated. -id=2402 -name=Despotic Scepter -rarity=R -type=Artifact -mana={1} -[/card] -[card] text=Look at the top five cards of your library. Put one of them into your hand and the rest on top of your library in any order. id=2720 name=Diabolic Vision @@ -633,15 +416,6 @@ rarity=U type=Sorcery mana={U}{B} [/card] - -[card] -text=Destroy target artifact or enchantment. -id=2680 -name=Disenchant -rarity=C -type=Instant -mana={1}{W} -[/card] [card] text=At end of combat, put a paralyzation counter on all creatures blocking or blocked by Dread Wight and tap those creatures. They gain "If this creature has a paralyzation counter on it, it doesn't untap during its controller's untap step" and "{4}: Remove a paralyzation counter from this creature." id=2446 @@ -695,17 +469,6 @@ mana={G} subtype=Aura [/card] [card] -text={3}{G}, {T}: You may tap or untap target artifact, creature, or land. -id=2556 -name=Elder Druid -rarity=R -type=Creature -mana={3}{G} -power=2 -subtype=Elf Cleric Druid -toughness=2 -[/card] -[card] text={3}: Look at the top three cards of target player's library, then put them back in any order. id=2722 name=Elemental Augury @@ -749,14 +512,6 @@ type=Enchantment mana={1}{W} [/card] [card] -text=Tap target artifact, creature, or land. Draw a card at the beginning of the next turn's upkeep. -id=2503 -name=Enervate -rarity=C -type=Instant -mana={1}{U} -[/card] -[card] text=Enchant creature At the beginning of the upkeep of enchanted creature's controller, that player may pay {1} or {2}. Errant Minion deals damage to that player equal to 2 minus the amount of mana paid this way. id=2504 name=Errant Minion @@ -800,23 +555,6 @@ type=Instant mana={1}{U}{B} [/card] [card] -text=Target creature gets +3/+0 and gains trample until end of turn. -id=2558 -name=Fanatical Fever -rarity=U -type=Instant -mana={2}{G}{G} -[/card] -[card] -text=Enchant creature (Target a creature as you play this. This card comes into play attached to that creature.) Enchanted creature has fear. (It can't be blocked except by artifact creatures and/or black creatures.) -id=2448 -name=Fear -rarity=C -type=Enchantment -mana={B}{B} -subtype=Aura -[/card] -[card] text=Fiery Justice deals 5 damage divided as you choose among any number of target creatures and/or players. Target opponent gains 5 life. id=2724 name=Fiery Justice @@ -833,25 +571,6 @@ type=Instant mana={1}{B}{R} [/card] [card] -text={R}: Flame Spirit gets +1/+0 until end of turn. -id=2620 -name=Flame Spirit -rarity=U -type=Creature -mana={4}{R} -power=2 -subtype=Elemental Spirit -toughness=3 -[/card] -[card] -text=Flare deals 1 damage to target creature or player. Draw a card at the beginning of the next turn's upkeep. -id=2621 -name=Flare -rarity=C -type=Instant -mana={2}{R} -[/card] -[card] text=Green creatures have "This creature can't attack unless you sacrifice a land." id=2726 name=Flooded Woodlands @@ -871,26 +590,6 @@ subtype=Insect toughness=2 [/card] [card] -text={1}{G}: Folk of the Pines gets +1/+0 until end of turn. -id=2559 -name=Folk of the Pines -rarity=C -type=Creature -mana={4}{G} -power=2 -subtype=Dryad -toughness=5 -[/card] -[card] -text=Enchant land Enchanted land has "{T}: Target creature gets +2/+1 until end of turn." -id=2560 -name=Forbidden Lore -rarity=R -type=Enchantment -mana={2}{G} -subtype=Aura -[/card] -[card] text=Counter target spell unless its controller pays {1}. Draw a card at the beginning of the next turn's upkeep. id=2506 name=Force Void @@ -899,30 +598,6 @@ type=Instant mana={2}{U} [/card] [card] -text={T}: Add {G} to your mana pool. -id=2747 -name=Forest -rarity=L -type=Basic Land -subtype=Forest -[/card] -[card] -text={T}: Add {G} to your mana pool. -id=2748 -name=Forest -rarity=L -type=Basic Land -subtype=Forest -[/card] -[card] -text={T}: Add {G} to your mana pool. -id=2746 -name=Forest -rarity=L -type=Basic Land -subtype=Forest -[/card] -[card] text=Target opponent chooses a card in your graveyard. You may pay {G}. If you do, repeat this process except that opponent can't choose a card already chosen for Forgotten Lore. Then put the last chosen card into your hand. id=2561 name=Forgotten Lore @@ -931,14 +606,6 @@ type=Sorcery mana={G} [/card] [card] -text=Target creature gains banding until end of turn. Draw a card at the beginning of the next turn's upkeep. -id=2685 -name=Formation -rarity=R -type=Instant -mana={1}{W} -[/card] -[card] text=Foul Familiar can't block. {B}, Pay 1 life: Return Foul Familiar to its owner's hand. id=2450 name=Foul Familiar @@ -989,6 +656,9 @@ mana={2}{G}{G} [card] text=As an additional cost to play Fumarole, pay 3 life. Destroy target creature and target land. id=2727 +target=creature,land +auto=destroy +auto=life:-3 name=Fumarole rarity=U type=Sorcery @@ -1004,47 +674,6 @@ mana={W} subtype=Aura [/card] [card] -text={3}, {T}: Target creature gains first strike until end of turn. -id=2404 -name=Fyndhorn Bow -rarity=U -type=Artifact -mana={2} -[/card] -[card] -text={2}{G}, {T}: Untap target creature. -id=2566 -name=Fyndhorn Brownie -rarity=C -type=Creature -mana={2}{G} -power=1 -subtype=Ouphe -toughness=1 -[/card] -[card] -text={T}: Add {G}{G} to your mana pool. -id=2567 -name=Fyndhorn Elder -rarity=U -type=Creature -mana={2}{G} -power=1 -subtype=Elf Druid -toughness=1 -[/card] -[card] -text={T}: Add {G} to your mana pool. -id=2568 -name=Fyndhorn Elves -rarity=C -type=Creature -mana={G} -power=1 -subtype=Elf Druid -toughness=1 -[/card] -[card] text=Cumulative upkeep {1} (At the beginning of your upkeep, put an age counter on this permanent, then sacrifice it unless you pay its upkeep cost for each age counter on it.) All creatures get -1/-0. {1}{G}: All creatures get -1/-0 until end of turn. id=2569 name=Fyndhorn Pollen @@ -1099,14 +728,6 @@ type=Enchantment mana={B}{R} [/card] [card] -text=Target creature gets +3/+3 until end of turn. -id=2570 -name=Giant Growth -rarity=C -type=Instant -mana={G} -[/card] -[card] text={1}{R}{G}, {T}: Remove from the game Giant Trap Door Spider and target creature without flying that's attacking you. id=2729 name=Giant Trap Door Spider @@ -1133,17 +754,6 @@ type=Enchantment mana={2}{R} [/card] [card] -text=Defender (This creature can't attack.) -id=2507 -name=Glacial Wall -rarity=U -type=Creature -mana={2}{U} -power=0 -subtype=Wall -toughness=7 -[/card] -[card] text=At the beginning of your upkeep, sacrifice Glaciers unless you pay {W}{U}. All Mountains are Plains. id=2730 name=Glaciers @@ -1204,17 +814,6 @@ subtype=Goblin toughness=1 [/card] [card] -text=Gorilla Pack can't attack unless defending player controls a Forest. When you control no Forests, sacrifice Gorilla Pack. -id=2571 -name=Gorilla Pack -rarity=C -type=Creature -mana={2}{G} -power=3 -subtype=Ape -toughness=3 -[/card] -[card] text=Target creature can't be regenerated this turn. Draw a card at the beginning of the next turn's upkeep. id=2453 name=Gravebind @@ -1243,7 +842,7 @@ subtype=Wolverine toughness=2 [/card] [card] -text={W}{W}: Return target nonsnow land you control to its owner's hand. +text={W}{W}: Return target non snow land you control to its owner's hand. id=2689 name=Hallowed Ground rarity=U @@ -1293,17 +892,6 @@ subtype=Horse toughness=3 [/card] [card] -text={B}: Hoar Shade gets +1/+1 until end of turn. -id=2455 -name=Hoar Shade -rarity=C -type=Creature -mana={3}{B} -power=1 -subtype=Shade -toughness=2 -[/card] -[card] text=Enchant land you control Enchanted land has "{T}: Prevent the next 1 damage that would be dealt to target creature or player this turn." id=2572 name=Hot Springs @@ -1313,22 +901,6 @@ mana={1}{G} subtype=Aura [/card] [card] -text=Target creature gets +X/+0 until end of turn. -id=2456 -name=Howl from Beyond -rarity=C -type=Instant -mana={X}{B} -[/card] -[card] -text=Hurricane deals X damage to each creature with flying and each player. -id=2573 -name=Hurricane -rarity=U -type=Sorcery -mana={X}{G} -[/card] -[card] text={0}: Hyalopterous Lemure gets -1/-0 and gains flying until end of turn. id=2457 name=Hyalopterous Lemure @@ -1371,14 +943,6 @@ type=Sorcery mana={1}{B}{B} [/card] [card] -text={1}, {T}: Tap target artifact, creature, or land. -id=2408 -name=Icy Manipulator -rarity=U -type=Artifact -mana={4} -[/card] -[card] text=When Icy Prison comes into play, remove target creature from the game. At the beginning of your upkeep, sacrifice Icy Prison unless any player pays {3}. When Icy Prison leaves play, return the removed creature to play under its owner's control. id=2510 name=Icy Prison @@ -1480,38 +1044,6 @@ type=Artifact mana={4} [/card] [card] -text=Untap target artifact, creature, or land. Draw a card at the beginning of the next turn's upkeep. -id=2516 -name=Infuse -rarity=C -type=Instant -mana={2}{U} -[/card] -[card] -text={T}: Add {U} to your mana pool. -id=2767 -name=Island -rarity=L -type=Basic Land -subtype=Island -[/card] -[card] -text={T}: Add {U} to your mana pool. -id=2769 -name=Island -rarity=L -type=Basic Land -subtype=Island -[/card] -[card] -text={T}: Add {U} to your mana pool. -id=2768 -name=Island -rarity=L -type=Basic Land -subtype=Island -[/card] -[card] text={2}, {T}, Sacrifice Jester's Cap: Search target player's library for three cards and remove them from the game. Then that player shuffles his or her library. id=2410 name=Jester's Cap @@ -1547,25 +1079,6 @@ subtype=Wurm toughness=6 [/card] [card] -text=Destroy all artifacts, creatures, and lands. They can't be regenerated. -id=2631 -name=Jokulhaups -rarity=R -type=Sorcery -mana={4}{R}{R} -[/card] -[card] -text={T}: Untap target land. -id=2575 -name=Juniper Order Druid -rarity=C -type=Creature -mana={2}{G} -power=1 -subtype=Human Cleric Druid -toughness=1 -[/card] -[card] text=At the beginning of your upkeep, sacrifice Justice unless you pay {W}{W}. Whenever a red creature or spell deals damage, Justice deals that much damage to that creature's or spell's controller. id=2692 name=Justice @@ -1574,13 +1087,6 @@ type=Enchantment mana={2}{W}{W} [/card] [card] -text={T}: Add {1} to your mana pool. {T}: Add {R} or {G} to your mana pool. Karplusan Forest deals 1 damage to you. -id=2755 -name=Karplusan Forest -rarity=R -type=Land -[/card] -[card] text=Tap an untapped snow land you control: Karplusan Giant gets +1/+1 until end of turn. id=2632 name=Karplusan Giant @@ -1603,19 +1109,10 @@ subtype=Yeti toughness=3 [/card] [card] -text={1}{W}: Target green creature gains first strike until end of turn. -id=2693 -name=Kelsinko Ranger -rarity=C -type=Creature -mana={W} -power=1 -subtype=Human -toughness=1 -[/card] -[card] text=When Kjeldoran Dead comes into play, sacrifice a creature. {B}: Regenerate Kjeldoran Dead. id=2461 +auto=bury target(creature|myinplay) +auto={B}:regenerate name=Kjeldoran Dead rarity=C type=Creature @@ -1636,17 +1133,6 @@ subtype=Human Soldier toughness=2 [/card] [card] -text=Whenever Kjeldoran Frostbeast blocks or becomes blocked by a creature, destroy that creature at end of combat. -id=2732 -name=Kjeldoran Frostbeast -rarity=U -type=Creature -mana={3}{G}{W} -power=2 -subtype=Elemental Beast -toughness=4 -[/card] -[card] text={T}: Target creature gets +1/+1 until end of turn. When that creature leaves play this turn, sacrifice Kjeldoran Guard. Play this ability only during combat and only if defending player controls no snow lands. id=2695 name=Kjeldoran Guard @@ -1658,28 +1144,6 @@ subtype=Human Soldier toughness=1 [/card] [card] -text=Banding {1}{W}: Kjeldoran Knight gets +1/+0 until end of turn. {W}{W}: Kjeldoran Knight gets +0/+2 until end of turn. -id=2696 -name=Kjeldoran Knight -rarity=R -type=Creature -mana={W}{W} -power=1 -subtype=Human Knight -toughness=1 -[/card] -[card] -text=Banding, first strike -id=2697 -name=Kjeldoran Phalanx -rarity=R -type=Creature -mana={5}{W} -power=2 -subtype=Human Soldier -toughness=5 -[/card] -[card] text={T}: All combat damage that would be dealt to you by unblocked creatures this turn is dealt to Kjeldoran Royal Guard instead. id=2698 name=Kjeldoran Royal Guard @@ -1691,50 +1155,6 @@ subtype=Human Soldier toughness=5 [/card] [card] -text=Banding, flying, first strike -id=2699 -name=Kjeldoran Skycaptain -rarity=U -type=Creature -mana={4}{W} -power=2 -subtype=Human Soldier -toughness=2 -[/card] -[card] -text=Banding, flying, first strike -id=2700 -name=Kjeldoran Skyknight -rarity=C -type=Creature -mana={2}{W} -power=1 -subtype=Human Knight -toughness=1 -[/card] -[card] -text=Banding -id=2701 -name=Kjeldoran Warrior -rarity=C -type=Creature -mana={W} -power=1 -subtype=Human Warrior -toughness=1 -[/card] -[card] -text=Protection from white {B}: Knight of Stromgald gains first strike until end of turn. {B}{B}: Knight of Stromgald gets +1/+0 until end of turn. -id=2462 -name=Knight of Stromgald -rarity=U -type=Creature -mana={B}{B} -power=2 -subtype=Human Knight -toughness=1 -[/card] -[card] text={2}{R}: Target creature gets +1/+0 until end of turn. {U}{U}: Target creature you control gains flying until end of turn. Sacrifice it at end of turn. id=2463 name=Krovikan Elementalist @@ -1746,17 +1166,10 @@ subtype=Human Wizard toughness=1 [/card] [card] -text=Enchant creature When Krovikan Fetish comes into play, draw a card at the beginning of the next turn's upkeep. Enchanted creature gets +1/+1. -id=2464 -name=Krovikan Fetish -rarity=C -type=Enchantment -mana={2}{B} -subtype=Aura -[/card] -[card] text={T}, Discard a nonblack card: Draw a card. {T}, Discard a black card: Draw two cards, then discard one of them. id=2517 +auto={T}{S(*[-black]|myhand)}:draw:1 +auto={T}{S(*[black]|myhand)}:draw:2 && discard:1 name=Krovikan Sorcerer rarity=C type=Creature @@ -1818,15 +1231,6 @@ subtype=Zombie toughness=3 [/card] [card] -text=Enchant creature Enchanted creature has swampwalk. -id=2467 -name=Leshrac's Rite -rarity=U -type=Enchantment -mana={B} -subtype=Aura -[/card] -[card] text=Whenever an opponent plays a green spell, you may pay {B}{B}. If you do, look at that player's hand and choose a card from it. The player discards that card. {B}{B}: Return Leshrac's Sigil to its owner's hand. id=2468 name=Leshrac's Sigil @@ -1835,25 +1239,6 @@ type=Enchantment mana={B}{B} [/card] [card] -text=Lhurgoyf's power is equal to the number of creature cards in all graveyards and its toughness is equal to that number plus 1. -id=2576 -name=Lhurgoyf -rarity=R -type=Creature -mana={2}{G}{G} -power=* -subtype=Lhurgoyf -toughness=1+* -[/card] -[card] -text=Target creature gains first strike until end of turn. Draw a card at the beginning of the next turn's upkeep. -id=2702 -name=Lightning Blow -rarity=R -type=Instant -mana={1}{W} -[/card] -[card] text=Whenever Lim-Dul's Cohort blocks or becomes blocked by a creature, that creature can't be regenerated this turn. id=2469 name=Lim-Dul's Cohort @@ -1873,17 +1258,6 @@ type=Enchantment mana={1}{B} [/card] [card] -text=As Lost Order of Jarkeld comes into play, choose an opponent. Lost Order of Jarkeld's power and toughness are each equal to 1 plus the number of creatures the chosen player controls. -id=2703 -name=Lost Order of Jarkeld -rarity=R -type=Creature -mana={2}{W}{W} -power=1+* -subtype=Human Knight -toughness=1+* -[/card] -[card] text=Enchant creature (Target a creature as you play this. This card comes into play attached to that creature.) All creatures able to block enchanted creature do so. id=2577 name=Lure @@ -1986,14 +1360,6 @@ type=Sorcery mana={X}{X}{R} [/card] [card] -text=Target player discards a card. Draw a card at the beginning of the next turn's upkeep. -id=2471 -name=Mind Ravel -rarity=C -type=Sorcery -mana={2}{B} -[/card] -[card] text=Look at target player's hand and choose X cards from it. That player discards them. id=2472 name=Mind Warp @@ -2011,17 +1377,6 @@ mana={2}{B}{B} subtype=Aura [/card] [card] -text=Protection from black At the beginning of your upkeep, Minion of Leshrac deals 5 damage to you unless you sacrifice a creature other than Minion of Leshrac. If Minion of Leshrac deals damage to you this way, tap it. {T}: Destroy target creature or land. -id=2474 -name=Minion of Leshrac -rarity=R -type=Creature -mana={4}{B}{B}{B} -power=5 -subtype=Demon Minion -toughness=5 -[/card] -[card] text=At the beginning of your upkeep, Minion of Tevesh Szat deals 2 damage to you unless you pay {B}{B}. {T}: Target creature gets +3/-2 until end of turn. id=2475 name=Minion of Tevesh Szat @@ -2063,52 +1418,6 @@ type=Enchantment mana={2}{R}{G} [/card] [card] -text=Swampwalk -id=2477 -name=Moor Fiend -rarity=C -type=Creature -mana={3}{B} -power=3 -subtype=Horror -toughness=3 -[/card] -[card] -text={T}: Add {R} to your mana pool. -id=2764 -name=Mountain -rarity=L -type=Basic Land -subtype=Mountain -[/card] -[card] -text={T}: Add {R} to your mana pool. -id=2765 -name=Mountain -rarity=L -type=Basic Land -subtype=Mountain -[/card] -[card] -text={T}: Add {R} to your mana pool. -id=2763 -name=Mountain -rarity=L -type=Basic Land -subtype=Mountain -[/card] -[card] -text=Mountainwalk -id=2639 -name=Mountain Goat -rarity=C -type=Creature -mana={R} -power=1 -subtype=Goat -toughness=1 -[/card] -[card] text={1}{R}{R}: Until end of turn, whenever you play a black spell, put a +1/+1 counter on Mountain Titan. id=2735 name=Mountain Titan @@ -2215,17 +1524,6 @@ type=Artifact mana={2} [/card] [card] -text={T}: Orcish Cannoneers deals 2 damage to target creature or player and 3 damage to you. -id=2641 -name=Orcish Cannoneers -rarity=U -type=Creature -mana={1}{R}{R} -power=1 -subtype=Orc Warrior -toughness=3 -[/card] -[card] text=Orcish Conscripts can't attack unless at least two other creatures attack. Orcish Conscripts can't block unless at least two other creatures block. id=2642 name=Orcish Conscripts @@ -2270,17 +1568,6 @@ subtype=Orc toughness=1 [/card] [card] -text={T}, Sacrifice a Forest: Add three mana in any combination of {R} and/or {G} to your mana pool. -id=2646 -name=Orcish Lumberjack -rarity=C -type=Creature -mana={R} -power=1 -subtype=Orc -toughness=1 -[/card] -[card] text=Whenever Orcish Squatters attacks and isn't blocked, you may gain control of target land defending player controls for as long as you control Orcish Squatters. If you do, Orcish Squatters deals no combat damage this turn. id=2647 name=Orcish Squatters @@ -2303,36 +1590,6 @@ subtype=Human Knight toughness=2 [/card] [card] -text=Protection from black {W}: Order of the White Shield gains first strike until end of turn. {W}{W}: Order of the White Shield gets +1/+0 until end of turn. -id=2706 -name=Order of the White Shield -rarity=U -type=Creature -mana={W}{W} -power=2 -subtype=Human Knight -toughness=1 -[/card] -[card] -text=Islandwalk -id=2580 -name=Pale Bears -rarity=R -type=Creature -mana={2}{G} -power=2 -subtype=Bear -toughness=2 -[/card] -[card] -text=Play Panic only during combat before blockers are declared. Target creature can't block this turn. Draw a card at the beginning of the next turn's upkeep. -id=2648 -name=Panic -rarity=C -type=Instant -mana={R} -[/card] -[card] text={4}, {T}: The next time a source of your choice would deal damage to you this turn, prevent that damage. id=2418 name=Pentagram of the Ages @@ -2340,7 +1597,6 @@ rarity=R type=Artifact mana={4} [/card] - [card] text=Flying {T}: Target creature you control with toughness 2 or less gets +1/+1 and gains flying until end of turn. When Phantasmal Mount leaves play this turn, sacrifice that creature. When the creature leaves play this turn, sacrifice Phantasmal Mount. id=2524 @@ -2353,38 +1609,6 @@ subtype=Illusion Horse toughness=1 [/card] [card] -text={2}, {T}, Sacrifice Pit Trap: Destroy target attacking creature without flying. It can't be regenerated. -id=2419 -name=Pit Trap -rarity=U -type=Artifact -mana={2} -[/card] -[card] -text={T}: Add {W} to your mana pool. -id=2771 -name=Plains -rarity=L -type=Basic Land -subtype=Plains -[/card] -[card] -text={T}: Add {W} to your mana pool. -id=2773 -name=Plains -rarity=L -type=Basic Land -subtype=Plains -[/card] -[card] -text={T}: Add {W} to your mana pool. -id=2772 -name=Plains -rarity=L -type=Basic Land -subtype=Plains -[/card] -[card] text=Trample Polar Kraken comes into play tapped. Cumulative upkeep-Sacrifice a land. id=2525 name=Polar Kraken @@ -2429,36 +1653,6 @@ mana={1}{W} subtype=Aura [/card] [card] -text=Swampwalk -id=2581 -name=Pygmy Allosaurus -rarity=R -type=Creature -mana={2}{G} -power=2 -subtype=Lizard -toughness=2 -[/card] -[card] -text=When Pyknite comes into play, draw a card at the beginning of the next turn's upkeep. -id=2582 -name=Pyknite -rarity=C -type=Creature -mana={2}{G} -power=1 -subtype=Ouphe -toughness=1 -[/card] -[card] -text=Blocking creatures get +1/+1 until end of turn. -id=2708 -name=Rally -rarity=C -type=Instant -mana={W}{W} -[/card] -[card] text=Untap target creature an opponent controls and gain control of it until end of turn. That creature gains haste until end of turn. When you lose control of the creature, tap it. id=2528 name=Ray of Command @@ -2500,15 +1694,6 @@ mana={W} subtype=Aura [/card] [card] -text=Enchant creature (Target a creature as you play this. This card comes into play attached to that creature.) {G}: Regenerate enchanted creature. (The next time that creature would be destroyed this turn, it isn't. Instead tap it, remove all damage from it, and remove it from combat.) -id=2583 -name=Regeneration -rarity=C -type=Enchantment -mana={1}{G} -subtype=Aura -[/card] -[card] text=Snow forestwalk id=2584 name=Rime Dryad @@ -2543,17 +1728,6 @@ type=Artifact mana={3} [/card] [card] -text=First strike -id=2651 -name=Sabretooth Tiger -rarity=C -type=Creature -mana={2}{R} -power=2 -subtype=Cat -toughness=1 -[/card] -[card] text=Prevent the next 3 damage that would be dealt to target creature this turn. At end of turn, put a +0/+1 counter on that creature for each 1 damage prevented this way. id=2710 name=Sacred Boon @@ -2562,28 +1736,6 @@ type=Instant mana={1}{W} [/card] [card] -text= -id=2586 -name=Scaled Wurm -rarity=C -type=Creature -mana={7}{G} -power=7 -subtype=Wurm -toughness=6 -[/card] -[card] -text={U}: Sea Spirit gets +1/+0 until end of turn. -id=2531 -name=Sea Spirit -rarity=U -type=Creature -mana={4}{U} -power=2 -subtype=Elemental Spirit -toughness=3 -[/card] -[card] text=Enchant creature Whenever enchanted creature becomes tapped, Seizures deals 3 damage to that creature's controller unless that player pays {3}. id=2483 name=Seizures @@ -2604,44 +1756,6 @@ subtype=Angel toughness=4 [/card] [card] -text={R}{G}: Shambling Strider gets +1/-1 until end of turn. -id=2587 -name=Shambling Strider -rarity=C -type=Creature -mana={4}{G}{G} -power=5 -subtype=Yeti -toughness=5 -[/card] -[card] -text=Destroy target artifact. -id=2652 -name=Shatter -rarity=C -type=Instant -mana={1}{R} -[/card] -[card] -text=Banding -id=2712 -name=Shield Bearer -rarity=C -type=Creature -mana={1}{W} -power=0 -subtype=Human Soldier -toughness=3 -[/card] -[card] -text={2}: Prevent the next 1 damage that would be dealt to you this turn. -id=2421 -name=Shield of the Ages -rarity=U -type=Artifact -mana={2} -[/card] -[card] text=At the beginning of your upkeep, you may have Shyft become the color or colors of your choice. (This effect doesn't end at end of turn.) id=2532 name=Shyft @@ -2664,17 +1778,6 @@ subtype=Spirit toughness=6 [/card] [card] -text=Flying, trample -id=2534 -name=Silver Erne -rarity=U -type=Creature -mana={3}{U} -power=2 -subtype=Bird -toughness=2 -[/card] -[card] text=When you control no Islands, sacrifice Skeleton Ship. {T}: Put a -1/-1 counter on target creature. id=2737 name=Skeleton Ship @@ -2686,14 +1789,6 @@ subtype=Skeleton toughness=3 [/card] [card] -text={1}, {T}, Sacrifice a creature: Skull Catapult deals 2 damage to target creature or player. -id=2422 -name=Skull Catapult -rarity=U -type=Artifact -mana={4} -[/card] -[card] text=Change the text of target spell or permanent by replacing all instances of one color word with another. (For example, you may change "target black spell" to "target blue spell.") (This effect doesn't end at end of turn.) id=2535 name=Sleight of Mind @@ -2711,17 +1806,6 @@ mana={1}{U} subtype=Aura [/card] [card] -text=Defender (This creature can't attack.) {1}: Snow Fortress gets +1/+0 until end of turn. {1}: Snow Fortress gets +0/+1 until end of turn. {3}: Snow Fortress deals 1 damage to target creature without flying that's attacking you. -id=2423 -name=Snow Fortress -rarity=R -type=Artifact Creature -mana={5} -power=0 -subtype=Wall -toughness=4 -[/card] -[card] text={1}, {T}: Return Snow Hound and target green or blue creature you control to their owner's hand. id=2713 name=Snow Hound @@ -2742,46 +1826,6 @@ mana={3}{G} subtype=Aura [/card] [card] -text={T}: Add {G} to your mana pool. -id=2749 -name=Snow-Covered Forest -rarity=C -type=Basic Snow Land -subtype=Forest -[/card] -[card] -text={T}: Add {U} to your mana pool. -id=2770 -name=Snow-Covered Island -rarity=C -type=Basic Snow Land -subtype=Island -[/card] -[card] -text={T}: Add {R} to your mana pool. -id=2766 -name=Snow-Covered Mountain -rarity=C -type=Basic Snow Land -subtype=Mountain -[/card] -[card] -text={T}: Add {W} to your mana pool. -id=2774 -name=Snow-Covered Plains -rarity=C -type=Basic Snow Land -subtype=Plains -[/card] -[card] -text={T}: Add {B} to your mana pool. -id=2742 -name=Snow-Covered Swamp -rarity=C -type=Basic Snow Land -subtype=Swamp -[/card] -[card] text=Cumulative upkeep {U} (At the beginning of your upkeep, put an age counter on this permanent, then sacrifice it unless you pay its upkeep cost for each age counter on it.) Whenever an Island is tapped for mana, its controller may add {U} to his or her mana pool (in addition to the mana the land produces). If that Island is snow, its controller may add {U}{U} to his or her mana pool instead. Spend this mana only to pay cumulative upkeep costs. id=2537 name=Snowfall @@ -2823,14 +1867,6 @@ subtype=Soldier toughness=4 [/card] [card] -text=Add {B} to your mana pool for each creature card in your graveyard. -id=2484 -name=Songs of the Damned -rarity=C -type=Instant -mana={B} -[/card] -[card] text=Whenever an opponent plays a creature spell, Soul Barrier deals 2 damage to that player unless he or she pays {2}. id=2539 name=Soul Barrier @@ -2856,23 +1892,6 @@ mana={2}{B} subtype=Aura [/card] [card] -text=Enchant creature Enchanted creature gets +0/+2 and can't be the target of spells. -id=2738 -name=Spectral Shield -rarity=U -type=Enchantment -mana={1}{W}{U} -subtype=Aura -[/card] -[card] -text=For each artifact or creature card in an opponent's graveyard, add {1} to your mana pool and you gain 1 life. -id=2487 -name=Spoils of Evil -rarity=R -type=Instant -mana={2}{B} -[/card] -[card] text=X is the number of artifact and/or creature cards in an opponent's graveyard as you play Spoils of War. Distribute X +1/+1 counters among any number of target creatures. id=2488 name=Spoils of War @@ -2889,14 +1908,6 @@ type=Artifact mana={3} [/card] [card] -text=Attacking creatures get +1/+0 and gain trample until end of turn. -id=2589 -name=Stampede -rarity=R -type=Instant -mana={1}{G}{G} -[/card] -[card] text=Destroy all Plains. For each land put into a graveyard this way, Stench of Evil deals 1 damage to that land's controller unless he or she pays {2}. id=2489 name=Stench of Evil @@ -2905,14 +1916,6 @@ type=Sorcery mana={2}{B}{B} [/card] [card] -text=Destroy target land. -id=2653 -name=Stone Rain -rarity=C -type=Sorcery -mana={2}{R} -[/card] -[card] text=Stone Spirit can't be blocked by creatures with flying. id=2654 name=Stone Spirit @@ -2924,26 +1927,6 @@ subtype=Elemental Spirit toughness=3 [/card] [card] -text=Enchant creature Enchanted creature gets +0/+2. {R}: Enchanted creature gets +1/+0 until end of turn. -id=2655 -name=Stonehands -rarity=C -type=Enchantment -mana={2}{R} -subtype=Aura -[/card] -[card] -text=Flying {T}: Storm Spirit deals 2 damage to target creature. -id=2739 -name=Storm Spirit -rarity=R -type=Creature -mana={3}{G}{W}{U} -power=3 -subtype=Elemental Spirit -toughness=3 -[/card] -[card] text={2}, Discard a card at random: Stormbind deals 2 damage to target creature or player. id=2740 name=Stormbind @@ -2971,13 +1954,6 @@ type=Sorcery mana={3}{G}{G} [/card] [card] -text={T}: Add {1} to your mana pool. {T}: Add {B} or {R} to your mana pool. Sulfurous Springs deals 1 damage to you. -id=2759 -name=Sulfurous Springs -rarity=R -type=Land -[/card] -[card] text={2}, Sacrifice a snow land: Prevent all combat damage that would be dealt this turn. id=2427 name=Sunstone @@ -2986,38 +1962,6 @@ type=Artifact mana={3} [/card] [card] -text={T}: Add {B} to your mana pool. -id=2745 -name=Swamp -rarity=L -type=Basic Land -subtype=Swamp -[/card] -[card] -text={T}: Add {B} to your mana pool. -id=2743 -name=Swamp -rarity=L -type=Basic Land -subtype=Swamp -[/card] -[card] -text={T}: Add {B} to your mana pool. -id=2744 -name=Swamp -rarity=L -type=Basic Land -subtype=Swamp -[/card] -[card] -text=Remove target creature from the game. Its controller gains life equal to its power. -id=2714 -name=Swords to Plowshares -rarity=U -type=Instant -mana={W} -[/card] -[card] text=When Tarpan is put into a graveyard from play, you gain 1 life. id=2591 name=Tarpan @@ -3037,14 +1981,6 @@ type=Sorcery mana={1}{G}{G} [/card] [card] -text=Whenever an Island an opponent controls becomes tapped, you may gain 1 life. -id=2593 -name=Thoughtleech -rarity=U -type=Enchantment -mana={G}{G} -[/card] -[card] text=Defender (This creature can't attack.) Flying {U}: Thunder Wall gets +1/+1 until end of turn. id=2540 name=Thunder Wall @@ -3082,17 +2018,6 @@ subtype=Plant Wall toughness=3 [/card] [card] -text= -id=2656 -name=Tor Giant -rarity=C -type=Creature -mana={3}{R} -power=3 -subtype=Giant -toughness=3 -[/card] -[card] text=Whenever a player attacks with one or more creatures, destroy all untapped non-Wall creatures that player controls that didn't attack, except for creatures the player hasn't controlled continuously since the beginning of the turn. id=2657 name=Total War @@ -3101,45 +2026,6 @@ type=Enchantment mana={3}{R} [/card] [card] -text=Touch of Death deals 1 damage to target player. You gain 1 life. Draw a card at the beginning of the next turn's upkeep. -id=2491 -name=Touch of Death -rarity=C -type=Sorcery -mana={2}{B} -[/card] -[card] -text=Target creature gains haste and "{0}: Untap this creature. Play this ability only once." until end of turn. Draw a card at the beginning of the next turn's upkeep. -id=2595 -name=Touch of Vitae -rarity=U -type=Instant -mana={2}{G} -[/card] -[card] -text=Target creature is unblockable this turn. -id=2596 -name=Trailblazer -rarity=R -type=Instant -mana={2}{G}{G} -[/card] -[card] -text={T}: Add {1} to your mana pool. {T}: Add {U} or {B} to your mana pool. Underground River deals 1 damage to you. -id=2761 -name=Underground River -rarity=R -type=Land -[/card] -[card] -text=Target creature gains flying until end of turn. Draw a card at the beginning of the next turn's upkeep. -id=2541 -name=Updraft -rarity=U -type=Instant -mana={1}{U} -[/card] -[card] text={T}, Sacrifice Urza's Bauble: Look at a card at random in target player's hand. You draw a card at the beginning of the next turn's upkeep. id=2429 name=Urza's Bauble @@ -3163,14 +2049,6 @@ type=Instant mana={3}{G} [/card] [card] -text=Vertigo deals 2 damage to target creature with flying. That creature loses flying until end of turn. -id=2658 -name=Vertigo -rarity=U -type=Instant -mana={R} -[/card] -[card] text={3}, {T}: Target player names a card, then reveals the top card of his or her library. If it's the named card, the player puts it into his or her hand. Otherwise, the player puts it into his or her graveyard and Vexing Arcanix deals 2 damage to him or her. id=2430 name=Vexing Arcanix @@ -3198,47 +2076,6 @@ subtype=Wall toughness=6 [/card] [card] -text=Defender (This creature can't attack.) {R}: Wall of Lava gets +1/+1 until end of turn. -id=2659 -name=Wall of Lava -rarity=U -type=Creature -mana={1}{R}{R} -power=1 -subtype=Wall -toughness=3 -[/card] -[card] -text=Defender (This creature can't attack.) {G}: Regenerate Wall of Pine Needles. -id=2598 -name=Wall of Pine Needles -rarity=U -type=Creature -mana={3}{G} -power=3 -subtype=Plant Wall -toughness=3 -[/card] -[card] -text=Defender (This creature can't attack.) Banding -id=2433 -name=Wall of Shields -rarity=U -type=Artifact Creature -mana={3} -power=0 -subtype=Wall -toughness=4 -[/card] -[card] -text={3}, {T}: Target creature gains trample until end of turn. -id=2434 -name=War Chariot -rarity=U -type=Artifact -mana={3} -[/card] -[card] text=Prevent all combat damage that would be dealt by target attacking creature this turn. id=2715 name=Warning @@ -3247,14 +2084,6 @@ type=Instant mana={W} [/card] [card] -text={2}, {T}: Target creature with power 3 or less gains flying until end of turn. -id=2435 -name=Whalebone Glider -rarity=U -type=Artifact -mana={2} -[/card] -[card] text=Enchant creature Enchanted creature can't be blocked by white creatures. Enchanted creature gets +2/+2 as long as an opponent controls a white permanent. id=2716 name=White Scarab @@ -3303,15 +2132,6 @@ subtype=Elemental Spirit toughness=2 [/card] [card] -text=Enchant creature Enchanted creature gets +1/+0 and has flying and first strike. -id=2741 -name=Wings of Aesthir -rarity=U -type=Enchantment -mana={W}{U} -subtype=Aura -[/card] -[card] text=Play Winter's Chill only during combat before blockers are declared. X can't be greater than the number of snow lands you control. Destroy X target attacking creatures at end of combat. For each attacking creature, its controller may pay {1} or {2} to prevent this effect. If that player pays only {1} for that creature, prevent all combat damage that would be dealt to and dealt by that creature this turn. id=2543 name=Winter's Chill @@ -3350,14 +2170,6 @@ subtype=Spider toughness=3 [/card] [card] -text=Destroy target Wall. It can't be regenerated. Word of Blasting deals damage equal to that Wall's converted mana cost to the Wall's controller. -id=2660 -name=Word of Blasting -rarity=U -type=Instant -mana={1}{R} -[/card] -[card] text=Return target creature and all white Auras you own attached to it to their owners' hands. id=2544 name=Word of Undoing @@ -3374,17 +2186,6 @@ type=Enchantment mana={3}{U}{U} [/card] [card] -text=Flying {G}: Regenerate Yavimaya Gnats. -id=2604 -name=Yavimaya Gnats -rarity=U -type=Creature -mana={2}{G} -power=0 -subtype=Insect -toughness=1 -[/card] -[card] text={2}{B}, {T}: Target player discards a card. Play this ability only during your turn. id=2547 name=Zuran Enchanter @@ -3396,25 +2197,6 @@ subtype=Human Wizard toughness=1 [/card] [card] -text=Sacrifice a land: You gain 2 life. -id=2436 -name=Zuran Orb -rarity=U -type=Artifact -mana={0} -[/card] -[card] -text={T}: Zuran Spellcaster deals 1 damage to target creature or player. -id=2548 -name=Zuran Spellcaster -rarity=C -type=Creature -mana={2}{U} -power=1 -subtype=Human Wizard -toughness=1 -[/card] -[card] text=Players play with their hands revealed. If a player would draw a card, he or she reveals it instead. Then any other player may pay 2 life. If a player does, put that card into its owner's graveyard. Otherwise, that player draws a card. id=2546 name=Zur's Weirding diff --git a/projects/mtg/include/AllAbilities.h b/projects/mtg/include/AllAbilities.h index fce6341b6..41a51356e 100644 --- a/projects/mtg/include/AllAbilities.h +++ b/projects/mtg/include/AllAbilities.h @@ -2141,7 +2141,6 @@ class AMillstone:public TargetAbility{ }; - //1172 Pestilence class APestilence: public ActivatedAbility{ public: @@ -2629,6 +2628,28 @@ class AStasis:public ActivatedAbility{ //--------------Addon Abra------------------ + +//GenericMillstone +class ADeplete:public TargetAbility{ + public: + int nbcards; + ADeplete(int _id, MTGCardInstance * card, ManaCost * _cost, int _nbcards,TargetChooser * _tc = NULL, int _tap = 1):TargetAbility(_id,card, _tc, _cost,0,_tap){ + if (!tc) tc= NEW PlayerTargetChooser(card); + } + + int resolve(){ + Player * player = tc->getNextPlayerTarget(); + if (!player) return 0; + MTGLibrary * library = player->game->library; + for (int i = 0; i < nbcards; i++){ + if (library->nb_cards) + player->game->putInZone(library->cards[library->nb_cards-1],library, player->game->graveyard); + } + return 1; + } + +}; + // Generic Karma class ADamageForTypeControlled: public TriggeredAbility{ public: diff --git a/projects/mtg/src/MTGAbility.cpp b/projects/mtg/src/MTGAbility.cpp index ad882bf83..2df1107b7 100644 --- a/projects/mtg/src/MTGAbility.cpp +++ b/projects/mtg/src/MTGAbility.cpp @@ -1129,7 +1129,7 @@ void AbilityFactory::addAbilities(int _id, Spell * spell){ } case 1126:// Millstone { - game->addObserver( NEW AMillstone(_id ,card)); + game->addObserver( NEW AMillstone(_id ,card)); break; } case 1215: //Power Leak @@ -1179,6 +1179,7 @@ void AbilityFactory::addAbilities(int _id, Spell * spell){ game->addObserver(ability); break; } + case 1142: //Wooden Sphere { int cost[] = {Constants::MTG_COLOR_ARTIFACT, 1}; @@ -1679,6 +1680,33 @@ void AbilityFactory::addAbilities(int _id, Spell * spell){ game->addObserver(NEW ADamageForTypeControlled(_id, card,"artifact")); break; } + +//-- addon 10E--- + case 129523: //Demon's Horn + { + game->addObserver( NEW ASpellCastLife(_id, card, Constants::MTG_COLOR_BLACK, NEW ManaCost() , 1)); + break; + } + case 129527: //Dragon's Claw + { + game->addObserver( NEW ASpellCastLife(_id, card, Constants::MTG_COLOR_RED, NEW ManaCost() , 1)); + break; + } + case 129619: //Kraken's Eye + { + game->addObserver( NEW ASpellCastLife(_id, card, Constants::MTG_COLOR_BLUE, NEW ManaCost() , 1)); + break; + } + case 129809: //Wurm's Tooth + { + game->addObserver( NEW ASpellCastLife(_id, card, Constants::MTG_COLOR_GREEN, NEW ManaCost() , 1)); + break; + } + case 129466: //Angel's Feather + { + game->addObserver( NEW ASpellCastLife(_id, card, Constants::MTG_COLOR_WHITE, NEW ManaCost() , 1)); + break; + } default: break; }