Laurent - Added a few cards to DIS,small correction on ZEN, ONS, addition/removal in ICE

DIS additions:cards with Hellbent and some cards with @damaged. Note that "opponent" is not a valid target and "player|opponentinplay" will not work. So for some addition we assume that the creature will never deal damage to its owner (e.g trygon in DIS). Hellbent works fine in the situation described.
This commit is contained in:
wagic.laurent
2009-10-16 09:24:24 +00:00
parent 8984f690b4
commit 6d440b0423
8 changed files with 201 additions and 167 deletions
+1 -2
View File
@@ -795,8 +795,7 @@ text=Protection from green
id=185138 id=185138
name=Zombie Outlander name=Zombie Outlander
rarity=C rarity=C
mana={U}{B} mana={U}{B}
type=Creature type=Creature
subtype=Zombie Scout subtype=Zombie Scout
power=2 power=2
+77
View File
@@ -20,6 +20,19 @@ auto={1}{T}:add{W}{U}
rarity=C rarity=C
[/card] [/card]
[card] [card]
id=111225
name=Beacon Hawk
mana={1}{W}
type=Creature
subtype=Bird
power=1
toughness=1
text=Flying Whenever Beacon Hawk deals combat damage to a player, you may untap target creature. {W}: Beacon Hawk gets +0/+1 until end of turn.
auto=@damaged(player) from(this):may untap target(creature)
auto={W}:0/1
rarity=C
[/card]
[card]
id=107317 id=107317
name=Celestial Ancient name=Celestial Ancient
mana={3}{W}{W} mana={3}{W}{W}
@@ -33,6 +46,18 @@ abilities=flying
rarity=R rarity=R
[/card] [/card]
[card] [card]
id=107599
name=Demon's Jester
mana={3}{B}
type=Creature
subtype=Imp
power=4
toughness=3
auto=aslongas(*|myhand)-2/-1
text=Flying Hellbent - Demon's Jester gets +2/+1 as long as you have no cards in hand.
rarity=C
[/card]
[card]
id=107322 id=107322
name=Dread Slag name=Dread Slag
mana={3}{B}{R} mana={3}{B}{R}
@@ -82,6 +107,21 @@ auto={T}:damage:1 target(creature) && life:-1 targetcontroller
rarity=C rarity=C
[/card] [/card]
[card] [card]
id=111188
name=Rakdos Pit Dragon
mana={2}{R}{R}
type=Creature
subtype=Dragon
power=3
toughness=3
text={R}{R}: Rakdos Pit Dragon gains flying until end of turn. {R}: Rakdos Pit Dragon gets +1/+0 until end of turn. Hellbent - Rakdos Pit Dragon has double strike as long as you have no cards in hand.
rarity=R
auto={R}{R}:flying
auto={R}:1/0
abilities=double strike
auto=aslongas(*|myHand)-double strike
[/card]
[card]
id=97098 id=97098
name=Rakdos Signet name=Rakdos Signet
mana={2} mana={2}
@@ -201,6 +241,19 @@ auto={T}{S(*|myhand)}:life:3
rarity=U rarity=U
[/card] [/card]
[card] [card]
id=111283
name=Slithering Shade
mana={B}
type=Creature
subtype=Shade
power=0
toughness=1
text=Defender (This creature can't attack.) {B}: Slithering Shade gets +1/+1 until end of turn. Hellbent - Slithering Shade can attack as though it didn't have defender as long as you have no cards in hand.
auto=defender
auto=aslongas(*|myHand)-defender
rarity=U
[/card]
[card]
id=107440 id=107440
name=Soulsworn Jury name=Soulsworn Jury
mana={2}{W} mana={2}{W}
@@ -224,6 +277,30 @@ auto=fizzle all(other *|stack)
rarity=R rarity=R
[/card] [/card]
[card] [card]
id=107597
name=Taste for Mayhem
mana={R}
type=Enchantment
subtype=Aura
text=Enchant creature Enchanted creature gets +2/+0. Hellbent - Enchanted creature gets an additional +2/+0 as long as you have no cards in hand.
rarity=C
target=creature
auto=4/0
auto=aslongas(*|myhand)-2/0
[/card]
[card]
id=97112
name=Trygon Predator
mana={1}{G}{U}
type=Creature
subtype=Beast
power=2
toughness=3
text=Flying Whenever Trygon Predator deals combat damage to a player, you may destroy target artifact or enchantment that player controls.
auto=@damaged(player) from(this):may destroy target(artifact,enchantment)
rarity=U
[/card]
[card]
id=107276 id=107276
name=Utvara Scalper name=Utvara Scalper
mana={1}{R} mana={1}{R}
+10 -70
View File
@@ -1,4 +1,4 @@
[card] [card]
id=111192 id=111192
name=ÁEhermage's Touch name=ÁEhermage's Touch
mana={2}{W}{U} mana={2}{W}{U}
@@ -108,18 +108,6 @@ type=Instant
text=Prevent all combat damage target creature would deal this turn. Prevent all combat damage that would be dealt to target creature this turn. text=Prevent all combat damage target creature would deal this turn. Prevent all combat damage that would be dealt to target creature this turn.
rarity=U rarity=U
[/card] [/card]
[card]
id=111225
name=Beacon Hawk
mana={1}{W}
type=Creature
subtype=Bird
power=1
toughness=1
text=Flying Whenever Beacon Hawk deals combat damage to a player, you may untap target creature. {W}: Beacon Hawk gets +0/+1 until end of turn.
rarity=C
[/card]
[card] [card]
id=107277 id=107277
name=Biomantic Mastery name=Biomantic Mastery
@@ -202,6 +190,8 @@ id=107258
name=Cackling Flames name=Cackling Flames
mana={3}{R} mana={3}{R}
type=Instant type=Instant
target=creature,player
auto=aslongas(*|myHand)damage:3
text=Cackling Flames deals 3 damage to target creature or player. Hellbent - Cackling Flames deals 5 damage to that creature or player instead if you have no cards in hand. text=Cackling Flames deals 3 damage to target creature or player. Hellbent - Cackling Flames deals 5 damage to that creature or player instead if you have no cards in hand.
rarity=C rarity=C
[/card] [/card]
@@ -328,17 +318,7 @@ type=Sorcery
text=Demonfire deals X damage to target creature or player. If a creature dealt damage this way would be put into a graveyard this turn, exile it instead. Hellbent - If you have no cards in hand, Demonfire can't be countered by spells or abilities and the damage can't be prevented. text=Demonfire deals X damage to target creature or player. If a creature dealt damage this way would be put into a graveyard this turn, exile it instead. Hellbent - If you have no cards in hand, Demonfire can't be countered by spells or abilities and the damage can't be prevented.
rarity=R rarity=R
[/card] [/card]
[card]
id=107599
name=Demon's Jester
mana={3}{B}
type=Creature
subtype=Imp
power=2
toughness=2
text=Flying Hellbent - Demon's Jester gets +2/+1 as long as you have no cards in hand.
rarity=C
[/card]
[card] [card]
id=107373 id=107373
name=Bound // Determined (Determined) name=Bound // Determined (Determined)
@@ -723,11 +703,14 @@ rarity=R
id=107363 id=107363
name=Lyzolda, the Blood Witch name=Lyzolda, the Blood Witch
mana={1}{B}{R} mana={1}{B}{R}
type=Legendary Creature type=Creature
abilities=legendary
subtype=Human Cleric subtype=Human Cleric
power=3 power=3
toughness=1 toughness=1
text={2}, Sacrifice a creature: Lyzolda, the Blood Witch deals 2 damage to target creature or player if the sacrificed creature was red. Draw a card if the sacrificed creature was black. text={2}, Sacrifice a creature: Lyzolda, the Blood Witch deals 2 damage to target creature or player if the sacrificed creature was red. Draw a card if the sacrificed creature was black.
auto={2}{S(creature[red]|myBattlefield)}:damage:2 target(creature,player)
auto={2}{S(creature[black]|myBattlefield)}:draw: 1 controller
rarity=R rarity=R
[/card] [/card]
[card] [card]
@@ -1084,18 +1067,6 @@ toughness=2
text=({(b/r)} can be paid with either {B} or {R}.) {3}{B}, Discard a card: Target creature gets -2/-2 until end of turn. {3}{R}: Put a 2/1 red Goblin creature token with haste onto the battlefield. Exile it at the beginning of the next end step. text=({(b/r)} can be paid with either {B} or {R}.) {3}{B}, Discard a card: Target creature gets -2/-2 until end of turn. {3}{R}: Put a 2/1 red Goblin creature token with haste onto the battlefield. Exile it at the beginning of the next end step.
rarity=U rarity=U
[/card] [/card]
[card]
id=111188
name=Rakdos Pit Dragon
mana={2}{R}{R}
type=Creature
subtype=Dragon
power=3
toughness=3
text={R}{R}: Rakdos Pit Dragon gains flying until end of turn. {R}: Rakdos Pit Dragon gets +1/+0 until end of turn. Hellbent - Rakdos Pit Dragon has double strike as long as you have no cards in hand.
rarity=R
[/card]
[card] [card]
id=97119 id=97119
name=Rakdos Riteknife name=Rakdos Riteknife
@@ -1260,18 +1231,6 @@ toughness=3
text=Hellbent - When Slaughterhouse Bouncer is put into a graveyard from the battlefield, if you have no cards in hand, target creature gets -3/-3 until end of turn. text=Hellbent - When Slaughterhouse Bouncer is put into a graveyard from the battlefield, if you have no cards in hand, target creature gets -3/-3 until end of turn.
rarity=C rarity=C
[/card] [/card]
[card]
id=111283
name=Slithering Shade
mana={B}
type=Creature
subtype=Shade
power=0
toughness=1
text=Defender (This creature can't attack.) {B}: Slithering Shade gets +1/+1 until end of turn. Hellbent - Slithering Shade can attack as though it didn't have defender as long as you have no cards in hand.
rarity=U
[/card]
[card] [card]
id=107281 id=107281
name=Spell Snare name=Spell Snare
@@ -1300,6 +1259,8 @@ subtype=Plant Hydra
power=0 power=0
toughness=2 toughness=2
text=Defender (This creature can't attack.) Whenever Sprouting Phytohydra is dealt damage, you may put a token that's a copy of Sprouting Phytohydra onto the battlefield. text=Defender (This creature can't attack.) Whenever Sprouting Phytohydra is dealt damage, you may put a token that's a copy of Sprouting Phytohydra onto the battlefield.
abilities=defender
auto=@damaged(this):may token(Sprouting Phytohydra,Creature Plant Hydra,0/2,defender red)
rarity=R rarity=R
[/card] [/card]
[card] [card]
@@ -1380,16 +1341,6 @@ mana={X}{G}{W}
type=Sorcery type=Sorcery
text=Put X 1/1 green Saproling creature tokens onto the battlefield. rarity=U text=Put X 1/1 green Saproling creature tokens onto the battlefield. rarity=U
[/card] [/card]
[card]
id=107597
name=Taste for Mayhem
mana={R}
type=Enchantment
subtype=Aura
text=Enchant creature Enchanted creature gets +2/+0. Hellbent - Enchanted creature gets an additional +2/+0 as long as you have no cards in hand.
rarity=C
[/card]
[card] [card]
id=107390 id=107390
name=Thrive name=Thrive
@@ -1429,17 +1380,6 @@ text=Return all creatures blocking or blocked by target creature to their owner'
rarity=U rarity=U
[/card] [/card]
[card] [card]
id=97112
name=Trygon Predator
mana={1}{G}{U}
type=Creature
subtype=Beast
power=2
toughness=3
text=Flying Whenever Trygon Predator deals combat damage to a player, you may destroy target artifact or enchantment that player controls.
rarity=U
[/card]
[card]
id=97114 id=97114
name=Twinstrike name=Twinstrike
mana={3}{B}{R} mana={3}{B}{R}
+58 -43
View File
@@ -1,17 +1,4 @@
[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={1}: Adarkar Sentinel gets +0/+1 until end of turn. text={1}: Adarkar Sentinel gets +0/+1 until end of turn.
id=2392 id=2392
auto={1}:0/1 auto={1}:0/1
@@ -51,6 +38,15 @@ type=Sorcery
mana={2}{R}{R} mana={2}{R}{R}
[/card] [/card]
[card] [card]
text={2}, {T}: Target creature gains vigilance until end of turn. Play this ability only during combat and only if defending player controls a snow land.
id=2395
name=Arcum's Sleigh
auto=aslongas(land[snow]|opponentBattlefield){2}{T}:vigilance target(creature)
rarity=U
type=Artifact
mana={1}
[/card]
[card]
text={W}, Sacrifice an enchantment: Destroy target enchantment. {3}{U}{U}: Counter target enchantment spell. text={W}, Sacrifice an enchantment: Destroy target enchantment. {3}{U}{U}: Counter target enchantment spell.
id=2663 id=2663
auto={W}{S(Enchantment|myinplay)}:destroy target(enchantment) auto={W}{S(Enchantment|myinplay)}:destroy target(enchantment)
@@ -268,11 +264,7 @@ text=Defender (This creature can't attack.) Drift of the Dead's power and tough
id=2447 id=2447
name=Drift of the Dead name=Drift of the Dead
abilities=defender abilities=defender
auto=foreach(snow-covered forest|myinplay) 1/1 auto=foreach(land[snow]|myinplay) 1/1
auto=foreach(snow-covered mountain|myinplay) 1/1
auto=foreach(snow-covered plains|myinplay) 1/1
auto=foreach(snow-covered swamp|myinplay) 1/1
auto=foreach(snow-covered island|myinplay) 1/1
rarity=U rarity=U
type=Creature type=Creature
mana={3}{B} mana={3}{B}
@@ -349,6 +341,16 @@ type=Instant
mana={2}{R} mana={2}{R}
[/card] [/card]
[card] [card]
text=Green creatures have "This creature can't attack unless you sacrifice a land."
id=2726
auto=lord(creature[green])cantattack
auto=lord(creature[green]) {S(land|myBattlefield):-cantattack
name=Flooded Woodlands
rarity=R
type=Enchantment
mana={2}{U}{B}
[/card]
[card]
text={1}{G}: Folk of the Pines gets +1/+0 until end of turn. text={1}{G}: Folk of the Pines gets +1/+0 until end of turn.
id=2559 id=2559
auto={1}{G}:1/0 auto={1}{G}:1/0
@@ -656,7 +658,7 @@ toughness=4
[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. 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 id=2462
abilities=Protection from white abilities=protection from white
auto={B}:first strike auto={B}:first strike
auto={B}{B}:1/0 auto={B}{B}:1/0
name=Knight of Stromgald name=Knight of Stromgald
@@ -680,6 +682,18 @@ mana={2}{B}
subtype=Aura subtype=Aura
[/card] [/card]
[card] [card]
text=Snow swampwalk
id=2466
name=Legions of Lim-Dul
auto=aslongas(swamp[snow]|opponentBattlefield)unblockable
rarity=C
type=Creature
mana={1}{B}{B}
power=2
subtype=Zombie
toughness=3
[/card]
[card]
text=Enchant creature. Enchanted creature has swampwalk. text=Enchant creature. Enchanted creature has swampwalk.
id=2467 id=2467
target=creature target=creature
@@ -726,17 +740,6 @@ subtype=Human Knight
toughness=1 toughness=1
[/card] [/card]
[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 controller
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. 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 id=2474
abilities=protection from black abilities=protection from black
@@ -815,7 +818,7 @@ toughness=1
[card] [card]
text=Search your library for a Forest card and put that card into play. Then shuffle your library. text=Search your library for a Forest card and put that card into play. Then shuffle your library.
target=forest|myLibrary target=forest|myLibrary
auto=moveTo(myInPlay) auto=moveTo(myBattlefield)
id=2579 id=2579
name=Nature's Lore name=Nature's Lore
rarity=U rarity=U
@@ -1044,6 +1047,18 @@ mana={1}{G}
subtype=Aura subtype=Aura
[/card] [/card]
[card] [card]
text=Snow forestwalk
id=2584
name=Rime Dryad
auto=aslongas(forest[snow]|opponentbattlefield)unblockable
rarity=C
type=Creature
mana={G}
power=1
subtype=Dryad
toughness=2
[/card]
[card]
text=First strike text=First strike
abilities=first strike abilities=first strike
id=2651 id=2651
@@ -1135,8 +1150,8 @@ id=2749
auto={T}: Add {G} auto={T}: Add {G}
name=Snow-Covered Forest name=Snow-Covered Forest
rarity=L rarity=L
type=Basic Snow Land type=Basic Land
subtype=Forest subtype=Forest Snow
[/card] [/card]
[card] [card]
text={T}: Add {U} to your mana pool. text={T}: Add {U} to your mana pool.
@@ -1144,8 +1159,8 @@ id=2770
auto={T}: Add {U} auto={T}: Add {U}
name=Snow-Covered Island name=Snow-Covered Island
rarity=L rarity=L
type=Basic Snow Land type=Basic Land
subtype=Island subtype=Island Snow
[/card] [/card]
[card] [card]
text={T}: Add {R} to your mana pool. text={T}: Add {R} to your mana pool.
@@ -1153,8 +1168,8 @@ id=2766
auto={T}: Add {R} auto={T}: Add {R}
name=Snow-Covered Mountain name=Snow-Covered Mountain
rarity=L rarity=L
type=Basic Snow Land type=Basic Land
subtype=Mountain subtype=Mountain Snow
[/card] [/card]
[card] [card]
text={T}: Add {W} to your mana pool. text={T}: Add {W} to your mana pool.
@@ -1162,8 +1177,8 @@ id=2774
auto={T}: Add {W} auto={T}: Add {W}
name=Snow-Covered Plains name=Snow-Covered Plains
rarity=L rarity=L
type=Basic Snow Land type=Basic Land
subtype=Plains subtype=Plains Snow
[/card] [/card]
[card] [card]
text={T}: Add {B} to your mana pool. text={T}: Add {B} to your mana pool.
@@ -1171,8 +1186,8 @@ id=2742
auto={T}: Add {B} auto={T}: Add {B}
name=Snow-Covered Swamp name=Snow-Covered Swamp
rarity=L rarity=L
type=Basic Snow Land type=Basic Land
subtype=Swamp subtype=Swamp Snow
[/card] [/card]
[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. 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.
@@ -1269,7 +1284,7 @@ toughness=3
[card] [card]
text={2}, Discard a card at random: Stormbind deals 2 damage to target creature or player. text={2}, Discard a card at random: Stormbind deals 2 damage to target creature or player.
id=2740 id=2740
auto={2}:damage:2 target(creature,player) && discard:1 controller auto=aslongas(*|myHand){2}:damage:2 target(creature,player) && discard:1 controller
name=Stormbind name=Stormbind
rarity=R rarity=R
type=Enchantment type=Enchantment
@@ -1516,7 +1531,7 @@ subtype=Aura
[card] [card]
text=Woolly Mammoths has trample as long as you control a snow land. text=Woolly Mammoths has trample as long as you control a snow land.
id=2602 id=2602
auto=aslongas(snow|myinplay) trample auto=aslongas(land[snow]|myinplay) trample
name=Woolly Mammoths name=Woolly Mammoths
rarity=C rarity=C
type=Creature type=Creature
+54 -48
View File
@@ -1,4 +1,17 @@
[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={T}: Add either {U} or {1}{U} to your mana pool. Spend this mana only to pay cumulative upkeep costs. text={T}: Add either {U} or {1}{U} to your mana pool. Spend this mana only to pay cumulative upkeep costs.
id=2661 id=2661
name=Adarkar Unicorn name=Adarkar Unicorn
@@ -48,14 +61,6 @@ subtype=Fox
toughness=1 toughness=1
[/card] [/card]
[card] [card]
text={2}, {T}: Target creature gains vigilance until end of turn. Play this ability only during combat and only if defending player controls a snow land.
id=2395
name=Arcum's Sleigh
rarity=U
type=Artifact
mana={1}
[/card]
[card]
text={2}, {T}: Target snow land is no longer snow. {2}, {T}: Target nonsnow basic land becomes snow. text={2}, {T}: Target snow land is no longer snow. {2}, {T}: Target nonsnow basic land becomes snow.
id=2396 id=2396
name=Arcum's Weathervane name=Arcum's Weathervane
@@ -158,6 +163,12 @@ toughness=2
text={1}, {T}, Sacrifice Barbed Sextant: Add one mana of any color to your mana pool. Draw a card at the beginning of the next turn's upkeep. text={1}, {T}, Sacrifice Barbed Sextant: Add one mana of any color to your mana pool. Draw a card at the beginning of the next turn's upkeep.
id=2398 id=2398
name=Barbed Sextant name=Barbed Sextant
auto={1}{T}{S}:add{G}
auto={1}{T}{S}:add{B}
auto={1}{T}{S}:add{R}
auto={1}{T}{S}:add{W}
auto={1}{T}{S}:add{U}
auto=@movedto(this|graveyard) from(myinplay):draw:1 controller
rarity=C rarity=C
type=Artifact type=Artifact
mana={1} mana={1}
@@ -173,6 +184,7 @@ type=Artifact
mana={2} mana={2}
[/card] [/card]
[card] [card]
#why is not working - need to test
text=Untap all white creatures you control. Whenever a creature blocks this turn, it gets +0/+1 until end of turn. text=Untap all white creatures you control. Whenever a creature blocks this turn, it gets +0/+1 until end of turn.
id=2665 id=2665
auto=untap all(creature[white]|myinplay) auto=untap all(creature[white]|myinplay)
@@ -208,6 +220,7 @@ text={0}: Return Blinking Spirit to its owner's hand.
id=2668 id=2668
name=Blinking Spirit name=Blinking Spirit
auto={0}:moveto(ownerhand) auto={0}:moveto(ownerhand)
#0 activation cost are not supported in WTH 0.9.1
rarity=R rarity=R
type=Creature type=Creature
mana={3}{W} mana={3}{W}
@@ -347,6 +360,8 @@ subtype=Aura
[card] [card]
text=Whenever Chub Toad blocks or becomes blocked, it gets +2/+2 until end of turn. text=Whenever Chub Toad blocks or becomes blocked, it gets +2/+2 until end of turn.
id=2553 id=2553
auto=bushido(2/2)
#Could be added when budshido is implemented
name=Chub Toad name=Chub Toad
rarity=C rarity=C
type=Creature type=Creature
@@ -401,6 +416,7 @@ type=Artifact
mana={2} mana={2}
[/card] [/card]
[card] [card]
#why not working - need to test
text=When Curse of Marit Lage comes into play, tap all Islands. Islands don't untap during their controllers' untap steps. text=When Curse of Marit Lage comes into play, tap all Islands. Islands don't untap during their controllers' untap steps.
id=2617 id=2617
auto=tap all(island) auto=tap all(island)
@@ -435,7 +451,6 @@ rarity=U
type=Instant type=Instant
mana={B} mana={B}
[/card] [/card]
[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. 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 id=2720
@@ -615,14 +630,6 @@ type=Instant
mana={1}{B}{R} mana={1}{B}{R}
[/card] [/card]
[card] [card]
text=Green creatures have "This creature can't attack unless you sacrifice a land."
id=2726
name=Flooded Woodlands
rarity=R
type=Enchantment
mana={2}{U}{B}
[/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.) Flow of Maggots can't be blocked by non-Wall creatures. 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.) Flow of Maggots can't be blocked by non-Wall creatures.
id=2449 id=2449
name=Flow of Maggots name=Flow of Maggots
@@ -732,9 +739,11 @@ type=Sorcery
mana={R}{R}{R} mana={R}{R}{R}
[/card] [/card]
[card] [card]
#to test - should work
text={T}, Sacrifice Gangrenous Zombies: Gangrenous Zombies deals 1 damage to each creature and each player. If you control a snow Swamp, Gangrenous Zombies deals 2 damage to each creature and each player instead. text={T}, Sacrifice Gangrenous Zombies: Gangrenous Zombies deals 1 damage to each creature and each player. If you control a snow Swamp, Gangrenous Zombies deals 2 damage to each creature and each player instead.
id=2451 id=2451
name=Gangrenous Zombies name=Gangrenous Zombies
auto={T}{S}:damage:1 all(creature,player) && aslongas(swamp[snow]|myBattlefield)damage:1 all(creature,player)
rarity=C rarity=C
type=Creature type=Creature
mana={1}{B}{B} mana={1}{B}{B}
@@ -977,8 +986,13 @@ type=Enchantment
mana={X}{U}{U} mana={X}{U}{U}
[/card] [/card]
[card] [card]
#wonder if it will work - to test
text=Destroy target land. If that land was a snow land, Icequake deals 1 damage to that land's controller. text=Destroy target land. If that land was a snow land, Icequake deals 1 damage to that land's controller.
id=2458 id=2458
target=land
auto=destroy
auto=@movedto(land[snow]|opponentgraveyard) from(battlefield):damage:1 opponent
auto=@movedto(land[snow]|mygraveyard) from(battlefield):damage:1 controller
name=Icequake name=Icequake
rarity=U rarity=U
type=Sorcery type=Sorcery
@@ -1318,17 +1332,6 @@ rarity=R
type=Land type=Land
[/card] [/card]
[card] [card]
text=Snow swampwalk
id=2466
name=Legions of Lim-Dul
rarity=C
type=Creature
mana={1}{B}{B}
power=2
subtype=Zombie
toughness=3
[/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. 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 id=2468
name=Leshrac's Sigil name=Leshrac's Sigil
@@ -1393,12 +1396,15 @@ type=Artifact
mana={2} mana={2}
[/card] [/card]
[card] [card]
#Should work as it is a lengendary creature - to test
text=Whenever Marton Stromgald attacks, other attacking creatures get +1/+1 until end of turn for each attacking creature other than Marton Stromgald. Whenever Marton Stromgald blocks, other blocking creatures get +1/+1 until end of turn for each blocking creature other than Marton Stromgald. text=Whenever Marton Stromgald attacks, other attacking creatures get +1/+1 until end of turn for each attacking creature other than Marton Stromgald. Whenever Marton Stromgald blocks, other blocking creatures get +1/+1 until end of turn for each blocking creature other than Marton Stromgald.
id=2635 id=2635
name=Marton Stromgald name=Marton Stromgald
auto=aslongas(Marton Stromgald[attacking]|myinplay):lord(creature[attacking]) foreach(creature[attacking]|myinplay) 1/1 other auto=aslongas(Marton Stromgald[attacking]|myBattlefield):lord(creature[attacking]) foreach(creature[attacking] other|myBattlefield) 1/1 other
auto=aslongas(Marton Stromgald[blocking]|myBattlefield):lord(creature[blocking]) foreach(creature[blocking] other|myBattlefield) 1/1 other
rarity=R rarity=R
type=Legendary Creature type=Creature
abilities=legendary
mana={2}{R}{R} mana={2}{R}{R}
power=1 power=1
subtype=Human Knight subtype=Human Knight
@@ -1459,6 +1465,17 @@ type=Sorcery
mana={X}{X}{R} mana={X}{X}{R}
[/card] [/card]
[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 controller
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. text=Look at target player's hand and choose X cards from it. That player discards them.
id=2472 id=2472
name=Mind Warp name=Mind Warp
@@ -1508,7 +1525,6 @@ power=1
subtype=Worm subtype=Worm
toughness=1 toughness=1
[/card] [/card]
[card] [card]
text={1}{R}{R}: Until end of turn, whenever you play a black spell, put a +1/+1 counter on Mountain Titan. text={1}{R}{R}: Until end of turn, whenever you play a black spell, put a +1/+1 counter on Mountain Titan.
id=2735 id=2735
@@ -1737,7 +1753,6 @@ rarity=R
type=Enchantment type=Enchantment
mana={U}{U}{U} mana={U}{U}{U}
[/card] [/card]
[card] [card]
text=Enchant creature Enchanted creature can't be blocked by red creatures. Enchanted creature gets +2/+2 as long as an opponent controls a red permanent. text=Enchant creature Enchanted creature can't be blocked by red creatures. Enchanted creature gets +2/+2 as long as an opponent controls a red permanent.
id=2709 id=2709
@@ -1748,17 +1763,6 @@ mana={W}
subtype=Aura subtype=Aura
[/card] [/card]
[card] [card]
text=Snow forestwalk
id=2584
name=Rime Dryad
rarity=C
type=Creature
mana={G}
power=1
subtype=Dryad
toughness=2
[/card]
[card]
text=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.) If a land is tapped for mana, it produces colorless mana instead of any other type. text=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.) If a land is tapped for mana, it produces colorless mana instead of any other type.
id=2585 id=2585
name=Ritual of Subdual name=Ritual of Subdual
@@ -1845,11 +1849,11 @@ toughness=6
[/card] [/card]
[card] [card]
text=When you control no Islands, sacrifice Skeleton Ship. {T}: Put a -1/-1 counter on target creature. text=When you control no Islands, sacrifice Skeleton Ship. {T}: Put a -1/-1 counter on target creature.
auto={T}:counter(-1/-1) target(creature) auto={T}:counter(-1/-1,1) target(creature)
id=2737 id=2737
name=Skeleton Ship name=Skeleton Ship
rarity=R rarity=R
abilities=lengendary,islandhome abilities=legendary,islandhome
type=Creature type=Creature
mana={3}{U}{B} mana={3}{U}{B}
power=0 power=0
@@ -1994,7 +1998,6 @@ power=4
subtype=Elemental Spirit subtype=Elemental Spirit
toughness=3 toughness=3
[/card] [/card]
[card] [card]
text=Target player chooses three cards from his or her hand and puts them on top of his or her library in any order. text=Target player chooses three cards from his or her hand and puts them on top of his or her library in any order.
id=2590 id=2590
@@ -2011,11 +2014,14 @@ rarity=U
type=Artifact type=Artifact
mana={3} mana={3}
[/card] [/card]
[card] [card]
#to test
text=Destroy target land. If that land was a snow land, you gain 1 life. text=Destroy target land. If that land was a snow land, you gain 1 life.
id=2592 id=2592
name=Thermokarst name=Thermokarst
target=land
auto=destroy
auto=@movedto(land[snow]|graveyard) from(Battlefield):life:1 controller
rarity=U rarity=U
type=Sorcery type=Sorcery
mana={1}{G}{G} mana={1}{G}{G}
@@ -2178,7 +2184,6 @@ rarity=U
type=Enchantment type=Enchantment
mana={1}{B}{B} mana={1}{B}{B}
[/card] [/card]
[card] [card]
text=Reach (This creature can block creatures with flying.) Whenever Woolly Spider blocks a creature with flying, Woolly Spider gets +0/+2 until end of turn. text=Reach (This creature can block creatures with flying.) Whenever Woolly Spider blocks a creature with flying, Woolly Spider gets +0/+2 until end of turn.
id=2603 id=2603
@@ -2199,6 +2204,7 @@ type=Instant
mana={U} mana={U}
[/card] [/card]
[card] [card]
#should work - to test
text=When Wrath of Marit Lage comes into play, tap all red creatures. Red creatures don't untap during their controllers' untap steps. text=When Wrath of Marit Lage comes into play, tap all red creatures. Red creatures don't untap during their controllers' untap steps.
id=2545 id=2545
auto=tap all(creature[red]) auto=tap all(creature[red])
-1
View File
@@ -531,7 +531,6 @@ rarity=C
mana={2}{R} mana={2}{R}
type=Creature type=Creature
subtype=Goblin Warrior subtype=Goblin Warrior
power=2 power=2
toughness=2 toughness=2
[/card] [/card]
-3
View File
@@ -216,7 +216,6 @@ text={B}, {T}, Sacrifice Doomed Necromancer: Return target creature card from yo
auto={B}{T}{S}:moveTo(myBattlefield) target(creature|mygraveyard) auto={B}{T}{S}:moveTo(myBattlefield) target(creature|mygraveyard)
id=39549 id=39549
name=Doomed Necromancer name=Doomed Necromancer
rarity=R
mana={2}{B} mana={2}{B}
type=Creature type=Creature
subtype=Human Cleric Mercenary subtype=Human Cleric Mercenary
@@ -1038,7 +1037,6 @@ id=43736
name=Threaten name=Threaten
target=creature target=creature
alias=129767 alias=129767
target=creature
auto=haste auto=haste
auto=untap auto=untap
mana={2}{R} mana={2}{R}
@@ -1048,7 +1046,6 @@ type=Sorcery
[card] [card]
text=Thunder of Hooves deals X damage to each creature without flying and each player, where X is the number of Beasts on the Battlefield. text=Thunder of Hooves deals X damage to each creature without flying and each player, where X is the number of Beasts on the Battlefield.
auto=foreach(beast) damage:1 all(player,creature[-flying]) auto=foreach(beast) damage:1 all(player,creature[-flying])
id=39847 id=39847
name=Thunder of Hooves name=Thunder of Hooves
rarity=U rarity=U
+1
View File
@@ -373,6 +373,7 @@ id=185701
name=Goblin War Paint name=Goblin War Paint
rarity=C rarity=C
mana={1}{R} mana={1}{R}
target=creature
type=Enchantment type=Enchantment
subtype=Aura subtype=Aura
[/card] [/card]