From c80d703acf8869595596847dd5446df17a93a1b5 Mon Sep 17 00:00:00 2001 From: austinio7116 Date: Thu, 11 Jan 2018 19:54:27 +0000 Subject: [PATCH 1/2] Added Release to the Wind (RIX) --- .../res/cardsfolder/upcoming/release_to_the_wind.txt | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 forge-gui/res/cardsfolder/upcoming/release_to_the_wind.txt diff --git a/forge-gui/res/cardsfolder/upcoming/release_to_the_wind.txt b/forge-gui/res/cardsfolder/upcoming/release_to_the_wind.txt new file mode 100644 index 00000000000..bd409bacf47 --- /dev/null +++ b/forge-gui/res/cardsfolder/upcoming/release_to_the_wind.txt @@ -0,0 +1,12 @@ +Name:Release to the Wind +ManaCost:2 U +Types:Instant +A:SP$ ChangeZone | Cost$ 2 U | ValidTgts$ Permanent.nonLand | TgtPrompt$ Select target nonland permanent | Origin$ Battlefield | SubAbility$ DBEffect | Destination$ Exile | SpellDescription$ Exile target nonland permanent. +SVar:DBEffect:DB$ Effect | RememberObjects$ ParentTarget | EffectOwner$ TargetedOwner | StaticAbilities$ STPlay1,STPlay2 | Duration$ Permanent | Triggers$ TrigCleanup | SVars$ DBExileSelf | SubAbility$ DBCleanup +SVar:STPlay1:Mode$ Continuous | MayLookAt$ You | EffectZone$ Command | Affected$ Card.IsRemembered | AffectedZone$ Exile | Description$ For as long as that card remains exiled, its owner may cast it without paying its mana cost. +SVar:STPlay2:Mode$ Continuous | MayPlay$ True | MayPlayWithoutManaCost$ True | EffectZone$ Command | Affected$ Card.IsRemembered | AffectedZone$ Exile | Secondary$ True | Description$ For as long as that card remains exiled, its owner may cast it without paying its mana cost. +SVar:TrigCleanup:Mode$ ChangesZone | ValidCard$ Card.IsRemembered | Origin$ Exile | Destination$ Any | TriggerZones$ Command | Execute$ DBExileSelf | Static$ True +SVar:DBExileSelf:DB$ ChangeZone | Defined$ Self | Origin$ Command | Destination$ Exile +SVar:DBCleanup:DB$ Cleanup | ClearRemembered$ True +SVar:Picture:http://www.wizards.com/global/images/magic/general/release_to_the_wind.jpg +Oracle:Exile target nonland permanent. For as long as that card remains exiled, its owner may cast it without paying its mana cost. \ No newline at end of file From dce2ebbafbc4de17f4851ffc5bdf58db01657f2c Mon Sep 17 00:00:00 2001 From: Michael Kamensky Date: Thu, 11 Jan 2018 20:24:07 +0000 Subject: [PATCH 2/2] Update release_to_the_wind.txt (spell description fix). --- forge-gui/res/cardsfolder/upcoming/release_to_the_wind.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/forge-gui/res/cardsfolder/upcoming/release_to_the_wind.txt b/forge-gui/res/cardsfolder/upcoming/release_to_the_wind.txt index bd409bacf47..018c7935c76 100644 --- a/forge-gui/res/cardsfolder/upcoming/release_to_the_wind.txt +++ b/forge-gui/res/cardsfolder/upcoming/release_to_the_wind.txt @@ -1,10 +1,10 @@ Name:Release to the Wind ManaCost:2 U Types:Instant -A:SP$ ChangeZone | Cost$ 2 U | ValidTgts$ Permanent.nonLand | TgtPrompt$ Select target nonland permanent | Origin$ Battlefield | SubAbility$ DBEffect | Destination$ Exile | SpellDescription$ Exile target nonland permanent. +A:SP$ ChangeZone | Cost$ 2 U | ValidTgts$ Permanent.nonLand | TgtPrompt$ Select target nonland permanent | Origin$ Battlefield | SubAbility$ DBEffect | Destination$ Exile | SpellDescription$ Exile target nonland permanent. For as long as that card remains exiled, its owner may cast it without paying its mana cost. SVar:DBEffect:DB$ Effect | RememberObjects$ ParentTarget | EffectOwner$ TargetedOwner | StaticAbilities$ STPlay1,STPlay2 | Duration$ Permanent | Triggers$ TrigCleanup | SVars$ DBExileSelf | SubAbility$ DBCleanup SVar:STPlay1:Mode$ Continuous | MayLookAt$ You | EffectZone$ Command | Affected$ Card.IsRemembered | AffectedZone$ Exile | Description$ For as long as that card remains exiled, its owner may cast it without paying its mana cost. -SVar:STPlay2:Mode$ Continuous | MayPlay$ True | MayPlayWithoutManaCost$ True | EffectZone$ Command | Affected$ Card.IsRemembered | AffectedZone$ Exile | Secondary$ True | Description$ For as long as that card remains exiled, its owner may cast it without paying its mana cost. +SVar:STPlay2:Mode$ Continuous | MayPlay$ True | MayPlayWithoutManaCost$ True | EffectZone$ Command | Affected$ Card.IsRemembered | AffectedZone$ Exile | Secondary$ True SVar:TrigCleanup:Mode$ ChangesZone | ValidCard$ Card.IsRemembered | Origin$ Exile | Destination$ Any | TriggerZones$ Command | Execute$ DBExileSelf | Static$ True SVar:DBExileSelf:DB$ ChangeZone | Defined$ Self | Origin$ Command | Destination$ Exile SVar:DBCleanup:DB$ Cleanup | ClearRemembered$ True