From ebf9d9912728edce069fb1b937e3beff8d4eaa28 Mon Sep 17 00:00:00 2001 From: swordshine Date: Tue, 13 Mar 2018 21:00:27 +0800 Subject: [PATCH] - DOM: Added 3 cards --- .../res/cardsfolder/upcoming/invoke_the_divine.txt | 7 +++++++ .../res/cardsfolder/upcoming/on_serras_wings.txt | 8 ++++++++ forge-gui/res/cardsfolder/upcoming/seal_away.txt | 14 ++++++++++++++ 3 files changed, 29 insertions(+) create mode 100644 forge-gui/res/cardsfolder/upcoming/invoke_the_divine.txt create mode 100644 forge-gui/res/cardsfolder/upcoming/on_serras_wings.txt create mode 100644 forge-gui/res/cardsfolder/upcoming/seal_away.txt diff --git a/forge-gui/res/cardsfolder/upcoming/invoke_the_divine.txt b/forge-gui/res/cardsfolder/upcoming/invoke_the_divine.txt new file mode 100644 index 00000000000..31428fdc4f4 --- /dev/null +++ b/forge-gui/res/cardsfolder/upcoming/invoke_the_divine.txt @@ -0,0 +1,7 @@ +Name:Invoke the Divine +ManaCost:2 W +Types:Instant +A:SP$ Destroy | Cost$ 2 W | ValidTgts$ Artifact,Enchantment | TgtPrompt$ Select target artifact or enchantment | SubAbility$ NaturalLife | SpellDescription$ Destroy target artifact or enchantment. You gain 4 life. +SVar:NaturalLife:DB$GainLife | Defined$ You | LifeAmount$ 4 +SVar:Picture:http://www.wizards.com/global/images/magic/general/invoke_the_divine.jpg +Oracle:Destroy target artifact or enchantment. You gain 4 life. diff --git a/forge-gui/res/cardsfolder/upcoming/on_serras_wings.txt b/forge-gui/res/cardsfolder/upcoming/on_serras_wings.txt new file mode 100644 index 00000000000..746a31e979e --- /dev/null +++ b/forge-gui/res/cardsfolder/upcoming/on_serras_wings.txt @@ -0,0 +1,8 @@ +Name:On Serra's Wings +ManaCost:3 W +Types:Legendary Enchantment Aura +K:Enchant creature +A:SP$ Attach | Cost$ 3 W | ValidTgts$ Creature | AILogic$ Pump +S:Mode$ Continuous | Affected$ Card.EnchantedBy | AddPower$ 1 | AddToughness$ 1 | AddKeyword$ Flying & Vigilance & Lifelink | AddType$ Legendary | Description$ Enchanted creature is legendary, gets +1/+1, and has flying, vigilance, and lifelink. +SVar:Picture:http://www.wizards.com/global/images/magic/general/on_serras_wings.jpg +Oracle:Enchant creature\nEnchanted creature is legendary, gets +1/+1, and has flying, vigilance, and lifelink. diff --git a/forge-gui/res/cardsfolder/upcoming/seal_away.txt b/forge-gui/res/cardsfolder/upcoming/seal_away.txt new file mode 100644 index 00000000000..da6a9bfe470 --- /dev/null +++ b/forge-gui/res/cardsfolder/upcoming/seal_away.txt @@ -0,0 +1,14 @@ +Name:Seal Away +ManaCost:1 W +Types:Enchantment +K:Flash +T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self | Execute$ TrigExile | TriggerDescription$ When CARDNAME enters the battlefield, exile target tapped creature an opponent controls until CARDNAME leaves the battlefield. +SVar:TrigExile:DB$ ChangeZone | Origin$ Battlefield | Destination$ Exile | ValidTgts$ Creature.tapped+OppCtrl | TgtPrompt$ Select target tapped creature an opponent controls | ConditionPresent$ Card.Self | SubAbility$ DBEffect +SVar:DBEffect:DB$ Effect | Triggers$ ComeBack | RememberObjects$ Targeted | ImprintCards$ Self | SVars$ TrigReturn,ExileSelf | ConditionPresent$ Card.Self | Duration$ Permanent | ForgetOnMoved$ Exile +SVar:ComeBack:Mode$ ChangesZone | Origin$ Battlefield | Destination$ Any | ValidCard$ Card.IsImprinted | Execute$ TrigReturn | TriggerZones$ Command | TriggerController$ TriggeredCardController | Static$ True | TriggerDescription$ That permanent is exiled until EFFECTSOURCE leaves the battlefield +SVar:TrigReturn:DB$ ChangeZoneAll | Origin$ Exile | Destination$ Battlefield | ChangeType$ Card.IsRemembered | SubAbility$ ExileSelf +SVar:ExileSelf:DB$ ChangeZone | Origin$ Command | Destination$ Exile | Defined$ Self +SVar:PlayMain1:TRUE +SVar:OblivionRing:TRUE +SVar:Picture:http://www.wizards.com/global/images/magic/general/seal_away.jpg +Oracle:Flash\nWhen Seal Away enters the battlefield, exile target tapped creature an opponent controls until Seal Away leaves the battlefield. \ No newline at end of file