Erwan
-new keyword "may" (right now used only for : "when ... comes into play, you may ... moveTo). See Gravedigger 10E
This commit is contained in:
@@ -774,6 +774,19 @@ subtype=Goblin Warrior
|
||||
toughness=2
|
||||
[/card]
|
||||
[card]
|
||||
text=When Gravedigger comes into play, you may return target creature card from your graveyard to your hand.
|
||||
auto=may moveTo(myhand) target(creature|mygraveyard)
|
||||
id=129584
|
||||
name=Gravedigger
|
||||
rarity=C
|
||||
color=Black
|
||||
type=Creature
|
||||
mana={3}{B}
|
||||
power=2
|
||||
subtype=Zombie
|
||||
toughness=2
|
||||
[/card]
|
||||
[card]
|
||||
text=
|
||||
id=129586
|
||||
name=Grizzly Bears
|
||||
|
||||
@@ -662,18 +662,7 @@ power=3
|
||||
subtype=Zombie Spirit
|
||||
toughness=3
|
||||
[/card]
|
||||
[card]
|
||||
text=When Gravedigger comes into play, you may return target creature card from your graveyard to your hand.
|
||||
id=129584
|
||||
name=Gravedigger
|
||||
rarity=C
|
||||
color=Black
|
||||
type=Creature
|
||||
mana={3}{B}
|
||||
power=2
|
||||
subtype=Zombie
|
||||
toughness=2
|
||||
[/card]
|
||||
|
||||
[card]
|
||||
text=Guerrilla Tactics deals 2 damage to target creature or player. When a spell or ability an opponent controls causes you to discard Guerrilla Tactics, Guerrilla Tactics deals 4 damage to target creature or player.
|
||||
id=129588
|
||||
|
||||
@@ -54,6 +54,7 @@ giant_growth2.txt
|
||||
goblin_balloon_brigade.txt
|
||||
goblin_balloon_brigade2.txt
|
||||
goblin_king.txt
|
||||
gravedigger.txt
|
||||
hymn_of_rebirth.txt
|
||||
icatian_priest.txt
|
||||
keldon_warlord.txt
|
||||
@@ -87,4 +88,4 @@ tranquil_domain.txt
|
||||
volcanic_island.txt
|
||||
white_knight1.txt
|
||||
wrath_of_god.txt
|
||||
zombie_master.txt
|
||||
zombie_master.txt
|
||||
20
projects/mtg/bin/Res/test/gravedigger.txt
Normal file
20
projects/mtg/bin/Res/test/gravedigger.txt
Normal file
@@ -0,0 +1,20 @@
|
||||
# text=When Gravedigger comes into play, you may return target creature card from your graveyard to your hand.
|
||||
[INIT]
|
||||
FIRSTMAIN
|
||||
[PLAYER1]
|
||||
hand:129584
|
||||
manapool:{3}{B}
|
||||
graveyard:129586
|
||||
[PLAYER2]
|
||||
[DO]
|
||||
129584
|
||||
choice 0
|
||||
129586
|
||||
[ASSERT]
|
||||
FIRSTMAIN
|
||||
[PLAYER1]
|
||||
inplay:129584
|
||||
hand:129586
|
||||
manapool:{0}
|
||||
[PLAYER2]
|
||||
[END]
|
||||
Reference in New Issue
Block a user