Added several successfully tested cards.
This commit is contained in:
@@ -135,6 +135,17 @@ toughness=3
|
||||
abilities=protection from red
|
||||
[/card]
|
||||
[card]
|
||||
text=Enchant land When enchanted land becomes tapped, destroy it.
|
||||
id=1429
|
||||
target=land
|
||||
auto=@tapped(mytgt):destroy
|
||||
name=Blight
|
||||
rarity=U
|
||||
mana={B}{B}
|
||||
type=Enchantment
|
||||
subtype=Aura
|
||||
[/card]
|
||||
[card]
|
||||
text=Return target permanent to its owner's hand.
|
||||
target=*
|
||||
auto=moveto(ownerhand)
|
||||
@@ -963,8 +974,8 @@ toughness=6
|
||||
[/card]
|
||||
[card]
|
||||
text=Mountainwalk, protection from white
|
||||
name=Mountain Yeti
|
||||
id=1585
|
||||
name=Mountain Yeti
|
||||
rarity=U
|
||||
mana={2}{R}{R}
|
||||
type=Creature
|
||||
@@ -989,7 +1000,7 @@ toughness=3
|
||||
text={T}: Add {G} to your mana pool. {T}: Target 1/1 creature gets +1/+2 until end of turn.
|
||||
id=1703
|
||||
auto={T}:Add {G}
|
||||
auto={T}: 1/2 target(creature[power=1;toughness=1])
|
||||
auto={T}:1/2 target(creature[power=1;toughness=1])
|
||||
name=Pendelhaven
|
||||
rarity=U
|
||||
type=Legendary Land
|
||||
@@ -1063,7 +1074,7 @@ power=2
|
||||
toughness=2
|
||||
[/card]
|
||||
[card]
|
||||
text={W}{U}{G}, {T}: Regenerate target creature.
|
||||
text={W}{U}{G}, {T}: Regenerate target creature.
|
||||
id=1676
|
||||
name=Ragnar
|
||||
rarity=R
|
||||
@@ -1158,8 +1169,8 @@ id=1634
|
||||
auto=lord(creature|myBattlefield) 0/2
|
||||
name=Shield Wall
|
||||
rarity=U
|
||||
type=Instant
|
||||
mana={1}{W}
|
||||
type=Instant
|
||||
[/card]
|
||||
[card]
|
||||
id=1684
|
||||
@@ -1175,10 +1186,10 @@ toughness=4
|
||||
id=1683
|
||||
name=Sir Shandlar of Eberyn
|
||||
rarity=U
|
||||
type=Legendary Creature
|
||||
mana={4}{G}{W}
|
||||
power=4
|
||||
type=Legendary Creature
|
||||
subtype=Human Knight
|
||||
power=4
|
||||
toughness=7
|
||||
[/card]
|
||||
[card]
|
||||
@@ -1208,9 +1219,9 @@ toughness=2
|
||||
[/card]
|
||||
[card]
|
||||
text=Enchant creature (Target a creature as you cast this. This card enters the battlefield attached to that creature.) Whenever enchanted creature deals damage, you gain that much life.
|
||||
id=1635
|
||||
target=creature
|
||||
auto=lifelink
|
||||
id=1635
|
||||
name=Spirit Link
|
||||
rarity=U
|
||||
mana={W}
|
||||
@@ -1218,6 +1229,17 @@ type=Enchantment
|
||||
subtype=Aura
|
||||
[/card]
|
||||
[card]
|
||||
text=Enchant creature Whenever enchanted creature becomes tapped, put a -0/-2 counter on it.
|
||||
id=1457
|
||||
target=creature
|
||||
auto=@tapped(mytgt):counter(0/-2)
|
||||
name=Spirit Shackle
|
||||
rarity=C
|
||||
mana={B}{B}
|
||||
type=Enchantment
|
||||
subtype=Aura
|
||||
[/card]
|
||||
[card]
|
||||
text=At the beginning of each player's upkeep, if that player controls a Plains, he or she gains 1 life.
|
||||
id=1636
|
||||
auto=@each my upkeep:aslongas(plains|myBattlefield) life:1 controller
|
||||
|
||||
Reference in New Issue
Block a user