This commit is contained in:
wagic.the.homebrew
2008-11-02 09:50:16 +00:00
commit d45e3b101b
726 changed files with 179125 additions and 0 deletions

View File

@@ -0,0 +1,21 @@
#Testing First Strike : white knight against grizzly bears
[INIT]
COMBATATTACKERS
[PLAYER1]
inplay:1370
[PLAYER2]
inplay:1250
[DO]
1370
next
1250
next
next
1370
[ASSERT]
COMBATEND
[PLAYER1]
inplay:1370
[PLAYER2]
graveyard:1250
[END]

View File

@@ -0,0 +1,21 @@
#Testing First Strike : white knight against Fire Elemental : the white knight souldn't survive
[INIT]
COMBATATTACKERS
[PLAYER1]
inplay:1370
[PLAYER2]
inplay:1290
[DO]
1370
next
1290
next
next
1370
[ASSERT]
COMBATEND
[PLAYER1]
graveyard:1370
[PLAYER2]
inplay:1290
[END]

View File

@@ -0,0 +1,24 @@
#Testing First Strike : white knight and grizzly bears attacksavannah lions
[INIT]
COMBATATTACKERS
[PLAYER1]
inplay:1370, 1250
[PLAYER2]
life:20
inplay:1365
[DO]
1370
1250
next
1365
next
next
1370
[ASSERT]
COMBATEND
[PLAYER1]
inplay:1370,1250
[PLAYER2]
graveyard:1365
life:18
[END]

View File

@@ -0,0 +1,18 @@
#Testing Hybrid Mana
[INIT]
FIRSTMAIN
[PLAYER1]
hand:157201
manapool:{W}{R}{W}
[PLAYER2]
[DO]
157201
[ASSERT]
FIRSTMAIN
[PLAYER1]
inplay:157201
manapool:{0}
life:20
[PLAYER2]
life:20
[END]

View File

@@ -0,0 +1,18 @@
#TestingLegendary with Ascendant Evincar
[INIT]
FIRSTMAIN
[PLAYER1]
hand:106525
inplay:106525
manapool:{4}{B}{B}
[PLAYER2]
[DO]
106525
[ASSERT]
FIRSTMAIN
[PLAYER1]
graveyard:106525,106525
manapool:{0}
[PLAYER2]
life:20
[END]

View File

@@ -0,0 +1,41 @@
#Testing Persist
[INIT]
FIRSTMAIN
[PLAYER1]
hand: 1241
manapool:{4}{G}{G}
[PLAYER2]
inplay:147437
[DO]
1241
147437
eot
#untap 2
next
#upkeep 2
next
#draw2
next
#main2
next
#comba begins 2
next
#attackers
147437
next
#blockers
next
#damages
next
#endofcombat
1241
[ASSERT]
COMBATEND
[PLAYER1]
life:19
graveyard:1241
manapool:{0}
[PLAYER2]
inplay:147437
life:20
[END]

View File

@@ -0,0 +1,51 @@
#Testing Wither
[INIT]
COMBATATTACKERS
[PLAYER1]
inplay:153437
[PLAYER2]
inplay: 1250
[DO]
153437
next
#blockers
1250
next
#combatdamage
next
#endofcombat
next
#main phase 2
next
#eot
next
#cleanup
next
#untap
next
#upkeep
next
#draw
next
#firstmain
next
#combatbegin
next
#attackers
1250
next
#blockers
next
#damages
next
#endofcombat
1250
[ASSERT]
COMBATEND
[PLAYER1]
inplay:153437
life:19
[PLAYER2]
inplay:1250
life:20
[END]