Erwan
-fixed bugs with lifelink
This commit is contained in:
@@ -8,6 +8,7 @@ generic/hybrid_mana.txt
|
||||
generic/hybrid_mana_2.txt
|
||||
generic/hybrid_mana_3.txt
|
||||
generic/legendary.txt
|
||||
generic/lifelink.txt
|
||||
generic/persist.txt
|
||||
generic/persist2.txt
|
||||
generic/sacrifice.txt
|
||||
@@ -89,6 +90,7 @@ siege_gang_commander.txt
|
||||
shivan_hellkite.txt
|
||||
shock.txt
|
||||
spark_elemental.txt
|
||||
spirit_link.txt
|
||||
stasis.txt
|
||||
sword_to_plowshares.txt
|
||||
terror.txt
|
||||
|
||||
19
projects/mtg/bin/Res/test/generic/lifelink.txt
Normal file
19
projects/mtg/bin/Res/test/generic/lifelink.txt
Normal file
@@ -0,0 +1,19 @@
|
||||
#Testing Lifelink
|
||||
[INIT]
|
||||
COMBATATTACKERS
|
||||
[PLAYER1]
|
||||
inplay:Rhox War Monk
|
||||
[PLAYER2]
|
||||
[DO]
|
||||
Rhox War Monk
|
||||
next
|
||||
next
|
||||
next
|
||||
[ASSERT]
|
||||
COMBATEND
|
||||
[PLAYER1]
|
||||
inplay:Rhox War Monk
|
||||
life:23
|
||||
[PLAYER2]
|
||||
life:17
|
||||
[END]
|
||||
31
projects/mtg/bin/Res/test/spirit_link.txt
Normal file
31
projects/mtg/bin/Res/test/spirit_link.txt
Normal file
@@ -0,0 +1,31 @@
|
||||
#Testing spirit link on grizzly bears
|
||||
[INIT]
|
||||
FIRSTMAIN
|
||||
[PLAYER1]
|
||||
hand:spirit link
|
||||
inplay:grizzly bears
|
||||
manapool:{W}
|
||||
[PLAYER2]
|
||||
[DO]
|
||||
spirit link
|
||||
grizzly bears
|
||||
next
|
||||
#combat begin
|
||||
next
|
||||
#attackers
|
||||
grizzly bears
|
||||
next
|
||||
#blockers
|
||||
next
|
||||
#combat damage
|
||||
next
|
||||
#combat end
|
||||
[ASSERT]
|
||||
COMBATEND
|
||||
[PLAYER1]
|
||||
inplay:grizzly bears,spirit link
|
||||
manapool:{0}
|
||||
life:22
|
||||
[PLAYER2]
|
||||
life:18
|
||||
[END]
|
||||
Reference in New Issue
Block a user