mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-15 10:18:01 +00:00
[[Adventure]] Jace quickfix (#6723)
* update * Update jaces_signature_hoodie.txt * Update jace_boss_effect.txt
This commit is contained in:
@@ -2,11 +2,11 @@ Name:Jace Boss Effect
|
|||||||
ManaCost:no cost
|
ManaCost:no cost
|
||||||
Colors:blue
|
Colors:blue
|
||||||
Types:Enchantment
|
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."
|
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 | ChoiceZone$ Library | AtRandom$ True | SubAbility$ DBConjure
|
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: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: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: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:DismissSac:DB$ Sacrifice
|
||||||
SVar:DBCleanup:DB$ Cleanup | ClearChosenCard$ True | ClearRemembered$ True
|
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."
|
||||||
|
|||||||
@@ -4,7 +4,7 @@ Colors:blue
|
|||||||
Types:Enchantment
|
Types:Enchantment
|
||||||
T:Mode$ Drawn | ValidCard$ Card.YouCtrl | TriggerZones$ Command | Execute$ TrigMill | TriggerDescription$ Whenever you draw a card, each opponent mills a card.
|
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
|
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: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: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
|
SVar:Eject:DB$ ChangeZone | Defined$ Self | Origin$ Command | Destination$ Exile | SpellDescription$ Exile CARDNAME. | SubAbility$ DBCleanup
|
||||||
|
|||||||
Reference in New Issue
Block a user