From d20c2df9147b432648d8ba35c9f06d3e54607cf0 Mon Sep 17 00:00:00 2001 From: Northmoc Date: Sun, 31 Oct 2021 19:56:28 -0400 Subject: [PATCH] hallowed_haunting.txt and token --- .../res/cardsfolder/upcoming/hallowed_haunting.txt | 10 ++++++++++ .../tokenscripts/w_x_x_spirit_cleric_total_spirits.txt | 7 +++++++ 2 files changed, 17 insertions(+) create mode 100644 forge-gui/res/cardsfolder/upcoming/hallowed_haunting.txt create mode 100644 forge-gui/res/tokenscripts/w_x_x_spirit_cleric_total_spirits.txt diff --git a/forge-gui/res/cardsfolder/upcoming/hallowed_haunting.txt b/forge-gui/res/cardsfolder/upcoming/hallowed_haunting.txt new file mode 100644 index 00000000000..d4a8e945325 --- /dev/null +++ b/forge-gui/res/cardsfolder/upcoming/hallowed_haunting.txt @@ -0,0 +1,10 @@ +Name:Hallowed Haunting +ManaCost:2 W W +Types:Enchantment +S:Mode$ Continuous | IsPresent$ Enchantment.YouCtrl | PresentCompare$ GE7 | Affected$ Creature.YouCtrl | AddKeyword$ Flying & Vigilance | Description$ As long as you control seven or more enchantments, creatures you control have flying and vigilance. +T:Mode$ SpellCast | ValidCard$ Enchantment | ValidActivatingPlayer$ You | TriggerZones$ Battlefield | Execute$ TrigToken | TriggerDescription$ Whenever you cast an enchantment spell, create a white Spirit Cleric creature token with "This creature's power and toughness are each equal to the number of Spirits you control." +SVar:TrigToken:DB$ Token | TokenScript$ w_x_x_spirit_cleric_total_spirits +DeckNeeds:Type$Enchantment +DeckHints:Type$Spirit +DeckHas:Ability$Token +Oracle:As long as you control seven or more enchantments, creatures you control have flying and vigilance.\nWhenever you cast an enchantment spell, create a white Spirit Cleric creature token with "This creature's power and toughness are each equal to the number of Spirits you control." diff --git a/forge-gui/res/tokenscripts/w_x_x_spirit_cleric_total_spirits.txt b/forge-gui/res/tokenscripts/w_x_x_spirit_cleric_total_spirits.txt new file mode 100644 index 00000000000..bb448405bd0 --- /dev/null +++ b/forge-gui/res/tokenscripts/w_x_x_spirit_cleric_total_spirits.txt @@ -0,0 +1,7 @@ +Name:Spirit Cleric +ManaCost:no cost +Types:Creature Spirit Cleric +PT:*/* +S:Mode$ Continuous | EffectZone$ All | CharacteristicDefining$ True | SetPower$ TokenX | SetToughness$ TokenX | Description$ This creature's power and toughness are each equal to the number of Spirits you control. +SVar:TokenX:Count$Valid Spirit.YouCtrl +Oracle:This creature's power and toughness are each equal to the number of Spirits you control.