mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-17 19:28:01 +00:00
- Added Constricting Sliver
This commit is contained in:
1
.gitattributes
vendored
1
.gitattributes
vendored
@@ -3440,6 +3440,7 @@ forge-gui/res/cardsfolder/c/consign_to_dream.txt -text
|
|||||||
forge-gui/res/cardsfolder/c/consign_to_dust.txt -text
|
forge-gui/res/cardsfolder/c/consign_to_dust.txt -text
|
||||||
forge-gui/res/cardsfolder/c/conspiracy.txt svneol=native#text/plain
|
forge-gui/res/cardsfolder/c/conspiracy.txt svneol=native#text/plain
|
||||||
forge-gui/res/cardsfolder/c/constant_mists.txt svneol=native#text/plain
|
forge-gui/res/cardsfolder/c/constant_mists.txt svneol=native#text/plain
|
||||||
|
forge-gui/res/cardsfolder/c/constricting_sliver.txt -text
|
||||||
forge-gui/res/cardsfolder/c/constricting_tendrils.txt svneol=native#text/plain
|
forge-gui/res/cardsfolder/c/constricting_tendrils.txt svneol=native#text/plain
|
||||||
forge-gui/res/cardsfolder/c/consult_the_necrosages.txt svneol=native#text/plain
|
forge-gui/res/cardsfolder/c/consult_the_necrosages.txt svneol=native#text/plain
|
||||||
forge-gui/res/cardsfolder/c/consume_spirit.txt -text
|
forge-gui/res/cardsfolder/c/consume_spirit.txt -text
|
||||||
|
|||||||
13
forge-gui/res/cardsfolder/c/constricting_sliver.txt
Normal file
13
forge-gui/res/cardsfolder/c/constricting_sliver.txt
Normal file
@@ -0,0 +1,13 @@
|
|||||||
|
Name:Constricting Sliver
|
||||||
|
ManaCost:5 W
|
||||||
|
Types:Creature Sliver
|
||||||
|
PT:3/3
|
||||||
|
S:Mode$ Continuous | Affected$ Creature.Sliver+YouCtrl | AddTrigger$ ConstrictingTrig | AddSVar$ ConstrictingSliverExile & ConstrictingEffect & ConstrictingComeBack & ConstrictingTrigReturn & ConstrictingExileSelf | Description$ Sliver creatures you control have "When this creature enters the battlefield, you may exile target creature an opponent controls until this creature leaves the battlefield."
|
||||||
|
SVar:ConstrictingTrig:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self | Execute$ ConstrictingSliverExile | TriggerDescription$ When CARDNAME enters the battlefield, you may exile target creature an opponent controls until CARDNAME leaves the battlefield.
|
||||||
|
SVar:ConstrictingSliverExile:AB$ ChangeZone | Cost$ 0 | Origin$ Battlefield | Destination$ Exile | RememberChanged$ True | ValidTgts$ Creature.OppCtrl | TgtPrompt$ Select target creature an opponent controls | ConditionPresent$ Card.Self | SubAbility$ ConstrictingEffect
|
||||||
|
SVar:ConstrictingEffect:DB$ Effect | Triggers$ ConstrictingComeBack | RememberObjects$ Remembered | ImprintCards$ Self | SVars$ ConstrictingTrigReturn,ConstrictingExileSelf | ConditionPresent$ Card.Self | Duration$ Permanent
|
||||||
|
SVar:ConstrictingComeBack:Mode$ ChangesZone | Origin$ Battlefield | Destination$ Any | ValidCard$ Card.IsImprinted | Execute$ ConstrictingTrigReturn | TriggerZones$ Command | TriggerController$ TriggeredCardController | Static$ True | TriggerDescription$ That permanent is exiled until this creature leaves the battlefield.
|
||||||
|
SVar:ConstrictingTrigReturn:AB$ ChangeZoneAll | Cost$ 0 | Origin$ Exile | Destination$ Battlefield | ChangeType$ Card.IsRemembered | SubAbility$ ConstrictingExileSelf
|
||||||
|
SVar:ConstrictingExileSelf:DB$ ChangeZone | Origin$ Command | Destination$ Exile | Defined$ Self
|
||||||
|
SVar:PlayMain1:TRUE
|
||||||
|
SVar:Picture:http://www.wizards.com/global/images/magic/general/constricting_sliver.jpg
|
||||||
Reference in New Issue
Block a user