-Various card fixes
This commit is contained in:
wagic.the.homebrew@gmail.com
2009-09-06 09:55:11 +00:00
parent 5a2a4a7617
commit 8771ee7579
15 changed files with 197 additions and 138 deletions
+5
View File
@@ -85,6 +85,7 @@ dross_harvester.txt
elvish_piper.txt
elvish_promenade.txt
fastbond.txt
fastbond2.txt
fault_line.txt
fists_of_ironwood.txt
flare.txt
@@ -106,6 +107,7 @@ goblin_king.txt
gravedigger.txt
#hammerfist_giant.txt
hannas_custody.txt
#harpoon_sniper.txt uncomment when damages are correctly resolved at the damage resolution step
hellfire.txt
howl_of_the_night_pack.txt
hymn_of_rebirth.txt
@@ -138,7 +140,9 @@ nightmare.txt
northern_paladin.txt
northern_paladin2.txt
Nyxathid.txt
orcish_artillery.txt
orcish_lumberjack.txt
overrun.txt
paralysis.txt
paralysis2.txt
persuasion.txt
@@ -185,6 +189,7 @@ terror.txt
titanic_ultimatum.txt
tranquil_domain.txt
volcanic_island.txt
unstable_mutation.txt
wall_of_diffusion.txt
wall_of_diffusion2.txt
welkin_hawk.txt
+19
View File
@@ -0,0 +1,19 @@
#Bug:Fastbond doesn't work properly the turn it comes into play
[INIT]
FIRSTMAIN
[PLAYER1]
hand:forest,mountain,plains,fastbond
[PLAYER2]
[DO]
forest
forest
fastbond
mountain
plains
[ASSERT]
FIRSTMAIN
[PLAYER1]
inplay:forest,mountain,plains,fastbond
life:18
[PLAYER2]
[END]
@@ -0,0 +1,26 @@
#Bug: harpoon sniper doesn't work correctly
[INIT]
COMBATATTACKERS
[PLAYER1]
inplay:grizzly bears
[PLAYER2]
inplay:harpoon sniper,coral merfolk,plains
[DO]
grizzly bears
next
#blockers
plains
harpoon sniper
choice 1
grizzly bears
next
#damage
next
#combat end
[ASSERT]
COMBATEND
[PLAYER1]
graveyard:grizzly bears
[PLAYER2]
inplay:harpoon sniper,coral merfolk,plains
[END]
@@ -0,0 +1,21 @@
#Bug: Orcish Artillery does not tap
[INIT]
FIRSTMAIN
[PLAYER1]
inplay:orcish artillery
[PLAYER2]
inplay:grizzly bears,white knight
[DO]
orcish artillery
white knight
orcish artillery
grizzly bears
[ASSERT]
FIRSTMAIN
[PLAYER1]
inplay:orcish artillery
life:17
[PLAYER2]
inplay:grizzly bears
graveyard:white knight
[END]
+30
View File
@@ -0,0 +1,30 @@
#Bug: Overrun from M10 seems not to work properly.It has regrowth effect instead
[INIT]
FIRSTMAIN
[PLAYER1]
inplay:grizzly bears,dragon engine
hand:189906
manapool:{2}{G}{G}{G}
[PLAYER2]
[DO]
189906
next
#begins
next
#attack
grizzly bears
dragon engine
next
#block
next
#damage
next
#end
[ASSERT]
COMBATEND
[PLAYER1]
inplay:grizzly bears,dragon engine
graveyard:189906
[PLAYER2]
life:11
[END]
@@ -0,0 +1,43 @@
#Bug: unstable mutation doesn't give +3/+3
[INIT]
FIRSTMAIN
[PLAYER1]
inplay:raging goblin
hand:unstable mutation
manapool:{U}
[PLAYER2]
[DO]
unstable mutation
raging goblin
next
#combat begins
next
#attackers
raging goblin
eot
eot
#untap
next
#upkeep
next
#draw
next
#main
next
#combat
next
#atackers
raging goblin
next
#blockers
next
#damage
next
end
[ASSERT]
COMBATEND
[PLAYER1]
inplay:raging goblin,unstable mutation
[PLAYER2]
life:13
[END]