From 2ee5755085213d0af58656bf59dffe8ed84ca0fe Mon Sep 17 00:00:00 2001 From: Xavier Morin Duchesne Date: Mon, 4 Jul 2022 11:58:26 -0400 Subject: [PATCH] Created card script for Jon Irenicus, Shattered One. --- .../upcoming/jon_irenicus_shattered_one.txt | 26 +++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 forge-gui/res/cardsfolder/upcoming/jon_irenicus_shattered_one.txt diff --git a/forge-gui/res/cardsfolder/upcoming/jon_irenicus_shattered_one.txt b/forge-gui/res/cardsfolder/upcoming/jon_irenicus_shattered_one.txt new file mode 100644 index 00000000000..361bb403975 --- /dev/null +++ b/forge-gui/res/cardsfolder/upcoming/jon_irenicus_shattered_one.txt @@ -0,0 +1,26 @@ +Name:Jon Irenicus, Shattered One +ManaCost:2 U B +Types:Legendary Creature Elf Wizard +PT:3/3 +Oracle:At the beginning of your end step, target opponent gains control of up to one target creature you control. Put two +1/+1 counters on it and tap it. It's goaded for the rest of the game and it gains "This creature can't be sacrificed." (It attacks each combat if able and attacks a player other than you if able.)\nWhenever a creature you own but don't control attacks, you draw a card. +# +######################################################################################################### +# At the beginning of your end step, target opponent gains control of up to one target creature you # +# control. Put two +1/+1 counters on it and tap it. It's goaded for the rest of the game and it gains # +# "This creature can't be sacrificed." # +######################################################################################################### +T:Mode$ Phase | Phase$ End of Turn | ValidPlayer$ You | TriggerZones$ Battlefield | Execute$ DBSelectRecipient | TriggerDescription$ At the beginning of your end step, target opponent gains control of up to one target creature you control (This is a test #29). +SVar:DBSelectRecipient:DB$ Pump | ValidTgts$ Opponent | TgtPrompt$ Select target opponent | SubAbility$ DBDonate +SVar:DBDonate:DB$ GainControl | ValidTgts$ Creature.YouCtrl | TargetMin$ 0 | TargetMax$ 1 | TgtPrompt$ Select up to one target creature you control | NewController$ ParentTarget | SubAbility$ DBPutCounters | StackDescription$ Test {p:Targeted} +SVar:DBPutCounters:DB$ PutCounter | Defined$ Targeted | CounterType$ P1P1 | CounterNum$ 2 | RememberCards$ True | SubAbility$ DBTap +SVar:DBTap:DB$ Tap | Defined$ Targeted | SubAbility$ DBGoad +SVar:DBGoad:DB$ Goad | Defined$ Targeted | SubAbility$ DBDisableSacing +SVar:DBDisableSacing:DB$ Animate | Defined$ Targeted | staticAbilities$ SCantSac | Duration$ Permanent | SubAbility$ DBCleanUp +SVar:SCantSac:Mode$ CantSacrifice | ValidCard$ Card.Self | Description$ This creature cannot be sacrificed. +SVar:DBCleanUp:DB$ CleanUp | ClearRemembered$ True +# +######################################################################################################### +# Whenever a creature you own but don't control attacks, you draw a card. # +######################################################################################################### +T:Mode$ Attacks | ValidCard$ Creature.OppCtrl | ValidCard$ Creature.YouOwn | TriggerZones$ Battlefield | Execute$ DrawACard | TriggerDescription$ Whenever a creature you own but don't control attacks, you draw a card. +SVar:DrawACard:DB$ Draw | Defined$ You | NumCards$ 1