Erwan
- new tests to unconfirm some reported bugs
This commit is contained in:
@@ -60,12 +60,14 @@ goblin_balloon_brigade.txt
|
|||||||
goblin_balloon_brigade2.txt
|
goblin_balloon_brigade2.txt
|
||||||
goblin_king.txt
|
goblin_king.txt
|
||||||
gravedigger.txt
|
gravedigger.txt
|
||||||
|
hannas_custody.txt
|
||||||
hymn_of_rebirth.txt
|
hymn_of_rebirth.txt
|
||||||
icatian_priest.txt
|
icatian_priest.txt
|
||||||
keldon_warlord.txt
|
keldon_warlord.txt
|
||||||
kird_ape.txt
|
kird_ape.txt
|
||||||
kudzu.txt
|
kudzu.txt
|
||||||
kudzu2.txt
|
kudzu2.txt
|
||||||
|
lhurgoyf.txt
|
||||||
lifeforce.txt
|
lifeforce.txt
|
||||||
living_lands.txt
|
living_lands.txt
|
||||||
lord_of_the_pit.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]
|
||||||
@@ -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]
|
||||||
Reference in New Issue
Block a user