- fix corrupt, shepherd of rot, imaginary pet, reclusive wight, rhox meditant, immaculate magistrate, wellwisher
This commit is contained in:
wagic.the.homebrew@gmail.com
2009-07-30 14:16:04 +00:00
parent 9e498a0fb5
commit aad25e8fb0
17 changed files with 247 additions and 49 deletions

View File

@@ -63,6 +63,7 @@ composite_golem.txt
control_magic.txt
control_magic2.txt
control_magic3.txt
corrupt.txt
counsel_of_the_soratami.txt
counterspell.txt
counterspell2.txt
@@ -104,6 +105,8 @@ hannas_custody.txt
howl_of_the_night_pack.txt
hymn_of_rebirth.txt
icatian_priest.txt
imaginary_pet.txt
immaculate_magistrate.txt
jump.txt
keldon_warlord.txt
keldon_warlord2.txt
@@ -138,15 +141,20 @@ protomatter_powder.txt
pygmy_troll.txt
pyroclasm.txt
rampant_growth.txt
reclusive_wight.txt
reclusive_wight2.txt
recover.txt
regal_force.txt
resurrection.txt
rhox_meditant.txt
rhox_meditant2.txt
righteous_cause.txt
rootwalla.txt
royal_assassin.txt
sedge_sliver.txt
seismic_assault.txt
siege_gang_commander.txt
shepherd_of_rot.txt
shivan_hellkite.txt
shock.txt
slate_of_ancestry.txt
@@ -161,6 +169,7 @@ stasis.txt
steelclad_serpent1.txt
steelclad_serpent2.txt
stillmoon_cavalier.txt
stronghold_discipline.txt
sword_to_plowshares.txt
telekinetic_sliver.txt
terror.txt

View File

@@ -0,0 +1,20 @@
#Bug: corrupt does not damage player
[INIT]
FIRSTMAIN
[PLAYER1]
inplay:8331,8330,8332
hand:Corrupt
manapool:{5}{B}
[PLAYER2]
[DO]
corrupt
p2
[ASSERT]
FIRSTMAIN
[PLAYER1]
inplay:8331,8330,8332
graveyard:Corrupt
life:23
[PLAYER2]
life:17
[END]

View File

@@ -0,0 +1,17 @@
#Bug: Imaginary pet does not work
[INIT]
SECONDMAIN
[PLAYER1]
[PLAYER2]
inplay:imaginary pet
hand:forest
[DO]
eot
next
next
[ASSERT]
DRAW
[PLAYER1]
[PLAYER2]
hand:forest,imaginary pet
[END]

View File

@@ -0,0 +1,27 @@
#Bug:immaculate magistrate puts counters on itself instead of target
[INIT]
FIRSTMAIN
[PLAYER1]
inplay:immaculate magistrate,llanowar elves,grizzly bears
[PLAYER2]
[DO]
immaculate magistrate
grizzly bears
next
#begin
next
#attackers
grizzly bears
next
#blockers
next
#damge
next
#combatend
[ASSERT]
COMBATEND
[PLAYER1]
inplay:immaculate magistrate,llanowar elves,grizzly bears
[PLAYER2]
life:16
[END]

View File

@@ -0,0 +1,16 @@
#Bug:Reclusive Wight does not work
[INIT]
SECONDMAIN
[PLAYER1]
[PLAYER2]
inplay:reclusive wight,forest
[DO]
eot
next
next
[ASSERT]
DRAW
[PLAYER1]
[PLAYER2]
inplay:reclusive wight,forest
[END]

View File

@@ -0,0 +1,17 @@
#Bug:Reclusive Wight does not work
[INIT]
SECONDMAIN
[PLAYER1]
[PLAYER2]
inplay:reclusive wight,forest,grizzly bears
[DO]
eot
next
next
[ASSERT]
DRAW
[PLAYER1]
[PLAYER2]
inplay:forest,grizzly bears
graveyard:reclusive wight
[END]

View File

@@ -0,0 +1,18 @@
#Bug:Rhox meditant does not work
[INIT]
FIRSTMAIN
[PLAYER1]
inplay:grizzly bears
hand:rhox meditant
manapool:{3}{W}
library:forest
[PLAYER2]
[DO]
rhox meditant
[ASSERT]
FIRSTMAIN
[PLAYER1]
inplay:grizzly bears,rhox meditant
hand:forest
[PLAYER2]
[END]

View File

@@ -0,0 +1,17 @@
#Bug:Rhox meditant does not work
[INIT]
FIRSTMAIN
[PLAYER1]
hand:rhox meditant
manapool:{3}{W}
library:forest
[PLAYER2]
[DO]
rhox meditant
[ASSERT]
FIRSTMAIN
[PLAYER1]
inplay:rhox meditant
library:forest
[PLAYER2]
[END]

View File

@@ -0,0 +1,18 @@
#Bug:shepherd of rot only damages one player
[INIT]
FIRSTMAIN
[PLAYER1]
inplay:shepherd of rot
[PLAYER2]
inplay:Bog raiders
[DO]
shepherd of rot
[ASSERT]
FIRSTMAIN
[PLAYER1]
inplay:shepherd of rot
life:18
[PLAYER2]
inplay:Bog raiders
life:18
[END]

View File

@@ -0,0 +1,21 @@
#Bug: stronghold discipline does not do correct damae
[INIT]
FIRSTMAIN
[PLAYER1]
inplay:grizzly bears,dragon engine
hand:stronghold discipline
manapool:{2}{B}{B}
[PLAYER2]
inplay:raging goblin
[DO]
stronghold discipline
[ASSERT]
FIRSTMAIN
[PLAYER1]
inplay:grizzly bears,dragon engine
graveyard:stronghold discipline
life:18
[PLAYER2]
inplay:raging goblin
life:19
[END]