- Ashen firebeast bug fix
- Small cards bug fixes
- Bloodfire colossus bug fix
- Graphical glitch in Opponent deck's choice when Deck name is too long... attempt to fix, let's be careful, no more than 9 letters in Deck names, please
- Updated Tranquil domain test. It was using cards that have been removed from the DB
- replaced /n/ with (n) in shop
This commit is contained in:
wagic.the.homebrew@gmail.com
2009-06-08 13:45:52 +00:00
parent d45d526d6d
commit 91edaca882
13 changed files with 116 additions and 12 deletions
+5 -1
View File
@@ -30,7 +30,9 @@ ascendant_evincar.txt
ascendant_evincar2.txt
ascendant_evincar3.txt
ashen_firebeast.txt
ashen_firebeast2.txt
blessed_wine.txt
bloodfire_colossus.txt
bottle_gnomes.txt
boggart_arsonists.txt
brass_man.txt
@@ -68,6 +70,7 @@ goblin_balloon_brigade.txt
goblin_balloon_brigade2.txt
goblin_king.txt
gravedigger.txt
#hammerfist_giant.txt
hannas_custody.txt
hymn_of_rebirth.txt
icatian_priest.txt
@@ -81,6 +84,7 @@ lifeforce.txt
living_lands.txt
lord_of_the_pit.txt
lord_of_the_pit2.txt
master_of_etherium.txt
nantuko_husk.txt
Nevinyrrals_Disk.txt
Nevinyrrals_Disk2.txt
@@ -123,4 +127,4 @@ zombify.txt
#Momir Basic Tests
########################
momir/keldon_warlord.txt
momir/overcost.txt
momir/overcost.txt
@@ -0,0 +1,18 @@
#Bug:Ashen firebeast crashes the game if used more than once
[INIT]
FIRSTMAIN
[PLAYER1]
inplay:air elemental,grizzly bears,ashen firebeast
manapool:{2}{R}{R}
[PLAYER2]
[DO]
ashen firebeast
ashen firebeast
[ASSERT]
FIRSTMAIN
[PLAYER1]
graveyard:grizzly bears
inplay:air elemental,ashen firebeast
manapool:{0}
[PLAYER2]
[END]
@@ -0,0 +1,18 @@
#Bug: Bloodfire colossus doesn't damage players
[INIT]
FIRSTMAIN
[PLAYER1]
inplay:air elemental,grizzly bears,bloodfire colossus
manapool:{R}
[PLAYER2]
[DO]
bloodfire colossus
[ASSERT]
FIRSTMAIN
[PLAYER1]
graveyard:bloodfire colossus,air elemental,grizzly bears
manapool:{0}
life:14
[PLAYER2]
life:14
[END]
@@ -0,0 +1,35 @@
#Bug: Hammerfist_giant does damage when it comes into play
[INIT]
FIRSTMAIN
[PLAYER1]
hand:Hammerfist giant
inplay:air elemental,grizzly bears
manapool:{4}{R}{R}
[PLAYER2]
[DO]
hammerfist giant
next
#combat begin
next
#attackers
air elemental
grizzly bears
next
#blockers
next
#damage
next
#combat end
next
#main phase 2
hammerfist giant
[ASSERT]
SECONDMAIN
[PLAYER1]
inplay:air elemental,hammerfist giant
graveyard:grizzly bears
manapool:{0}
life:16
[PLAYER2]
life:10
[END]
@@ -0,0 +1,22 @@
#Bug: Master of Etherium gets wrong bonuses
[INIT]
COMBATATTACKERS
[PLAYER1]
inplay:Master of Etherium,Black Vise,The Rack
[PLAYER2]
[DO]
Master of Etherium
next
#bloquers
next
#damage
next
#end
[ASSERT]
COMBATEND
[PLAYER1]
inplay:Master of Etherium,Black Vise,The Rack
manapool:{0}
[PLAYER2]
life:17
[END]
@@ -2,13 +2,13 @@
[INIT]
FIRSTMAIN
[PLAYER1]
hand:3414,3425,
hand:3414,135267
inplay:1250,3566,143024
manapool:{2}{R}
manapool:{3}{G}
[PLAYER2]
[DO]
#play aura on grizzly
3425
135267
1250
#play tranquil domain
3566
@@ -17,7 +17,7 @@ manapool:{2}{R}
FIRSTMAIN
[PLAYER1]
graveyard:3414,143024
inplay:1250,3566,3425
inplay:1250,3566,135267
manapool:{0}
[PLAYER2]
[END]