Added huge amount of cards with mana cost restrictions.

Some new main categories are:

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