[[Adventure]] Jace quickfix (#6723)

* update

* Update jaces_signature_hoodie.txt

* Update jace_boss_effect.txt
This commit is contained in:
Simisays
2024-12-28 06:09:32 +01:00
committed by GitHub
parent 672a9137d4
commit ed2d5f6daf
2 changed files with 4 additions and 4 deletions

View File

@@ -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."

View File

@@ -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