- new tests to unconfirm some reported bugs
This commit is contained in:
wagic.the.homebrew@gmail.com
2009-04-05 06:41:17 +00:00
parent 853d14c8cc
commit d5cf601ec7
3 changed files with 55 additions and 0 deletions
+2
View File
@@ -60,12 +60,14 @@ goblin_balloon_brigade.txt
goblin_balloon_brigade2.txt
goblin_king.txt
gravedigger.txt
hannas_custody.txt
hymn_of_rebirth.txt
icatian_priest.txt
keldon_warlord.txt
kird_ape.txt
kudzu.txt
kudzu2.txt
lhurgoyf.txt
lifeforce.txt
living_lands.txt
lord_of_the_pit.txt
@@ -0,0 +1,27 @@
#enchantment: All artifacts have shroud.
#bug: all artifacts go to graveyard
[INIT]
FIRSTMAIN
[PLAYER1]
hand:hanna's custody,disenchant
inplay:the rack,swamp,plains
manapool:{2}{W}
[PLAYER2]
inplay:black vise,bad moon
[DO]
hanna's custody
swamp
plains
disenchant
black vise
bad moon
[ASSERT]
FIRSTMAIN
[PLAYER1]
inplay:the rack,swamp,plains,hanna's custody
graveyard:disenchant
manapool:{0}
[PLAYER2]
graveyard:bad moon
inplay:black vise
[END]
+26
View File
@@ -0,0 +1,26 @@
#Lhurgoyf's power is equal to the number of creature cards in all graveyards and its toughness is equal to that number plus 1.
#bug: power and toughness always 0/1
[INIT]
COMBATATTACKERS
[PLAYER1]
inplay:lhurgoyf
graveyard:grizzly bears
[PLAYER2]
graveyard:air elemental
[DO]
lhurgoyf
next
#blockers
next
#combatdamage
next
#endofcombat
[ASSERT]
COMBATEND
[PLAYER1]
inplay:lhurgoyf
graveyard:grizzly bears
[PLAYER2]
graveyard:air elemental
life:18
[END]