Files
wagic/projects/mtg/bin/Res/test/brainstorm.txt
solo81@web.de f0896a29d9 Added a test for Brainstorm.
This is my first test addition! 

^^ I will now do my best to create tests for all new greater card groups for Wagic 0.12.1.
2010-05-08 18:35:27 +00:00

24 lines
387 B
Plaintext

#Testing Brainstorm
#Draw three cards, then put two cards from your hand on top of your library in any order.
[INIT]
FIRSTMAIN
[PLAYER1]
hand:brainstorm
library:plains,forest,island
manapool:{U}
[PLAYER2]
[DO]
brainstorm
choice 0
plains
choice 0
forest
[ASSERT]
FIRSTMAIN
[PLAYER1]
hand:island
library:plains,forest
graveyard:brainstorm
manapool{0}
[PLAYER2]
[END]