From a72ac6d3aeb2e483c91792090233735904f3bc31 Mon Sep 17 00:00:00 2001 From: Northmoc Date: Mon, 7 Feb 2022 23:42:16 -0500 Subject: [PATCH 1/2] c_a_treasure_sac.txt desc fix --- forge-gui/res/tokenscripts/c_a_treasure_sac.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/forge-gui/res/tokenscripts/c_a_treasure_sac.txt b/forge-gui/res/tokenscripts/c_a_treasure_sac.txt index 2a52fdf918f..0e31fb28cce 100644 --- a/forge-gui/res/tokenscripts/c_a_treasure_sac.txt +++ b/forge-gui/res/tokenscripts/c_a_treasure_sac.txt @@ -1,5 +1,5 @@ Name:Treasure Token ManaCost:no cost Types:Artifact Treasure -A:AB$ Mana | Cost$ T Sac<1/CARDNAME> | Produced$ Any | Amount$ 1 | SpellDescription$ Add one mana of any color. +A:AB$ Mana | Cost$ T Sac<1/CARDNAME/this artifact> | Produced$ Any | Amount$ 1 | SpellDescription$ Add one mana of any color. Oracle:{T}, Sacrifice this artifact: Add one mana of any color. From 0eb952715ea6e397ebbd56ecf652c8f79a870dac Mon Sep 17 00:00:00 2001 From: Bug Hunter Date: Tue, 8 Feb 2022 09:40:11 +0000 Subject: [PATCH 2/2] Fix Inventive Iteration --- forge-gui/res/cardsfolder/r/roots_of_wisdom.txt | 3 +-- .../upcoming/inventive_iteration_living_breakthrough.txt | 4 ++-- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/forge-gui/res/cardsfolder/r/roots_of_wisdom.txt b/forge-gui/res/cardsfolder/r/roots_of_wisdom.txt index 0db7058125c..feb5826298d 100644 --- a/forge-gui/res/cardsfolder/r/roots_of_wisdom.txt +++ b/forge-gui/res/cardsfolder/r/roots_of_wisdom.txt @@ -3,9 +3,8 @@ ManaCost:1 G Types:Sorcery A:SP$ Mill | Cost$ 1 G | NumCards$ 3 | Defined$ You | SubAbility$ DBChangeZone | SpellDescription$ Mill three cards, then return a land card or Elf card from your graveyard to your hand. If you can't, draw a card. SVar:DBChangeZone:DB$ ChangeZone | Hidden$ True | Mandatory$ True | ChangeType$ Elf.YouOwn,Land.YouOwn | ChangeNum$ 1 | Origin$ Graveyard | Destination$ Hand | RememberChanged$ True | SubAbility$ DBDraw -SVar:DBDraw:DB$ Draw | Defined$ You | NumCards$ 1 | ConditionCheckSVar$ X | ConditionSVarCompare$ LT1 | SubAbility$ DBCleanup +SVar:DBDraw:DB$ Draw | Defined$ You | NumCards$ 1 | ConditionDefined$ Remembered | ConditionPresent$ Card | ConditionCompare$ EQ0 | SubAbility$ DBCleanup SVar:DBCleanup:DB$ Cleanup | ClearRemembered$ True -SVar:X:Remembered$Amount DeckHints:Type$Elf DeckHas:Ability$Mill Oracle:Mill three cards, then return a land card or Elf card from your graveyard to your hand. If you can't, draw a card. (To mill a card, put the top card of your library into your graveyard.) diff --git a/forge-gui/res/cardsfolder/upcoming/inventive_iteration_living_breakthrough.txt b/forge-gui/res/cardsfolder/upcoming/inventive_iteration_living_breakthrough.txt index eaaa9b3b3ff..37db3168605 100644 --- a/forge-gui/res/cardsfolder/upcoming/inventive_iteration_living_breakthrough.txt +++ b/forge-gui/res/cardsfolder/upcoming/inventive_iteration_living_breakthrough.txt @@ -3,8 +3,8 @@ ManaCost:3 U Types:Enchantment Saga K:Saga:3:DBReturn1,DBReturn2,DBTransform SVar:DBReturn1:DB$ ChangeZone | ValidTgts$ Creature,Planeswalker | TargetMin$ 0 | TargetMax$ 1 | Origin$ Battlefield | Destination$ Hand | TgtPrompt$ Select target creature or planeswalker | SpellDescription$ Return up to one target creature or planeswalker to its owner's hand. -SVar:DBReturn2:DB$ ChangeZone | Origin$ Graveyard | Destination$ Hand | ChangeType$ Artifact | ChangeNum$ 1 Mandatory$ True | RememberChanged$ True | SubAbility$ DBDraw | SpellDescription$ Return an artifact card from your graveyard to your hand. If you can't, draw a card. -SVar:DBDraw:DB$ Draw | Defined$ You | NumCards$ 1 +SVar:DBReturn2:DB$ ChangeZone | Origin$ Graveyard | Destination$ Hand | ChangeType$ Artifact | ChangeNum$ 1 | Mandatory$ True | RememberChanged$ True | SubAbility$ DBDraw | SpellDescription$ Return an artifact card from your graveyard to your hand. If you can't, draw a card. +SVar:DBDraw:DB$ Draw | Defined$ You | NumCards$ 1 | ConditionDefined$ Remembered | ConditionPresent$ Card | ConditionCompare$ EQ0 | SubAbility$ DBCleanup SVar:DBTransform:DB$ ChangeZone | Origin$ Battlefield | Destination$ Exile | RememberChanged$ True | SubAbility$ DBReturn | SpellDescription$ Exile this Saga, then return it to the battlefield transformed under your control. SVar:DBReturn:DB$ ChangeZone | Defined$ Remembered | Origin$ Exile | Destination$ Battlefield | Transformed$ True | GainControl$ True | SubAbility$ DBCleanup SVar:DBCleanup:DB$ Cleanup | ClearRemembered$ True