Files
wagic/projects/mtg/bin/Res/test/control_magic2.txt
T
Anthony Calosa bd5449a9a2 updated old tests
the new exile zone is utilized in comparing the number of cards it
has(since its enabled and viewable, the value is now counted)
2015-10-27 06:35:22 +08:00

36 lines
456 B
Plaintext

#Testing Control Magic on a serra angel in opponent's play, then testing what happens with sword to plowshares
[INIT]
FIRSTMAIN
[PLAYER1]
hand:1194
manapool:{2}{U}{U}
[PLAYER2]
hand:1367
inplay:1366,1397
[DO]
1194
1366
eot
#untap
next
#upkeep
next
#draw
next
#main 1
1397
1367
1366
[ASSERT]
FIRSTMAIN
[PLAYER1]
graveyard:1194
manapool:{0}
life:24
[PLAYER2]
exile:1366
graveyard:1367
inplay:1397
manapool:{0}
life:20
[END]