Added 24 successfully tested cards based on rev2243 (many thx to Zethfox!!)

This addition includes
- cards with STORM (Dragonstorm,Tendrils of Agony,etc.) --> IT'S FINALLY THERE!
- cards which restrict the casting of spells (Arcane Laboratory,Silence)
- PLATINUM ANGEL (keyword: CANTLOSE)

Added tests for STORM;LAND:number,Sneak Attack

Removed Rhox Meditant and its tests.
This commit is contained in:
solo81@web.de
2010-09-06 19:48:38 +00:00
parent 44ae17122e
commit 7b33d8382d
8 changed files with 312 additions and 247 deletions
+3 -2
View File
@@ -223,6 +223,7 @@ enchanted evening.txt
enervate.txt
enchantress_s_presence.txt
erg_raiders_i157.txt
explore.txt
fangren_pathcutter.txt
farhaven_elf.txt
farmstead.txt
@@ -286,6 +287,7 @@ hopping_automaton_i232.txt
horned_helm.txt
howl_from_beyond.txt
howl_of_the_night_pack.txt
hunting_pack.txt
hurricane.txt
hyalopterous_lemure.txt
hymn_of_rebirth.txt
@@ -391,8 +393,6 @@ regal_force.txt
resounding_roar.txt
resurrection.txt
resuscitate_i210.txt
rhox_meditant.txt
rhox_meditant2.txt
righteous_cause.txt
rockslide_elemental.txt
rootwalla.txt
@@ -431,6 +431,7 @@ simic_initiate.txt
slate_of_ancestry.txt
sleeper_agent.txt
slith_bloodletter.txt
sneak_attack.txt
soulblast.txt
spark_elemental.txt
sphinx_summoner.txt
+20
View File
@@ -0,0 +1,20 @@
#Testing Explore (keyword LAND:number)
[INIT]
FIRSTMAIN
[PLAYER1]
hand:Explore,Forest,Forest
library:Grizzly Bears
manapool:{1}{G}
[PLAYER2]
[DO]
Explore
Forest
Forest
[ASSERT]
FIRSTMAIN
[PLAYER1]
inplay:Forest,Forest
graveyard:Explore
hand:Grizzly Bears
[PLAYER2]
[END]
@@ -0,0 +1,21 @@
#Testing Hunting Pack (keyword STORM)
[INIT]
FIRSTMAIN
[PLAYER1]
hand:Hunting Pack,Mox Emerald,Ornithopter
inplay:Fervor,Totem Speaker
manapool:{5}{G}{G}
life:20
[PLAYER2]
[DO]
Mox Emerald
Ornithopter
Hunting Pack
[ASSERT]
FIRSTMAIN
[PLAYER1]
inplay:Fervor,*,*,*,Mox Emerald,Ornithopter,Totem Speaker
graveyard:Hunting Pack
life:29
[PLAYER2]
[END]
@@ -1,18 +0,0 @@
#Bug:Rhox meditant does not work
[INIT]
FIRSTMAIN
[PLAYER1]
inplay:grizzly bears
hand:rhox meditant
manapool:{3}{W}
library:forest
[PLAYER2]
[DO]
rhox meditant
[ASSERT]
FIRSTMAIN
[PLAYER1]
inplay:grizzly bears,rhox meditant
hand:forest
[PLAYER2]
[END]
@@ -1,17 +0,0 @@
#Bug:Rhox meditant does not work
[INIT]
FIRSTMAIN
[PLAYER1]
hand:rhox meditant
manapool:{3}{W}
library:forest
[PLAYER2]
[DO]
rhox meditant
[ASSERT]
FIRSTMAIN
[PLAYER1]
inplay:rhox meditant
library:forest
[PLAYER2]
[END]
@@ -0,0 +1,37 @@
## Testing Sneak Attack (keyword: TREASON).
[INIT]
FIRSTMAIN
[PLAYER1]
inplay:Sneak Attack
hand:Serra Angel
manapool:{R}
[PLAYER2]
life:20
[DO]
Sneak Attack
Serra Angel
next
#combatbegins
next
#attackers
Serra Angel
next
#blockers
next
#combatdamage 2
next
#endofcombat 2
next
#secondmain
next
#endofturn
next
[ASSERT]
CLEANUP
[PLAYER1]
inplay:Sneak Attack
graveyard:Serra Angel
manapool:{0}
[PLAYER2]
life:16
[END]