Erwan
-fix goblin gardener -fix slithering shade
This commit is contained in:
@@ -15523,7 +15523,7 @@ toughness=1
|
|||||||
[/card]
|
[/card]
|
||||||
[card]
|
[card]
|
||||||
name=Goblin Gardener
|
name=Goblin Gardener
|
||||||
auto=@movedTo(this|graveyard) from(battlefield):destroy target(artifact)
|
auto=@movedTo(this|graveyard) from(battlefield):destroy target(land)
|
||||||
text=When Goblin Gardener is put into a graveyard from the battlefield, destroy target land.
|
text=When Goblin Gardener is put into a graveyard from the battlefield, destroy target land.
|
||||||
mana={3}{R}
|
mana={3}{R}
|
||||||
type=Creature
|
type=Creature
|
||||||
@@ -35081,8 +35081,7 @@ toughness=1
|
|||||||
[card]
|
[card]
|
||||||
name=Slithering Shade
|
name=Slithering Shade
|
||||||
auto={B}:1/1
|
auto={B}:1/1
|
||||||
auto=defender
|
auto=aslongas(*|myHand) defender
|
||||||
auto=aslongas(*|myHand) -defender
|
|
||||||
text=Defender (This creature can't attack.) {B}: Slithering Shade gets +1/+1 until end of turn. Hellbent - Slithering Shade can attack as though it didn't have defender as long as you have no cards in hand.
|
text=Defender (This creature can't attack.) {B}: Slithering Shade gets +1/+1 until end of turn. Hellbent - Slithering Shade can attack as though it didn't have defender as long as you have no cards in hand.
|
||||||
mana={B}
|
mana={B}
|
||||||
type=Creature
|
type=Creature
|
||||||
|
|||||||
@@ -234,6 +234,7 @@ gnat_alley_creeper1.txt
|
|||||||
gnat_alley_creeper2.txt
|
gnat_alley_creeper2.txt
|
||||||
goblin_balloon_brigade.txt
|
goblin_balloon_brigade.txt
|
||||||
goblin_balloon_brigade2.txt
|
goblin_balloon_brigade2.txt
|
||||||
|
goblin_gardener.txt
|
||||||
goblin_king.txt
|
goblin_king.txt
|
||||||
goblin_lackey1.txt
|
goblin_lackey1.txt
|
||||||
goblin_lackey2.txt
|
goblin_lackey2.txt
|
||||||
|
|||||||
21
projects/mtg/bin/Res/test/goblin_gardener.txt
Normal file
21
projects/mtg/bin/Res/test/goblin_gardener.txt
Normal file
@@ -0,0 +1,21 @@
|
|||||||
|
#Bug: Goblin Gardener
|
||||||
|
[INIT]
|
||||||
|
FIRSTMAIN
|
||||||
|
[PLAYER1]
|
||||||
|
inplay:goblin gardener
|
||||||
|
hand:terror
|
||||||
|
manapool:{1}{B}
|
||||||
|
[PLAYER2]
|
||||||
|
inplay:forest
|
||||||
|
[DO]
|
||||||
|
terror
|
||||||
|
goblin gardener
|
||||||
|
choice 0
|
||||||
|
forest
|
||||||
|
[ASSERT]
|
||||||
|
FIRSTMAIN
|
||||||
|
[PLAYER1]
|
||||||
|
graveyard:terror,goblin gardener
|
||||||
|
[PLAYER2]
|
||||||
|
graveyard:forest
|
||||||
|
[END]
|
||||||
Reference in New Issue
Block a user