Added 33 successfully tested cards mainly based on rev2272.
2 example cards:
[card]
name=Decree of Justice
auto=token(Angel,Creature Angel,4/4,flying,white)*XX
autohand={2}{W}:cycling
autohand={X}{W}:name(cycle and soldier tokens) && cycling && thisforeach(X) token(Soldier,Creature Soldier,1/1,white)*X
text=Put X 4/4 white Angel creature tokens with flying onto the battlefield. -- Cycling {2}{W} ({2}{W}, Discard this card: Draw a card.) -- When you cycle Decree of Justice, you may pay {X}. If you do, put X 1/1 white Soldier creature tokens onto the battlefield.
mana={X}{X}{2}{W}{W}
type=Sorcery
[/card]
[card]
name=Stormbind
auto={2}{D}:damage:2 target(creature,player)
text={2}, Discard a card at random: Stormbind deals 2 damage to target creature or player.
mana={1}{R}{G}
type=Enchantment
[/card]
Added 2 tests for the keywords introduced in rev2272.
Corrected several card bugs.
This commit is contained in:
@@ -214,16 +214,6 @@ mana={3}{G}{G}
|
||||
type=Instant
|
||||
[/card]
|
||||
[card]
|
||||
name=Acceptable Losses
|
||||
target=creature
|
||||
auto=damage:5
|
||||
auto=discard:1 controller
|
||||
#Removed: can be played from an empty hand without discarding a card
|
||||
text=As an additional cost to cast Acceptable Losses, discard a card at random. -- Acceptable Losses deals 5 damage to target creature.
|
||||
mana={3}{R}
|
||||
type=Sorcery
|
||||
[/card]
|
||||
[card]
|
||||
name=Acidic Dagger
|
||||
text={4}, {T}: Whenever target creature deals combat damage to a non-Wall creature this turn, destroy that non-Wall creature. When the targeted creature leaves the battlefield this turn, sacrifice Acidic Dagger. Activate this ability only during combat before blockers are declared.
|
||||
mana={4}
|
||||
@@ -639,14 +629,6 @@ power=1
|
||||
toughness=1
|
||||
[/card]
|
||||
[card]
|
||||
name=Amok
|
||||
auto=aslongas(*|myHand) {1}:counter(1/1,1) target(creature) && discard:1 controller
|
||||
#Does not work in WTH 0.10
|
||||
text={1}, Discard a card at random: Put a +1/+1 counter on target creature.
|
||||
mana={1}{R}
|
||||
type=Enchantment
|
||||
[/card]
|
||||
[card]
|
||||
name=Amphibious Kavu
|
||||
text=Whenever Amphibious Kavu blocks or becomes blocked by one or more blue and/or black creatures, Amphibious Kavu gets +3/+3 until end of turn.
|
||||
mana={2}{G}
|
||||
@@ -5727,14 +5709,6 @@ power=1
|
||||
toughness=1
|
||||
[/card]
|
||||
[card]
|
||||
name=Coral Helm
|
||||
auto={3}:2/2 target(creature) && discard:1 controller
|
||||
#Need either aslongas(*|myhand)>0 or discard random as a cost.
|
||||
text={3}, Discard a card at random: Target creature gets +2/+2 until end of turn.
|
||||
mana={3}
|
||||
type=Artifact
|
||||
[/card]
|
||||
[card]
|
||||
name=Coral Net
|
||||
text=Enchant green or white creature -- Enchanted creature has "At the beginning of your upkeep, sacrifice this creature unless you discard a card."
|
||||
mana={U}
|
||||
@@ -7082,12 +7056,6 @@ type=Enchantment
|
||||
subtype=Aura
|
||||
[/card]
|
||||
[card]
|
||||
name=Decree of Justice
|
||||
text=Put X 4/4 white Angel creature tokens with flying onto the battlefield. -- Cycling {2}{W} ({2}{W}, Discard this card: Draw a card.) -- When you cycle Decree of Justice, you may pay {X}. If you do, put X 1/1 white Soldier creature tokens onto the battlefield.
|
||||
mana={X}{X}{2}{W}{W}
|
||||
type=Sorcery
|
||||
[/card]
|
||||
[card]
|
||||
name=Decree of Pain
|
||||
text=Destroy all creatures. They can't be regenerated. Draw a card for each creature destroyed this way. -- Cycling {3}{B}{B} ({3}{B}{B}, Discard this card: Draw a card.) -- When you cycle Decree of Pain, all creatures get -2/-2 until end of turn.
|
||||
mana={6}{B}{B}
|
||||
@@ -7130,15 +7098,6 @@ power=6
|
||||
toughness=6
|
||||
[/card]
|
||||
[card]
|
||||
name=Deepfire Elemental
|
||||
text={X}{X}{1}: Destroy target artifact or creature with converted mana cost X.
|
||||
mana={4}{B}{R}
|
||||
type=Creature
|
||||
subtype=Elemental
|
||||
power=4
|
||||
toughness=4
|
||||
[/card]
|
||||
[card]
|
||||
name=Deepwood Elder
|
||||
text={X}{G}{G}, {T}, Discard a card: X target lands become Forests until end of turn.
|
||||
mana={G}{G}
|
||||
@@ -7200,10 +7159,6 @@ type=Instant
|
||||
[/card]
|
||||
[card]
|
||||
name=Defiant Stand
|
||||
target=creature
|
||||
auto=untap
|
||||
auto=1/3
|
||||
####Cannot be coded right now! (0.10.1)
|
||||
text=Cast Defiant Stand only during the declare attackers step and only if you've been attacked this step. -- Target creature gets +1/+3 until end of turn. If that creature is tapped, untap it.
|
||||
mana={1}{W}
|
||||
type=Instant
|
||||
@@ -8410,15 +8365,6 @@ power=6
|
||||
toughness=6
|
||||
[/card]
|
||||
[card]
|
||||
name=Droning Bureaucrats
|
||||
text={X}, {T}: Each creature with converted mana cost X can't attack or block this turn.
|
||||
mana={3}{W}
|
||||
type=Creature
|
||||
subtype=Human Advisor
|
||||
power=1
|
||||
toughness=4
|
||||
[/card]
|
||||
[card]
|
||||
name=Drooling Groodion
|
||||
text={2}{B}{G}, Sacrifice a creature: Target creature gets +2/+2 until end of turn. Another target creature gets -2/-2 until end of turn.
|
||||
mana={3}{B}{B}{G}
|
||||
@@ -8691,15 +8637,6 @@ mana={R}
|
||||
type=Instant
|
||||
[/card]
|
||||
[card]
|
||||
name=Dwarven Strike Force
|
||||
text=Discard a card at random: Dwarven Strike Force gains first strike and haste until end of turn.
|
||||
mana={4}{R}
|
||||
type=Creature
|
||||
subtype=Dwarf Berserker
|
||||
power=4
|
||||
toughness=3
|
||||
[/card]
|
||||
[card]
|
||||
name=Dwarven Thaumaturgist
|
||||
text={T}: Switch target creature's power and toughness until end of turn.
|
||||
mana={2}{R}
|
||||
@@ -9241,12 +9178,6 @@ mana={5}{G}{G}{G}
|
||||
type=Sorcery
|
||||
[/card]
|
||||
[card]
|
||||
name=Endless Whispers
|
||||
text=Each creature has "When this creature is put into a graveyard, choose target opponent. That player returns this card from that graveyard to the battlefield under his or her control at the beginning of the next end step."
|
||||
mana={2}{B}{B}
|
||||
type=Enchantment
|
||||
[/card]
|
||||
[card]
|
||||
name=Endoskeleton
|
||||
text=You may choose not to untap Endoskeleton during your untap step. -- {2}, {T}: Target creature gets +0/+3 for as long as Endoskeleton remains tapped.
|
||||
mana={2}
|
||||
@@ -11160,12 +11091,6 @@ mana={3}
|
||||
type=Artifact
|
||||
[/card]
|
||||
[card]
|
||||
name=Flowstone Flood
|
||||
text=Buyback - Pay 3 life, Discard a card at random. (You may pay 3 life and discard a card at random in addition to any other costs as you cast this spell. If you do, put this card into your hand as it resolves.) -- Destroy target land.
|
||||
mana={3}{R}
|
||||
type=Sorcery
|
||||
[/card]
|
||||
[card]
|
||||
name=Flowstone Salamander
|
||||
text={R}: Flowstone Salamander deals 1 damage to target creature blocking it.
|
||||
mana={3}{R}{R}
|
||||
@@ -11520,16 +11445,6 @@ power=2
|
||||
toughness=1
|
||||
[/card]
|
||||
[card]
|
||||
name=Frenetic Ogre
|
||||
auto={R}:3/0 && discard:1 controller
|
||||
text={R}, Discard a card at random: Frenetic Ogre gets +3/+0 until end of turn.
|
||||
mana={4}{R}
|
||||
type=Creature
|
||||
subtype=Ogre
|
||||
power=2
|
||||
toughness=3
|
||||
[/card]
|
||||
[card]
|
||||
name=Frenetic Sliver
|
||||
text=All Slivers have "{0}: If this permanent is on the battlefield, flip a coin. If you win the flip, exile this permanent and return it to the battlefield under its owner's control at the beginning of the next end step. If you lose the flip, sacrifice it."
|
||||
mana={1}{U}{R}
|
||||
@@ -13158,8 +13073,6 @@ toughness=4
|
||||
[/card]
|
||||
[card]
|
||||
name=Gorilla Berserkers
|
||||
abilities=trample
|
||||
auto=rampage(2/2,1)
|
||||
text=Trample; rampage 2 (Whenever this creature becomes blocked, it gets +2/+2 until end of turn for each creature blocking it beyond the first.) -- Gorilla Berserkers can't be blocked except by three or more creatures.
|
||||
mana={3}{G}{G}
|
||||
type=Creature
|
||||
@@ -13168,15 +13081,6 @@ power=2
|
||||
toughness=3
|
||||
[/card]
|
||||
[card]
|
||||
name=Gorilla Shaman
|
||||
text={X}{X}{1}: Destroy target noncreature artifact with converted mana cost X.
|
||||
mana={R}
|
||||
type=Creature
|
||||
subtype=Ape Shaman
|
||||
power=1
|
||||
toughness=1
|
||||
[/card]
|
||||
[card]
|
||||
name=Gorilla War Cry
|
||||
text=Cast Gorilla War Cry only during combat before blockers are declared. -- Attacking creatures can't be blocked this turn except by two or more creatures. -- Draw a card at the beginning of the next turn's upkeep.
|
||||
mana={1}{R}
|
||||
@@ -14320,15 +14224,6 @@ mana={2}{G}
|
||||
type=Enchantment
|
||||
[/card]
|
||||
[card]
|
||||
name=Hearth Kami
|
||||
text={X}, Sacrifice Hearth Kami: Destroy target artifact with converted mana cost X.
|
||||
mana={1}{R}
|
||||
type=Creature
|
||||
subtype=Spirit
|
||||
power=2
|
||||
toughness=1
|
||||
[/card]
|
||||
[card]
|
||||
name=Heartlash Cinder
|
||||
abilities=haste
|
||||
text=Haste -- Chroma - When Heartlash Cinder enters the battlefield, it gets +X/+0 until end of turn, where X is the number of red mana symbols in the mana costs of permanents you control.
|
||||
@@ -14410,17 +14305,6 @@ mana={5}
|
||||
type=Artifact
|
||||
[/card]
|
||||
[card]
|
||||
name=Hell-Bent Raider
|
||||
auto=first strike,haste
|
||||
auto={S(*|myHand)}:protection from white ####this is not what the wording says!
|
||||
text=First strike, haste -- Discard a card at random: Hell-Bent Raider gains protection from white until end of turn.
|
||||
mana={1}{R}{R}
|
||||
type=Creature
|
||||
subtype=Human Barbarian
|
||||
power=2
|
||||
toughness=2
|
||||
[/card]
|
||||
[card]
|
||||
name=Helldozer
|
||||
text={B}{B}{B}, {T}: Destroy target land. If that land was nonbasic, untap Helldozer.
|
||||
mana={3}{B}{B}{B}
|
||||
@@ -20034,12 +19918,6 @@ mana={X}{X}{R}
|
||||
type=Sorcery
|
||||
[/card]
|
||||
[card]
|
||||
name=Meteor Storm
|
||||
text={2}{R}{G}, Discard two cards at random: Meteor Storm deals 4 damage to target creature or player.
|
||||
mana={R}{G}
|
||||
type=Enchantment
|
||||
[/card]
|
||||
[card]
|
||||
name=Metrognome
|
||||
text=When a spell or ability an opponent controls causes you to discard Metrognome, put four 1/1 colorless Gnome artifact creature tokens onto the battlefield. -- {4}, {T}: Put a 1/1 colorless Gnome artifact creature token onto the battlefield.
|
||||
mana={4}
|
||||
@@ -20110,15 +19988,6 @@ power=2
|
||||
toughness=3
|
||||
[/card]
|
||||
[card]
|
||||
name=Minamo Sightbender
|
||||
text={X}, {T}: Target creature with power X or less is unblockable this turn.
|
||||
mana={1}{U}
|
||||
type=Creature
|
||||
subtype=Human Wizard
|
||||
power=1
|
||||
toughness=2
|
||||
[/card]
|
||||
[card]
|
||||
name=Minamo's Meddling
|
||||
text=Counter target spell. That spell's controller reveals his or her hand, then discards each card with the same name as a card spliced onto that spell.
|
||||
mana={2}{U}{U}
|
||||
@@ -21300,15 +21169,6 @@ power=1
|
||||
toughness=1
|
||||
[/card]
|
||||
[card]
|
||||
name=Myr Prototype
|
||||
text=At the beginning of your upkeep, put a +1/+1 counter on Myr Prototype. -- Myr Prototype can't attack or block unless you pay {1} for each +1/+1 counter on it.
|
||||
mana={5}
|
||||
type=Artifact Creature
|
||||
subtype=Myr
|
||||
power=2
|
||||
toughness=2
|
||||
[/card]
|
||||
[card]
|
||||
###Instabile behaviour!!
|
||||
name=Myr Quadropod
|
||||
auto={3}:thisforeach(power>=1) -1/1 && thisforeach(toughness>=1) 1/-1
|
||||
@@ -23033,12 +22893,6 @@ power=3
|
||||
toughness=3
|
||||
[/card]
|
||||
[card]
|
||||
name=Orochi Hatchery
|
||||
text=Orochi Hatchery enters the battlefield with X charge counters on it. -- {5}, {T}: Put a 1/1 green Snake creature token onto the battlefield for each charge counter on Orochi Hatchery.
|
||||
mana={X}{X}
|
||||
type=Artifact
|
||||
[/card]
|
||||
[card]
|
||||
name=Orzhov Euthanist
|
||||
text=Haunt (When this card is put into a graveyard from the battlefield, exile it haunting target creature.) -- When Orzhov Euthanist enters the battlefield or the creature it haunts is put into a graveyard, destroy target creature that was dealt damage this turn.
|
||||
mana={2}{B}
|
||||
@@ -23138,8 +22992,6 @@ type=Enchantment
|
||||
[/card]
|
||||
[card]
|
||||
name=Overgrowth
|
||||
target=land
|
||||
auto=@tapped(this):add{G}{G}
|
||||
text=Enchant land (Target a land as you cast this. This card enters the battlefield attached to that land.) -- Whenever enchanted land is tapped for mana, its controller adds {G}{G} to his or her mana pool (in addition to the mana the land produces).
|
||||
mana={2}{G}
|
||||
type=Enchantment
|
||||
@@ -23337,12 +23189,6 @@ power=2
|
||||
toughness=4
|
||||
[/card]
|
||||
[card]
|
||||
name=Panacea
|
||||
text={X}{X}, {T}: Prevent the next X damage that would be dealt to target creature or player this turn.
|
||||
mana={4}
|
||||
type=Artifact
|
||||
[/card]
|
||||
[card]
|
||||
name=Pandemonium
|
||||
text=Whenever a creature enters the battlefield, that creature's controller may have it deal damage equal to its power to target creature or player of his or her choice.
|
||||
mana={3}{R}
|
||||
@@ -23458,15 +23304,6 @@ power=4
|
||||
toughness=4
|
||||
[/card]
|
||||
[card]
|
||||
name=Pardic Lancer
|
||||
text=Discard a card at random: Pardic Lancer gets +1/+0 and gains first strike until end of turn.
|
||||
mana={4}{R}
|
||||
type=Creature
|
||||
subtype=Human Barbarian
|
||||
power=3
|
||||
toughness=2
|
||||
[/card]
|
||||
[card]
|
||||
name=Pardic Miner
|
||||
text=Sacrifice Pardic Miner: Target player can't play lands this turn.
|
||||
mana={1}{R}
|
||||
@@ -23476,16 +23313,6 @@ power=1
|
||||
toughness=1
|
||||
[/card]
|
||||
[card]
|
||||
name=Pardic Swordsmith
|
||||
auto={R}:2/0 && discard:1 controller
|
||||
text={R}, Discard a card at random: Pardic Swordsmith gets +2/+0 until end of turn.
|
||||
mana={2}{R}
|
||||
type=Creature
|
||||
subtype=Dwarf
|
||||
power=1
|
||||
toughness=1
|
||||
[/card]
|
||||
[card]
|
||||
name=Pariah
|
||||
text=Enchant creature (Target a creature as you cast this. This card enters the battlefield attached to that creature.) -- All damage that would be dealt to you is dealt to enchanted creature instead.
|
||||
mana={2}{W}
|
||||
@@ -23976,15 +23803,6 @@ power=3
|
||||
toughness=4
|
||||
[/card]
|
||||
[card]
|
||||
name=Phyrexian Marauder
|
||||
text=Phyrexian Marauder enters the battlefield with X +1/+1 counters on it. -- Phyrexian Marauder can't block. -- Phyrexian Marauder can't attack unless you pay {1} for each +1/+1 counter on it.
|
||||
mana={X}
|
||||
type=Artifact Creature
|
||||
subtype=Construct
|
||||
power=0
|
||||
toughness=0
|
||||
[/card]
|
||||
[card]
|
||||
name=Phyrexian Negator
|
||||
text=Trample -- Whenever Phyrexian Negator is dealt damage, sacrifice that many permanents.
|
||||
mana={2}{B}
|
||||
@@ -24212,15 +24030,6 @@ mana={6}{B}
|
||||
type=Sorcery
|
||||
[/card]
|
||||
[card]
|
||||
name=Plaguebearer
|
||||
text={X}{X}{B}: Destroy target nonblack creature with converted mana cost X.
|
||||
mana={1}{B}
|
||||
type=Creature
|
||||
subtype=Zombie
|
||||
power=1
|
||||
toughness=1
|
||||
[/card]
|
||||
[card]
|
||||
name=Planar Birth
|
||||
text=Return all basic land cards from all graveyards to the battlefield tapped under their owners' control.
|
||||
mana={1}{W}
|
||||
@@ -24412,12 +24221,6 @@ mana={8}
|
||||
type=Artifact
|
||||
[/card]
|
||||
[card]
|
||||
name=Powder Keg
|
||||
text=At the beginning of your upkeep, you may put a fuse counter on Powder Keg. -- {T}, Sacrifice Powder Keg: Destroy each artifact and creature with converted mana cost equal to the number of fuse counters on Powder Keg.
|
||||
mana={2}
|
||||
type=Artifact
|
||||
[/card]
|
||||
[card]
|
||||
name=Power Armor
|
||||
text=Domain - {3}, {T}: Target creature gets +1/+1 until end of turn for each basic land type among lands you control.
|
||||
mana={4}
|
||||
@@ -24444,9 +24247,6 @@ type=Instant
|
||||
[/card]
|
||||
[card]
|
||||
name=Power Surge
|
||||
auto=@each my upkeep:foreach(land[-tapped]|myinplay) damage:1 controller
|
||||
auto=@each opponent upkeep:foreach(land[-tapped]|opponentinplay) damage:1 opponent
|
||||
####CANNOT WORK FOR NOW (0.9.1)!!!
|
||||
text=At the beginning of each player's upkeep, Power Surge deals X damage to that player, where X is the number of untapped lands he or she controlled at the beginning of this turn.
|
||||
mana={R}{R}
|
||||
type=Enchantment
|
||||
@@ -25317,12 +25117,6 @@ mana={2}{R}{R}
|
||||
type=Enchantment
|
||||
[/card]
|
||||
[card]
|
||||
name=Pyromania
|
||||
text={1}{R}, Discard a card at random: Pyromania deals 1 damage to target creature or player. -- {1}{R}, Sacrifice Pyromania: Pyromania deals 1 damage to target creature or player.
|
||||
mana={2}{R}
|
||||
type=Enchantment
|
||||
[/card]
|
||||
[card]
|
||||
name=Pyromatics
|
||||
text=Replicate {1}{R} (When you cast this spell, copy it for each time you paid its replicate cost. You may choose new targets for the copies.) -- Pyromatics deals 1 damage to target creature or player.
|
||||
mana={1}{R}
|
||||
@@ -30626,33 +30420,11 @@ type=Sorcery
|
||||
[/card]
|
||||
[card]
|
||||
name=Song of Serenity
|
||||
auto=lord(creature[enchanted]) cantattack
|
||||
auto=lord(creature[enchanted]) cantblock
|
||||
text=Creatures that are enchanted can't attack or block.
|
||||
mana={1}{G}
|
||||
type=Enchantment
|
||||
[/card]
|
||||
[card]
|
||||
name=Sonic Burst
|
||||
target=creature,player
|
||||
auto=damage:4
|
||||
auto=discard:1 controller
|
||||
#Removed: can be played from an empty hand without discarding a card
|
||||
text=As an additional cost to cast Sonic Burst, discard a card at random. -- Sonic Burst deals 4 damage to target creature or player.
|
||||
mana={1}{R}
|
||||
type=Instant
|
||||
[/card]
|
||||
[card]
|
||||
name=Sonic Seizure
|
||||
target=creature,player
|
||||
auto=discard:1 controller
|
||||
auto=damage:3
|
||||
####This card can be played without having a card in hand when coded this way!!!
|
||||
text=As an additional cost to cast Sonic Seizure, discard a card at random. -- Sonic Seizure deals 3 damage to target creature or player.
|
||||
mana={R}
|
||||
type=Instant
|
||||
[/card]
|
||||
[card]
|
||||
name=Sootfeather Flock
|
||||
text=Flying -- Morph {3}{B} (You may cast this face down as a 2/2 creature for {3}. Turn it face up any time for its morph cost.)
|
||||
mana={4}{B}
|
||||
@@ -32001,12 +31773,6 @@ power=1
|
||||
toughness=1
|
||||
[/card]
|
||||
[card]
|
||||
name=Stormbind
|
||||
text={2}, Discard a card at random: Stormbind deals 2 damage to target creature or player.
|
||||
mana={1}{R}{G}
|
||||
type=Enchantment
|
||||
[/card]
|
||||
[card]
|
||||
name=Stormcaller's Boon
|
||||
text=Sacrifice Stormcaller's Boon: Creatures you control gain flying until end of turn. -- Cascade (When you cast this spell, exile cards from the top of your library until you exile a nonland card that costs less. You may cast it without paying its mana cost. Put the exiled cards on the bottom in a random order.)
|
||||
mana={2}{W}{U}
|
||||
@@ -32898,12 +32664,6 @@ power=4
|
||||
toughness=3
|
||||
[/card]
|
||||
[card]
|
||||
name=Talon of Pain
|
||||
text=Whenever a source you control other than Talon of Pain deals damage to an opponent, put a charge counter on Talon of Pain. -- {X}, {T}, Remove X charge counters from Talon of Pain: Talon of Pain deals X damage to target creature or player.
|
||||
mana={4}
|
||||
type=Artifact
|
||||
[/card]
|
||||
[card]
|
||||
name=Talruum Champion
|
||||
text=First strike -- Whenever Talruum Champion blocks or becomes blocked by a creature, that creature loses first strike until end of turn.
|
||||
mana={4}{R}
|
||||
@@ -37641,12 +37401,6 @@ power=1
|
||||
toughness=1
|
||||
[/card]
|
||||
[card]
|
||||
name=Wurmcalling
|
||||
text=Buyback {2}{G} (You may pay an additional {2}{G} as you cast this spell. If you do, put this card into your hand as it resolves.) -- Put an X/X green Wurm creature token onto the battlefield.
|
||||
mana={X}{G}
|
||||
type=Sorcery
|
||||
[/card]
|
||||
[card]
|
||||
name=Wurmskin Forger
|
||||
text=When Wurmskin Forger enters the battlefield, distribute three +1/+1 counters among one, two, or three target creatures.
|
||||
mana={5}{G}{G}
|
||||
|
||||
@@ -275,6 +275,14 @@ mana={1}{R}
|
||||
type=Instant
|
||||
[/card]
|
||||
[card]
|
||||
name=Acceptable Losses
|
||||
target=creature
|
||||
auto=damage:5
|
||||
text=As an additional cost to cast Acceptable Losses, discard a card at random. -- Acceptable Losses deals 5 damage to target creature.
|
||||
mana={3}{R}{D}
|
||||
type=Sorcery
|
||||
[/card]
|
||||
[card]
|
||||
name=Accumulated Knowledge
|
||||
auto=draw:1
|
||||
auto=foreach(Accumulated Knowledge|graveyard) draw:1
|
||||
@@ -1150,6 +1158,13 @@ power=3
|
||||
toughness=1
|
||||
[/card]
|
||||
[card]
|
||||
name=Amok
|
||||
auto={D}{1}:counter(1/1,1) target(creature)
|
||||
text={1}, Discard a card at random: Put a +1/+1 counter on target creature.
|
||||
mana={1}{R}
|
||||
type=Enchantment
|
||||
[/card]
|
||||
[card]
|
||||
name=Amrou Kithkin
|
||||
auto=cantbeblockedby(creature[power>=3])
|
||||
text=Amrou Kithkin can't be blocked by creatures with power 3 or greater.
|
||||
@@ -6616,7 +6631,7 @@ toughness=4
|
||||
[/card]
|
||||
[card]
|
||||
name=Broodstar
|
||||
abilities=affinityartifact,flying
|
||||
abilities=affinityartifacts,flying
|
||||
auto=foreach(artifact|mybattlefield) 1/1
|
||||
text=Affinity for artifacts (This spell costs {1} less to cast for each artifact you control.) -- Flying -- Broodstar's power and toughness are each equal to the number of artifacts you control.
|
||||
mana={8}{U}{U}
|
||||
@@ -7180,7 +7195,7 @@ toughness=*
|
||||
[card]
|
||||
name=Canyon Drake
|
||||
abilities=flying
|
||||
auto={1}:2/0 && discard:1
|
||||
auto={D}{1}:2/0
|
||||
text=Flying -- {1}, Discard a card at random: Canyon Drake gets +2/+0 until end of turn.
|
||||
mana={2}{R}{R}
|
||||
type=Creature
|
||||
@@ -9802,20 +9817,6 @@ power=2
|
||||
toughness=2
|
||||
[/card]
|
||||
[card]
|
||||
name=Coralhelm Commander
|
||||
auto={1}:counter(0/0,1,Level Up) asSorcery
|
||||
auto=this(counter{0/0.2.Level Up}) flying
|
||||
auto=this(counter{0/0.2.Level Up}) 1/1
|
||||
auto=this(counter{0/0.4.Level Up}) lord(other merfolk|myBattlefield) 1/1
|
||||
auto=this(counter{0/0.4.Level Up}) 1/1
|
||||
text=Level up {1} -- [Level 2-3] : Flying (3/3) -- [Level 4+] : Flying, other Merfolk you control get +1/+1. (4/4)
|
||||
mana={U}{U}
|
||||
type=Creature
|
||||
subtype=Levelup Merfolk Soldier
|
||||
power=2
|
||||
toughness=2
|
||||
[/card]
|
||||
[card]
|
||||
name=Coral Atoll
|
||||
auto=tap
|
||||
auto=aslongas(island[-tapped]|mybattlefield) moveto(myhand) target(island[-tapped]|mybattlefield) oneshot
|
||||
@@ -9833,6 +9834,13 @@ power=2
|
||||
toughness=1
|
||||
[/card]
|
||||
[card]
|
||||
name=Coral Helm
|
||||
auto={D}{3}:2/2 target(creature)
|
||||
text={3}, Discard a card at random: Target creature gets +2/+2 until end of turn.
|
||||
mana={3}
|
||||
type=Artifact
|
||||
[/card]
|
||||
[card]
|
||||
name=Coral Merfolk
|
||||
mana={1}{U}
|
||||
type=Creature
|
||||
@@ -9850,6 +9858,20 @@ mana={U}{U}
|
||||
type=Enchantment
|
||||
[/card]
|
||||
[card]
|
||||
name=Coralhelm Commander
|
||||
auto={1}:counter(0/0,1,Level Up) asSorcery
|
||||
auto=this(counter{0/0.2.Level Up}) flying
|
||||
auto=this(counter{0/0.2.Level Up}) 1/1
|
||||
auto=this(counter{0/0.4.Level Up}) lord(other merfolk|myBattlefield) 1/1
|
||||
auto=this(counter{0/0.4.Level Up}) 1/1
|
||||
text=Level up {1} -- [Level 2-3] : Flying (3/3) -- [Level 4+] : Flying, other Merfolk you control get +1/+1. (4/4)
|
||||
mana={U}{U}
|
||||
type=Creature
|
||||
subtype=Levelup Merfolk Soldier
|
||||
power=2
|
||||
toughness=2
|
||||
[/card]
|
||||
[card]
|
||||
name=Coretapper
|
||||
auto={T}:counter(0/0,1,Charge) target(artifact)
|
||||
auto={S}:counter(0/0,2,Charge) target(artifact)
|
||||
@@ -11793,10 +11815,19 @@ mana={8}{R}{R}
|
||||
type=Sorcery
|
||||
[/card]
|
||||
[card]
|
||||
name=Decree of Justice
|
||||
auto=token(Angel,Creature Angel,4/4,flying,white)*XX
|
||||
autohand={2}{W}:cycling
|
||||
autohand={X}{W}:name(cycle and soldier tokens) && cycling && thisforeach(X) token(Soldier,Creature Soldier,1/1,white)*X
|
||||
text=Put X 4/4 white Angel creature tokens with flying onto the battlefield. -- Cycling {2}{W} ({2}{W}, Discard this card: Draw a card.) -- When you cycle Decree of Justice, you may pay {X}. If you do, put X 1/1 white Soldier creature tokens onto the battlefield.
|
||||
mana={X}{X}{2}{W}{W}
|
||||
type=Sorcery
|
||||
[/card]
|
||||
[card]
|
||||
name=Decree of Savagery
|
||||
auto=lord(creature|myBattlefield) counter(1/1,4)
|
||||
autohand={4}{G}{G}:cycling
|
||||
autohand={4}{G}{G}:counter(1/1,4) target(creature) && cycling
|
||||
autohand={4}{G}{G}:(cycle and 4 counters) && counter(1/1,4) target(creature) && cycling
|
||||
text=Put four +1/+1 counters on each creature you control. -- Cycling {4}{G}{G} ({4}{G}{G}, Discard this card: Draw a card.) -- When you cycle Decree of Savagery, you may put four +1/+1 counters on target creature.
|
||||
mana={7}{G}{G}
|
||||
type=Instant
|
||||
@@ -11874,6 +11905,32 @@ power=2
|
||||
toughness=2
|
||||
[/card]
|
||||
[card]
|
||||
name=Deepfire Elemental
|
||||
auto={1}:name(X = 0) && destroy target(*[artifact;creature;manacost=0])
|
||||
auto={3}:name(X = 1) && destroy target(*[artifact;creature;manacost=1])
|
||||
auto={5}:name(X = 2) && destroy target(*[artifact;creature;manacost=2])
|
||||
auto={7}:name(X = 3) && destroy target(*[artifact;creature;manacost=3])
|
||||
auto={9}:name(X = 4) && destroy target(*[artifact;creature;manacost=4])
|
||||
auto={11}:name(X = 5) && destroy target(*[artifact;creature;manacost=5])
|
||||
auto={13}:name(X = 6) && destroy target(*[artifact;creature;manacost=6])
|
||||
auto={15}:name(X = 7) && destroy target(*[artifact;creature;manacost=7])
|
||||
auto={17}:name(X = 8) && destroy target(*[artifact;creature;manacost=8])
|
||||
auto={19}:name(X = 9) && destroy target(*[artifact;creature;manacost=9])
|
||||
auto={21}:name(X = 10) && destroy target(*[artifact;creature;manacost=10])
|
||||
auto={23}:name(X = 11) && destroy target(*[artifact;creature;manacost=11])
|
||||
auto={25}:name(X = 12) && destroy target(*[artifact;creature;manacost=12])
|
||||
auto={27}:name(X = 13) && destroy target(*[artifact;creature;manacost=13])
|
||||
auto={29}:name(X = 14) && destroy target(*[artifact;creature;manacost=14])
|
||||
auto={31}:name(X = 15) && destroy target(*[artifact;creature;manacost=15])
|
||||
auto={33}:name(X = 16) && destroy target(*[artifact;creature;manacost=16])
|
||||
text={X}{X}{1}: Destroy target artifact or creature with converted mana cost X.
|
||||
mana={4}{B}{R}
|
||||
type=Creature
|
||||
subtype=Elemental
|
||||
power=4
|
||||
toughness=4
|
||||
[/card]
|
||||
[card]
|
||||
name=Deeptread Merrow
|
||||
auto={U}:islandwalk
|
||||
text={U}: Deeptread Merrow gains islandwalk until end of turn.
|
||||
@@ -13116,7 +13173,7 @@ toughness=4
|
||||
[/card]
|
||||
[card]
|
||||
name=Draconian Cylix
|
||||
auto={2}{T}:regenerate target(creature) && discard:1
|
||||
auto={D}{2}{T}:regenerate target(creature)
|
||||
text={2}, {T}, Discard a card at random: Regenerate target creature.
|
||||
mana={3}
|
||||
type=Artifact
|
||||
@@ -13655,6 +13712,32 @@ power=2
|
||||
toughness=3
|
||||
[/card]
|
||||
[card]
|
||||
name=Droning Bureaucrats
|
||||
auto={0}{T}:name(X = 0) && lord(creature[manacost=0]) cantattack && lord(creature[manacost=0]) cantblock
|
||||
auto={1}{T}:name(X = 1) && lord(creature[manacost=1]) cantattack && lord(creature[manacost=1]) cantblock
|
||||
auto={2}{T}:name(X = 2) && lord(creature[manacost=2]) cantattack && lord(creature[manacost=2]) cantblock
|
||||
auto={3}{T}:name(X = 3) && lord(creature[manacost=3]) cantattack && lord(creature[manacost=3]) cantblock
|
||||
auto={4}{T}:name(X = 4) && lord(creature[manacost=4]) cantattack && lord(creature[manacost=4]) cantblock
|
||||
auto={5}{T}:name(X = 5) && lord(creature[manacost=5]) cantattack && lord(creature[manacost=5]) cantblock
|
||||
auto={6}{T}:name(X = 6) && lord(creature[manacost=6]) cantattack && lord(creature[manacost=6]) cantblock
|
||||
auto={7}{T}:name(X = 7) && lord(creature[manacost=7]) cantattack && lord(creature[manacost=7]) cantblock
|
||||
auto={8}{T}:name(X = 8) && lord(creature[manacost=8]) cantattack && lord(creature[manacost=8]) cantblock
|
||||
auto={9}{T}:name(X = 9) && lord(creature[manacost=9]) cantattack && lord(creature[manacost=9]) cantblock
|
||||
auto={10}{T}:name(X = 10) && lord(creature[manacost=10]) cantattack && lord(creature[manacost=10]) cantblock
|
||||
auto={11}{T}:name(X = 11) && lord(creature[manacost=11]) cantattack && lord(creature[manacost=11]) cantblock
|
||||
auto={12}{T}:name(X = 12) && lord(creature[manacost=12]) cantattack && lord(creature[manacost=12]) cantblock
|
||||
auto={13}{T}:name(X = 13) && lord(creature[manacost=13]) cantattack && lord(creature[manacost=13]) cantblock
|
||||
auto={14}{T}:name(X = 14) && lord(creature[manacost=14]) cantattack && lord(creature[manacost=14]) cantblock
|
||||
auto={15}{T}:name(X = 15) && lord(creature[manacost=15]) cantattack && lord(creature[manacost=15]) cantblock
|
||||
auto={16}{T}:name(X = 16) && lord(creature[manacost=16]) cantattack && lord(creature[manacost=16]) cantblock
|
||||
text={X}, {T}: Each creature with converted mana cost X can't attack or block this turn.
|
||||
mana={3}{W}
|
||||
type=Creature
|
||||
subtype=Human Advisor
|
||||
power=1
|
||||
toughness=4
|
||||
[/card]
|
||||
[card]
|
||||
name=Drooling Ogre
|
||||
auto=@movedto(*[artifact]|opponentstack):moveto(opponentBattlefield)
|
||||
text=Whenever a player casts an artifact spell, that player gains control of Drooling Ogre. (This effect lasts indefinitely.)
|
||||
@@ -14093,6 +14176,16 @@ text=Dwarven Ruins enters the battlefield tapped. -- {T}: Add {R} to your mana p
|
||||
type=Land
|
||||
[/card]
|
||||
[card]
|
||||
name=Dwarven Strike Force
|
||||
auto={D}:first strike && haste
|
||||
text=Discard a card at random: Dwarven Strike Force gains first strike and haste until end of turn.
|
||||
mana={4}{R}
|
||||
type=Creature
|
||||
subtype=Dwarf Berserker
|
||||
power=4
|
||||
toughness=3
|
||||
[/card]
|
||||
[card]
|
||||
name=Dwarven Trader
|
||||
mana={R}
|
||||
type=Creature
|
||||
@@ -15257,6 +15350,15 @@ power=1
|
||||
toughness=1
|
||||
[/card]
|
||||
[card]
|
||||
name=Endless Whispers
|
||||
auto=@movedto(creature|mygraveyard) from(battlefield):all(trigger[to]) counter(0/0,1,endless)
|
||||
auto=@movedto(creature|opponentgraveyard) from(battlefield):all(trigger[to]) counter(0/0,1,endless)
|
||||
auto=@each endofturn:moveto(opponentbattlefield) all(*[counter{0/0.1.endless}|mygraveyard) && moveto(mybattlefield)
|
||||
text=Each creature has "When this creature is put into a graveyard, choose target opponent. That player returns this card from that graveyard to the battlefield under his or her control at the beginning of the next end step."
|
||||
mana={2}{B}{B}
|
||||
type=Enchantment
|
||||
[/card]
|
||||
[card]
|
||||
name=Endless Wurm
|
||||
abilities=trample
|
||||
auto=@each my upkeep:moveTo(graveyard) notatarget(this,enchantment|myBattlefield)
|
||||
@@ -17713,6 +17815,15 @@ type=Enchantment
|
||||
subtype=Aura
|
||||
[/card]
|
||||
[card]
|
||||
name=Flowstone Flood
|
||||
target=land
|
||||
auto=destroy
|
||||
buyback={D}{L}{L}{L}{3}{R}
|
||||
text=Buyback - Pay 3 life, Discard a card at random. (You may pay 3 life and discard a card at random in addition to any other costs as you cast this spell. If you do, put this card into your hand as it resolves.) -- Destroy target land.
|
||||
mana={3}{R}
|
||||
type=Sorcery
|
||||
[/card]
|
||||
[card]
|
||||
name=Flowstone Giant
|
||||
auto={R}:2/-2
|
||||
text={R}: Flowstone Giant gets +2/-2 until end of turn.
|
||||
@@ -18246,6 +18357,16 @@ power=1
|
||||
toughness=1
|
||||
[/card]
|
||||
[card]
|
||||
name=Frenetic Ogre
|
||||
auto={D}{R}:3/0
|
||||
text={R}, Discard a card at random: Frenetic Ogre gets +3/+0 until end of turn.
|
||||
mana={4}{R}
|
||||
type=Creature
|
||||
subtype=Ogre
|
||||
power=2
|
||||
toughness=3
|
||||
[/card]
|
||||
[card]
|
||||
name=Frenetic Raptor
|
||||
auto=lord(beast) cantblock
|
||||
text=Beasts can't block.
|
||||
@@ -18501,6 +18622,18 @@ power=3
|
||||
toughness=3
|
||||
[/card]
|
||||
[card]
|
||||
name=Furnace Dragon
|
||||
abilities=affinityartifacts,flying
|
||||
auto=kicker moveTo(exile) all(artifact|battlefield)
|
||||
text=Affinity for artifacts (This spell costs {1} less to cast for each artifact you control.) -- Flying -- When Furnace Dragon enters the battlefield, if you cast it from your hand, exile all artifacts.
|
||||
mana={6}{R}{R}{R}
|
||||
kicker={0}
|
||||
type=Creature
|
||||
subtype=Dragon
|
||||
power=5
|
||||
toughness=5
|
||||
[/card]
|
||||
[card]
|
||||
name=Furnace Spirit
|
||||
abilities=haste
|
||||
auto={R}:1/0
|
||||
@@ -18812,6 +18945,13 @@ type=Instant
|
||||
subtype=Arcane
|
||||
[/card]
|
||||
[card]
|
||||
name=Gelatinous Genesis
|
||||
auto=token(Ooze,Creature Ooze,XX/XX,green)*XX
|
||||
text=Target creature gets +3/+3 until end of turn.
|
||||
mana={X}{X}{G}
|
||||
type=Sorcery
|
||||
[/card]
|
||||
[card]
|
||||
name=Gelectrode
|
||||
auto={T}:damage:1 target(creature,player)
|
||||
auto=@movedTo(instant,sorcery|mystack):may untap
|
||||
@@ -18849,7 +18989,7 @@ toughness=5
|
||||
[card]
|
||||
name=Gempalm Incinerator
|
||||
autohand={1}{R}:cycling
|
||||
autohand={1}{R}:foreach(goblin|battlefield) damage:1 target(creature) && cycling
|
||||
autohand={1}{R}:damage:1 target(creature,player) && cycling
|
||||
text=Cycling {1}{R} ({1}{R}, Discard this card: Draw a card.) -- When you cycle Gempalm Incinerator, you may have it deal X damage to target creature, where X is the number of Goblins on the battlefield.
|
||||
mana={2}{R}
|
||||
type=Creature
|
||||
@@ -20707,6 +20847,32 @@ power=3
|
||||
toughness=3
|
||||
[/card]
|
||||
[card]
|
||||
name=Gorilla Shaman
|
||||
auto={1}:name(X = 0) && destroy target(*[artifact[-creature];manacost=0])
|
||||
auto={3}:name(X = 1) && destroy target(*[artifact[-creature];manacost=1])
|
||||
auto={5}:name(X = 2) && destroy target(*[artifact[-creature];manacost=2])
|
||||
auto={7}:name(X = 3) && destroy target(*[artifact[-creature];manacost=3])
|
||||
auto={9}:name(X = 4) && destroy target(*[artifact[-creature];manacost=4])
|
||||
auto={11}:name(X = 5) && destroy target(*[artifact[-creature];manacost=5])
|
||||
auto={13}:name(X = 6) && destroy target(*[artifact[-creature];manacost=6])
|
||||
auto={15}:name(X = 7) && destroy target(*[artifact[-creature];manacost=7])
|
||||
auto={17}:name(X = 8) && destroy target(*[artifact[-creature];manacost=8])
|
||||
auto={19}:name(X = 9) && destroy target(*[artifact[-creature];manacost=9])
|
||||
auto={21}:name(X = 10) && destroy target(*[artifact[-creature];manacost=10])
|
||||
auto={23}:name(X = 11) && destroy target(*[artifact[-creature];manacost=11])
|
||||
auto={25}:name(X = 12) && destroy target(*[artifact[-creature];manacost=12])
|
||||
auto={27}:name(X = 13) && destroy target(*[artifact[-creature];manacost=13])
|
||||
auto={29}:name(X = 14) && destroy target(*[artifact[-creature];manacost=14])
|
||||
auto={31}:name(X = 15) && destroy target(*[artifact[-creature];manacost=15])
|
||||
auto={33}:name(X = 16) && destroy target(*[artifact[-creature];manacost=16])
|
||||
text={X}{X}{1}: Destroy target noncreature artifact with converted mana cost X.
|
||||
mana={R}
|
||||
type=Creature
|
||||
subtype=Ape Shaman
|
||||
power=1
|
||||
toughness=1
|
||||
[/card]
|
||||
[card]
|
||||
name=Gorilla Titan
|
||||
abilities=trample
|
||||
auto=aslongas(*|mygraveyard) 4/4 <1
|
||||
@@ -22269,6 +22435,32 @@ mana={R}
|
||||
type=Instant
|
||||
[/card]
|
||||
[card]
|
||||
name=Hearth Kami
|
||||
auto={0}{S}:name(X = 0) && destroy target(artifact[manacost=0])
|
||||
auto={1}{S}:name(X = 1) && destroy target(artifact[manacost=1])
|
||||
auto={2}{S}:name(X = 2) && destroy target(artifact[manacost=2])
|
||||
auto={3}{S}:name(X = 3) && destroy target(artifact[manacost=3])
|
||||
auto={4}{S}:name(X = 4) && destroy target(artifact[manacost=4])
|
||||
auto={5}{S}:name(X = 5) && destroy target(artifact[manacost=5])
|
||||
auto={6}{S}:name(X = 6) && destroy target(artifact[manacost=6])
|
||||
auto={7}{S}:name(X = 7) && destroy target(artifact[manacost=7])
|
||||
auto={8}{S}:name(X = 8) && destroy target(artifact[manacost=8])
|
||||
auto={9}{S}:name(X = 9) && destroy target(artifact[manacost=9])
|
||||
auto={10}{S}:name(X = 10) && destroy target(artifact[manacost=10])
|
||||
auto={11}{S}:name(X = 11) && destroy target(artifact[manacost=11])
|
||||
auto={12}{S}:name(X = 12) && destroy target(artifact[manacost=12])
|
||||
auto={13}{S}:name(X = 13) && destroy target(artifact[manacost=13])
|
||||
auto={14}{S}:name(X = 14) && destroy target(artifact[manacost=14])
|
||||
auto={15}{S}:name(X = 15) && destroy target(artifact[manacost=15])
|
||||
auto={16}{S}:name(X = 16) && destroy target(artifact[manacost=16])
|
||||
text={X}, Sacrifice Hearth Kami: Destroy target artifact with converted mana cost X.
|
||||
mana={1}{R}
|
||||
type=Creature
|
||||
subtype=Spirit
|
||||
power=2
|
||||
toughness=1
|
||||
[/card]
|
||||
[card]
|
||||
name=Hearthcage Giant
|
||||
auto=token(Elemental Shaman,creature Elemental Shaman,3/1,red)*2
|
||||
auto={S(elemental|myBattlefield)}:3/1 target(creature[giant])
|
||||
@@ -22532,6 +22724,17 @@ power=4
|
||||
toughness=4
|
||||
[/card]
|
||||
[card]
|
||||
name=Hell-Bent Raider
|
||||
auto=first strike,haste
|
||||
auto={D}:protection from white
|
||||
text=First strike, haste -- Discard a card at random: Hell-Bent Raider gains protection from white until end of turn.
|
||||
mana={1}{R}{R}
|
||||
type=Creature
|
||||
subtype=Human Barbarian
|
||||
power=2
|
||||
toughness=2
|
||||
[/card]
|
||||
[card]
|
||||
name=Hellfire
|
||||
auto=foreach(creature[-black]) damage:1 controller
|
||||
auto=damage:3 controller
|
||||
@@ -24497,7 +24700,7 @@ type=Instant
|
||||
[/card]
|
||||
[card]
|
||||
name=Into Thin Air
|
||||
ability=affinityartifacts
|
||||
abilities=affinityartifacts
|
||||
target=artifact
|
||||
auto=moveTo(ownerhand)
|
||||
text=Affinity for artifacts (This spell costs {1} less to cast for each artifact you control.) -- Return target artifact to its owner's hand.
|
||||
@@ -26538,6 +26741,16 @@ text=Khalni Garden enters the battlefield tapped. -- When Khalni Garden enters t
|
||||
type=Land
|
||||
[/card]
|
||||
[card]
|
||||
name=Khalni Hydra
|
||||
abilities=affinitygreencreatures,trample
|
||||
text=Khalni Hydra costs Green less to cast for each green creature you control. -- Trample
|
||||
mana={G}{G}{G}{G}{G}{G}{G}{G}
|
||||
type=Creature
|
||||
subtype=Hydra
|
||||
power=8
|
||||
toughness=8
|
||||
[/card]
|
||||
[card]
|
||||
name=Kher Keep
|
||||
auto={T}:Add {1}
|
||||
auto={1}{R}{T}:token(Kobolds of Kher Keep,creature kobold, 0/1, red)
|
||||
@@ -29628,7 +29841,7 @@ toughness=0
|
||||
[/card]
|
||||
[card]
|
||||
name=Mage il-Vec
|
||||
auto={T}:damage:1 target(creature,player) && discard:1 controller
|
||||
auto={D}{T}:damage:1 target(creature,player)
|
||||
text={T}, Discard a card at random: Mage il-Vec deals 1 damage to target creature or player.
|
||||
mana={2}{R}
|
||||
type=Creature
|
||||
@@ -31113,6 +31326,13 @@ text={T}: Choose a color of a permanent you control. Add one mana of that color
|
||||
type=Land
|
||||
[/card]
|
||||
[card]
|
||||
name=Meteor Storm
|
||||
auto={2}{R}{G}{D}{D}:damage:4 target(creature,player)
|
||||
text={2}{R}{G}, Discard two cards at random: Meteor Storm deals 4 damage to target creature or player.
|
||||
mana={R}{G}
|
||||
type=Enchantment
|
||||
[/card]
|
||||
[card]
|
||||
name=Midnight Banshee
|
||||
abilities=wither
|
||||
auto=@each my upkeep:all(creature[-black]) counter(-1/-1,1)
|
||||
@@ -31256,6 +31476,32 @@ mana={2}
|
||||
type=Artifact
|
||||
[/card]
|
||||
[card]
|
||||
name=Minamo Sightbender
|
||||
auto={0}{T}:name(X = 0) && unblockable target(creature[manacost=0])
|
||||
auto={1}{T}:name(X = 1) && unblockable target(creature[manacost=1])
|
||||
auto={2}{T}:name(X = 2) && unblockable target(creature[manacost=2])
|
||||
auto={3}{T}:name(X = 3) && unblockable target(creature[manacost=3])
|
||||
auto={4}{T}:name(X = 4) && unblockable target(creature[manacost=4])
|
||||
auto={5}{T}:name(X = 5) && unblockable target(creature[manacost=5])
|
||||
auto={6}{T}:name(X = 6) && unblockable target(creature[manacost=6])
|
||||
auto={7}{T}:name(X = 7) && unblockable target(creature[manacost=7])
|
||||
auto={8}{T}:name(X = 8) && unblockable target(creature[manacost=8])
|
||||
auto={9}{T}:name(X = 9) && unblockable target(creature[manacost=9])
|
||||
auto={10}{T}:name(X = 10) && unblockable target(creature[manacost=10])
|
||||
auto={11}{T}:name(X = 11) && unblockable target(creature[manacost=11])
|
||||
auto={12}{T}:name(X = 12) && unblockable target(creature[manacost=12])
|
||||
auto={13}{T}:name(X = 13) && unblockable target(creature[manacost=13])
|
||||
auto={14}{T}:name(X = 14) && unblockable target(creature[manacost=14])
|
||||
auto={15}{T}:name(X = 15) && unblockable target(creature[manacost=15])
|
||||
auto={16}{T}:name(X = 16) && unblockable target(creature[manacost=16])
|
||||
text={X}, {T}: Target creature with power X or less is unblockable this turn.
|
||||
mana={1}{U}
|
||||
type=Creature
|
||||
subtype=Human Wizard
|
||||
power=1
|
||||
toughness=2
|
||||
[/card]
|
||||
[card]
|
||||
name=Minamo, School at Water's Edge
|
||||
auto={T}:Add{U}
|
||||
auto={U}{T}:Untap target(*[legendary])
|
||||
@@ -32510,9 +32756,13 @@ toughness=1
|
||||
[/card]
|
||||
[card]
|
||||
name=Mox Diamond
|
||||
auto=aslongas(land|myhand) moveTo(mygraveyard) notatarget(land|myhand) oneshot
|
||||
auto=moveTo(mygraveyard) notatarget(this|myBattlefield)
|
||||
auto=@movedTo(land|mygraveyard) from(myhand):lord(mox diamond) {T}:Add{W} && lord(mox diamond) {T}:Add{U} && lord(mox diamond) {T}:Add{B} && lord(mox diamond) {T}:Add{R} && lord(mox diamond) {T}:Add{G}
|
||||
auto=aslongas(land|myhand) moveto(mygraveyard) target(land|myhand) oneshot && counter(0/0,-1,payment)
|
||||
auto=moveto(mygraveyard) target(this|mybattlefield)
|
||||
auto=this(counter{0/0.1.payment}<1) {T}:Add{W}
|
||||
auto=this(counter{0/0.1.payment}<1) {T}:Add{U}
|
||||
auto=this(counter{0/0.1.payment}<1) {T}:Add{B}
|
||||
auto=this(counter{0/0.1.payment}<1) {T}:Add{R}
|
||||
auto=this(counter{0/0.1.payment}<1) {T}:Add{G}
|
||||
text=If Mox Diamond would enter the battlefield, you may discard a land card instead. If you do, put Mox Diamond onto the battlefield. If you don't, put it into its owner's graveyard. -- {T}: Add one mana of any color to your mana pool.
|
||||
mana={0}
|
||||
type=Artifact
|
||||
@@ -32829,7 +33079,7 @@ toughness=3
|
||||
[/card]
|
||||
[card]
|
||||
name=Myr Enforcer
|
||||
auto=affinityartifacts
|
||||
abilities=affinityartifacts
|
||||
text=Affinity for artifacts (This spell costs {1} less to cast for each artifact you control.)
|
||||
mana={7}
|
||||
type=Artifact Creature
|
||||
@@ -32867,6 +33117,31 @@ power=1
|
||||
toughness=1
|
||||
[/card]
|
||||
[card]
|
||||
name=Myr Prototype
|
||||
auto=@each my upkeep:counter(1/1)
|
||||
auto=this(counter{1/1.1}=) {1}:-cantattack myAttackersOnly
|
||||
auto=this(counter{1/1.2}=) {2}:-cantattack myAttackersOnly
|
||||
auto=this(counter{1/1.3}=) {3}:-cantattack myAttackersOnly
|
||||
auto=this(counter{1/1.4}=) {4}:-cantattack myAttackersOnly
|
||||
auto=this(counter{1/1.5}=) {5}:-cantattack myAttackersOnly
|
||||
auto=this(counter{1/1.6}=) {6}:-cantattack myAttackersOnly
|
||||
auto=this(counter{1/1.7}=) {7}:-cantattack myAttackersOnly
|
||||
auto=this(counter{1/1.8}=) {8}:-cantattack myAttackersOnly
|
||||
auto=this(counter{1/1.9}=) {9}:-cantattack myAttackersOnly
|
||||
auto=this(counter{1/1.10}=) {10}:-cantattack myAttackersOnly
|
||||
auto=this(counter{1/1.11}=) {11}:-cantattack myAttackersOnly
|
||||
auto=this(counter{1/1.12}=) {12}:-cantattack myAttackersOnly
|
||||
auto=this(counter{1/1.13}=) {13}:-cantattack myAttackersOnly
|
||||
auto=this(counter{1/1.14}=) {14}:-cantattack myAttackersOnly
|
||||
auto=this(counter{1/1.15}=) {15}:-cantattack myAttackersOnly
|
||||
text=At the beginning of your upkeep, put a +1/+1 counter on Myr Prototype. -- Myr Prototype can't attack or block unless you pay {1} for each +1/+1 counter on it.
|
||||
mana={5}
|
||||
type=Artifact Creature
|
||||
subtype=Myr
|
||||
power=2
|
||||
toughness=2
|
||||
[/card]
|
||||
[card]
|
||||
name=Myr Retriever
|
||||
auto=@movedTo(this|graveyard) from(battlefield):moveTo(myhand) target(other artifact|mygraveyard)
|
||||
text=When Myr Retriever is put into a graveyard from the battlefield, return another target artifact card from your graveyard to your hand.
|
||||
@@ -34573,7 +34848,7 @@ toughness=3
|
||||
[/card]
|
||||
[card]
|
||||
name=Ogre Shaman
|
||||
auto={2}:damage:2 target(creature,player) && discard:1 controller
|
||||
auto={2}{D}:damage:2 target(creature,player)
|
||||
text={2}, Discard a card at random: Ogre Shaman deals 2 damage to target creature or player.
|
||||
mana={3}{R}{R}
|
||||
type=Creature
|
||||
@@ -35144,6 +35419,14 @@ power=0
|
||||
toughness=2
|
||||
[/card]
|
||||
[card]
|
||||
name=Orochi Hatchery
|
||||
auto=counter(0/0,xx,Charge)
|
||||
auto={5}{T}:thisforeach(counter{0/0,1,Charge}) token(Snake,Creature Snake,1/1,green)
|
||||
text=Orochi Hatchery enters the battlefield with X charge counters on it. -- {5}, {T}: Put a 1/1 green Snake creature token onto the battlefield for each charge counter on Orochi Hatchery.
|
||||
mana={X}{X}
|
||||
type=Artifact
|
||||
[/card]
|
||||
[card]
|
||||
name=Orochi Leafcaller
|
||||
auto={G}:Add {W}
|
||||
auto={G}:Add {U}
|
||||
@@ -35515,6 +35798,30 @@ power=*
|
||||
toughness=3
|
||||
[/card]
|
||||
[card]
|
||||
name=Panacea
|
||||
auto={1}{T}:name(X = 1) && prevent:1 target(creature,player)
|
||||
auto={2}{T}:name(X = 2) && prevent:2 target(creature,player)
|
||||
auto={3}{T}:name(X = 3) && prevent:3 target(creature,player)
|
||||
auto={4}{T}:name(X = 4) && prevent:4 target(creature,player)
|
||||
auto={5}{T}:name(X = 5) && prevent:5 target(creature,player)
|
||||
auto={6}{T}:name(X = 6) && prevent:6 target(creature,player)
|
||||
auto={7}{T}:name(X = 7) && prevent:7 target(creature,player)
|
||||
auto={8}{T}:name(X = 8) && prevent:8 target(creature,player)
|
||||
auto={9}{T}:name(X = 9) && prevent:9 target(creature,player)
|
||||
auto={10}{T}:name(X = 10) && prevent:10 target(creature,player)
|
||||
auto={11}{T}:name(X = 11) && prevent:11 target(creature,player)
|
||||
auto={12}{T}:name(X = 12) && prevent:12 target(creature,player)
|
||||
auto={13}{T}:name(X = 13) && prevent:13 target(creature,player)
|
||||
auto={14}{T}:name(X = 14) && prevent:14 target(creature,player)
|
||||
auto={15}{T}:name(X = 15) && prevent:15 target(creature,player)
|
||||
auto={16}{T}:name(X = 16) && prevent:16 target(creature,player)
|
||||
auto={17}{T}:name(X = 17) && prevent:17 target(creature,player)
|
||||
auto={18}{T}:name(X = 18) && prevent:18 target(creature,player)
|
||||
text={X}{X}, {T}: Prevent the next X damage that would be dealt to target creature or player this turn.
|
||||
mana={4}
|
||||
type=Artifact
|
||||
[/card]
|
||||
[card]
|
||||
name=Pang Tong, "Young Phoenix"
|
||||
auto={T}:0/2 target(creature) myTurnOnly
|
||||
text={T}: Target creature gets +0/+2 until end of turn. Activate this ability only during your turn, before attackers are declared.
|
||||
@@ -35695,6 +36002,26 @@ power=2
|
||||
toughness=3
|
||||
[/card]
|
||||
[card]
|
||||
name=Pardic Lancer
|
||||
auto={D}:1/0 && first strike
|
||||
text=Discard a card at random: Pardic Lancer gets +1/+0 and gains first strike until end of turn.
|
||||
mana={4}{R}
|
||||
type=Creature
|
||||
subtype=Human Barbarian
|
||||
power=3
|
||||
toughness=2
|
||||
[/card]
|
||||
[card]
|
||||
name=Pardic Swordsmith
|
||||
auto={R}{D}:2/0
|
||||
text={R}, Discard a card at random: Pardic Swordsmith gets +2/+0 until end of turn.
|
||||
mana={2}{R}
|
||||
type=Creature
|
||||
subtype=Dwarf
|
||||
power=1
|
||||
toughness=1
|
||||
[/card]
|
||||
[card]
|
||||
name=Part the Veil
|
||||
auto=moveTo(ownerhand) all(creature|myBattlefield)
|
||||
text=Return all creatures you control to their owner's hand.
|
||||
@@ -36083,6 +36410,10 @@ auto={9}{S}:name(X = 9) && destroy all(*[-land;manacost<=9])
|
||||
auto={10}{S}:name(X = 10) && destroy all(*[-land;manacost<=10])
|
||||
auto={11}{S}:name(X = 11) && destroy all(*[-land;manacost<=11])
|
||||
auto={12}{S}:name(X = 12) && destroy all(*[-land;manacost<=12])
|
||||
auto={13}{S}:name(X = 13) && destroy all(*[-land;manacost<=13])
|
||||
auto={14}{S}:name(X = 14) && destroy all(*[-land;manacost<=14])
|
||||
auto={15}{S}:name(X = 15) && destroy all(*[-land;manacost<=15])
|
||||
auto={16}{S}:name(X = 16) && destroy all(*[-land;manacost<=16])
|
||||
text={X}, Sacrifice Pernicious Deed: Destroy each artifact, creature, and enchantment with converted mana cost X or less.
|
||||
mana={1}{B}{G}
|
||||
type=Enchantment
|
||||
@@ -36507,6 +36838,32 @@ mana={3}
|
||||
type=Artifact
|
||||
[/card]
|
||||
[card]
|
||||
name=Phyrexian Marauder
|
||||
abilities=cantblock,cantattack
|
||||
auto=counter(1/1,X)
|
||||
auto=this(counter{1/1.1}=) {1}:-cantattack myAttackersOnly
|
||||
auto=this(counter{1/1.2}=) {2}:-cantattack myAttackersOnly
|
||||
auto=this(counter{1/1.3}=) {3}:-cantattack myAttackersOnly
|
||||
auto=this(counter{1/1.4}=) {4}:-cantattack myAttackersOnly
|
||||
auto=this(counter{1/1.5}=) {5}:-cantattack myAttackersOnly
|
||||
auto=this(counter{1/1.6}=) {6}:-cantattack myAttackersOnly
|
||||
auto=this(counter{1/1.7}=) {7}:-cantattack myAttackersOnly
|
||||
auto=this(counter{1/1.8}=) {8}:-cantattack myAttackersOnly
|
||||
auto=this(counter{1/1.9}=) {9}:-cantattack myAttackersOnly
|
||||
auto=this(counter{1/1.10}=) {10}:-cantattack myAttackersOnly
|
||||
auto=this(counter{1/1.11}=) {11}:-cantattack myAttackersOnly
|
||||
auto=this(counter{1/1.12}=) {12}:-cantattack myAttackersOnly
|
||||
auto=this(counter{1/1.13}=) {13}:-cantattack myAttackersOnly
|
||||
auto=this(counter{1/1.14}=) {14}:-cantattack myAttackersOnly
|
||||
auto=this(counter{1/1.15}=) {15}:-cantattack myAttackersOnly
|
||||
text=Phyrexian Marauder enters the battlefield with X +1/+1 counters on it. -- Phyrexian Marauder can't block. -- Phyrexian Marauder can't attack unless you pay {1} for each +1/+1 counter on it.
|
||||
mana={X}
|
||||
type=Artifact Creature
|
||||
subtype=Construct
|
||||
power=0
|
||||
toughness=0
|
||||
[/card]
|
||||
[card]
|
||||
name=Phyrexian Monitor
|
||||
auto={B}:regenerate
|
||||
text={B}: Regenerate Phyrexian Monitor.
|
||||
@@ -36911,6 +37268,32 @@ power=1
|
||||
toughness=1
|
||||
[/card]
|
||||
[card]
|
||||
name=Plaguebearer
|
||||
auto={B}:name(X = 0) && destroy target(creature[-black;manacost=0])
|
||||
auto={2}{B}:name(X = 1) && destroy target(creature[-black;manacost=1])
|
||||
auto={4}{B}:name(X = 2) && destroy target(creature[-black;manacost=2])
|
||||
auto={6}{B}:name(X = 3) && destroy target(creature[-black;manacost=3])
|
||||
auto={8}{B}:name(X = 4) && destroy target(creature[-black;manacost=4])
|
||||
auto={10}{B}:name(X = 5) && destroy target(creature[-black;manacost=5])
|
||||
auto={12}{B}:name(X = 6) && destroy target(creature[-black;manacost=6])
|
||||
auto={14}{B}:name(X = 7) && destroy target(creature[-black;manacost=7])
|
||||
auto={16}{B}:name(X = 8) && destroy target(creature[-black;manacost=8])
|
||||
auto={18}{B}:name(X = 9) && destroy target(creature[-black;manacost=9])
|
||||
auto={20}{B}:name(X = 10) && destroy target(creature[-black;manacost=10])
|
||||
auto={22}{B}:name(X = 11) && destroy target(creature[-black;manacost=11])
|
||||
auto={24}{B}:name(X = 12) && destroy target(creature[-black;manacost=12])
|
||||
auto={26}{B}:name(X = 13) && destroy target(creature[-black;manacost=13])
|
||||
auto={28}{B}:name(X = 14) && destroy target(creature[-black;manacost=14])
|
||||
auto={30}{B}:name(X = 15) && destroy target(creature[-black;manacost=15])
|
||||
auto={32}{B}:name(X = 16) && destroy target(creature[-black;manacost=16])
|
||||
text={X}{X}{B}: Destroy target nonblack creature with converted mana cost X.
|
||||
mana={1}{B}
|
||||
type=Creature
|
||||
subtype=Zombie
|
||||
power=1
|
||||
toughness=1
|
||||
[/card]
|
||||
[card]
|
||||
name=Plains
|
||||
auto={T}: Add {W}
|
||||
text=W
|
||||
@@ -37292,6 +37675,30 @@ power=3
|
||||
toughness=3
|
||||
[/card]
|
||||
[card]
|
||||
name=Powder Keg
|
||||
auto=@each my upkeep:may counter(0/0,1,Fuse)
|
||||
auto=this(counter{0/0.1.Fuse}<1) {T}:destroy all(*[artifact;creature;manacost=0])
|
||||
auto=this(counter{0/0.1.Fuse}=1) {T}:destroy all(*[artifact;creature;manacost=1])
|
||||
auto=this(counter{0/0.1.Fuse}=2) {T}:destroy all(*[artifact;creature;manacost=2])
|
||||
auto=this(counter{0/0.1.Fuse}=3) {T}:destroy all(*[artifact;creature;manacost=3])
|
||||
auto=this(counter{0/0.1.Fuse}=4) {T}:destroy all(*[artifact;creature;manacost=4])
|
||||
auto=this(counter{0/0.1.Fuse}=5) {T}:destroy all(*[artifact;creature;manacost=5])
|
||||
auto=this(counter{0/0.1.Fuse}=6) {T}:destroy all(*[artifact;creature;manacost=6])
|
||||
auto=this(counter{0/0.1.Fuse}=7) {T}:destroy all(*[artifact;creature;manacost=7])
|
||||
auto=this(counter{0/0.1.Fuse}=8) {T}:destroy all(*[artifact;creature;manacost=8])
|
||||
auto=this(counter{0/0.1.Fuse}=9) {T}:destroy all(*[artifact;creature;manacost=9])
|
||||
auto=this(counter{0/0.1.Fuse}=10) {T}:destroy all(*[artifact;creature;manacost=10])
|
||||
auto=this(counter{0/0.1.Fuse}=11) {T}:destroy all(*[artifact;creature;manacost=11])
|
||||
auto=this(counter{0/0.1.Fuse}=12) {T}:destroy all(*[artifact;creature;manacost=12])
|
||||
auto=this(counter{0/0.1.Fuse}=13) {T}:destroy all(*[artifact;creature;manacost=13])
|
||||
auto=this(counter{0/0.1.Fuse}=14) {T}:destroy all(*[artifact;creature;manacost=14])
|
||||
auto=this(counter{0/0.1.Fuse}=15) {T}:destroy all(*[artifact;creature;manacost=15])
|
||||
auto=this(counter{0/0.1.Fuse}=16) {T}:destroy all(*[artifact;creature;manacost=16])
|
||||
text=At the beginning of your upkeep, you may put a fuse counter on Powder Keg. -- {T}, Sacrifice Powder Keg: Destroy each artifact and creature with converted mana cost equal to the number of fuse counters on Powder Keg.
|
||||
mana={2}
|
||||
type=Artifact
|
||||
[/card]
|
||||
[card]
|
||||
name=Power Leak
|
||||
target=enchantment
|
||||
alias=1215
|
||||
@@ -38094,6 +38501,14 @@ mana={2}{R}{R}
|
||||
type=Enchantment
|
||||
[/card]
|
||||
[card]
|
||||
name=Pyromania
|
||||
auto={1}{R}{D}:damage:1 target(creature,player)
|
||||
auto={1}{R}{S}:damage:1 target(creature,player)
|
||||
text={1}{R}, Discard a card at random: Pyromania deals 1 damage to target creature or player. -- {1}{R}, Sacrifice Pyromania: Pyromania deals 1 damage to target creature or player.
|
||||
mana={2}{R}
|
||||
type=Enchantment
|
||||
[/card]
|
||||
[card]
|
||||
name=Pyrostatic Pillar
|
||||
auto=@movedTo(*[manacost<=3]|mystack):damage:2 controller
|
||||
auto=@movedTo(*[manacost<=3]|opponentstack):damage:2 opponent
|
||||
@@ -42053,6 +42468,7 @@ toughness=6
|
||||
[card]
|
||||
name=Scale of Chiss-Goria
|
||||
abilities=affinityartifacts,flash
|
||||
auto={T}:0/1 target(creature)
|
||||
text=Flash -- Affinity for artifacts (This spell costs {1} less to cast for each artifact you control.) -- {T}: Target creature gets +0/+1 until end of turn.
|
||||
mana={3}
|
||||
type=Artifact
|
||||
@@ -46308,6 +46724,22 @@ power=1
|
||||
toughness=1
|
||||
[/card]
|
||||
[card]
|
||||
name=Sonic Burst
|
||||
target=creature,player
|
||||
auto=damage:4
|
||||
text=As an additional cost to cast Sonic Burst, discard a card at random. -- Sonic Burst deals 4 damage to target creature or player.
|
||||
mana={1}{R}{D}
|
||||
type=Instant
|
||||
[/card]
|
||||
[card]
|
||||
name=Sonic Seizure
|
||||
target=creature,player
|
||||
auto=damage:3
|
||||
text=As an additional cost to cast Sonic Seizure, discard a card at random. -- Sonic Seizure deals 3 damage to target creature or player.
|
||||
mana={R}{D}
|
||||
type=Instant
|
||||
[/card]
|
||||
[card]
|
||||
name=Soot Imp
|
||||
abilities=flying
|
||||
auto=@movedTo(*[-black]|mystack):life:-1 controller
|
||||
@@ -48625,6 +49057,13 @@ mana={R}
|
||||
type=World Enchantment
|
||||
[/card]
|
||||
[card]
|
||||
name=Stormbind
|
||||
auto={2}{D}:damage:2 target(creature,player)
|
||||
text={2}, Discard a card at random: Stormbind deals 2 damage to target creature or player.
|
||||
mana={1}{R}{G}
|
||||
type=Enchantment
|
||||
[/card]
|
||||
[card]
|
||||
name=Stormcloud Djinn
|
||||
abilities=flying,cloud
|
||||
auto={R}{R}:2/0 && damage:1 controller
|
||||
@@ -50070,6 +50509,34 @@ power=1
|
||||
toughness=3
|
||||
[/card]
|
||||
[card]
|
||||
name=Talon of Pain
|
||||
auto=@damaged(player) from(other *|mybattlefield,mystack):counter(0/0,1,charge)
|
||||
auto=@damaged(player) from(other *|mystack):counter(0/0,1,charge)
|
||||
auto={C(0/0,-1,charge)}{T}:name(remove 1 counter) && damage:1 target(creature,player)
|
||||
auto={C(0/0,-2,charge)}{T}:name(remove 2 counters) && damage:2 target(creature,player)
|
||||
auto={C(0/0,-3,charge)}{T}:name(remove 3 counters) && damage:3 target(creature,player)
|
||||
auto={C(0/0,-4,charge)}{T}:name(remove 4 counters) && damage:4 target(creature,player)
|
||||
auto={C(0/0,-5,charge)}{T}:name(remove 5 counters) && damage:5 target(creature,player)
|
||||
auto={C(0/0,-6,charge)}{T}:name(remove 6 counters) && damage:6 target(creature,player)
|
||||
auto={C(0/0,-7,charge)}{T}:name(remove 7 counters) && damage:7 target(creature,player)
|
||||
auto={C(0/0,-8,charge)}{T}:name(remove 8 counters) && damage:8 target(creature,player)
|
||||
auto={C(0/0,-9,charge)}{T}:name(remove 9 counters) && damage:9 target(creature,player)
|
||||
auto={C(0/0,-10,charge)}{T}:name(remove 10 counter) && damage:10 target(creature,player)
|
||||
auto={C(0/0,-11,charge)}{T}:name(remove 11 counters) && damage:11 target(creature,player)
|
||||
auto={C(0/0,-12,charge)}{T}:name(remove 12 counters) && damage:12 target(creature,player)
|
||||
auto={C(0/0,-13,charge)}{T}:name(remove 13 counters) && damage:13 target(creature,player)
|
||||
auto={C(0/0,-14,charge)}{T}:name(remove 14 counter) && damage:14 target(creature,player)
|
||||
auto={C(0/0,-15,charge)}{T}:name(remove 9 counters) && damage:15 target(creature,player)
|
||||
auto={C(0/0,-16,charge)}{T}:name(remove 10 counter) && damage:16 target(creature,player)
|
||||
auto={C(0/0,-17,charge)}{T}:name(remove 11 counters) && damage:17 target(creature,player)
|
||||
auto={C(0/0,-18,charge)}{T}:name(remove 12 counters) && damage:18 target(creature,player)
|
||||
auto={C(0/0,-19,charge)}{T}:name(remove 13 counters) && damage:19 target(creature,player)
|
||||
auto={C(0/0,-20,charge)}{T}:name(remove 14 counter) && damage:20 target(creature,player)
|
||||
text=Whenever a source you control other than Talon of Pain deals damage to an opponent, put a charge counter on Talon of Pain. -- {X}, {T}, Remove X charge counters from Talon of Pain: Talon of Pain deals X damage to target creature or player.
|
||||
mana={4}
|
||||
type=Artifact
|
||||
[/card]
|
||||
[card]
|
||||
name=Talon Sliver
|
||||
auto=lord(sliver) first strike
|
||||
text=All Sliver creatures have first strike.
|
||||
@@ -58301,6 +58768,14 @@ mana={2}
|
||||
type=Artifact
|
||||
[/card]
|
||||
[card]
|
||||
name=Wurmcalling
|
||||
auto=token(Wurm,Creature Wurm,X/X,green)
|
||||
buyback={X}{G}{2}{G}
|
||||
text=Buyback {2}{G} (You may pay an additional {2}{G} as you cast this spell. If you do, put this card into your hand as it resolves.) -- Put an X/X green Wurm creature token onto the battlefield.
|
||||
mana={X}{G}
|
||||
type=Sorcery
|
||||
[/card]
|
||||
[card]
|
||||
name=Wurmweaver Coil
|
||||
target=creature[green]
|
||||
auto=6/6
|
||||
|
||||
@@ -281,20 +281,6 @@ type=nothing
|
||||
subtype=creature Elemental
|
||||
[/card]
|
||||
[card]
|
||||
name=Meadowboon
|
||||
auto=@movedTo(this|mygraveyard): Counter(1/1,1) all(creature|mybattlefield)
|
||||
auto=@movedTo(this|myhand): Counter(1/1,1) all(creature|mybattlefield)
|
||||
auto=@movedTo(this|exile): Counter(1/1,1) all(creature|mybattlefield)
|
||||
auto=@movedTo(this|mylibrary): Counter(1/1,1) all(creature|mybattlefield)
|
||||
autohand={3}{w}{s}:token(-17155443) asSorcery
|
||||
mana={2}{w}{w}
|
||||
text=When Meadowboon leaves the battlefield, put a +1/+1 counter on each creature target player controls. Evoke {3}{W} (You may cast this spell for its evoke cost. If you do, it's sacrificed when it enters the battlefield.)
|
||||
type=creature
|
||||
subtype=Elemental
|
||||
power=3
|
||||
toughness=3
|
||||
[/card]
|
||||
[card]
|
||||
name=Evocation of Meadows
|
||||
auto=@movedTo(this|mygraveyard): Counter(1/1,1) all(creature|mybattlefield)
|
||||
auto=@movedTo(this|exile): Counter(1/1,1) all(creature|mybattlefield)
|
||||
|
||||
Reference in New Issue
Block a user