Added 23 cards based on rev2185. (Card list ---> first comment)
Added tests for manacost changers and TRANSFORM.
This commit is contained in:
@@ -75,6 +75,8 @@ aether_mutation.txt
|
||||
aether_flash.txt
|
||||
afflict.txt
|
||||
akron_legionnaire.txt
|
||||
alabaster_leech.txt
|
||||
alabaster_leech2.txt
|
||||
alluring_siren.txt
|
||||
Amugaba.txt
|
||||
anarchy.txt
|
||||
@@ -214,6 +216,7 @@ ekundu_cyclops2_i218.txt
|
||||
elvish_piper.txt
|
||||
elvish_promenade.txt
|
||||
emblem_of_the_warmind.txt
|
||||
enchanted evening.txt
|
||||
enervate.txt
|
||||
enchantress_s_presence.txt
|
||||
erg_raiders_i157.txt
|
||||
@@ -331,6 +334,7 @@ masticore.txt
|
||||
masticore2.txt
|
||||
maze_of_ith.txt
|
||||
meekstone.txt
|
||||
memnarch.txt
|
||||
memory_erosion.txt
|
||||
millstone.txt
|
||||
misc01.txt
|
||||
|
||||
@@ -0,0 +1,18 @@
|
||||
#Testing Alabaster Leech
|
||||
#Whie spells you cast cost {W} more to cast.
|
||||
[INIT]
|
||||
FIRSTMAIN
|
||||
[PLAYER1]
|
||||
inplay:Alabaster Leech
|
||||
hand:Savannah Lions
|
||||
manapool:{W}{W}
|
||||
[PLAYER2]
|
||||
[DO]
|
||||
Savannah Lions
|
||||
[ASSERT]
|
||||
FIRSTMAIN
|
||||
[PLAYER1]
|
||||
inplay:Alabaster Leech,Savannah Lions
|
||||
manapool{0}
|
||||
[PLAYER2]
|
||||
[END]
|
||||
@@ -0,0 +1,22 @@
|
||||
#Testing Alabaster Leech
|
||||
#Does the costreduction effect vanish when Alabaster Leech leaves he battlefield?
|
||||
#Does "RESETCOST" work?
|
||||
[INIT]
|
||||
FIRSTMAIN
|
||||
[PLAYER1]
|
||||
inplay:Alabaster Leech
|
||||
hand:Savannah Lions,Lightning Bolt
|
||||
manapool:{W}{W}{R}
|
||||
[PLAYER2]
|
||||
[DO]
|
||||
Lightning Bolt
|
||||
Alabaster Leech
|
||||
Savannah Lions
|
||||
[ASSERT]
|
||||
FIRSTMAIN
|
||||
[PLAYER1]
|
||||
inplay:Savannah Lions
|
||||
graveyard:Alabaster Leech,Lightning Bolt
|
||||
manapool:{W}
|
||||
[PLAYER2]
|
||||
[END]
|
||||
@@ -0,0 +1,18 @@
|
||||
#Enchanted Evening
|
||||
#All permanents are enchantments in addition to their other types.
|
||||
[INIT]
|
||||
FIRSTMAIN
|
||||
[PLAYER1]
|
||||
hand:Tranquility
|
||||
inplay:Forest,Mox Emerald,Grizzly Bears,Enchanted Evening
|
||||
manapool:{2}{G}
|
||||
[PLAYER2]
|
||||
[DO]
|
||||
Tranquility
|
||||
[ASSERT]
|
||||
FIRSTMAIN
|
||||
[PLAYER1]
|
||||
graveyard:Forest,Mox Emerald,Grizzly Bears,Enchanted Evening,Tranquility
|
||||
manapool:{0}
|
||||
[PLAYER2]
|
||||
[END]
|
||||
@@ -0,0 +1,25 @@
|
||||
#Memnarch
|
||||
#Does Memnarch's transformation effect last indefinetely?
|
||||
#Does the parameter "FOREVER" work?
|
||||
[INIT]
|
||||
FIRSTMAIN
|
||||
[PLAYER1]
|
||||
hand:Shatter,Shatter
|
||||
inplay:Memnarch,Grizzly Bears
|
||||
manapool:{3}{U}{U}{R}{R}
|
||||
[PLAYER2]
|
||||
[DO]
|
||||
Memnarch
|
||||
choice 0
|
||||
Grizzly Bears
|
||||
Shatter
|
||||
Memnarch
|
||||
Shatter
|
||||
Grizzly Bears
|
||||
[ASSERT]
|
||||
FIRSTMAIN
|
||||
[PLAYER1]
|
||||
graveyard:Memnarch,Grizzly Bears,Shatter,Shatter
|
||||
manapool:{0}
|
||||
[PLAYER2]
|
||||
[END]
|
||||
Reference in New Issue
Block a user