This commit is contained in:
Simisays
2023-02-17 09:29:00 +01:00
parent 331158a772
commit d2f5688c4d
2 changed files with 3 additions and 3 deletions

View File

@@ -2,7 +2,7 @@ Name:Jace Boss Effect
ManaCost:no cost
Colors:Blue
Types:Enchantment
T:Mode$ Phase | Phase$ End of Turn | ValidPlayer$ You | TriggerZones$ Battlefield | Execute$ TrigChoose | TriggerDescription$ At the beginning of your end step, conjure a random duplicate of an opponent's library onto the battlefield under your control. That creature perpetually has base power and toughness 2/2 and becomes an Illusion creature.
T:Mode$ Phase | Phase$ End of Turn | ValidPlayer$ You | TriggerZones$ Battlefield | Execute$ TrigChoose | TriggerDescription$ At the beginning of your end step, conjure a duplicate of a random creature card from your opponent's library unto the battlefield under your control. The duplicate perpetually becomes a blue Illusion creature with base power and toughness 2/2.
SVar:TrigChoose:DB$ ChooseCard | Choices$ Creature.OppCtrl | ChoiceZone$ Library | AtRandom$ True | SubAbility$ DBConjure
SVar:DBConjure:DB$ MakeCard | Conjure$ True | DefinedName$ ChosenCard | Zone$ Battlefield | RememberMade$ True | SubAbility$ DBClearChosen
SVar:DBClearChosen:DB$ Cleanup | ClearChosenCard$ True | SubAbility$ DBEffect

View File

@@ -2,9 +2,9 @@ Name:Jace's Signature Hoodie
ManaCost:no cost
Colors:Blue
Types:Enchantment
A:AB$ ChooseCard | Cost$ PayShards<2> Exile<1/CARDNAME> | Choices$ Creature.OppCtrl | ChoiceZone$ Library | AtRandom$ True | SubAbility$ DBConjure | SpellDescription$ Conjure a random duplicate of an opponents library under your control. The duplicate perpetually becomes an Illusion creature with base power and thoughness 2/2. Activate only once each game.
A:AB$ ChooseCard | Cost$ PayShards<2> Exile<1/CARDNAME> | Choices$ Creature.OppCtrl | ChoiceZone$ Library | AtRandom$ True | SubAbility$ DBConjure | SpellDescription$ Conjure a duplicate of a random creature card from your opponent's library unto the battlefield under your control. The duplicate perpetually becomes a blue Illusion creature with base power and toughness 2/2. Activate only once each game.
SVar:DBConjure:DB$ MakeCard | Conjure$ True | DefinedName$ ChosenCard | Zone$ Battlefield | RememberMade$ True | SubAbility$ DBClearChosen
SVar:DBClearChosen:DB$ Cleanup | ClearChosenCard$ True | SubAbility$ DBEffect
SVar:DBEffect:DB$ Effect | RememberObjects$ Remembered | StaticAbilities$ PerpetualAbility | Duration$ Permanent | Name$ Jace's Signature Hoodie's Perpetual Effect
SVar:PerpetualAbility:Mode$ Continuous | Affected$ Card.IsRemembered | EffectZone$ Command | AffectedZone$ Battlefield,Hand,Graveyard,Exile,Stack,Library,Command | SetPower$ 2 | SetToughness$ 2 | RemoveCardTypes$ True | SetColor$ Blue | AddType$ Creature & Illusion | Description$ That duplicate perpetually has base power and toughness 2/2 and becomes an Illusion creature.
Oracle:Provided by Jace's Signature Hoodie\n{E}{E}, Exile Jace's Signature Hoodie: Conjure a duplicate of a random creature card from your opponents library unto the battlefield under your control. The duplicate perpetually becomes a blue Illusion creature with base power and toughness 2/2. Activate only once each game.
Oracle:Provided by Jace's Signature Hoodie\n{E}{E}, Exile Jace's Signature Hoodie: Conjure a duplicate of a random creature card from your opponent's library unto the battlefield under your control. The duplicate perpetually becomes a blue Illusion creature with base power and toughness 2/2. Activate only once each game.