Added huge amount of successfully tested cards, mainly based on revision 1685.
The new introduced "must" also works with "@movedTo..." events (Fire Snake (POR) for example)!
This commit is contained in:
@@ -52,6 +52,20 @@ mana={1}{W}
|
||||
type=Instant
|
||||
[/card]
|
||||
[card]
|
||||
text=Flying When Cavern Harpy enters the battlefield, return a blue or black creature you control to its owner's hand. Pay 1 life: Return Cavern Harpy to its owner's hand.
|
||||
id=25926
|
||||
name=Cavern Harpy
|
||||
rarity=C
|
||||
mana={U}{B}
|
||||
type=Creature
|
||||
subtype=Harpy Beast
|
||||
auto=moveTo(ownerhand) notatarget(creature[blue;black]|myBattlefield)
|
||||
auto={0}:moveTo(ownerhand) && life:-1 controller
|
||||
power=2
|
||||
toughness=1
|
||||
abilities=flying
|
||||
[/card]
|
||||
[card]
|
||||
text=Choose one - Return target permanent to its owner's hand; or destroy target nonblack creature, and it can't be regenerated; or destroy target artifact.
|
||||
id=25863
|
||||
name=Crosis's Charm
|
||||
@@ -164,6 +178,31 @@ mana={4}{B}
|
||||
type=Sorcery
|
||||
[/card]
|
||||
[card]
|
||||
text=When Flametongue Kavu enters the battlefield, it deals 4 damage to target creature.
|
||||
id=26262
|
||||
name=Flametongue Kavu
|
||||
rarity=U
|
||||
mana={3}{R}
|
||||
type=Creature
|
||||
subtype=Kavu
|
||||
auto=damage:4 target(creature)
|
||||
power=4
|
||||
toughness=2
|
||||
[/card]
|
||||
[card]
|
||||
text=Flash When Fleetfoot Panther enters the battlefield, return a green or white creature you control to its owner's hand.
|
||||
id=26479
|
||||
name=Fleetfoot Panther
|
||||
rarity=U
|
||||
mana={1}{G}{W}
|
||||
type=Creature
|
||||
subtype=Cat
|
||||
auto=moveTo(ownerhand) notatarget(creature[green;white]|myBattlefield)
|
||||
power=3
|
||||
toughness=4
|
||||
abilities=flash
|
||||
[/card]
|
||||
[card]
|
||||
text=Forsaken City doesn't untap during your untap step. At the beginning of your upkeep, you may exile a card from your hand. If you do, untap Forsaken City. {T}: Add one mana of any color to your mana pool.
|
||||
id=25893
|
||||
name=Forsaken City
|
||||
@@ -214,18 +253,43 @@ type=Instant
|
||||
[/card]
|
||||
[card]
|
||||
text=When Honorable Scout enters the battlefield, you gain 2 life for each black and/or red creature target opponent controls.
|
||||
auto=foreach(creature[black]|opponentBattlefield) life:2 controller
|
||||
auto=foreach(creature[red]|opponentBattlefield) life:2 controller
|
||||
id=26263
|
||||
name=Honorable Scout
|
||||
rarity=C
|
||||
mana={W}
|
||||
type=Creature
|
||||
subtype=Human Soldier Scout
|
||||
auto=foreach(creature[black]|opponentBattlefield) life:2 controller
|
||||
auto=foreach(creature[red]|opponentBattlefield) life:2 controller
|
||||
power=1
|
||||
toughness=1
|
||||
[/card]
|
||||
[card]
|
||||
text=When Horned Kavu enters the battlefield, return a red or green creature you control to its owner's hand.
|
||||
id=25928
|
||||
name=Horned Kavu
|
||||
rarity=C
|
||||
mana={R}{G}
|
||||
type=Creature
|
||||
subtype=Kavu
|
||||
auto=moveTo(ownerhand) notatarget(creature[red;green]|myBattlefield)
|
||||
power=3
|
||||
toughness=4
|
||||
[/card]
|
||||
[card]
|
||||
text=Flying When Hunting Drake enters the battlefield, put target red or green creature on top of its owner's library.
|
||||
id=22980
|
||||
name=Hunting Drake
|
||||
rarity=C
|
||||
mana={4}{U}
|
||||
type=Creature
|
||||
subtype=Drake
|
||||
auto=moveTo(ownerLibrary) target(creature[red;green]|battlefield)
|
||||
power=2
|
||||
toughness=2
|
||||
abilities=flying
|
||||
[/card]
|
||||
[card]
|
||||
text=Destroy target land. Draw a card.
|
||||
id=26260
|
||||
target=land
|
||||
@@ -261,6 +325,19 @@ type=Enchantment
|
||||
subtype=Aura
|
||||
[/card]
|
||||
[card]
|
||||
text=When Lava Zombie enters the battlefield, return a black or red creature you control to its owner's hand. {2}: Lava Zombie gets +1/+0 until end of turn.
|
||||
id=25927
|
||||
name=Lava Zombie
|
||||
rarity=C
|
||||
mana={1}{B}{R}
|
||||
type=Creature
|
||||
subtype=Zombie
|
||||
auto=moveTo(ownerhand) notatarget(creature[black;red]|myBattlefield)
|
||||
auto={2}:1/0
|
||||
power=4
|
||||
toughness=3
|
||||
[/card]
|
||||
[card]
|
||||
text=Other Zombie creatures get +1/+1. {1}{B}, {T}: Return target Zombie card from your graveyard to your hand.
|
||||
id=10742
|
||||
name=Lord of the Undead
|
||||
@@ -429,6 +506,19 @@ power=2
|
||||
toughness=3
|
||||
[/card]
|
||||
[card]
|
||||
text=Trample When Shivan Wurm enters the battlefield, return a red or green creature you control to its owner's hand.
|
||||
id=25924
|
||||
name=Shivan Wurm
|
||||
rarity=R
|
||||
mana={3}{R}{G}
|
||||
type=Creature
|
||||
subtype=Wurm
|
||||
auto=moveTo(ownerhand) notatarget(creature[red;green]|myBattlefield)
|
||||
power=7
|
||||
toughness=7
|
||||
abilities=trample
|
||||
[/card]
|
||||
[card]
|
||||
text=Target creature gains fear until end of turn.
|
||||
id=27229
|
||||
target=creature
|
||||
@@ -439,6 +529,19 @@ mana={1}{B}
|
||||
type=Instant
|
||||
[/card]
|
||||
[card]
|
||||
text=Flying When Silver Drake enters the battlefield, return a white or blue creature you control to its owner's hand.
|
||||
id=25925
|
||||
name=Silver Drake
|
||||
rarity=C
|
||||
mana={1}{W}{U}
|
||||
type=Creature
|
||||
subtype=Drake
|
||||
auto=moveTo(ownerhand) notatarget(creature[white;blue]|myBattlefield)
|
||||
power=3
|
||||
toughness=3
|
||||
abilities=flying
|
||||
[/card]
|
||||
[card]
|
||||
text=Lands gain shroud until end of turn. (They can't be the targets of spells or abilities.) Draw a card.
|
||||
id=26402
|
||||
auto=lord(land) shroud
|
||||
@@ -472,6 +575,19 @@ power=2
|
||||
toughness=2
|
||||
[/card]
|
||||
[card]
|
||||
text=When Sparkcaster enters the battlefield, return a red or green creature you control to its owner's hand. When Sparkcaster enters the battlefield, it deals 1 damage to target player.
|
||||
id=25935
|
||||
name=Sparkcaster
|
||||
rarity=U
|
||||
mana={2}{R}{G}
|
||||
type=Creature
|
||||
subtype=Kavu
|
||||
auto=moveTo(ownerhand) notatarget(creature[red;green]|myBattlefield)
|
||||
auto=damage:1 opponent
|
||||
power=5
|
||||
toughness=3
|
||||
[/card]
|
||||
[card]
|
||||
text=Star Compass enters the battlefield tapped. {T}: Add to your mana pool one mana of any color a basic land you control could produce.
|
||||
id=25880
|
||||
name=Star Compass
|
||||
@@ -486,6 +602,19 @@ auto=aslongas(mountain|myBattlefield) {T}:Add {R}
|
||||
auto=aslongas(forest|myBattlefield) {T}:Add {G}
|
||||
[/card]
|
||||
[card]
|
||||
text=First strike When Steel Leaf Paladin enters the battlefield, return a green or white creature you control to its owner's hand.
|
||||
id=25929
|
||||
name=Steel Leaf Paladin
|
||||
rarity=C
|
||||
mana={4}{G}{W}
|
||||
type=Creature
|
||||
subtype=Elf Knight
|
||||
auto=moveTo(ownerhand) notatarget(creature[green;white]|myBattlefield)
|
||||
power=4
|
||||
toughness=4
|
||||
abilities=first strike
|
||||
[/card]
|
||||
[card]
|
||||
text={R}: Stone Kavu gets +1/+0 until end of turn. {W}: Stone Kavu gets +0/+1 until end of turn.
|
||||
id=26377
|
||||
name=Stone Kavu
|
||||
|
||||
@@ -40,17 +40,6 @@ text=Kicker—Sacrifice two lands. (You may sacrifice two lands in addition to a
|
||||
rarity=C
|
||||
[/card]
|
||||
[card]
|
||||
id=25926
|
||||
name=Cavern Harpy
|
||||
mana={U}{B}
|
||||
type=Creature
|
||||
subtype=Harpy Beast
|
||||
power=2
|
||||
toughness=1
|
||||
text=Flying When Cavern Harpy enters the battlefield, return a blue or black creature you control to its owner's hand. Pay 1 life: Return Cavern Harpy to its owner's hand.
|
||||
rarity=C
|
||||
[/card]
|
||||
[card]
|
||||
id=25899
|
||||
name=Cloud Cover
|
||||
mana={2}{W}{U}
|
||||
@@ -67,22 +56,30 @@ text=Counter target spell that targets one or more creatures. Draw a card.
|
||||
rarity=C
|
||||
[/card]
|
||||
[card]
|
||||
###Not 100% codable! 0.10.1
|
||||
text=When Crosis's Catacombs enters the battlefield, sacrifice it unless you return a non-Lair land you control to its owner's hand. {T}: Add {U}, {B}, or {R} to your mana pool.
|
||||
id=25936
|
||||
name=Crosis's Catacombs
|
||||
mana=
|
||||
auto=moveTo(ownerhand) notatarget(land[-lair]|myBattlefield)
|
||||
auto={T}:Add{U}
|
||||
auto={T}:Add{B}
|
||||
auto={T}:Add{R}
|
||||
rarity=U
|
||||
type=Land
|
||||
subtype=Lair
|
||||
text=When Crosis's Catacombs enters the battlefield, sacrifice it unless you return a non-Lair land you control to its owner's hand. {T}: Add {U}, {B}, or {R} to your mana pool.
|
||||
rarity=U
|
||||
[/card]
|
||||
[card]
|
||||
###Not 100% codable! 0.10.1
|
||||
text=When Darigaaz's Caldera enters the battlefield, sacrifice it unless you return a non-Lair land you control to its owner's hand. {T}: Add {B}, {R}, or {G} to your mana pool.
|
||||
id=25938
|
||||
name=Darigaaz's Caldera
|
||||
mana=
|
||||
rarity=U
|
||||
auto=moveTo(ownerhand) notatarget(land[-lair]|myBattlefield)
|
||||
auto={T}:Add{B}
|
||||
auto={T}:Add{R}
|
||||
auto={T}:Add{G}
|
||||
type=Land
|
||||
subtype=Lair
|
||||
text=When Darigaaz's Caldera enters the battlefield, sacrifice it unless you return a non-Lair land you control to its owner's hand. {T}: Add {B}, {R}, or {G} to your mana pool.
|
||||
rarity=U
|
||||
[/card]
|
||||
[card]
|
||||
id=26414
|
||||
@@ -169,13 +166,17 @@ text=Kicker—{2}{B}, Discard a creature card. (You may pay {2}{B} and discard a
|
||||
rarity=R
|
||||
[/card]
|
||||
[card]
|
||||
###Not 100% codable! 0.10.1
|
||||
text=When Dromar's Cavern enters the battlefield, sacrifice it unless you return a non-Lair land you control to its owner's hand. {T}: Add {W}, {U}, or {B} to your mana pool.
|
||||
id=25932
|
||||
name=Dromar's Cavern
|
||||
mana=
|
||||
auto=moveTo(ownerhand) notatarget(land[-lair]|myBattlefield)
|
||||
auto={T}:Add{W}
|
||||
auto={T}:Add{U}
|
||||
auto={T}:Add{B}
|
||||
rarity=U
|
||||
type=Land
|
||||
subtype=Lair
|
||||
text=When Dromar's Cavern enters the battlefield, sacrifice it unless you return a non-Lair land you control to its owner's hand. {T}: Add {W}, {U}, or {B} to your mana pool.
|
||||
rarity=U
|
||||
[/card]
|
||||
[card]
|
||||
id=26590
|
||||
@@ -194,28 +195,6 @@ text=Kicker—Sacrifice a land. (You may sacrifice a land in addition to any oth
|
||||
rarity=C
|
||||
[/card]
|
||||
[card]
|
||||
id=26262
|
||||
name=Flametongue Kavu
|
||||
mana={3}{R}
|
||||
type=Creature
|
||||
subtype=Kavu
|
||||
power=4
|
||||
toughness=2
|
||||
text=When Flametongue Kavu enters the battlefield, it deals 4 damage to target creature.
|
||||
rarity=U
|
||||
[/card]
|
||||
[card]
|
||||
id=26479
|
||||
name=Fleetfoot Panther
|
||||
mana={1}{G}{W}
|
||||
type=Creature
|
||||
subtype=Cat
|
||||
power=3
|
||||
toughness=4
|
||||
text=Flash When Fleetfoot Panther enters the battlefield, return a green or white creature you control to its owner's hand.
|
||||
rarity=U
|
||||
[/card]
|
||||
[card]
|
||||
id=26411
|
||||
name=Gaea's Herald
|
||||
mana={1}{G}
|
||||
@@ -264,17 +243,6 @@ text=Enchant creature When Hobble enters the battlefield, draw a card. Enchanted
|
||||
rarity=C
|
||||
[/card]
|
||||
[card]
|
||||
id=25928
|
||||
name=Horned Kavu
|
||||
mana={R}{G}
|
||||
type=Creature
|
||||
subtype=Kavu
|
||||
power=3
|
||||
toughness=4
|
||||
text=When Horned Kavu enters the battlefield, return a red or green creature you control to its owner's hand.
|
||||
rarity=C
|
||||
[/card]
|
||||
[card]
|
||||
id=25872
|
||||
name=Hull Breach
|
||||
mana={R}{G}
|
||||
@@ -283,17 +251,6 @@ text=Choose one - Destroy target artifact; or destroy target enchantment; or des
|
||||
rarity=C
|
||||
[/card]
|
||||
[card]
|
||||
id=22980
|
||||
name=Hunting Drake
|
||||
mana={4}{U}
|
||||
type=Creature
|
||||
subtype=Drake
|
||||
power=2
|
||||
toughness=2
|
||||
text=Flying When Hunting Drake enters the battlefield, put target red or green creature on top of its owner's library.
|
||||
rarity=C
|
||||
[/card]
|
||||
[card]
|
||||
id=26268
|
||||
name=Kavu Recluse
|
||||
mana={2}{R}
|
||||
@@ -321,17 +278,6 @@ text=When Lashknife Barrier enters the battlefield, draw a card. If a source wou
|
||||
rarity=U
|
||||
[/card]
|
||||
[card]
|
||||
id=25927
|
||||
name=Lava Zombie
|
||||
mana={1}{B}{R}
|
||||
type=Creature
|
||||
subtype=Zombie
|
||||
power=4
|
||||
toughness=3
|
||||
text=When Lava Zombie enters the battlefield, return a black or red creature you control to its owner's hand. {2}: Lava Zombie gets +1/+0 until end of turn.
|
||||
rarity=C
|
||||
[/card]
|
||||
[card]
|
||||
id=25944
|
||||
name=Magma Burst
|
||||
mana={3}{R}
|
||||
@@ -593,13 +539,17 @@ mana={R}{G}{W}
|
||||
type=Instant
|
||||
[/card]
|
||||
[card]
|
||||
###Not 100% codable! 0.10.1
|
||||
text=When Rith's Grove enters the battlefield, sacrifice it unless you return a non-Lair land you control to its owner's hand. {T}: Add {R}, {G}, or {W} to your mana pool.
|
||||
id=25939
|
||||
name=Rith's Grove
|
||||
mana=
|
||||
auto=moveTo(ownerhand) notatarget(land[-lair]|myBattlefield)
|
||||
auto={T}:Add{R}
|
||||
auto={T}:Add{G}
|
||||
auto={T}:Add{W}
|
||||
rarity=U
|
||||
type=Land
|
||||
subtype=Lair
|
||||
text=When Rith's Grove enters the battlefield, sacrifice it unless you return a non-Lair land you control to its owner's hand. {T}: Add {R}, {G}, or {W} to your mana pool.
|
||||
rarity=U
|
||||
[/card]
|
||||
[card]
|
||||
id=25942
|
||||
@@ -662,28 +612,6 @@ text=As Shifting Sky enters the battlefield, choose a color. All nonland permane
|
||||
rarity=U
|
||||
[/card]
|
||||
[card]
|
||||
id=25924
|
||||
name=Shivan Wurm
|
||||
mana={3}{R}{G}
|
||||
type=Creature
|
||||
subtype=Wurm
|
||||
power=7
|
||||
toughness=7
|
||||
text=Trample When Shivan Wurm enters the battlefield, return a red or green creature you control to its owner's hand.
|
||||
rarity=R
|
||||
[/card]
|
||||
[card]
|
||||
id=25925
|
||||
name=Silver Drake
|
||||
mana={1}{W}{U}
|
||||
type=Creature
|
||||
subtype=Drake
|
||||
power=3
|
||||
toughness=3
|
||||
text=Flying When Silver Drake enters the battlefield, return a white or blue creature you control to its owner's hand.
|
||||
rarity=C
|
||||
[/card]
|
||||
[card]
|
||||
id=25900
|
||||
name=Singe
|
||||
mana={R}
|
||||
@@ -727,17 +655,6 @@ text=Enchant creature When Sleeping Potion enters the battlefield, tap enchanted
|
||||
rarity=C
|
||||
[/card]
|
||||
[card]
|
||||
id=25935
|
||||
name=Sparkcaster
|
||||
mana={2}{R}{G}
|
||||
type=Creature
|
||||
subtype=Kavu
|
||||
power=5
|
||||
toughness=3
|
||||
text=When Sparkcaster enters the battlefield, return a red or green creature you control to its owner's hand. When Sparkcaster enters the battlefield, it deals 1 damage to target player.
|
||||
rarity=U
|
||||
[/card]
|
||||
[card]
|
||||
id=25880
|
||||
name=Star Compass
|
||||
mana={2}
|
||||
@@ -746,17 +663,6 @@ text=Star Compass enters the battlefield tapped. {T}: Add to your mana pool one
|
||||
rarity=U
|
||||
[/card]
|
||||
[card]
|
||||
id=25929
|
||||
name=Steel Leaf Paladin
|
||||
mana={4}{G}{W}
|
||||
type=Creature
|
||||
subtype=Elf Knight
|
||||
power=4
|
||||
toughness=4
|
||||
text=First strike When Steel Leaf Paladin enters the battlefield, return a green or white creature you control to its owner's hand.
|
||||
rarity=C
|
||||
[/card]
|
||||
[card]
|
||||
id=25913
|
||||
name=Stormscape Battlemage
|
||||
mana={2}{U}
|
||||
|
||||
Reference in New Issue
Block a user