Erwan
- removed a useless .h file - fixed a bug with nantuko husk (see tests/nantuko_husk.txt)
This commit is contained in:
@@ -180,18 +180,6 @@ subtype=Treefolk Shaman
|
||||
toughness=6
|
||||
[/card]
|
||||
[card]
|
||||
text=Sacrifice Fulminator Mage: Destroy target nonbasic land.
|
||||
auto={S}:destroy target(land[-plains;-mountain;-swamp;-forest;-island])
|
||||
id=142009
|
||||
name=Fulminator Mage
|
||||
rarity=R
|
||||
type=Creature
|
||||
mana={1}{BR}{BR}
|
||||
power=2
|
||||
subtype=Elemental Shaman
|
||||
toughness=2
|
||||
[/card]
|
||||
[card]
|
||||
text=Flying Other blue creatures you control get +1/+1. Other black creatures you control get +1/+1.
|
||||
abilities=flying
|
||||
auto=lord(creature[blue]|myinplay) 1/1
|
||||
|
||||
@@ -622,7 +622,18 @@ rarity=R
|
||||
type=Instant
|
||||
mana={2}{GW}{GW}{GW}
|
||||
[/card]
|
||||
|
||||
[card]
|
||||
text=Sacrifice Fulminator Mage: Destroy target nonbasic land.
|
||||
auto={S}:destroy target(land[-plains;-mountain;-swamp;-forest;-island])
|
||||
id=142009
|
||||
name=Fulminator Mage
|
||||
rarity=R
|
||||
type=Creature
|
||||
mana={1}{BR}{BR}
|
||||
power=2
|
||||
subtype=Elemental Shaman
|
||||
toughness=2
|
||||
[/card]
|
||||
[card]
|
||||
text=When Furystoke Giant comes into play, other creatures you control gain "{T}: This creature deals 2 damage to target creature or player" until end of turn. Persist (When this creature is put into a graveyard from play, if it had no -1/-1 counters on it, return it to play under its owner's control with a -1/-1 counter on it.)
|
||||
id=152069
|
||||
|
||||
@@ -46,6 +46,7 @@ lifeforce.txt
|
||||
living_lands.txt
|
||||
lord_of_the_pit.txt
|
||||
lord_of_the_pit2.txt
|
||||
nantuko_husk.txt
|
||||
orcish_lumberjack.txt
|
||||
paralysis.txt
|
||||
paralysis2.txt
|
||||
|
||||
@@ -0,0 +1,29 @@
|
||||
#Testing Nantuko Husk's ability on an orcish artillery
|
||||
[INIT]
|
||||
FIRSTMAIN
|
||||
[PLAYER1]
|
||||
inplay:129653,129663
|
||||
[PLAYER2]
|
||||
[DO]
|
||||
129653
|
||||
129663
|
||||
next
|
||||
#combat begin
|
||||
next
|
||||
#attackers
|
||||
129653
|
||||
choice 0
|
||||
next
|
||||
#defensers
|
||||
next
|
||||
#damage
|
||||
next
|
||||
#combat end
|
||||
[ASSERT]
|
||||
COMBATEND
|
||||
[PLAYER1]
|
||||
inplay:129653
|
||||
graveyard:129663
|
||||
[PLAYER2]
|
||||
life:16
|
||||
[END]
|
||||
Reference in New Issue
Block a user