Psyringe - added some test scripts for 5DN equipment. Also found some differences between my local version and the recently uploaded one and merged those.
This commit is contained in:
@@ -145,6 +145,7 @@ counterspell.txt
|
||||
counterspell2.txt
|
||||
counterspell3.txt
|
||||
counterspell4.txt
|
||||
cranial_plating.txt
|
||||
creature_bond.txt
|
||||
curiosity1_i217.txt
|
||||
curiosity2_i217.txt
|
||||
@@ -220,8 +221,10 @@ gravedigger.txt
|
||||
hannas_custody.txt
|
||||
harpoon_sniper.txt
|
||||
hellfire.txt
|
||||
helm_of_kaldra1.txt
|
||||
holy_day_i226.txt
|
||||
hopping_automaton_i232.txt
|
||||
horned_helm.txt
|
||||
howl_from_beyond.txt
|
||||
howl_of_the_night_pack.txt
|
||||
hurricane.txt
|
||||
|
||||
26
projects/mtg/bin/Res/test/cranial_plating.txt
Normal file
26
projects/mtg/bin/Res/test/cranial_plating.txt
Normal file
@@ -0,0 +1,26 @@
|
||||
#NAME: Cranial Plating
|
||||
#DESC: Checks the card's main effect:
|
||||
#DESC: "Equipped creature gets +1/+0 for each
|
||||
#DESC: artifact you control."
|
||||
#DESC: Also verifies that the "attach" command
|
||||
#DESC: works outside of a main phase.
|
||||
[INIT]
|
||||
combatattackers
|
||||
[PLAYER1]
|
||||
inplay:Cranial Plating,Grizzly Bears,Rod of Ruin
|
||||
hand:Swords to Plowshares
|
||||
manapool:{W}{B}{B}
|
||||
[PLAYER2]
|
||||
[DO]
|
||||
Cranial Plating
|
||||
Grizzly Bears
|
||||
Swords to Plowshares
|
||||
Grizzly Bears
|
||||
[ASSERT]
|
||||
combatattackers
|
||||
[PLAYER1]
|
||||
inplay:Cranial Plating,Rod of Ruin
|
||||
graveyard:Swords to Plowshares
|
||||
life:24
|
||||
[PLAYER2]
|
||||
[END]
|
||||
32
projects/mtg/bin/Res/test/helm_of_kaldra1.txt
Normal file
32
projects/mtg/bin/Res/test/helm_of_kaldra1.txt
Normal file
@@ -0,0 +1,32 @@
|
||||
#NAME: Helm of Kaldra
|
||||
#DESC: verifies the three base abilities
|
||||
#DESC: of Helm of Kaldra: trample, haste,
|
||||
#DESC: first strike
|
||||
[INIT]
|
||||
firstmain
|
||||
[PLAYER1]
|
||||
inplay:Helm of Kaldra
|
||||
hand:Grizzly Bears
|
||||
manapool:{3}{G}
|
||||
[PLAYER2]
|
||||
inplay:Lightning Elemental
|
||||
[DO]
|
||||
Grizzly Bears
|
||||
Helm of Kaldra
|
||||
Grizzly Bears
|
||||
next
|
||||
next
|
||||
Grizzly Bears
|
||||
next
|
||||
Lightning Elemental
|
||||
next
|
||||
next
|
||||
next
|
||||
[ASSERT]
|
||||
combatend
|
||||
[PLAYER1]
|
||||
inplay:Helm of Kaldra,Grizzly Bears
|
||||
[PLAYER2]
|
||||
graveyard:Lightning Elemental
|
||||
life:19
|
||||
[END]
|
||||
29
projects/mtg/bin/Res/test/horned_helm.txt
Normal file
29
projects/mtg/bin/Res/test/horned_helm.txt
Normal file
@@ -0,0 +1,29 @@
|
||||
#NAME: Horned Helm
|
||||
#DESC: "Equipped creature gets +1/+1
|
||||
#DESC: and has trample."
|
||||
[INIT]
|
||||
firstmain
|
||||
[PLAYER1]
|
||||
inplay:Horned Helm,Scryb Sprites
|
||||
manapool:{2}
|
||||
[PLAYER2]
|
||||
inplay:Suntail Hawk
|
||||
[DO]
|
||||
Horned Helm
|
||||
Scryb Sprites
|
||||
next
|
||||
next
|
||||
Scryb Sprites
|
||||
next
|
||||
Suntail Hawk
|
||||
next
|
||||
next
|
||||
next
|
||||
[ASSERT]
|
||||
combatend
|
||||
[PLAYER1]
|
||||
inplay:Horned Helm,Scryb Sprites
|
||||
[PLAYER2]
|
||||
graveyard:Suntail Hawk
|
||||
life:19
|
||||
[END]
|
||||
Reference in New Issue
Block a user