- Added a few cards
- Creature attacks, blocks, is re-ordered in blocking list events
This commit is contained in:
wagic.the.homebrew@gmail.com
2009-07-12 12:27:55 +00:00
parent feedb16eae
commit ab445c9758
19 changed files with 280 additions and 148 deletions
+2 -1
View File
@@ -104,6 +104,7 @@ master_of_etherium.txt
millstone.txt
mind_rot.txt
nantuko_husk.txt
necrogenesis.txt
Nevinyrrals_Disk.txt
Nevinyrrals_Disk2.txt
nightmare.txt
@@ -149,4 +150,4 @@ zombify.txt
#Momir Basic Tests
########################
momir/keldon_warlord.txt
momir/overcost.txt
momir/overcost.txt
@@ -0,0 +1,19 @@
#Testing && symbol
#necrogensis: text={2}: Remove target creature card in a graveyard from the game. Put a 1/1 green Saproling creature token into play.
[INIT]
FIRSTMAIN
[PLAYER1]
inplay:necrogenesis
manapool:{B}{B}
[PLAYER2]
graveyard:1250
[DO]
necrogenesis
1250
[ASSERT]
FIRSTMAIN
[PLAYER1]
inplay:necrogenesis,*
manapool:{0}
[PLAYER2]
[END]