diff --git a/.gitattributes b/.gitattributes index e50922ac06c..bcde790788e 100644 --- a/.gitattributes +++ b/.gitattributes @@ -2833,6 +2833,7 @@ res/cardsfolder/f/freewind_equenaut.txt svneol=native#text/plain res/cardsfolder/f/freewind_falcon.txt svneol=native#text/plain res/cardsfolder/f/frenetic_ogre.txt svneol=native#text/plain res/cardsfolder/f/frenetic_raptor.txt svneol=native#text/plain +res/cardsfolder/f/frenetic_sliver.txt -text res/cardsfolder/f/frenzied_tilling.txt svneol=native#text/plain res/cardsfolder/f/frenzy_sliver.txt svneol=native#text/plain res/cardsfolder/f/fresh_meat.txt svneol=native#text/plain diff --git a/res/cardsfolder/f/frenetic_sliver.txt b/res/cardsfolder/f/frenetic_sliver.txt new file mode 100644 index 00000000000..33d17253bf3 --- /dev/null +++ b/res/cardsfolder/f/frenetic_sliver.txt @@ -0,0 +1,16 @@ +Name:Frenetic Sliver +ManaCost:1 U R +Types:Creature Sliver +Text:no text +PT:2/2 +S:Mode$ Continuous | Affected$ Sliver | AddAbility$ Frenetic | AddSVar$ DBExile & DelTrig & MoveBack & DBSacSelf | Description$ All Slivers have "If this permanent is on the battlefield, flip a coin. If you win the flip, exile this permanent and return it to the battlefield under its owner's control at the beginning of the next end step. If you lose the flip, sacrifice it." +SVar:Frenetic:AB$ FlipACoin | Cost$ 0 | ConditionPresent$ Card.Self | ConditionCompare$ EQ1 | WinSubAbility$ DBExile | LoseSubAbility$ DBSacSelf | SpellDescription$ If this permanent is on the battlefield, flip a coin. If you win the flip, exile this permanent and return it to the battlefield under its owner's control at the beginning of the next end step. If you lose the flip, sacrifice it. +SVar:DBExile:DB$ ChangeZone | Cost$ 0 | Origin$ Battlefield | Destination$ Exile | Defined$ Self | SubAbility$ DelTrig +SVar:DelTrig:DB$DelayedTrigger | Mode$ Phase | Phase$ End of Turn | Execute$ MoveBack | Static$ True +SVar:MoveBack:AB$ ChangeZone | Cost$ 0 | Origin$ Exile | Destination$ Battlefield | Defined$ Self +SVar:DBSacSelf:DB$ Sacrifice | Cost$ 0 | Defined$ Self +SVar:PlayMain1:TRUE +SVar:BuffedBy:Sliver +SVar:Rarity:Uncommon +SVar:Picture:http://www.wizards.com/global/images/magic/general/frenetic_sliver.jpg +End \ No newline at end of file