mirror of
https://github.com/Relintai/mtg-forge-ios.git
synced 2024-12-25 21:17:12 +01:00
12 lines
966 B
Plaintext
12 lines
966 B
Plaintext
|
Name:Vengevine
|
||
|
ManaCost:2 G G
|
||
|
Types:Creature Elemental
|
||
|
PT:4/3
|
||
|
K:Haste
|
||
|
T:Mode$ SpellCast | ValidCard$ Creature | ValidActivatingPlayer$ You | CheckSVar$ X | SVarCompare$ EQ2 | NoResolvingCheck$ True | TriggerZones$ Graveyard | Execute$ TrigReturn | OptionalDecider$ You | TriggerDescription$ Whenever you cast a spell, if it's the second creature spell you cast this turn, you may return CARDNAME from your graveyard to the battlefield.
|
||
|
# This trigger is "activated" after the first creature you cast this turn. It triggers with the second Creature you cast. Thus EQ1 instead of EQ2
|
||
|
SVar:TrigReturn:AB$ChangeZone | Cost$ 0 | Defined$ Self | Origin$ Graveyard | Destination$ Battlefield
|
||
|
SVar:X:Count$ThisTurnCast_Creature.YouCtrl
|
||
|
SVar:Picture:http://www.wizards.com/global/images/magic/general/vengevine.jpg
|
||
|
Oracle:Haste\nWhenever you cast a spell, if it's the second creature spell you cast this turn, you may return Vengevine from your graveyard to the battlefield.
|