Jonathan - fixed all the ";" mixed up
This commit is contained in:
@@ -1022,7 +1022,7 @@ mana={2}
|
||||
[card]
|
||||
text=Return all artifacts target player owns to his or her hand.
|
||||
id=135260
|
||||
target=player;
|
||||
target=player
|
||||
alias=1202
|
||||
name=Hurkyl's Recall
|
||||
rarity=R
|
||||
|
||||
@@ -677,7 +677,7 @@ rarity=C
|
||||
mana={1}{R}
|
||||
type=Creature
|
||||
subtype=Human Spellshaper
|
||||
auto={R}{T}{S(*|myhand)}:damage:1 target(creature;player)
|
||||
auto={R}{T}{S(*|myhand)}:damage:1 target(creature,player)
|
||||
power=1
|
||||
toughness=1
|
||||
[/card]
|
||||
@@ -990,7 +990,7 @@ rarity=C
|
||||
mana={3}{R}
|
||||
type=Creature
|
||||
subtype=Human Soldier
|
||||
auto={S}:Damage:2 target(creature;player)
|
||||
auto={S}:Damage:2 target(creature,player)
|
||||
power=2
|
||||
toughness=2
|
||||
[/card]
|
||||
@@ -1068,7 +1068,7 @@ rarity=C
|
||||
mana={2}{U}{U}
|
||||
type=Creature
|
||||
subtype=Wall
|
||||
auto={U}{T}:Damage:1 target(creature;player)
|
||||
auto={U}{T}:Damage:1 target(creature,player)
|
||||
power=0
|
||||
toughness=4
|
||||
abilities=defender
|
||||
|
||||
@@ -968,7 +968,7 @@ mana={2}{R}
|
||||
[/card]
|
||||
[card]
|
||||
text=When Stern Proctor comes into play, return target artifact or enchantment to its owner's hand.
|
||||
auto=may moveTo(ownerhand) target(enchantment;artifact)
|
||||
auto=may moveTo(ownerhand) target(enchantment,artifact)
|
||||
id=5661
|
||||
name=Stern Proctor
|
||||
color=Blue
|
||||
|
||||
Reference in New Issue
Block a user