JON4TH4N - added more cycling cards, added gempalm avenger and test script, it passed
This commit is contained in:
@@ -331,7 +331,7 @@ type=Creature
|
||||
subtype=Wraith
|
||||
power=3
|
||||
toughness=4
|
||||
text=Swampwalk Cycling—Pay 2 life. (Pay 2 life, Discard this card: Draw a card.)
|
||||
text=Swampwalk Cycling - Pay 2 life. (Pay 2 life, Discard this card: Draw a card.)
|
||||
abilities=swampwalk
|
||||
autohand={S}:life:-2 && draw:1
|
||||
rarity=U
|
||||
@@ -366,19 +366,7 @@ power=2
|
||||
toughness=1
|
||||
abilities=reach,deathtouch
|
||||
[/card]
|
||||
[card]
|
||||
id=130325
|
||||
name=Vedalken AEthermage
|
||||
mana={1}{U}
|
||||
type=Creature
|
||||
subtype=Vedalken Wizard
|
||||
power=1
|
||||
toughness=2
|
||||
text=Flash (You may play this spell any time you could play an instant.) When Vedalken AEthermage comes into play, return target Sliver to its owner's hand. Wizardcycling {3} ({3}, Discard this card: Search your library for a Wizard card, reveal it, and put it into your hand. Then shuffle your library.)
|
||||
abilities=flash
|
||||
autohand={3}{S}:moveTo(myhand) target(wizard|mylibrary)
|
||||
rarity=C
|
||||
[/card]
|
||||
|
||||
[card]
|
||||
text=Whenever you cast a spell, creatures you control can't be the targets of spells or abilities your opponents control this turn.
|
||||
auto=@movedTo(*|mystack):lord(creature|myBattlefield) opponentshroud ueot
|
||||
|
||||
@@ -1359,7 +1359,19 @@ toughness=2
|
||||
text=At the beginning of your upkeep, put a spore counter on Utopia Mycon. Remove three spore counters from Utopia Mycon: Put a 1/1 green Saproling creature token into play. Sacrifice a Saproling: Add one mana of any color to your mana pool.
|
||||
rarity=U
|
||||
[/card]
|
||||
|
||||
[card]
|
||||
id=130325
|
||||
name=Vedalken AEthermage
|
||||
mana={1}{U}
|
||||
type=Creature
|
||||
subtype=Vedalken Wizard
|
||||
power=1
|
||||
toughness=2
|
||||
text=Flash (You may play this spell any time you could play an instant.) When Vedalken AEthermage comes into play, return target Sliver to its owner's hand. Wizardcycling {3} ({3}, Discard this card: Search your library for a Wizard card, reveal it, and put it into your hand. Then shuffle your library.)
|
||||
abilities=flash
|
||||
autohand={3}{S}:moveTo(myhand) target(wizard|mylibrary)
|
||||
rarity=C
|
||||
[/card]
|
||||
[card]
|
||||
id=136209
|
||||
name=Venser, Shaper Savant
|
||||
|
||||
@@ -231,6 +231,18 @@ power=1
|
||||
toughness=1
|
||||
[/card]
|
||||
[card]
|
||||
id=43791
|
||||
name=Gempalm Avenger
|
||||
mana={5}{W}
|
||||
type=Creature
|
||||
subtype=Human Soldier
|
||||
power=3
|
||||
toughness=5
|
||||
text=Cycling {2}{W} ({2}{W}, Discard this card: Draw a card.) When you cycle Gempalm Avenger, Soldier creatures get +1/+1 and gain first strike until end of turn.
|
||||
autohand={2}{W}:lord(creature|myinplay) 1/1 && lord(creature|myinplay) first strike && cycling
|
||||
rarity=C
|
||||
[/card]
|
||||
[card]
|
||||
text=Cycling {1}{R} ({1}{R}, Discard this card: Draw a card.) When you cycle Gempalm Incinerator, you may have it deal X damage to target creature, where X is the number of Goblins on the battlefield.
|
||||
id=42066
|
||||
name=Gempalm Incinerator
|
||||
|
||||
@@ -329,17 +329,7 @@ toughness=3
|
||||
text=Amplify 2 (As this card enters the battlefield, put two +1/+1 counters on it for each Beast card you reveal in your hand.) Provoke (When this attacks, you may have target creature defending player controls untap and block it if able.)
|
||||
rarity=R
|
||||
[/card]
|
||||
[card]
|
||||
id=43791
|
||||
name=Gempalm Avenger
|
||||
mana={5}{W}
|
||||
type=Creature
|
||||
subtype=Human Soldier
|
||||
power=3
|
||||
toughness=5
|
||||
text=Cycling {2}{W} ({2}{W}, Discard this card: Draw a card.) When you cycle Gempalm Avenger, Soldier creatures get +1/+1 and gain first strike until end of turn.
|
||||
rarity=C
|
||||
[/card]
|
||||
|
||||
[card]
|
||||
id=42178
|
||||
name=Ghastly Remains
|
||||
|
||||
@@ -201,6 +201,7 @@ force_of_nature2.txt
|
||||
force_of_nature3.txt
|
||||
fountain_of_youth.txt
|
||||
gamble.txt
|
||||
gempalm_avenger.txt
|
||||
ghost_warden.txt
|
||||
glen_elendra_archmage_i222.txt
|
||||
giant_growth.txt
|
||||
|
||||
@@ -0,0 +1,31 @@
|
||||
#Testing Cycling + 2 lord effect + cycling
|
||||
[INIT]
|
||||
FIRSTMAIN
|
||||
[PLAYER1]
|
||||
hand:Gempalm Avenger
|
||||
library:forest
|
||||
inplay:Ondu Cleric
|
||||
manapool:{2}{W}
|
||||
[PLAYER2]
|
||||
inplay:Grizzly Bears
|
||||
[DO]
|
||||
choice 1
|
||||
Gempalm Avenger
|
||||
next
|
||||
next
|
||||
Ondu Cleric
|
||||
next
|
||||
Grizzly Bears
|
||||
next
|
||||
#damage
|
||||
next
|
||||
#end combat
|
||||
[ASSERT]
|
||||
COMBATEND
|
||||
[PLAYER1]
|
||||
inplay:Ondu Cleric
|
||||
graveyard:Gempalm Avenger
|
||||
hand:forest
|
||||
[PLAYER2]
|
||||
graveyard:Grizzly Bears
|
||||
[END]
|
||||
Reference in New Issue
Block a user