Erwan
- fixed the "may" ability a little bit (needs testing: can it be called only once ???) - Added "Clone", yay :)
This commit is contained in:
@@ -31,6 +31,8 @@ brass_man.txt
|
||||
castle.txt
|
||||
celestial_purge.txt
|
||||
circle_of_protection.txt
|
||||
clone.txt
|
||||
clone2.txt
|
||||
composite_golem.txt
|
||||
control_magic.txt
|
||||
control_magic2.txt
|
||||
|
||||
@@ -0,0 +1,41 @@
|
||||
# As Clone comes into play, you may choose a creature in play. If you do, Clone comes into play as a copy of that creature.
|
||||
[INIT]
|
||||
FIRSTMAIN
|
||||
[PLAYER1]
|
||||
hand:129501
|
||||
manapool:{3}{U}
|
||||
inplay:135185
|
||||
[PLAYER2]
|
||||
[DO]
|
||||
129501
|
||||
choice 0
|
||||
135185
|
||||
eot
|
||||
eot
|
||||
#untap
|
||||
next
|
||||
#upkeep
|
||||
next
|
||||
#draw
|
||||
next
|
||||
#main1
|
||||
next
|
||||
#combat begin
|
||||
next
|
||||
#attackers
|
||||
129501
|
||||
135185
|
||||
next
|
||||
#blockers
|
||||
next
|
||||
#damage
|
||||
next
|
||||
#combat end
|
||||
[ASSERT]
|
||||
COMBATEND
|
||||
[PLAYER1]
|
||||
inplay:129501,135185
|
||||
manapool:{0}
|
||||
[PLAYER2]
|
||||
life:18
|
||||
[END]
|
||||
@@ -0,0 +1,42 @@
|
||||
# As Clone comes into play, you may choose a creature in play. If you do, Clone comes into play as a copy of that creature.
|
||||
[INIT]
|
||||
FIRSTMAIN
|
||||
[PLAYER1]
|
||||
hand:129501
|
||||
manapool:{3}{U}
|
||||
[PLAYER2]
|
||||
inplay:1221
|
||||
[DO]
|
||||
129501
|
||||
choice 0
|
||||
1221
|
||||
eot
|
||||
eot
|
||||
#untap
|
||||
next
|
||||
#upkeep
|
||||
next
|
||||
#draw
|
||||
next
|
||||
#main1
|
||||
next
|
||||
#combat begin
|
||||
next
|
||||
#attackers
|
||||
129501
|
||||
next
|
||||
#blockers
|
||||
next
|
||||
#damage
|
||||
next
|
||||
#combat end
|
||||
[ASSERT]
|
||||
COMBATEND
|
||||
[PLAYER1]
|
||||
inplay:129501
|
||||
manapool:{0}
|
||||
life:19
|
||||
[PLAYER2]
|
||||
inplay:1221
|
||||
life:16
|
||||
[END]
|
||||
Reference in New Issue
Block a user