- fixed a few bugs with the parser for subtypes
- fixed a bug for plague rats
- fixed a bug for P/T parser
- First release for the following sets: Mirrodin, Mirage, Lorwyn
This commit is contained in:
wagic.the.homebrew
2009-03-14 11:00:31 +00:00
parent bb23db4b16
commit 658ef1fb12
22 changed files with 11783 additions and 59 deletions
+3
View File
@@ -43,6 +43,7 @@ doomed_necromancer.txt
dragon_fodder.txt
drain_life.txt
flare.txt
foratog.txt
force_of_nature.txt
force_of_nature2.txt
force_of_nature3.txt
@@ -65,6 +66,7 @@ nantuko_husk.txt
orcish_lumberjack.txt
paralysis.txt
paralysis2.txt
plague_rats.txt
protomatter_powder.txt
resurrection.txt
rootwalla.txt
@@ -76,6 +78,7 @@ spark_elemental.txt
stasis.txt
sword_to_plowshares.txt
terror.txt
tranquil_domain.txt
volcanic_island.txt
white_knight1.txt
wrath_of_god.txt
+30
View File
@@ -0,0 +1,30 @@
#text={G}, Sacrifice a Forest: Foratog gets +2/+2 until end of turn.
[INIT]
FIRSTMAIN
[PLAYER1]
inplay:3386,3566
manapool:{G}
[PLAYER2]
[DO]
3386
3566
next
#combat begin
next
#attackers
3386
next
#blockers
next
#damages
next
#combat end
[ASSERT]
COMBATEND
[PLAYER1]
graveyard:3566
inplay:3386
manapool:{0}
[PLAYER2]
life:17
[END]
+19
View File
@@ -0,0 +1,19 @@
#Testing Plague rats (lightning bolt on one of them)
[INIT]
FIRSTMAIN
[PLAYER1]
hand:1303
inplay:1173,1173,1173,1173
manapool:{R}
[PLAYER2]
[DO]
1303
1173
[ASSERT]
FIRSTMAIN
[PLAYER1]
graveyard:1303
manapool:{0}
inplay:1173,1173,1173,1173
[PLAYER2]
[END]
@@ -0,0 +1,23 @@
#text=Destroy all non-Aura enchantments.
[INIT]
FIRSTMAIN
[PLAYER1]
hand:3414,3425,
inplay:1250,3566,143024
manapool:{2}{R}
[PLAYER2]
[DO]
#play aura on grizzly
3425
1250
#play tranquil domain
3566
3414
[ASSERT]
FIRSTMAIN
[PLAYER1]
graveyard:3414,143024
inplay:1250,3566,3425
manapool:{0}
[PLAYER2]
[END]