Erwan
- a few bug fixes with cards that bring other cards back to play (zombify, resurrection...) - bug fix with abilities parsing "reachshadow" - a few card fixes
This commit is contained in:
@@ -103,10 +103,13 @@ sword_to_plowshares.txt
|
||||
terror.txt
|
||||
tranquil_domain.txt
|
||||
volcanic_island.txt
|
||||
wall_of_diffusion.txt
|
||||
wall_of_diffusion2.txt
|
||||
white_knight1.txt
|
||||
wrath_of_god.txt
|
||||
zombie_master.txt
|
||||
zombify.txt
|
||||
########################
|
||||
#Momir Basic Tests
|
||||
########################
|
||||
momir/keldon_warlord.txt
|
||||
momir/keldon_warlord.txt
|
||||
24
projects/mtg/bin/Res/test/wall_of_diffusion.txt
Normal file
24
projects/mtg/bin/Res/test/wall_of_diffusion.txt
Normal file
@@ -0,0 +1,24 @@
|
||||
#Bug: Wall of diffusion has reach
|
||||
[INIT]
|
||||
COMBATATTACKERS
|
||||
[PLAYER1]
|
||||
inplay:air elemental
|
||||
[PLAYER2]
|
||||
inplay:wall of diffusion
|
||||
[DO]
|
||||
air elemental
|
||||
next
|
||||
#blockers
|
||||
wall of diffusion
|
||||
next
|
||||
#damage
|
||||
next
|
||||
#end
|
||||
[ASSERT]
|
||||
COMBATEND
|
||||
[PLAYER1]
|
||||
inplay:air elemental
|
||||
[PLAYER2]
|
||||
inplay:wall of diffusion
|
||||
life:16
|
||||
[END]
|
||||
23
projects/mtg/bin/Res/test/wall_of_diffusion2.txt
Normal file
23
projects/mtg/bin/Res/test/wall_of_diffusion2.txt
Normal file
@@ -0,0 +1,23 @@
|
||||
#Wall of diffusionShadow
|
||||
[INIT]
|
||||
COMBATATTACKERS
|
||||
[PLAYER1]
|
||||
inplay:dauthi marauder
|
||||
[PLAYER2]
|
||||
inplay:wall of diffusion
|
||||
[DO]
|
||||
dauthi marauder
|
||||
next
|
||||
#blockers
|
||||
wall of diffusion
|
||||
next
|
||||
#damage
|
||||
next
|
||||
#end
|
||||
[ASSERT]
|
||||
COMBATEND
|
||||
[PLAYER1]
|
||||
inplay:dauthi marauder
|
||||
[PLAYER2]
|
||||
inplay:wall of diffusion
|
||||
[END]
|
||||
44
projects/mtg/bin/Res/test/zombify.txt
Normal file
44
projects/mtg/bin/Res/test/zombify.txt
Normal file
@@ -0,0 +1,44 @@
|
||||
#Bug: zombify on a Roowalla doesn't give the rootwalla it's abilities back
|
||||
[INIT]
|
||||
FIRSTMAIN
|
||||
[PLAYER1]
|
||||
hand:zombify
|
||||
graveyard:rootwalla
|
||||
inplay:swamp,forest
|
||||
manapool:{3}{B}
|
||||
[PLAYER2]
|
||||
[DO]
|
||||
zombify
|
||||
rootwalla
|
||||
eot
|
||||
eot
|
||||
#untap
|
||||
next
|
||||
#upkeep
|
||||
next
|
||||
#draw
|
||||
next
|
||||
#main 1
|
||||
swamp
|
||||
forest
|
||||
rootwalla
|
||||
next
|
||||
#combat begins
|
||||
next
|
||||
#attackers
|
||||
rootwalla
|
||||
next
|
||||
#blockers
|
||||
next
|
||||
#damage
|
||||
next
|
||||
#end
|
||||
[ASSERT]
|
||||
COMBATEND
|
||||
[PLAYER1]
|
||||
graveyard:zombify
|
||||
inplay:swamp,forest,rootwalla
|
||||
manapool:{0}
|
||||
[PLAYER2]
|
||||
life:16
|
||||
[END]
|
||||
Reference in New Issue
Block a user