From 4d718177b6de7cdbe498a2a48ea42c7cfa7d148f Mon Sep 17 00:00:00 2001 From: Agetian Date: Tue, 9 Jan 2018 16:50:55 +0300 Subject: [PATCH] - Update and fix more cards (according to Swordshine's recommendations). --- .../journey_to_eternity_atzal_cave_of_eternity.txt | 9 +++++---- .../profane_procession_tomb_of_the_dusk_rose.txt | 3 ++- forge-gui/res/cardsfolder/upcoming/protean_raider.txt | 10 +++++----- 3 files changed, 12 insertions(+), 10 deletions(-) diff --git a/forge-gui/res/cardsfolder/upcoming/journey_to_eternity_atzal_cave_of_eternity.txt b/forge-gui/res/cardsfolder/upcoming/journey_to_eternity_atzal_cave_of_eternity.txt index a418c46a613..ec71b57fb26 100644 --- a/forge-gui/res/cardsfolder/upcoming/journey_to_eternity_atzal_cave_of_eternity.txt +++ b/forge-gui/res/cardsfolder/upcoming/journey_to_eternity_atzal_cave_of_eternity.txt @@ -4,9 +4,10 @@ Types:Legendary Enchantment Aura K:Enchant creature you control A:SP$ Attach | Cost$ 1 B G | ValidTgts$ Creature.YouCtrl | TgtPrompt$ Select target creature you control | AILogic$ Pump T:Mode$ ChangesZone | Origin$ Battlefield | Destination$ Graveyard | ValidCard$ Card.EnchantedBy | Execute$ TrigChangeZone | TriggerDescription$ When enchanted creature dies, return it to the battlefield under your control, then return CARDNAME to the battlefield transformed under your control. -SVar:TrigChangeZone:DB$ ChangeZone | Origin$ Graveyard | Destination$ Battlefield | Defined$ TriggeredCard | GainControl$ True | SubAbility$ DBChangeZone -SVar:DBChangeZone:DB$ ChangeZone | Origin$ Graveyard | Destination$ Battlefield | Defined$ Card.Self | GainControl$ True | Transformed$ True | SubAbility$ DBChangeZone -//Not actually sure if this should just work from graveyard, as the card doesn't actually specify where Journey to Eternity should return from. +SVar:TrigChangeZone:DB$ ChangeZone | Origin$ Graveyard | Destination$ Battlefield | Defined$ TriggeredCard | GainControl$ True | SubAbility$ DBRemember +SVar:DBRemember:DB$ Pump | RememberObjects$ Self | SubAbility$ DBChangeZone +SVar:DBChangeZone:DB$ ChangeZone | Origin$ Graveyard | Destination$ Battlefield | Defined$ Remembered | GainControl$ True | Transformed$ True | SubAbility$ DBCleanup +SVar:DBCleanup:DB$ Cleanup | ClearRemembered $ True AlternateMode:DoubleFaced SVar:Picture:http://www.wizards.com/global/images/magic/general/journey_to_eternity.jpg Oracle:Enchant creature you control\nWhen enchanted creature dies, return it to the battlefield under your control, then return Journey to Eternity to the battlefield transformed under your control. @@ -17,6 +18,6 @@ Name:Atzal, Cave of Eternity ManaCost:no cost Types:Legendary Land A:AB$ Mana | Cost$ T | Produced$ Any | Amount$ 1 | SpellDescription$ Add one mana of any color to your mana pool. -A:AB$ ChangeZone | Cost$ 3 B G T | Origin$ Graveyard | Destination$ Battlefield | ValidTgts$ Creature.YouCtrl |TgtPrompt$ Choose target creature card in your graveyard | SpellDescription$ Return target creature card from your graveyard to the battlefield. +A:AB$ ChangeZone | Cost$ 3 B G T | Origin$ Graveyard | Destination$ Battlefield | ValidTgts$ Creature.YouCtrl | TgtPrompt$ Choose target creature card in your graveyard | SpellDescription$ Return target creature card from your graveyard to the battlefield. SVar:Picture:http://www.wizards.com/global/images/magic/general/atzal_cave_of_eternity.jpg Oracle:(Transforms from Journey to Eternity.)\n{T}: Add one mana of any color to your mana pool.\n{3}{B}{G}, {T}: Return target creature card from your graveyard to the battlefield. diff --git a/forge-gui/res/cardsfolder/upcoming/profane_procession_tomb_of_the_dusk_rose.txt b/forge-gui/res/cardsfolder/upcoming/profane_procession_tomb_of_the_dusk_rose.txt index 5a3e8f8623a..48ade9cf511 100644 --- a/forge-gui/res/cardsfolder/upcoming/profane_procession_tomb_of_the_dusk_rose.txt +++ b/forge-gui/res/cardsfolder/upcoming/profane_procession_tomb_of_the_dusk_rose.txt @@ -2,7 +2,8 @@ Name:Profane Procession ManaCost:1 W B Types:Legendary Enchantment A:AB$ ChangeZone | Cost$ 3 W B | ValidTgts$ Creature | TgtPrompt$ Choose target creature. | Origin$ Battlefield | Destination$ Exile | RememberTargets$ True | SubAbility$ DBTransform | SpellDescription$ Exile target creature. Then if there are three or more cards exiled with CARDNAME, transform it. -SVar:DBTransform:DB$ SetState | ConditionPresent$ Card.IsRemembered+ExiledWithSource | ConditionCompare$ GE3 | Defined$ Self | Mode$ Transform +SVar:DBTransform:DB$ SetState | ConditionDefined$ Remembered | ConditionPresent$ Card.ExiledWithSource | ConditionCompare$ GE3 | Defined$ Self | Mode$ Transform +AlternateMode:DoubleFaced SVar:Picture:http://www.wizards.com/global/images/magic/general/profane_procession.jpg Oracle:{3}{W}{B}: Exile target creature. Then if there are three or more cards exiled with Profane Procession, transform it. diff --git a/forge-gui/res/cardsfolder/upcoming/protean_raider.txt b/forge-gui/res/cardsfolder/upcoming/protean_raider.txt index 45253ed50b0..0509883f268 100644 --- a/forge-gui/res/cardsfolder/upcoming/protean_raider.txt +++ b/forge-gui/res/cardsfolder/upcoming/protean_raider.txt @@ -2,10 +2,10 @@ Name:Protean Raider ManaCost:1 U R Types:Creature Shapeshifter Pirate PT:2/2 -K:ETBReplacement:Copy:ChooseCreature:Optional -SVar:ChooseCreature:DB$ ChooseCard | Defined$ You | Amount$ 1 | Choices$ Creature.Other | SubAbility$ DBCopy | RememberChosen$ True | AILogic$ Clone | CheckSVar$ RaidTest | References$ RaidTest | SpellDescription$ You may have CARDNAME enter the battlefield as a copy of any creature on the battlefield. -SVar:DBCopy:DB$ Clone | Defined$ Remembered +R:Event$ Moved | Destination$ Battlefield | ValidCard$ Card.Self | Optional$ True | ReplaceWith$ ChooseCreature | CheckSVar$ RaidTest | References$ RaidTest | Description$ Raid — If you attacked with a creature this turn, you may have CARDNAME enter the battlefield as a copy of any creature on the battlefield. +SVar:ChooseCreature:DB$ ChooseCard | Defined$ You | Amount$ 1 | Choices$ Creature.Other | SubAbility$ DBCopy | AILogic$ Clone +SVar:DBCopy:DB$ Clone | Defined$ ChosenCard | SubAbility$ DBChangeZone +SVar:DBChangeZone:DB$ ChangeZone | Hidden$ True | Origin$ All | Destination$ Battlefield | Defined$ ReplacedCard SVar:RaidTest:Count$AttackersDeclared -//If I understand this right, this logic would work, but a bit wonky -- you'd first choose whether you want to copy something or not, and if you don't have raid and choose to copy something, it would fail? Is there a way to improve it? SVar:Picture:http://www.wizards.com/global/images/magic/general/protean_raider.jpg -Oracle:Raid — If you attacked with a creature this turn, you may have Protean Raider enter the battlefield as a copy of any creature on the battlefield. \ No newline at end of file +Oracle:Raid — If you attacked with a creature this turn, you may have Protean Raider enter the battlefield as a copy of any creature on the battlefield.