- Bug fixes for Kird ape(RV), Dingus Egg(RV), Ankh of Mishra(RV), Ancient Tomb(TMP), Wooded Bastion (SHM)
- Added tests in the test suite to confirm/infirm  some bug reports
This commit is contained in:
wagic.the.homebrew
2009-02-15 05:32:12 +00:00
parent 6d1d5d751a
commit f7a887db2a
14 changed files with 221 additions and 115 deletions

View File

@@ -6,6 +6,7 @@ generic/first_strike2.txt
generic/first_strike3.txt
generic/hybrid_mana.txt
generic/hybrid_mana_2.txt
generic/hybrid_mana_3.txt
generic/legendary.txt
generic/persist.txt
generic/wither.txt
@@ -16,6 +17,7 @@ afflict.txt
anarchy.txt
animate_dead.txt
animate_dead2.txt
ankh_of_mishra.txt
ardakar_wastes.txt
ascendant_evincar.txt
ascendant_evincar2.txt
@@ -32,7 +34,9 @@ counsel_of_the_soratami.txt
counterspell.txt
counterspell2.txt
creature_bond.txt
dingus_egg.txt
doomed_necromancer.txt
dragon_fodder.txt
drain_life.txt
flare.txt
force_of_nature.txt
@@ -45,6 +49,7 @@ goblin_balloon_brigade2.txt
goblin_king.txt
hymn_of_rebirth.txt
keldon_warlord.txt
kird_ape.txt
kudzu.txt
kudzu2.txt
lifeforce.txt

View File

@@ -0,0 +1,24 @@
# bug : Ankh of Mishra : Doesn<73>ft deal damage if a land was destroyed then a new one is put into play
# Ankh of Mishra : (RV) 1094
# text=Whenever a land comes into play, Ankh of Mishra deals 2 damage to that land's controller.
# Will destroy a land with stone rain, then put a plains into play
[INIT]
FIRSTMAIN
[PLAYER1]
inplay:1397,1094
hand:1396,1321
manapool:{R}{2}
[PLAYER2]
[DO]
1321
1397
1396
[ASSERT]
FIRSTMAIN
[PLAYER1]
graveyard:1397,1321
inplay:1094,1396
manapool:{0}
life:18
[PLAYER2]
[END]

View File

@@ -0,0 +1,26 @@
# bug : Dingus Egg can be put into play but does not deal damage when a player loses a land
# Dingus Egg : (RV) 1105
#text=Whenever a land is put into a graveyard from play, Dingus Egg deals 2 damage to that land's controller.
# Will destroy 2 lands with stone rains
[INIT]
FIRSTMAIN
[PLAYER1]
inplay:1397,1105
hand:1321,1321,1396
manapool:{R}{2}{R}{2}
[PLAYER2]
[DO]
1321
1397
1396
1321
1396
[ASSERT]
FIRSTMAIN
[PLAYER1]
graveyard:1397,1321,1396,1321
inplay:1105
manapool:{0}
life:16
[PLAYER2]
[END]

View File

@@ -0,0 +1,19 @@
#Testing Tokens
# Dragon Fodder (ALA) 174936
# text=Put two 1/1 red Goblin creature tokens into play.
[INIT]
FIRSTMAIN
[PLAYER1]
hand:174936
manapool:{R}{1}
[PLAYER2]
[DO]
174936
[ASSERT]
FIRSTMAIN
[PLAYER1]
graveyard:174936
inplay:-174936,-174936
manapool:{0}
[PLAYER2]
[END]

View File

@@ -0,0 +1,18 @@
#Testing Hybrid Mana
# Spectral possession: text=({2W} can be paid with any two mana or with {W}. This card's converted mana cost is 6.) Put three 1/1 white Spirit creature tokens with flying into play.
[INIT]
FIRSTMAIN
[PLAYER1]
hand:152070
manapool:{R}{R}{G}{G}{W}{W}
[PLAYER2]
[DO]
152070
[ASSERT]
FIRSTMAIN
[PLAYER1]
graveyard:152070
inplay:-152070,-152070,-152070
manapool:{0}
[PLAYER2]
[END]

View File

@@ -0,0 +1,43 @@
# bug : Kird Ape : keeps his power/toughness bonus when unsummoned. This allows to cheat and bost the Kird ape like crazy.
# Kird Ape : (RV) 1302
# text=Kird Ape gets +1/+2 as long as you control a Forest.
# Will unsummon and reput into play
[INIT]
FIRSTMAIN
[PLAYER1]
inplay:1386,1302
hand:1229
manapool:{R}{U}
[PLAYER2]
[DO]
1229
1302
1302
eot
eot
next
#upkeep
next
#draw
next
#firstmain
next
#combatbegins
next
#attackers
1302
next
#blockers
next
#damage
next
#combatend
[ASSERT]
COMBATEND
[PLAYER1]
graveyard:1229
inplay:1386,1302
manapool:{0}
[PLAYER2]
life:18
[END]