Added generic test for Evolve mechanic. I intentionally reverese the order of creature so that the evolve come in play with no counters before hand, then attack with utvara hellkite to see if it will trigger evolve.
This commit is contained in:
@@ -23,6 +23,7 @@ generic/equip_shroud.txt
|
|||||||
generic/equip_shroud2.txt
|
generic/equip_shroud2.txt
|
||||||
generic/equip_wither.txt
|
generic/equip_wither.txt
|
||||||
generic/equipment_i252.txt
|
generic/equipment_i252.txt
|
||||||
|
generic/evolve.txt
|
||||||
generic/exalted.txt
|
generic/exalted.txt
|
||||||
generic/exalted_i143.txt
|
generic/exalted_i143.txt
|
||||||
generic/exalted_i310.txt
|
generic/exalted_i310.txt
|
||||||
|
|||||||
25
projects/mtg/bin/Res/test/generic/evolve.txt
Normal file
25
projects/mtg/bin/Res/test/generic/evolve.txt
Normal file
@@ -0,0 +1,25 @@
|
|||||||
|
#Testing Evolve : Evolve should trigger also
|
||||||
|
#for creature token generated from battlefield
|
||||||
|
#I reverse the order in play for creature so that when
|
||||||
|
#test suite starts the evolve will not trigger before hand.
|
||||||
|
[INIT]
|
||||||
|
COMBATATTACKERS
|
||||||
|
[PLAYER1]
|
||||||
|
inplay:Utvara Hellkite,Cloudfin Raptor
|
||||||
|
[PLAYER2]
|
||||||
|
life:20
|
||||||
|
[DO]
|
||||||
|
Cloudfin Raptor
|
||||||
|
Utvara Hellkite
|
||||||
|
next
|
||||||
|
next
|
||||||
|
next
|
||||||
|
next
|
||||||
|
next
|
||||||
|
[ASSERT]
|
||||||
|
END
|
||||||
|
[PLAYER1]
|
||||||
|
inplay:Cloudfin Raptor,Utvara Hellkite,*
|
||||||
|
[PLAYER2]
|
||||||
|
life:13
|
||||||
|
[END]
|
||||||
Reference in New Issue
Block a user