Added huge amount of successfully tested cards.

Updated wordings (10E).
This commit is contained in:
solo81@web.de
2010-01-09 22:03:21 +00:00
parent 192103b105
commit 0892516ef4
30 changed files with 1397 additions and 1407 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -73,7 +73,6 @@ power=8
subtype=Avatar
toughness=8
[/card]
[card]
text=Flying (This creature can't be blocked except by creatures with flying or reach.) {1}{U}: Target player reveals the top card of his or her library.
id=129473
@@ -112,20 +111,6 @@ type=Instant
mana={W}
[/card]
[card]
text=When Bogardan Firefiend is put into a graveyard from play, it deals 2 damage to target creature.
auto=@movedTo(this|graveyard):damage:2 target(creature)
#can't be coded in 0.8, because you can't use "target" after "@movedTo" unless there is a "may" condition
id=130534
name=Bogardan Firefiend
rarity=C
color=Red
type=Creature
mana={2}{R}
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
name=Cephalid Constable
@@ -237,7 +222,6 @@ color=Black
type=Sorcery
mana={1}{B}
[/card]
[card]
text=Counter target spell. Look at the top four cards of your library, then put them back in any order.
id=134749
@@ -292,20 +276,6 @@ color=Land
type=Land
[/card]
[card]
text=When Festering Goblin is put into a graveyard from play, target creature gets -1/-1 until end of turn.
auto=@movedTo(this|graveyard):-1/-1 target(creature)
#can't be coded in 0.8, because you can't use "target" after "@movedTo" unless there is a "may" condition
id=129546
name=Festering Goblin
rarity=C
color=Black
type=Creature
mana={B}
power=1
subtype=Zombie Goblin
toughness=1
[/card]
[card]
text=Flying (This creature can't be blocked except by creatures with flying or reach.) When Fog Elemental attacks or blocks, sacrifice it at end of combat.
id=132073
name=Fog Elemental
@@ -506,7 +476,6 @@ abilities=legendary
type=Artifact
mana={7}
[/card]
[card]
text=When Llanowar Sentinel comes into play, you may pay {1}{G}. If you do, search your library for a card named Llanowar Sentinel and put that card into play. Then shuffle your library.
id=129536
@@ -522,7 +491,6 @@ power=2
subtype=Elf
toughness=3
[/card]
[card]
text=When Loyal Sentry blocks a creature, destroy that creature and Loyal Sentry.
id=129798
@@ -628,22 +596,6 @@ type=Enchantment
mana={2}{B}{B}
[/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.
#"When [this] enters the battlefield ... target ..." abilities are not supported unless there is a "may" (Wagic 0.9)
id=129658
name=Nekrataal
target=creature[-black,-artifact]
auto=bury
color=Black
type=Creature
mana={2}{B}{B}
power=2
subtype=Human Assassin
toughness=1
abilities=first strike
rarity=U
[/card]
[card]
text=Sacrifice No Rest for the Wicked: Return to your hand all creature cards that were put into your graveyard from play this turn.
id=136283
name=No Rest for the Wicked
@@ -1086,21 +1038,6 @@ subtype=Viashino
toughness=2
[/card]
[card]
text=When Viridian Shaman comes into play, destroy target artifact.
id=129792
name=Viridian Shaman
target=artifact
#abilities "when...enters the battlefield ... target..." are not supported unless there is a "may"
auto=destroy
rarity=U
color=Green
type=Creature
mana={2}{G}
power=2
subtype=Elf Shaman
toughness=2
[/card]
[card]
text=Flying (This creature can't be blocked except by creatures with flying or reach.) As Voice of All comes into play, choose a color. Voice of All has protection from the chosen color. (It can't be blocked, targeted, dealt damage, or enchanted by anything of the chosen color.)
id=136290
name=Voice of All
@@ -1121,7 +1058,6 @@ color=Red
type=Sorcery
mana={5}{R}{R}{R}
[/card]
[card]
#Technically correct could be added to the card.dat but this card is too powerfull the AI does not understand and simply never attack... in WTH 0.8.1
text=Flying (This creature can't be blocked except by creatures with flying or reach.) Creatures can't attack you unless their controller pays {2} for each creature he or she controls that's attacking you.

View File

@@ -83,6 +83,18 @@ rarity=C
type=Land
[/card]
[card]
text=When Blister Beetle enters the battlefield, target creature gets -1/-1 until end of turn.
id=174893
name=Blister Beetle
rarity=C
mana={1}{B}
type=Creature
subtype=Insect
auto=-1/-1 target(creature) ueot
power=1
toughness=1
[/card]
[card]
text=Sacrifice Bloodpyre Elemental: Bloodpyre Elemental deals 4 damage to target creature. Play this ability only any time you could play a sorcery.
id=175117
name=Bloodpyre Elemental
@@ -1532,6 +1544,19 @@ toughness=4
abilities=flying,exalted
[/card]
[card]
text=Flying. When Welkin Guide enters the battlefield, target creature gets +2/+2 and gains flying until end of turn.
id=178096
name=Welkin Guide
rarity=C
mana={4}{W}
type=Creature
subtype=Bird Cleric
auto=2/2 && flying target(creature) ueot
power=2
toughness=2
abilities=flying
[/card]
[card]
text=Whenever a creature with power 5 or greater enters the battlefield under your control, you may have Where Ancients Tread deal 5 damage to target creature or player.
auto=@movedTo(creature[power>=5]|myBattlefield):may damage:5 target(creature,player)
id=175115

View File

@@ -98,20 +98,6 @@ mana={1}{B}{R}
type=Sorcery
[/card]
[card]
text=When Blister Beetle comes into play, target creature gets -1/-1 until end of turn.
#"When [this] enters the battlefield ... target ..." abilities are not supported unless there is a "may" (Wagic 0.9)
target=creature
auto=-1/-1 ueot
id=174893
name=Blister Beetle
rarity=C
type=Creature
mana={1}{B}
power=1
subtype=Insect
toughness=1
[/card]
[card]
text={T}: Blood Cultist deals 1 damage to target creature. Whenever a creature dealt damage by Blood Cultist this turn is put into a graveyard, put a +1/+1 counter on Blood Cultist.
id=175100
name=Blood Cultist
@@ -979,8 +965,6 @@ power=2
subtype=Zombie
toughness=2
[/card]
[card]
text=Tap an untapped creature you control: Topan Ascetic gets +1/+1 until end of turn.
id=174999
@@ -992,7 +976,6 @@ power=2
subtype=Human Monk
toughness=2
[/card]
[card]
text={R}: Undead Leotau gets +1/-1 until end of turn. Unearth {2}{B} ({2}{B}: Return this card from your graveyard to play. It gains haste. Remove it from the game at end of turn or if it would leave play. Unearth only as a sorcery.)
id=176452
@@ -1004,7 +987,6 @@ power=3
subtype=Zombie Cat
toughness=4
[/card]
[card]
text=Flying {R}, {T}: Vein Drinker deals damage equal to its power to target creature. That creature deals damage equal to its power to Vein Drinker. Whenever a creature dealt damage by Vein Drinker this turn is put into a graveyard, put a +1/+1 counter on Vein Drinker.
id=175004
@@ -1058,20 +1040,4 @@ mana={2}{R}
power=0
subtype=Human Shaman
toughness=1
[/card]
[card]
text=Flying. When Welkin Guide comes into play, target creature gets +2/+2 and gains flying until end of turn.
#"When [this] enters the battlefield ... target ..." abilities are not supported unless there is a "may" (Wagic 0.9)
id=178096
target=creature
auto=2/2 ueot
auto=flying ueot
name=Welkin Guide
rarity=C
type=Creature
mana={4}{W}
power=2
subtype=Bird Cleric
toughness=2
abilities=flying
[/card]

View File

@@ -16,18 +16,32 @@ power=3
toughness=3
[/card]
[card]
text=Other red creatures you control get +1/+1. Other white creatures you control get +1/+1. Whenever you play a red spell, Balefire Liege deals 3 damage to target player. Whenever you play a white spell, you gain 3 life.
text=Flying When Archon of Justice is put into a graveyard from the battlefield, exile target permanent.
abilities=flying
auto=@movedTo(this|graveyard) from(battlefield):moveTo(exile) target(*|battlefield)
id=146006
name=Archon of Justice
rarity=R
mana={3}{W}{W}
type=Creature
subtype=Archon
power=4
toughness=4
abilities=flying
[/card]
[card]
text=Other red creatures you control get +1/+1. Other white creatures you control get +1/+1. Whenever you cast a red spell, Balefire Liege deals 3 damage to target player. Whenever you cast a white spell, you gain 3 life.
id=158104
name=Balefire Liege
rarity=R
mana={2}{RW}{RW}{RW}
type=Creature
subtype=Spirit Horror
auto=lord(other creature[red]|myBattlefield) 1/1
auto=lord(other creature[white]|myBattlefield) 1/1
auto=@movedto(*[red]|mystack):damage:3 opponent
auto=@movedto(*[white]|mystack):life:3 controller
name=Balefire Liege
rarity=R
type=Creature
mana={2}{RW}{RW}{RW}
power=2
subtype=Spirit Horror
toughness=4
[/card]
[card]

View File

@@ -23,20 +23,6 @@ subtype=Golem
toughness=*
[/card]
[card]
text=Flying. When Archon of Justice is put into a graveyard from play, remove target permanent from the game.
abilities=flying
auto=@movedTo(this|graveyard):moveTo(removedfromgame) target(*|inplay)
#can't be coded in 0.8: movedTo doe not work with target unless there is a "may"
id=146006
name=Archon of Justice
rarity=R
type=Creature
mana={3}{W}{W}
power=4
subtype=Archon
toughness=4
[/card]
[card]
text=Whenever Ashling, the Extinguisher deals combat damage to a player, choose target creature that player controls. He or she sacrifices that creature.
id=151137
name=Ashling, the Extinguisher

View File

@@ -279,6 +279,18 @@ type=Instant
subtype=Tribal Elf
[/card]
[card]
text=When Exiled Boggart is put into a graveyard from the battlefield, discard a card.
id=146443
name=Exiled Boggart
rarity=C
mana={1}{B}
type=Creature
subtype=Goblin Rogue
auto=@movedTo(this|graveyard) from(battlefield):moveTo(mygraveyard) notatarget(*|myhand)
power=2
toughness=2
[/card]
[card]
text={B}, Sacrifice a Goblin: Facevaulter gets +2/+2 until end of turn.
auto={B}{S(goblin|myBattlefield)}:2/2
id=142361

View File

@@ -490,17 +490,6 @@ type=Enchantment
mana={1}{W}
[/card]
[card]
text=When Exiled Boggart is put into a graveyard from play, discard a card.
id=146443
name=Exiled Boggart
rarity=C
type=Creature
mana={1}{B}
power=2
subtype=Goblin Rogue
toughness=2
[/card]
[card]
###opponentTurnOnly does not work here! (0.10.1)
text=Whenever an opponent casts a blue spell during your turn, you may put a 4/4 green Elemental creature token onto the battlefield.
auto=@movedTo(*|mystack):may token(Elemental,creature elemental,4/4,green) opponentTurnOnly

View File

@@ -490,6 +490,18 @@ mana={2}{B}
type=Instant
[/card]
[card]
text=When Festering Goblin is put into a graveyard from the battlefield, target creature gets -1/-1 until end of turn.
auto=@movedTo(this|graveyard):-1/-1 target(creature) ueot
id=39905
name=Festering Goblin
rarity=C
mana={B}
type=Creature
subtype=Zombie Goblin
power=1
toughness=1
[/card]
[card]
text=Choose one: Target creature gains haste until end of turn; or target creature gets +2/+0 until end of turn; or Fever Charm deals 3 damage to target Wizard creature.
id=39484
auto=may haste target(creature)

View File

@@ -723,17 +723,6 @@ text=Until end of turn, whenever a player gains life, that player loses 2 life f
rarity=R
[/card]
[card]
id=39905
name=Festering Goblin
mana={B}
type=Creature
subtype=Zombie Goblin
power=1
toughness=1
text=When Festering Goblin is put into a graveyard from play, target creature gets -1/-1 until end of turn.
rarity=C
[/card]
[card]
id=39592
name=Flamestick Courier
mana={2}{R}

View File

@@ -466,6 +466,18 @@ power=4
toughness=1
[/card]
[card]
text=When Endless Cockroaches is put into a graveyard the battlefield, return Endless Cockroaches to its owner's hand.
auto=@movedTo(this|graveyard) from(battlefield):moveTo(myhand) notatarget(endless cockroaches|mygraveyard)
id=4220
name=Endless Cockroaches
rarity=R
mana={1}{B}{B}
type=Creature
subtype=Insect
power=1
toughness=1
[/card]
[card]
text=Flying
id=4221
name=Feral Shadow

View File

@@ -121,17 +121,6 @@ subtype=Dragon
toughness=4
[/card]
[card]
text=When Endless Cockroaches is put into to a graveyard from play, return Endless Cockroaches to its owner's hand.
id=4220
name=Endless Cockroaches
rarity=R
type=Creature
mana={1}{B}{B}
power=1
subtype=Insect
toughness=1
[/card]
[card]
text=Creatures and lands target opponent controls don't untap during his or her next untap step.
id=4261
name=Exhaustion

View File

@@ -330,6 +330,18 @@ mana={1}{R}
type=Sorcery
[/card]
[card]
text=When another creature enters the battlefield, sacrifice Mogg Bombers. If you do, it deals 3 damage to target player.
auto=@movedTo(creature|battlefield):bury all(this) && damage:3 target(player)
id=4980
name=Mogg Bombers
rarity=C
mana={3}{R}
type=Creature
subtype=Goblin
power=3
toughness=4
[/card]
[card]
text=Mogg Flunkies can't attack or block alone.
id=5100
name=Mogg Flunkies

View File

@@ -355,17 +355,6 @@ text=Mindwarper enters the battlefield with three +1/+1 counters on it. {2}{B},
rarity=R
[/card]
[card]
id=4980
name=Mogg Bombers
mana={3}{R}
type=Creature
subtype=Goblin
power=3
toughness=4
text=When another creature enters the battlefield, sacrifice Mogg Bombers. If you do, it deals 3 damage to target player.
rarity=C
[/card]
[card]
id=5107
name=Mogg Infestation
mana={3}{R}{R}

View File

@@ -287,6 +287,32 @@ toughness=1
abilities=first strike
[/card]
[card]
text=Flying When Cloudchaser Eagle enters the battlefield, destroy target enchantment.
id=4871
name=Cloudchaser Eagle
rarity=C
mana={3}{W}
type=Creature
subtype=Bird
auto=destroy target(enchantment)
power=2
toughness=2
abilities=flying
[/card]
[card]
text=Fear When Commander Greven il-Vec enters the battlefield, sacrifice a creature.
id=4643
name=Commander Greven il-Vec
rarity=R
mana={3}{B}{B}{B}
type=Legendary Creature
subtype=Human Warrior
auto=bury notatarget(creature|myBattlefield)
power=7
toughness=5
abilities=fear
[/card]
[card]
text=Counter target spell.
id=4693
target=*|stack

View File

@@ -178,21 +178,6 @@ subtype=Human Cleric
toughness=1
[/card]
[card]
text=Flying When Cloudchaser Eagle comes into play, destroy target enchantment.
#"When [this] enters the battlefield ... target ..." abilities are not supported unless there is a "may" (Wagic 0.9)
abilities=flying
id=4871
name=Cloudchaser Eagle
target=enchantment
auto=destroy
rarity=C
type=Creature
mana={3}{W}
power=2
subtype=Bird
toughness=2
[/card]
[card]
text=Target opponent reveals his or her hand. Choose a card from it. That player discards that card.
id=4641
name=Coercion
@@ -220,21 +205,6 @@ type=Artifact
mana={4}
[/card]
[card]
#"When [this] enters the battlefield ... target ..." abilities are not supported unless there is a "may" (Wagic 0.9)
text=Fear When Commander Greven il-Vec enters the battlefield, sacrifice a creature.
id=4643
name=Commander Greven il-Vec
rarity=R
mana={3}{B}{B}{B}
type=Creature
subtype=Human Warrior
abilities=legendary,fear
target=creature|myBattlefield
auto=destroy
power=7
toughness=5
[/card]
[card]
text=Buyback {2} (You may pay an additional {2} as you play this spell. If you do, put this card into your hand as it resolves.) Return the top creature card from your graveyard to play. That creature gains haste until end of turn. Remove the creature from the game at end of turn.
id=4644
name=Corpse Dance

View File

@@ -8,10 +8,10 @@ block=Time
text={T}: Add {1} to your mana pool. {1}{U}, {T}: Put target artifact card in your graveyard on top of your library.
id=116725
name=Academy Ruins
type=Legendary Land
rarity=R
auto={T}:Add {1}
auto={1}{U}{T}:moveTo(mylibrary) target(artifact|mygraveyard)
rarity=R
type=Legendary Land
[/card]
[card]
text=Flash (You may cast this spell any time you could cast an instant.) Enchant creature Enchanted creature gets +1/+1, has reach, and can block creatures with shadow as though they didn't have shadow. (Creatures with reach can block creatures with flying.)
@@ -77,6 +77,18 @@ toughness=2
abilities=flash
[/card]
[card]
text=Enchant creature Enchanted creature has shroud.(It can't be the target of spells or abilities.) When Aspect of Mongoose is put into a graveyard from the battlefield, return Aspect of Mongoose to its owner's hand.
auto=@movedTo(this|graveyard) from(battlefield):moveTo(myhand) notatarget(aspect of mongoose|mygraveyard)
id=116740
target=creature
auto=shroud
name=Aspect of Mongoose
rarity=U
mana={1}{G}
type=Enchantment
subtype=Aura
[/card]
[card]
text=Destroy target tapped creature.
id=114918
target=creature[tapped]
@@ -112,16 +124,29 @@ toughness=2
[/card]
[card]
text=Target creature gets -3/-0 until end of turn. Draw a card.
id=118901
target=creature
auto=-3/-0
auto=draw:1 controller
id=118901
name=Bewilder
rarity=C
mana={2}{U}
type=Instant
[/card]
[card]
text=Flash (You may cast this spell any time you could cast an instant.) When Bogardan Rager enters the battlefield, target creature gets +4/+0 until end of turn.
id=108901
name=Bogardan Rager
rarity=C
mana={5}{R}
type=Creature
subtype=Elemental
auto=4/0 target(creature) ueot
power=3
toughness=4
abilities=flash
[/card]
[card]
text=All Sliver creatures get +2/+0.
id=109697
name=Bonesplitter Sliver
@@ -148,9 +173,9 @@ abilities=flying,doesnotuntap
[/card]
[card]
text=Counter target spell.
id=113523
target=*|stack
auto=fizzle
id=113523
name=Cancel
rarity=C
mana={1}{U}{U}
@@ -160,17 +185,28 @@ type=Instant
text={1}, {T}, Sacrifice Chromatic Star: Add one mana of any color to your mana pool. When Chromatic Star is put into a graveyard from the battlefield, draw a card.
id=118891
name=Chromatic Star
auto={1}{T}{S}:add{B}
auto={1}{T}{S}:add{U}
auto={1}{T}{S}:add{G}
auto={1}{T}{S}:add{R}
auto={1}{T}{S}:add{W}
auto=@movedTo(this|graveyard) from(battlefield):draw:1 controller
auto={1}{T}{S}:add{W} && draw:1
auto={1}{T}{S}:add{U} && draw:1
auto={1}{T}{S}:add{B} && draw:1
auto={1}{T}{S}:add{R} && draw:1
auto={1}{T}{S}:add{G} && draw:1
rarity=U
mana={1}
type=Artifact
[/card]
[card]
text=When Dream Stalker enters the battlefield, return a permanent you control to its owner's hand.
id=108858
name=Dream Stalker
rarity=C
mana={1}{U}
type=Creature
subtype=Illusion
auto=moveTo(ownerhand) target(*|mybattlefield)
power=1
toughness=5
[/card]
[card]
text=Flash (You may cast this spell any time you could cast an instant.) {B}: Regenerate Drudge Reavers.
id=108850
name=Drudge Reavers
@@ -208,10 +244,23 @@ type=Enchantment
subtype=Aura
[/card]
[card]
text=Enchant creature Enchanted creature has flying and "Sacrifice a creature: This creature gets +2/+1 until end of turn." When Fallen Ideal is put into a graveyard from the battlefield, return Fallen Ideal to its owner's hand.
auto=@movedTo(this|graveyard) from(battlefield):moveTo(myhand) notatarget(fallen ideal|mygraveyard)
id=114908
target=creature
auto=flying
auto={S(creature|myBattlefield)}:2/1
name=Fallen Ideal
rarity=U
mana={2}{B}
type=Enchantment
subtype=Aura
[/card]
[card]
text=Flash (You may cast this spell any time you could cast an instant.) Enchant creature Enchanted creature gets -2/-1.
id=108892
target=creature
auto=-2/-1
id=108892
name=Feebleness
rarity=C
mana={1}{B}
@@ -855,6 +904,19 @@ rarity=C
type=Land
[/card]
[card]
text=First strike, protection from red When Tivadar of Thorn enters the battlefield, destroy target Goblin.
id=116736
name=Tivadar of Thorn
rarity=R
mana={1}{W}{W}
type=Legendary Creature
subtype=Human Knight
auto=destroy target(goblin)
power=2
toughness=2
abilities=first strike,protection from red
[/card]
[card]
text=Flying {U}, {T}, Discard a card: Return target permanent you control to its owner's hand.
auto={U}{T}{S(*|myhand)}:moveTo(ownerhand) target(*|myBattlefield)
id=108907
@@ -960,6 +1022,19 @@ rarity=R
type=Land
[/card]
[card]
text=Flash (You may cast this spell any time you could cast an instant.) When Viashino Bladescout enters the battlefield, target creature gains first strike until end of turn.
id=111069
name=Viashino Bladescout
rarity=C
mana={1}{R}{R}
type=Creature
subtype=Viashino Scout
auto=first strike target(creature) ueot
power=2
toughness=1
abilities=flash
[/card]
[card]
text={0}: Viscid Lemures gets -1/-0 and gains swampwalk until end of turn.
id=111082
name=Viscid Lemures

View File

@@ -23,15 +23,6 @@ text=Split second (As long as this spell is on the stack, players can't play spe
rarity=R
[/card]
[card]
id=116740
name=Aspect of Mongoose
mana={1}{G}
type=Enchantment
subtype=Aura
text=Enchant creature Enchanted creature has shroud. (It can't be the target of spells or abilities.) When Aspect of Mongoose is put into a graveyard from play, return Aspect of Mongoose to its owner's hand.
rarity=U
[/card]
[card]
id=109762
name=Barbed Shocker
mana={3}{R}
@@ -87,19 +78,6 @@ text=Flash Flying When Bogardan Hellkite comes into play, it deals 5 damage divi
rarity=R
[/card]
[card]
id=108901
name=Bogardan Rager
mana={5}{R}
type=Creature
subtype=Elemental
power=3
toughness=4
text=Flash (You may play this spell any time you could play an instant.) When Bogardan Rager comes into play, target creature gets +4/+0 until end of turn.
abilities=flash
auto=4/0 target(creature)
rarity=C
[/card]
[card]
id=118895
name=Brine Elemental
mana={4}{U}{U}
@@ -431,19 +409,6 @@ text={T}: Add {1} to your mana pool. {1}, {T}: Put a storage counter on Dreadshi
rarity=U
[/card]
[card]
####Removed because comes into play effects with a target and without "may" cannot work for now (0.8.1)!
text=When Dream Stalker enters the battlefield, return a permanent you control to its owner's hand.
auto=moveTo(ownerhand) target(*|mybattlefield)
id=108858
name=Dream Stalker
rarity=C
mana={1}{U}
type=Creature
subtype=Illusion
power=1
toughness=5
[/card]
[card]
id=108918
name=Drifter il-Dal
mana={U}
@@ -548,15 +513,6 @@ text=Shadow (This creature can block or be blocked by only creatures with shadow
rarity=U
[/card]
[card]
id=114908
name=Fallen Ideal
mana={2}{B}
type=Enchantment
subtype=Aura
text=Enchant creature Enchanted creature has flying and "Sacrifice a creature: This creature gets +2/+1 until end of turn." When Fallen Ideal is put into a graveyard from play, return Fallen Ideal to its owner's hand.
rarity=U
[/card]
[card]
id=118912
name=Fathom Seer
mana={1}{U}
@@ -1883,21 +1839,6 @@ text={T}: Add {W} to your mana pool. {1}{W}{W}: Thunder Totem becomes a 2/2 whit
rarity=U
[/card]
[card]
id=116736
name=Tivadar of Thorn
mana={1}{W}{W}
type=Creature
subtype=Human Knight
text=First strike, protection from red When Tivadar of Thorn comes into play, destroy target Goblin.
#"When [this] enters the battlefield ... target ..." abilities are not supported unless there is a "may" (Wagic 0.9)
abilities=first strike, protection from red, legendary
target=goblin
auto=destroy
power=2
toughness=2
rarity=R
[/card]
[card]
id=108857
name=Traitor's Clutch
mana={4}{B}
@@ -1976,22 +1917,6 @@ text=As Vesuvan Shapeshifter comes into play or is turned face up, you may choos
rarity=R
[/card]
[card]
####
####Removed because comes into play effects with a target and without "may" cannot work for now (0.8.1)!
####
text=Flash (You may play this spell any time you could play an instant.) When Viashino Bladescout comes into play, target creature gains first strike until end of turn.
id=111069
name=Viashino Bladescout
rarity=C
mana={1}{R}{R}
type=Creature
subtype=Viashino Scout
auto=first strike target(creature)
power=2
toughness=1
abilities=flash
[/card]
[card]
id=113615
name=Viscerid Deepwalker
mana={4}{U}

View File

@@ -4,6 +4,19 @@ year=1999
block=Urza
[/meta]
[card]
text=Flying When Aura Thief is put into a graveyard from the battlefield, you gain control of all enchantments. (You don't get to move Auras.)
auto=@movedTo(this|graveyard) from(myBattlefield):moveTo(myBattlefield) all(enchantment[-aura])
id=15261
name=Aura Thief
rarity=R
mana={3}{U}
type=Creature
subtype=Illusion
power=2
toughness=2
abilities=flying
[/card]
[card]
text=Whenever an opponent casts a creature spell, AEther Sting deals 1 damage to that player.
auto=@movedTo(creature|opponentstack):life:-1 opponent
id=12612
@@ -66,14 +79,14 @@ type=Artifact
[/card]
[card]
text={2}, Sacrifice Brass Secretary: Draw a card.
auto={2}{S}:draw:1
id=15245
name=Brass Secretary
rarity=U
type=Artifact Creature
mana={3}
power=2
type=Artifact Creature
subtype=Construct
auto={2}{S}:draw:1
power=2
toughness=1
[/card]
[card]
@@ -102,10 +115,10 @@ toughness=1
abilities=first strike
[/card]
[card]
text=Enchant creature (Target a creature as you play this. This card comes into play attached to that creature.) Enchanted creature gets +1/+2. {2}, Sacrifice Capashen Standard: Draw a card.
text=Enchant creature (Target a creature as you cast this. This card enters the battlefield attached to that creature.) Enchanted creature gets +1/+2. {2}, Sacrifice Capashen Standard: Draw a card.
target=creature
auto=1/2
auto={2}{S}:draw:1
auto={2}{S}:draw:1 controller
id=19095
name=Capashen Standard
rarity=C
@@ -136,6 +149,17 @@ mana={1}{B}
type=Enchantment
[/card]
[card]
text=Enchant creature When Chime of Night is put into a graveyard from the battlefield, destroy target nonblack creature.
id=15768
target=creature
auto=@movedTo(this|graveyard) from(battlefield):destroy target(creature[-black])
name=Chime of Night
rarity=C
mana={1}{B}
type=Enchantment
subtype=Aura
[/card]
[card]
text=Mountainwalk {G}: Colos Yearling gets +1/+0 until end of turn.
auto={G}:1/0
id=15195
@@ -171,6 +195,30 @@ toughness=5
abilities=flying
[/card]
[card]
text=When Disease Carriers is put into a graveyard from the battlefield, target creature gets -2/-2 until end of turn.
id=15169
name=Disease Carriers
rarity=C
mana={2}{B}{B}
type=Creature
subtype=Rat
auto=@movedTo(this|graveyard) from(battlefield):-2/-2 target(creature)
power=2
toughness=2
[/card]
[card]
###Tested and working!!! Don't ask me why! :)
text=Enchant creature {U}: Return enchanted creature and Disappear to their owners' hands.
id=15151
target=creature
auto={U}:moveTo(ownerhand) all(this) && moveTo(ownerhand)
name=Disappear
rarity=U
mana={2}{U}{U}
type=Enchantment
subtype=Aura
[/card]
[card]
text=Target player gains control of target permanent you control.
target=*|myBattlefield
auto=moveTo(opponentBattlefield)
@@ -241,7 +289,7 @@ type=Sorcery
[/card]
[card]
text={4}, {T}, Sacrifice a creature: Fodder Cannon deals 4 damage to target creature.
auto={4}{T}{s(creature|myBattlefield)}:Damage:4 target(creature)
auto={4}{T}{S(creature|myBattlefield)}:Damage:4 target(creature)
id=15250
name=Fodder Cannon
rarity=U

View File

@@ -30,17 +30,6 @@ text=Enchant creature At the beginning of your upkeep, you may put an arrow coun
rarity=U
[/card]
[card]
id=15261
name=Aura Thief
mana={3}{U}
type=Creature
subtype=Illusion
power=2
toughness=2
text=Flying When Aura Thief is put into a graveyard from the battlefield, you gain control of all enchantments. (You don't get to move Auras.)
rarity=R
[/card]
[card]
id=15214
name=Bloodshot Cyclops
mana={5}{R}
@@ -90,15 +79,6 @@ text=Whenever a creature attacks, Caltrops deals 1 damage to it.
rarity=U
[/card]
[card]
id=15768
name=Chime of Night
mana={1}{B}
type=Enchantment
subtype=Aura
text=Enchant creature When Chime of Night is put into a graveyard from the battlefield, destroy target nonblack creature.
rarity=C
[/card]
[card]
id=15199
name=Cinder Seer
mana={3}{R}
@@ -110,26 +90,6 @@ text={2}{R}, {T}: Reveal any number of red cards in your hand. Cinder Seer deals
rarity=U
[/card]
[card]
id=15151
name=Disappear
mana={2}{U}{U}
type=Enchantment
subtype=Aura
text=Enchant creature {U}: Return enchanted creature and Disappear to their owners' hands.
rarity=U
[/card]
[card]
id=15169
name=Disease Carriers
mana={2}{B}{B}
type=Creature
subtype=Rat
power=2
toughness=2
text=When Disease Carriers is put into a graveyard from the battlefield, target creature gets -2/-2 until end of turn.
rarity=C
[/card]
[card]
id=15168
name=Donate
mana={2}{U}

View File

@@ -76,15 +76,27 @@ toughness=2
[/card]
[card]
text=Untap target permanent.
id=13806
target=*
auto=untap
id=13806
name=Burst of Energy
rarity=C
mana={W}
type=Instant
[/card]
[card]
text=Enchant creature Enchanted creature can't attack. When Cessation is put into a graveyard from the battlefield, return Cessation to its owner's hand.
auto=@movedTo(this|graveyard) from(battlefield):moveTo(myhand) notatarget(cessation|mygraveyard)
id=12359
target=creature
auto=cantattack
name=Cessation
rarity=C
mana={2}{W}
type=Enchantment
subtype=Aura
[/card]
[card]
text=Protection from black Cycling {2} ({2}, Discard this card: Draw a card.)
id=12435
name=Darkwatch Elves

View File

@@ -64,15 +64,6 @@ text=At the beginning of your upkeep, if you have no cards in hand, sacrifice Br
rarity=R
[/card]
[card]
id=12359
name=Cessation
mana={2}{W}
type=Enchantment
subtype=Aura
text=Enchant creature Enchanted creature can't attack. When Cessation is put into a graveyard from the battlefield, return Cessation to its owner's hand.
rarity=C
[/card]
[card]
id=11588
name=Cloud of Faeries
mana={1}{U}

View File

@@ -185,11 +185,11 @@ toughness=3
abilities=swampwalk
[/card]
[card]
text=Enchant creature. Enchanted creature gets +1/+1 for each other creature you control.
text=Enchant creature Enchanted creature gets +1/+1 for each other creature you control.
id=5848
target=creature
auto=foreach(creature|myBattlefield) 1/1
auto=-1/-1
id=5848
name=Bravado
rarity=C
mana={1}{R}
@@ -198,16 +198,28 @@ subtype=Aura
[/card]
[card]
text=Target creature gets +2/+0 and gains fear until end of turn.
id=5633
target=creature
auto=2/0
auto=fear
id=5633
name=Breach
rarity=C
mana={2}{B}
type=Instant
[/card]
[card]
text=Enchant creature Enchanted creature gets +1/+2. When Brilliant Halo is put into a graveyard from the battlefield, return Brilliant Halo to its owner's hand.
auto=@movedTo(this|graveyard) from(battlefield):moveTo(myhand) notatarget(brilliant halo|mygraveyard)
id=9890
target=creature
auto=1/2
name=Brilliant Halo
rarity=C
mana={1}{W}
type=Enchantment
subtype=Aura
[/card]
[card]
text=Islandwalk
id=5577
name=Bull Hippo
@@ -381,6 +393,19 @@ mana={3}
type=Artifact
[/card]
[card]
text=Flying When Dark Hatchling enters the battlefield, destroy target nonblack creature. It can't be regenerated.
id=5852
name=Dark Hatchling
rarity=R
mana={4}{B}{B}
type=Creature
subtype=Horror
auto=bury target(creature[-black])
power=3
toughness=3
abilities=flying
[/card]
[card]
text=Add {B}{B}{B} to your mana pool.
auto=Add {B}{B}{B}
id=5626
@@ -390,6 +415,18 @@ mana={B}
type=Instant
[/card]
[card]
text=Enchant creature Enchanted creature gets -2/-0. When Despondency is put into a graveyard from play, return Despondency to its owner's hand.
auto=@movedTo(this|graveyard) from(battlefield):moveTo(myhand) notatarget(despondency|mygraveyard)
id=10656
target=creature
auto=-2/0
name=Despondency
rarity=C
mana={1}{B}
type=Enchantment
subtype=Aura
[/card]
[card]
text=Protection from black Cycling {2} ({2}, Discard this card: Draw a card.)
id=5634
name=Disciple of Grace
@@ -891,19 +928,43 @@ mana={1}{G}
type=Instant
[/card]
[card]
text=Defender (This creature can't attack.) {3}: Mobile Fort gets +3/-1 until end of turn and can attack this turn as though it didn't have defender. Play this ability only once each turn.
auto={3}:3/-1 && -defender limit:1
text=Defender (This creature can't attack.) {3}: Mobile Fort gets +3/-1 until end of turn and can attack this turn as though it didn't have defender. Activate this ability only once each turn.
id=5550
name=Mobile Fort
rarity=U
mana={4}
type=Artifact Creature
subtype=Wall
auto={3}:3/-1 && -defender limit:1
power=0
toughness=6
abilities=defender
[/card]
[card]
text=When Monk Idealist enters the battlefield, return target enchantment card from your graveyard to your hand.
id=5706
name=Monk Idealist
rarity=U
mana={2}{W}
type=Creature
subtype=Human Monk Cleric
auto=moveTo(myhand) target(enchantment|mygraveyard)
power=2
toughness=2
[/card]
[card]
text=When Monk Realist enters the battlefield, destroy target enchantment.
id=5708
name=Monk Realist
rarity=C
mana={1}{W}
type=Creature
subtype=Human Monk Cleric
auto=destroy target(enchantment)
power=1
toughness=1
[/card]
[card]
text={U}: Untap Morphling. {U}: Morphling gains flying until end of turn. {U}: Morphling gains shroud until end of turn. (It can't be the target of spells or abilities.) {1}: Morphling gets +1/-1 until end of turn. {1}: Morphling gets -1/+1 until end of turn.
id=5863
name=Morphling
@@ -1326,13 +1387,13 @@ subtype=Aura
[/card]
[card]
text={T}: You gain 1 life.
auto={T}:life:1
id=5651
name=Silent Attendant
rarity=C
mana={2}{W}
type=Creature
subtype=Human Cleric
auto={T}:life:1
power=0
toughness=2
[/card]
@@ -1340,27 +1401,27 @@ toughness=2
text=Flying. Discard a card: Add {B} to your mana pool.
id=5851
name=Skirge Familiar
auto={s(*|myhand)}:Add {B}
rarity=U
mana={4}{B}
type=Creature
subtype=Imp
auto={S(*|myhand)}:Add{B}
power=3
toughness=2
abilities=flying
[/card]
[card]
text=Flying When you play a creature spell, sacrifice Skittering Skirge.
abilities=flying
auto=@movedTo(creature|mystack):bury
text=Flying When you cast a creature spell, sacrifice Skittering Skirge.
id=5573
name=Skittering Skirge
rarity=C
type=Creature
mana={B}{B}
power=3
type=Creature
subtype=Imp
auto=@movedTo(creature|mystack):bury
power=3
toughness=2
abilities=flying
[/card]
[card]
text=When Sleeper Agent enters the battlefield, target opponent gains control of it. At the beginning of your upkeep, Sleeper Agent deals 2 damage to you.
@@ -1408,13 +1469,38 @@ power=1
toughness=1
[/card]
[card]
text=When Spined Fluke enters the battlefield, sacrifice a creature. {B}: Regenerate Spined Fluke.
id=5849
name=Spined Fluke
rarity=U
mana={2}{B}
type=Creature
subtype=Worm Horror
auto=bury notatarget(creature|myBattlefield)
auto={B}:regenerate
power=5
toughness=1
[/card]
[card]
text=Steam Blast deals 2 damage to each creature and each player.
id=5563
name=Steam Blast
auto=damage:2 all(creature,player)
name=Steam Blast
rarity=U
type=Sorcery
mana={2}{R}
type=Sorcery
[/card]
[card]
text=When Stern Proctor enters the battlefield, return target artifact or enchantment to its owner's hand.
id=5661
name=Stern Proctor
rarity=U
mana={U}{U}
type=Creature
subtype=Human Wizard
auto=moveTo(ownerhand) target(enchantment,artifact)
power=1
toughness=2
[/card]
[card]
text=Target player draws X cards.

View File

@@ -141,15 +141,6 @@ type=Instant
mana={R}
[/card]
[card]
text=Enchant creature Enchanted creature gets +1/+2. When Brilliant Halo is put into a graveyard from play, return Brilliant Halo to its owner's hand.
id=9890
name=Brilliant Halo
rarity=C
type=Enchantment
mana={1}{W}
subtype=Aura
[/card]
[card]
text=At the beginning of your upkeep, Bulwark deals damage to target opponent equal to the number of cards in your hand greater than the number of cards in his or her hand.
id=8886
name=Bulwark
@@ -273,22 +264,6 @@ type=Instant
mana={U}
[/card]
[card]
text=Flying. When Dark Hatchling comes into play, destroy target nonblack creature. It can't be regenerated.
#"When [this] enters the battlefield ... target ..." abilities are not supported unless there is a "may" (Wagic 0.9)
target=creature[-black]
auto=bury
id=5852
name=Dark Hatchling
color=Black
rarity=R
mana={4}{B}{B}
type=Creature
subtype=Horror
power=3
toughness=3
abilities=flying
[/card]
[card]
text=All creatures are black.
id=5622
name=Darkest Hour
@@ -305,15 +280,6 @@ type=Enchantment
mana={W}
[/card]
[card]
text=Enchant creature Enchanted creature gets -2/-0. When Despondency is put into a graveyard from play, return Despondency to its owner's hand.
id=10656
name=Despondency
rarity=C
type=Enchantment
mana={1}{B}
subtype=Aura
[/card]
[card]
text=Enchant creature Whenever enchanted creature deals combat damage to a player, that player sacrifices a land.
id=10658
name=Destructive Urge
@@ -832,36 +798,6 @@ rarity=R
type=Artifact
mana={5}
[/card]
[card]
text=When Monk Idealist comes into play, return target enchantment card from your graveyard to your hand.
#"When [this] enters the battlefield ... target ..." abilities are not supported unless there is a "may" (Wagic 0.9)
target=enchantment|mygraveyard
auto=moveTo(myhand)
id=5706
name=Monk Idealist
rarity=U
mana={2}{W}
type=Creature
subtype=Human Monk Cleric
power=2
toughness=2
[/card]
[card]
text=When Monk Realist comes into play, destroy target enchantment.
#"When [this] enters the battlefield ... target ..." abilities are not supported unless there is a "may" (Wagic 0.9)
target=enchantment
auto=destroy
id=5708
name=Monk Realist
color=White
rarity=C
mana={1}{W}
type=Creature
subtype=Human Monk Cleric
power=1
toughness=1
[/card]
[card]
text=Sacrifice No Rest for the Wicked: Return to your hand all creature cards that were put into your graveyard from play this turn.
id=8802
@@ -1031,7 +967,6 @@ mana={1}{W}
[/card]
[card]
text=Whenever another card is put into a graveyard from anywhere, remove that card from the game.
auto=@movedTo(*[-this]|graveyard):moveTo(Exile) ???
id=5608
name=Planar Void
rarity=U
@@ -1370,17 +1305,6 @@ subtype=Human
toughness=1
[/card]
[card]
text=When Spined Fluke comes into play, sacrifice a creature. {B}: Regenerate Spined Fluke.
id=5849
name=Spined Fluke
rarity=U
type=Creature
mana={2}{B}
power=5
subtype=Worm Horror
toughness=1
[/card]
[card]
text=Flying When Spire Owl comes into play, look at the top four cards of your library, then put them back in any order.
id=7167
name=Spire Owl
@@ -1409,20 +1333,6 @@ mana={G}
subtype=Aura
[/card]
[card]
text=When Stern Proctor enters the battlefield, return target artifact or enchantment to its owner's hand.
target=enchantment,artifact
#"When [this] enters the battlefield ... target ..." abilities are not supported unless there is a "may" (Wagic 0.9)
auto=moveTo(ownerhand)
id=5661
name=Stern Proctor
rarity=U
mana={U}{U}
type=Creature
subtype=Human Wizard
power=1
toughness=2
[/card]
[card]
text=If a red spell would deal damage to a creature or player, it deals that much damage plus 1 to that creature or player instead.
id=5638
name=Sulfuric Vapors

View File

@@ -299,6 +299,18 @@ toughness=2
abilities=first strike,reach
[/card]
[card]
text=When Man-o'-War enters the battlefield, return target creature to its owner's hand.
id=3644
name=Man-o'-War
rarity=U
mana={2}{U}
type=Creature
subtype=Jellyfish
auto=moveTo(ownerhand) target(creature)
power=2
toughness=2
[/card]
[card]
text={1}: Regenerate Matopi Golem. When it regenerates this way, put a -1/-1 counter on it.
id=3598
name=Matopi Golem
@@ -312,16 +324,29 @@ toughness=3
[/card]
[card]
text=Return target creature card from your graveyard to the battlefield with a +1/+1 counter on it.
id=3720
target=creature|mygraveyard
auto=moveTo(myBattlefield)
auto=counter(1/1)
id=3720
name=Miraculous Recovery
rarity=U
mana={4}{W}
type=Instant
[/card]
[card]
text=First strike (This creature deals combat damage before creatures without first strike.) When Nekrataal enters the battlefield, destroy target nonartifact, nonblack creature. That creature can't be regenerated.
id=3623
name=Nekrataal
rarity=U
mana={2}{B}{B}
type=Creature
subtype=Human Assassin
auto=bury target(creature[-black;-artifact])
power=2
toughness=1
abilities=first strike
[/card]
[card]
text={3}{B}{B}, Sacrifice a creature: Return Necrosavant from your graveyard to the battlefield. Activate this ability only during your upkeep.
autograveyard={3}{B}{B}{S(creature|myBattlefield)}:moveTo(myBattlefield) myUpkeepOnly
rarity=R
@@ -439,6 +464,19 @@ toughness=4
abilities=protection from black
[/card]
[card]
text=Flying When Shrieking Drake enters the battlefield, return a creature you control to its owner's hand.
id=3650
name=Shrieking Drake
rarity=C
mana={U}
type=Creature
subtype=Drake
auto=moveTo(ownerhand) notatarget(creature|myBattlefield)
power=1
toughness=1
abilities=flying
[/card]
[card]
text=Simoon deals 1 damage to each creature target opponent controls.
auto=damage:1 all(creature|opponentBattlefield)
id=3743
@@ -501,6 +539,18 @@ mana={R}
type=Sorcery
[/card]
[card]
text=When Uktabi Orangutan enters the battlefield, destroy target artifact.
id=3680
name=Uktabi Orangutan
rarity=U
mana={2}{G}
type=Creature
subtype=Ape
auto=destroy target(artifact)
power=2
toughness=2
[/card]
[card]
text={B}, Sacrifice Urborg Mindsucker: Target opponent discards a card at random. Activate this ability only any time you could cast a sorcery.
id=3628
name=Urborg Mindsucker

View File

@@ -517,28 +517,6 @@ text={4}: Put a pressure counter on Magma Mine. {T}, Sacrifice Magma Mine: Magma
rarity=U
[/card]
[card]
id=3644
name=Man-o'-War
mana={2}{U}
type=Creature
subtype=Jellyfish
power=2
toughness=2
text=When Man-o'-War enters the battlefield, return target creature to its owner's hand.
rarity=U
[/card]
[card]
id=3598
name=Matopi Golem
mana={5}
type=Artifact Creature
subtype=Golem
power=3
toughness=3
text={1}: Regenerate Matopi Golem. When it regenerates this way, put a -1/-1 counter on it.
rarity=U
[/card]
[card]
id=3695
name=Mob Mentality
mana={R}
@@ -593,17 +571,6 @@ text=You may cast Necromancy as though it had flash. If you cast it any time a s
rarity=U
[/card]
[card]
id=3623
name=Nekrataal
mana={2}{B}{B}
type=Creature
subtype=Human Assassin
power=2
toughness=1
text=First strike (This creature deals combat damage before creatures without first strike.) When Nekrataal enters the battlefield, destroy target nonartifact, nonblack creature. That creature can't be regenerated.
rarity=U
[/card]
[card]
id=3696
name=Ogre Enforcer
mana={3}{R}{R}
@@ -660,7 +627,6 @@ type=World Enchantment
text=At the beginning of each player's upkeep, that player may sacrifice a creature. If that player doesn't, he or she loses 5 life and you sacrifice Pillar Tombs of Aku.
rarity=R
[/card]
[card]
id=3740
name=Pygmy Hippo
@@ -785,17 +751,6 @@ text=Flying Phasing (This phases in or out before you untap during each of your
rarity=U
[/card]
[card]
id=3650
name=Shrieking Drake
mana={U}
type=Creature
subtype=Drake
power=1
toughness=1
text=Flying When Shrieking Drake enters the battlefield, return a creature you control to its owner's hand.
rarity=C
[/card]
[card]
id=3603
name=Snake Basket
mana={4}
@@ -981,17 +936,6 @@ text={2}, Sacrifice Triangle of War: Choose target creature you control and targ
rarity=R
[/card]
[card]
id=3680
name=Uktabi Orangutan
mana={2}{G}
type=Creature
subtype=Ape
power=2
toughness=2
text=When Uktabi Orangutan enters the battlefield, destroy target artifact.
rarity=U
[/card]
[card]
id=3755
name=Undiscovered Paradise
mana=

View File

@@ -69,11 +69,23 @@ mana={G}
type=Instant
[/card]
[card]
text=When Bogardan Firefiend is put into a graveyard from the battlefield, it deals 2 damage to target creature.
id=4537
name=Bogardan Firefiend
rarity=C
mana={2}{R}
type=Creature
subtype=Elemental Spirit
auto=@movedTo(this|graveyard) from(battlefield):damage:2 target(creature)
power=2
toughness=1
[/card]
[card]
text=Target creature attacks this turn if able. Draw a card.
id=4538
target=creature
auto=mustattack
auto=draw:1
id=4538
auto=draw:1 controller
name=Boiling Blood
rarity=C
mana={2}{R}

View File

@@ -189,17 +189,6 @@ text=Enchant creature Sacrifice an untapped creature: Enchanted creature gets +2
rarity=C
[/card]
[card]
id=4537
name=Bogardan Firefiend
mana={2}{R}
type=Creature
subtype=Elemental Spirit
power=2
toughness=1
text=When Bogardan Firefiend is put into a graveyard from the battlefield, it deals 2 damage to target creature.
rarity=C
[/card]
[card]
id=4450
name=Bone Dancer
mana={1}{B}{B}

View File

@@ -229,6 +229,19 @@ mana={3}{R}
type=Sorcery
[/card]
[card]
text=Protection from black When Devout Lightcaster enters the battlefield, exile target black permanent.
id=191374
name=Devout Lightcaster
rarity=R
mana={W}{W}{W}
type=Creature
subtype=Kor Cleric
auto=moveTo(exile) target(*[black])
power=2
toughness=2
abilities=protection from black
[/card]
[card]
text=Target creature gets -2/-2 until end of turn.
id=180115
target=creature
@@ -375,12 +388,38 @@ name=Goblin Bushwhacker
rarity=C
mana={R}
kicker={R}
auto=kicker all(creature|myBattlefield) 1/0 ueot
auto=kicker all(creature|myBattlefield) haste ueot
type=Creature
subtype=Goblin Warrior
power=1
toughness=1
auto=kicker all(creature|myBattlefield) 1/0 ueot
auto=kicker all(creature|myBattlefield) haste ueot
[/card]
[card]
text=Kicker {R} (You may pay an additional {R} as you cast this spell.) Haste When Goblin Ruinblaster enters the battlefield, if it was kicked, destroy target nonbasic land.
id=180411
name=Goblin Ruinblaster
rarity=U
mana={2}{R}
kicker={R}
auto=kicker destroy target(land[-basic])
type=Creature
subtype=Goblin Shaman
power=2
toughness=1
abilities=haste
[/card]
[card]
text=When Goblin Shortcutter enters the battlefield, target creature can't block this turn.
id=180473
name=Goblin Shortcutter
rarity=C
mana={1}{R}
type=Creature
subtype=Goblin Scout
auto=cantblock target(creature) ueot
power=2
toughness=1
[/card]
[card]
text=Enchant creature Enchanted creature gets +2/+2 and has haste.
@@ -456,6 +495,33 @@ power=3
toughness=2
[/card]
[card]
text=Intimidate (This creature can't be blocked except by artifact creatures and/or creatures that share a color with it.) When Halo Hunter enters the battlefield, destroy target Angel.
id=185752
name=Halo Hunter
rarity=R
mana={2}{B}{B}{B}
type=Creature
subtype=Demon
auto=destroy target(angel)
power=6
toughness=3
abilities=intimidate
[/card]
[card]
text=Kicker {2}{B} (You may pay an additional {2}{B} as you cast this spell.) Flying When Heartstabber Mosquito enters the battlefield, if it was kicked, destroy target creature.
id=191361
name=Heartstabber Mosquito
rarity=C
mana={3}{B}
kicker={2}{B}
auto=kicker destroy target(creature)
type=Creature
subtype=Insect
power=2
toughness=2
abilities=flying
[/card]
[card]
text=Landfall - Whenever a land enters the battlefield under your control, target player puts the top three cards of his or her library into his or her graveyard.
id=180348
auto=@movedTo(land|myBattlefield):deplete:3 opponent
@@ -660,6 +726,20 @@ power=3
toughness=3
[/card]
[card]
text=Kicker {1}{W} (You may pay an additional {1}{W} as you cast this spell.) Flying When Kor Aeronaut enters the battlefield, if it was kicked, target creature gains flying until end of turn.
id=177530
name=Kor Aeronaut
rarity=U
mana={W}{W}
kicker={1}{W}
auto=kicker flying target(creature) ueot
type=Creature
subtype=Kor Soldier
power=2
toughness=2
abilities=flying
[/card]
[card]
text=When Kor Cartographer enters the battlefield, you may search your library for a Plains card, put it onto the battlefield tapped, then shuffle your library.
auto=may moveTo(myBattlefield) target(plains|mylibrary) && tap
id=170991
@@ -672,6 +752,32 @@ power=2
toughness=2
[/card]
[card]
text=Kicker {W} (You may pay an additional {W} as you cast this spell.) When Kor Sanctifiers enters the battlefield, if it was kicked, destroy target artifact or enchantment.
id=192214
name=Kor Sanctifiers
rarity=C
mana={2}{W}
kicker={W}
auto=kicker destroy target(artifact,enchantment)
type=Creature
subtype=Kor Cleric
power=2
toughness=3
[/card]
[card]
text=Flying When Kor Skyfisher enters the battlefield, return a permanent you control to its owner's hand.
id=178145
name=Kor Skyfisher
rarity=C
mana={1}{W}
type=Creature
subtype=Kor Soldier
auto=moveTo(ownerhand) notatarget(creature|myBattlefield)
power=2
toughness=3
abilities=flying
[/card]
[card]
id=177585
name=Kraken Hatchling
rarity=C
@@ -796,6 +902,19 @@ rarity=R
type=Land
[/card]
[card]
text=Kicker {1}{G} (You may pay an additional {1}{G} as you cast this spell.) When Mold Shambler enters the battlefield, if it was kicked, destroy target noncreature permanent.
id=183414
name=Mold Shambler
rarity=C
mana={3}{G}
kicker={1}{G}
auto=kicker destroy target(*[-creature])
type=Creature
subtype=Fungus Beast
power=3
toughness=3
[/card]
[card]
text={R}: Molten Ravager gets +1/+0 until end of turn.
id=191359
name=Molten Ravager
@@ -954,6 +1073,20 @@ power=1
toughness=1
[/card]
[card]
text=Kicker {2}{G} (You may pay an additional {2}{G} as you cast this spell.) Reach (This creature can block creatures with flying.) When Oran-Rief Recluse enters the battlefield, if it was kicked, destroy target creature with flying.
id=185696
name=Oran-Rief Recluse
rarity=C
mana={2}{G}
kicker={2}{G}
auto=kicker destroy target(creature[flying])
type=Creature
subtype=Spider
power=1
toughness=3
abilities=reach
[/card]
[card]
text=Whenever Oran-Rief Survivalist or another Ally enters the battlefield under your control, you may put a +1/+1 counter on Oran-Rief Survivalist.
id=178138
name=Oran-Rief Survivalist
@@ -1232,6 +1365,16 @@ mana={2}{R}
type=Instant
[/card]
[card]
text=Soaring Seacliff enters the battlefield tapped. When Soaring Seacliff enters the battlefield, target creature gains flying until end of turn. {T}: Add {U} to your mana pool.
id=177541
name=Soaring Seacliff
auto=tap
auto=flying target(creature) ueot
auto={T}:Add {U}
rarity=C
type=Land
[/card]
[card]
text=Equipped creature gets +0/+2 and has reach. (It can block creatures with flying.) Equip {2} ({2}: Attach to target creature you control. Equip only as a sorcery.)
id=178134
auto={2}:equip
@@ -1245,9 +1388,9 @@ subtype=Equipment
[/card]
[card]
text=Spire Barrage deals damage to target creature or player equal to the number of Mountains you control.
id=180495
target=creature,player
auto=foreach(mountain|myBattlefield) damage:1
id=180495
name=Spire Barrage
rarity=C
mana={4}{R}
@@ -1277,10 +1420,10 @@ toughness=2
[/card]
[card]
text=Counter target creature spell. Put a 2/2 blue Illusion creature token onto the battlefield.
id=191360
target=creature|stack
auto=fizzle
auto=token(Illusion,Creature Illusion,2/2,blue) controller
id=191360
name=Summoner's Bane
rarity=U
mana={2}{U}{U}
@@ -1384,13 +1527,23 @@ power=1
toughness=2
[/card]
[card]
id=191355
name=Tanglesap
mana={1}{G}
type=Instant
text=Teetering Peaks enters the battlefield tapped. When Teetering Peaks enters the battlefield, target creature gets +2/+0 until end of turn. {T}: Add {R} to your mana pool.
id=177549
name=Teetering Peaks
auto=tap
auto=2/0 target(creature) ueot
auto={T}:Add {R}
rarity=C
type=Land
[/card]
[card]
text=Prevent all combat damage that would be dealt this turn by creatures without trample.
auto=preventAllCombatDamage from(creature[-trample]) ueot
id=191355
name=Tanglesap
rarity=C
mana={1}{G}
type=Instant
[/card]
[card]
text=Terra Stomper can't be countered. Trample
@@ -1463,6 +1616,16 @@ toughness=2
abilities=haste
[/card]
[card]
text=Turntimber Grove enters the battlefield tapped. When Turntimber Grove enters the battlefield, target creature gets +1/+1 until end of turn. {T}: Add {G} to your mana pool.
id=169977
name=Turntimber Grove
auto=tap
auto=1/1 target(creature) ueot
auto={T}:Add {G}
rarity=C
type=Land
[/card]
[card]
text=Whenever Turntimber Ranger or another Ally enters the battlefield under your control, you may put a 2/2 green Wolf creature token onto the battlefield. If you do, put a +1/+1 counter on Turntimber Ranger.
id=169971
name=Turntimber Ranger

View File

@@ -38,17 +38,6 @@ text=Enchant creature Enchanted creature gets +3/+3. Whenever enchanted creature
rarity=R
[/card]
[card]
id=191374
name=Devout Lightcaster
mana={W}{W}{W}
type=Creature
subtype=Kor Cleric
power=2
toughness=2
text=Protection from black When Devout Lightcaster enters the battlefield, exile target black permanent.
rarity=R
[/card]
[card]
id=185743
name=Felidar Sovereign
mana={4}{W}{W}
@@ -89,18 +78,6 @@ toughness=3
text=Whenever Kabira Evangel or another Ally enters the battlefield under your control, you may choose a color. If you do, Allies you control gain protection from the chosen color until end of turn.
rarity=R
[/card]
[card]
id=177530
name=Kor Aeronaut
mana={W}{W}
type=Creature
subtype=Kor Soldier
power=2
toughness=2
text=Kicker {1}{W} (You may pay an additional {1}{W} as you cast this spell.) Flying When Kor Aeronaut enters the battlefield, if it was kicked, target creature gains flying until end of turn.
rarity=U
[/card]
[card]
id=177542
name=Kor Duelist
@@ -135,28 +112,6 @@ text=When Kor Outfitter enters the battlefield, you may attach target Equipment
rarity=C
[/card]
[card]
id=192214
name=Kor Sanctifiers
mana={2}{W}
type=Creature
subtype=Kor Cleric
power=2
toughness=3
text=Kicker {W} (You may pay an additional {W} as you cast this spell.) When Kor Sanctifiers enters the battlefield, if it was kicked, destroy target artifact or enchantment.
rarity=C
[/card]
[card]
id=178145
name=Kor Skyfisher
mana={1}{W}
type=Creature
subtype=Kor Soldier
power=2
toughness=3
text=Flying When Kor Skyfisher enters the battlefield, return a permanent you control to its owner's hand.
rarity=C
[/card]
[card]
id=197889
name=Luminarch Ascension
mana={1}{W}
@@ -267,7 +222,6 @@ toughness=3
text=Defender, flying {T}: Put Gomazoa and each creature it's blocking on top of their owners' libraries, then those players shuffle their libraries.
rarity=U
[/card]
[card]
id=185711
name=Ior Ruin Expedition
@@ -543,28 +497,6 @@ text=As long as an opponent has 10 or less life, Guul Draz Vampire gets +2/+1 an
rarity=C
[/card]
[card]
id=185752
name=Halo Hunter
mana={2}{B}{B}{B}
type=Creature
subtype=Demon
power=6
toughness=3
text=Intimidate (This creature can't be blocked except by artifact creatures and/or creatures that share a color with it.) When Halo Hunter enters the battlefield, destroy target Angel.
rarity=R
[/card]
[card]
id=191361
name=Heartstabber Mosquito
mana={3}{B}
type=Creature
subtype=Insect
power=2
toughness=2
text=Kicker {2}{B} (You may pay an additional {2}{B} as you cast this spell.) Flying When Heartstabber Mosquito enters the battlefield, if it was kicked, destroy target creature.
rarity=C
[/card]
[card]
id=185704
name=Kalitas, Bloodchief of Ghet
mana={5}{B}{B}
@@ -575,7 +507,6 @@ toughness=5
text={B}{B}{B}, {T}: Destroy target creature. If that creature is put into a graveyard this way, put a black Vampire creature token onto the battlefield. Its power is equal to that creature's power and its toughness is equal to that creature's toughness.
rarity=M
[/card]
[card]
id=193403
name=Mind Sludge
@@ -658,8 +589,6 @@ toughness=2
text=At the beginning of your upkeep, you lose 1 life unless an opponent has 10 or less life.
rarity=C
[/card]
[card]
id=195402
name=Chandra Ablaze
@@ -685,7 +614,6 @@ type=Sorcery
text=Kicker {5} (You may pay an additional {5} as you cast this spell.) Put a 7/1 red Elemental creature token with trample and haste onto the battlefield. Exile it at the beginning of the next end step. If Elemental Appeal was kicked, that creature gets +7/+0 until end of turn.
rarity=R
[/card]
[card]
id=170987
name=Goblin Guide
@@ -698,28 +626,6 @@ text=Haste Whenever Goblin Guide attacks, defending player reveals the top card
rarity=R
[/card]
[card]
id=180411
name=Goblin Ruinblaster
mana={2}{R}
type=Creature
subtype=Goblin Shaman
power=2
toughness=1
text=Kicker {R} (You may pay an additional {R} as you cast this spell.) Haste When Goblin Ruinblaster enters the battlefield, if it was kicked, destroy target nonbasic land.
rarity=U
[/card]
[card]
id=180473
name=Goblin Shortcutter
mana={1}{R}
type=Creature
subtype=Goblin Scout
power=2
toughness=1
text=When Goblin Shortcutter enters the battlefield, target creature can't block this turn.
rarity=C
[/card]
[card]
id=192215
name=Hellfire Mongrel
mana={2}{R}
@@ -767,7 +673,6 @@ type=Sorcery
text=As an additional cost to cast Magma Rift, sacrifice a land. Magma Rift deals 5 damage to target creature.
rarity=C
[/card]
[card]
id=192224
name=Obsidian Fireheart
@@ -884,7 +789,6 @@ subtype=Trap
text=If a noncreature permanent under your control was destroyed this turn by a spell or ability an opponent controlled, you may pay {G} rather than pay Cobra Trap's mana cost. Put four 1/1 green Snake creature tokens onto the battlefield.
rarity=U
[/card]
[card]
id=180408
name=Harrow
@@ -913,17 +817,6 @@ text=Landfall - Whenever a land enters the battlefield under your control, you m
rarity=M
[/card]
[card]
id=183414
name=Mold Shambler
mana={3}{G}
type=Creature
subtype=Fungus Beast
power=3
toughness=3
text=Kicker {1}{G} (You may pay an additional {1}{G} as you cast this spell.) When Mold Shambler enters the battlefield, if it was kicked, destroy target noncreature permanent.
rarity=C
[/card]
[card]
id=190411
name=Nissa Revane
mana={2}{G}{G}
@@ -955,17 +848,6 @@ text=You may play an additional land on each of your turns. Play with the top ca
rarity=R
[/card]
[card]
id=185696
name=Oran-Rief Recluse
mana={2}{G}
type=Creature
subtype=Spider
power=1
toughness=3
text=Kicker {2}{G} (You may pay an additional {2}{G} as you cast this spell.) Reach (This creature can block creatures with flying.) When Oran-Rief Recluse enters the battlefield, if it was kicked, destroy target creature with flying.
rarity=C
[/card]
[card]
id=169958
name=Predatory Urge
mana={3}{G}
@@ -1045,7 +927,6 @@ toughness=1
text=Deathtouch (Creatures dealt damage by this creature are destroyed. You can divide this creature's combat damage among any of the creatures blocking or blocked by it.) Landfall - Whenever a land enters the battlefield under your control, you may have target creature block Turntimber Basilisk this turn if able.
rarity=U
[/card]
[card]
id=193397
name=Blade of the Bloodchief
@@ -1124,9 +1005,6 @@ type=Artifact
text=When Khalni Gem enters the battlefield, return two lands you control to their owner's hand. {T}: Add two mana of any one color to your mana pool.
rarity=U
[/card]
[card]
id=190414
name=Emeria, the Sky Ruin
@@ -1152,30 +1030,6 @@ text=Oran-Rief, the Vastwood enters the battlefield tapped. {T}: Add {G} to your
rarity=R
[/card]
[card]
id=177541
name=Soaring Seacliff
mana=
type=Land
text=Soaring Seacliff enters the battlefield tapped. When Soaring Seacliff enters the battlefield, target creature gains flying until end of turn. {T}: Add {U} to your mana pool.
rarity=C
[/card]
[card]
id=177549
name=Teetering Peaks
mana=
type=Land
text=Teetering Peaks enters the battlefield tapped. When Teetering Peaks enters the battlefield, target creature gets +2/+0 until end of turn. {T}: Add {R} to your mana pool.
rarity=C
[/card]
[card]
id=169977
name=Turntimber Grove
mana=
type=Land
text=Turntimber Grove enters the battlefield tapped. When Turntimber Grove enters the battlefield, target creature gets +1/+1 until end of turn. {T}: Add {G} to your mana pool.
rarity=C
[/card]
[card]
id=190400
name=Valakut, the Molten Pinnacle
mana=