From ed2d5f6daf9e286535e70e01e527be5b6e1a76cd Mon Sep 17 00:00:00 2001 From: Simisays <67333662+Simisays@users.noreply.github.com> Date: Sat, 28 Dec 2024 06:09:32 +0100 Subject: [PATCH] [[Adventure]] Jace quickfix (#6723) * update * Update jaces_signature_hoodie.txt * Update jace_boss_effect.txt --- .../res/adventure/common/custom_cards/jace_boss_effect.txt | 6 +++--- .../common/custom_cards/jaces_signature_hoodie.txt | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/forge-gui/res/adventure/common/custom_cards/jace_boss_effect.txt b/forge-gui/res/adventure/common/custom_cards/jace_boss_effect.txt index d0c0c4fab2e..ae9a55092a4 100644 --- a/forge-gui/res/adventure/common/custom_cards/jace_boss_effect.txt +++ b/forge-gui/res/adventure/common/custom_cards/jace_boss_effect.txt @@ -2,11 +2,11 @@ Name:Jace Boss Effect ManaCost:no cost Colors:blue Types:Enchantment -T:Mode$ Phase | Phase$ End of Turn | ValidPlayer$ You | TriggerZones$ Command | Execute$ TrigChoose | TriggerDescription$ At the beginning of your end step, conjure a duplicate of a random creature card from your opponent's library onto the battlefield under your control. The duplicate perpetually becomes a blue Illusion creature with base power and toughness 2/2 and has "When this creature becomes the target of a spell or ability, sacrifice it." -SVar:TrigChoose:DB$ ChooseCard | Choices$ Creature.OppOwn | ChoiceZone$ Library | AtRandom$ True | SubAbility$ DBConjure +T:Mode$ Phase | Phase$ End of Turn | ValidPlayer$ You | TriggerZones$ Command | Execute$ TrigChoose | TriggerDescription$ At the beginning of your end step, conjure a duplicate of a random creature card with mana value 5 or less from your opponent's library onto the battlefield under your control. The duplicate perpetually becomes a blue Illusion creature with base power and toughness 2/2 and has "When this creature becomes the target of a spell or ability, sacrifice it." +SVar:TrigChoose:DB$ ChooseCard | Choices$ Creature.OppOwn+cmcLE5 | ChoiceZone$ Library | AtRandom$ True | SubAbility$ DBConjure SVar:DBConjure:DB$ MakeCard | Conjure$ True | DefinedName$ ChosenCard | Zone$ Battlefield | RememberMade$ True | SubAbility$ DBEffect SVar:DBEffect:DB$ Animate | Defined$ Remembered | Power$ 2 | Toughness$ 2 | Triggers$ DismissTarget | Duration$ Perpetual | SubAbility$ DBCleanup SVar:DismissTarget:Mode$ BecomesTarget | ValidTarget$ Card.Self | TriggerZones$ Battlefield | Execute$ DismissSac | TriggerDescription$ When this creature becomes the target of a spell or ability, sacrifice it. SVar:DismissSac:DB$ Sacrifice SVar:DBCleanup:DB$ Cleanup | ClearChosenCard$ True | ClearRemembered$ True -Oracle:At the beginning of your end step, conjure a duplicate of a random creature card from your opponent's library onto the battlefield under your control. The duplicate perpetually becomes a blue Illusion creature with base power and toughness 2/2 and has "When this creature becomes the target of a spell or ability, sacrifice it." +Oracle:At the beginning of your end step, conjure a duplicate of a random creature card with mana value 5 or less from your opponent's library onto the battlefield under your control. The duplicate perpetually becomes a blue Illusion creature with base power and toughness 2/2 and has "When this creature becomes the target of a spell or ability, sacrifice it." diff --git a/forge-gui/res/adventure/common/custom_cards/jaces_signature_hoodie.txt b/forge-gui/res/adventure/common/custom_cards/jaces_signature_hoodie.txt index d7606efed00..0ec533813b8 100644 --- a/forge-gui/res/adventure/common/custom_cards/jaces_signature_hoodie.txt +++ b/forge-gui/res/adventure/common/custom_cards/jaces_signature_hoodie.txt @@ -4,7 +4,7 @@ Colors:blue Types:Enchantment T:Mode$ Drawn | ValidCard$ Card.YouCtrl | TriggerZones$ Command | Execute$ TrigMill | TriggerDescription$ Whenever you draw a card, each opponent mills a card. SVar:TrigMill:DB$ Mill | Defined$ Opponent | NumCards$ 1 -A:AB$ ChooseCard | Cost$ PayShards<2> | ActivationZone$ Command | Choices$ Creature.OppOwn+cmcLE6 | ChoiceZone$ Library | AtRandom$ True | SubAbility$ DBConjure | StackDescription$ SpellDescription | SpellDescription$ Conjure a duplicate of a random creature card from your opponent's library with mana value 6 or less onto the battlefield under your control. +A:AB$ ChooseCard | Cost$ PayShards<2> | GameActivationLimit$ 1 | ActivationZone$ Command | Choices$ Creature.OppOwn+cmcLE6 | ChoiceZone$ Library | AtRandom$ True | SubAbility$ DBConjure | StackDescription$ SpellDescription | SpellDescription$ Conjure a duplicate of a random creature card from your opponent's library with mana value 6 or less onto the battlefield under your control. SVar:DBConjure:DB$ MakeCard | Conjure$ True | DefinedName$ ChosenCard | Zone$ Battlefield | RememberMade$ True | SubAbility$ DBAnimate SVar:DBAnimate:DB$ Animate | Defined$ Remembered | Colors$ Blue | OverwriteColors$ True | Types$ Creature,Illusion | RemoveCardTypes$ True | Power$ 2 | Toughness$ 2 | Duration$ Perpetual | SubAbility$ Eject | StackDescription$ SpellDescription | SpellDescription$ The duplicate perpetually becomes a blue Illusion creature with base power and toughness 2/2. SVar:Eject:DB$ ChangeZone | Defined$ Self | Origin$ Command | Destination$ Exile | SpellDescription$ Exile CARDNAME. | SubAbility$ DBCleanup