Re commitied my previous cards in primitives/mtg.txt
I dont know why my previous commit has been removed but its all working. I included tests for the cards in this commit. All test suite passes. please update your FUT/_cards.dat because i change the name of oriss to its original name. -------------------------------------- [card] primitive=Oriss, Samite Guardian id=136210 rarity=R [/card]
This commit is contained in:
@@ -0,0 +1,23 @@
|
||||
#Testing Nim Devourer upkeep ability, move to play then sacrifice a creature.
|
||||
[INIT]
|
||||
UPKEEP
|
||||
[PLAYER1]
|
||||
graveyard:Nim Devourer
|
||||
inplay:Tundra Wolves
|
||||
manapool:{B}{B}
|
||||
[PLAYER2]
|
||||
life:20
|
||||
[DO]
|
||||
Nim Devourer
|
||||
choice 0
|
||||
Tundra Wolves
|
||||
next
|
||||
next
|
||||
[ASSERT]
|
||||
FIRSTMAIN
|
||||
[PLAYER1]
|
||||
inplay:Nim Devourer
|
||||
graveyard:Tundra Wolves
|
||||
[PLAYER2]
|
||||
life:20
|
||||
[END]
|
||||
@@ -0,0 +1,29 @@
|
||||
#Testing Oak Street Innkeeper hexproof during opponent turn
|
||||
[INIT]
|
||||
combatattackers
|
||||
[PLAYER1]
|
||||
inplay:Oak Street Innkeeper
|
||||
[PLAYER2]
|
||||
hand:Lightning Bolt
|
||||
inplay:Mountain
|
||||
life:20
|
||||
[DO]
|
||||
Oak Street Innkeeper
|
||||
eot
|
||||
#next turn opponent
|
||||
Mountain
|
||||
Lightning Bolt
|
||||
Oak Street Innkeeper
|
||||
#since i cant target because of hexproof, i choose p1
|
||||
p1
|
||||
eot
|
||||
[ASSERT]
|
||||
untap
|
||||
[PLAYER1]
|
||||
inplay:Oak Street Innkeeper
|
||||
life:17
|
||||
[PLAYER2]
|
||||
inplay:Mountain
|
||||
graveyard:Lightning Bolt
|
||||
life:19
|
||||
[END]
|
||||
@@ -0,0 +1,26 @@
|
||||
#Testing Oriss Samite Guardian preventalldamage to(this)
|
||||
[INIT]
|
||||
combatattackers
|
||||
[PLAYER1]
|
||||
hand:Lightning Bolt
|
||||
inplay:Mountain
|
||||
[PLAYER2]
|
||||
inplay:136210
|
||||
[DO]
|
||||
Mountain
|
||||
Lightning Bolt
|
||||
136210
|
||||
no
|
||||
yes
|
||||
136210
|
||||
choice 0
|
||||
136210
|
||||
eot
|
||||
[ASSERT]
|
||||
untap
|
||||
[PLAYER1]
|
||||
inplay:Mountain
|
||||
graveyard:Lightning Bolt
|
||||
[PLAYER2]
|
||||
inplay:136210
|
||||
[END]
|
||||
@@ -0,0 +1,33 @@
|
||||
#Testing Pain Magnification - more than 2 damage must comes from a single source
|
||||
#in this case Lightning Bolt, so the opponent must discard 1 card only
|
||||
[INIT]
|
||||
combatattackers
|
||||
[PLAYER1]
|
||||
hand:Lightning Bolt
|
||||
inplay:Pain Magnification,Mountain,Grizzly Bears,Savannah Lions
|
||||
[PLAYER2]
|
||||
hand:Plains,Forest
|
||||
life:20
|
||||
[DO]
|
||||
Savannah Lions
|
||||
Grizzly Bears
|
||||
next
|
||||
next
|
||||
next
|
||||
Mountain
|
||||
Lightning Bolt
|
||||
p2
|
||||
choice 0
|
||||
Forest
|
||||
next
|
||||
eot
|
||||
[ASSERT]
|
||||
untap
|
||||
[PLAYER1]
|
||||
inplay:Pain Magnification,Mountain,Grizzly Bears,Savannah Lions
|
||||
graveyard:Lightning Bolt
|
||||
[PLAYER2]
|
||||
hand:*
|
||||
graveyard:*
|
||||
life:13
|
||||
[END]
|
||||
@@ -476,9 +476,11 @@ necrogenesis.txt
|
||||
Nevinyrrals_Disk.txt
|
||||
Nevinyrrals_Disk2.txt
|
||||
nightmare.txt
|
||||
Nim_Devourer.txt
|
||||
northern_paladin.txt
|
||||
northern_paladin2.txt
|
||||
Nyxathid.txt
|
||||
Oak_Street_Innkeeper.txt
|
||||
ondu_cleric.txt
|
||||
OneDozenEyes.txt
|
||||
Oracle_of_Nectars.txt
|
||||
@@ -486,9 +488,11 @@ orcish_artillery.txt
|
||||
orcish_lumberjack.txt
|
||||
orims_chant_i595.txt
|
||||
orims_chant2.txt
|
||||
Oriss_Samite_Guardian.txt
|
||||
overrun.txt
|
||||
ovinize.txt
|
||||
ovinize2.txt
|
||||
Pain_Magnification.txt
|
||||
paradise_mantle.txt
|
||||
paralysis.txt
|
||||
paralysis2.txt
|
||||
|
||||
Reference in New Issue
Block a user