- opponentshroud small bug fix
- added "kicker=" line and "kicker" auto keyword. See Vines of Vastwood (ZEN) for an example. WARNING: kicker= line has to be AFTER "mana=" line
- daily build
This commit is contained in:
wagic.the.homebrew@gmail.com
2009-09-27 09:53:29 +00:00
parent e464b8616a
commit 9704ee4a24
17 changed files with 126 additions and 27 deletions

View File

@@ -0,0 +1,23 @@
#Test Kicker (cost not paid, grizzly bears shouldn't get 4/4)
# Vines of Vastwood on grizzly bears
# text=Kicker {G} (You may pay an additional {G} as you cast this spell.) Target creature can't be the target of spells or abilities your opponents control this turn. If Vines of Vastwood was kicked, that creature gets +4/+4 until end of turn.
[INIT]
FIRSTMAIN
[PLAYER1]
inplay:grizzly bears,mountain
hand:Vines of Vastwood,shock
manapool:{G}
[PLAYER2]
[DO]
Vines of Vastwood
grizzly bears
mountain
shock
grizzly bears
[ASSERT]
FIRSTMAIN
[PLAYER1]
graveyard:shock,grizzly bears,Vines of Vastwood
inplay:mountain
[PLAYER2]
[END]

View File

@@ -0,0 +1,23 @@
#Test Kicker (cost paid, grizzly bears should get 4/4)
# Vines of Vastwood on grizzly bears
# text=Kicker {G} (You may pay an additional {G} as you cast this spell.) Target creature can't be the target of spells or abilities your opponents control this turn. If Vines of Vastwood was kicked, that creature gets +4/+4 until end of turn.
[INIT]
FIRSTMAIN
[PLAYER1]
inplay:grizzly bears,mountain
hand:Vines of Vastwood,shock
manapool:{G}{G}
[PLAYER2]
[DO]
Vines of Vastwood
grizzly bears
mountain
shock
grizzly bears
[ASSERT]
FIRSTMAIN
[PLAYER1]
graveyard:shock,Vines of Vastwood
inplay:grizzly bears,mountain
[PLAYER2]
[END]