- 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
+1 -1
View File
@@ -521,7 +521,7 @@ mana={1}{U}
[/card]
[card]
text=Flying {U}, Sacrifice Glen Elendra Archmage: Counter target noncreature spell. Persist (When this creature is put into a graveyard from play, if it had no -1/-1 counters on it, return it to play under its owner's control with a -1/-1 counter on it.)
abilities=flying
abilities=flying,persist
id=157977
auto={U}{S}:fizzle(*[-creature]|stack)
name=Glen Elendra Archmage
+4 -4
View File
@@ -134,12 +134,12 @@ rarity=C
[/card]
[card]
text=Add {B}{B}{B} to your mana pool.
id=3285
auto=Add{B}{B}{B}
id=3285
name=Dark Ritual
alias=1149
type=Mana Source
mana={B}
rarity=C
type=Instant
mana={B}
[/card]
[card]
text=Swampwalk {B}: Dirtwater Wraith gets +1/+0 until end of turn.
+1
View File
@@ -881,6 +881,7 @@ rarity=U
type=Enchantment
mana={1}{U}{U}
[/card]
#Hammerfist giant requires a serious update of the targetChooser code before it can work.
[card]
text={T}: Hammerfist Giant deals 4 damage to each creature without flying and each player.
id=83712
+1 -1
View File
@@ -146,7 +146,7 @@ id=5597
name=Bog Raiders
color=Black
rarity=C
mana={3}{B}
mana={2}{B}
type=Creature
subtype=Zombie
power=3
+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]