From dd67c97f30c686c35778d630ace18b750bc19184 Mon Sep 17 00:00:00 2001 From: Alwayssnarky <126915043+EldritchBimbo@users.noreply.github.com> Date: Mon, 26 Jun 2023 16:02:05 -0400 Subject: [PATCH] Github changes Acting on suggested github changes. I can change them to enchantments if you think that'd be better, I hadn't thought of interactions with things like metalcraft. --- forge-gui/res/adventure/common/custom_cards/hallowed_sigil.txt | 2 +- .../res/adventure/common/custom_cards/sigil_of_torment.txt | 2 +- .../res/adventure/common/custom_cards/valyx_boss_effect.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/forge-gui/res/adventure/common/custom_cards/hallowed_sigil.txt b/forge-gui/res/adventure/common/custom_cards/hallowed_sigil.txt index a1bc2ac17ed..67ff7512dac 100644 --- a/forge-gui/res/adventure/common/custom_cards/hallowed_sigil.txt +++ b/forge-gui/res/adventure/common/custom_cards/hallowed_sigil.txt @@ -1,6 +1,6 @@ Name:Hallowed Sigil ManaCost:no cost Types:Artifact -A:AB$ Pump | Cost$ PayShards<4> T | ValidTgts$ Creature.YouCtrl | KW$ Hexproof | SubAbility$ Eject | SpellDescription$ Target creature you control gains hexproof until end of turn. Exile Hallowed Sigil. +A:AB$ Pump | Cost$ PayShards<4> T | ValidTgts$ Creature.YouCtrl | KW$ Hexproof | SubAbility$ Eject | ActivationLimit$ 1 | SpellDescription$ Target creature you control gains hexproof until end of turn. Exile Hallowed Sigil. SVar:Eject:DB$ ChangeZone | Defined$ Self | Origin$ Battlefield | Destination$ Exile Oracle:{M},{T}:Target creature you control gains hexproof until end of turn. Exile Hallowed Sigil. \ No newline at end of file diff --git a/forge-gui/res/adventure/common/custom_cards/sigil_of_torment.txt b/forge-gui/res/adventure/common/custom_cards/sigil_of_torment.txt index 80c762f6b48..9b240249490 100644 --- a/forge-gui/res/adventure/common/custom_cards/sigil_of_torment.txt +++ b/forge-gui/res/adventure/common/custom_cards/sigil_of_torment.txt @@ -1,7 +1,7 @@ Name:Sigil of Torment ManaCost:no cost Types:Artifact -A:AB$ Destroy | Cost$ 3 B T PayShards<5> | ValidTgts$ Creature | TgtPrompt$ Select target creature | SubAbility$ DBLifeGain | SpellDescription$ Destroy target creature. You gain 3 life. Exile Sigil of Torment. +A:AB$ Destroy | Cost$ 3 B T PayShards<5> | ValidTgts$ Creature | TgtPrompt$ Select target creature | ActivationLimit$ 1 | SubAbility$ DBLifeGain | SpellDescription$ Destroy target creature. You gain 3 life. Exile Sigil of Torment. SVar:DBLifeGain:DB$ GainLife | Defined$ You | LifeAmount$ 3 | SubAbility$ Eject SVar:Eject:DB$ ChangeZone | Defined$ Self | Origin$ Battlefield | Destination$ Exile Oracle:{M},{T}: Destroy target creature. You gain 3 life. Exile Sigil of Torment. \ No newline at end of file diff --git a/forge-gui/res/adventure/common/custom_cards/valyx_boss_effect.txt b/forge-gui/res/adventure/common/custom_cards/valyx_boss_effect.txt index b8b1db03073..8814eb51706 100644 --- a/forge-gui/res/adventure/common/custom_cards/valyx_boss_effect.txt +++ b/forge-gui/res/adventure/common/custom_cards/valyx_boss_effect.txt @@ -2,6 +2,6 @@ Name:Power of Valyx ManaCost:no cost Types:Enchantment K:Hexproof -A:AB$ Destroy | Cost$ 3 B T Sac<1/Creature.YouCtrl>| ValidTgts$ Creature | TgtPrompt$ Select target creature | SubAbility$ DBLifeGain | SpellDescription$ Destroy target creature. You gain 3 life. +A:AB$ Destroy | Cost$ 3 B T Sac<1/Creature.YouCtrl/creature you control>| ValidTgts$ Creature | TgtPrompt$ Select target creature | SubAbility$ DBLifeGain | SpellDescription$ Destroy target creature. You gain 3 life. SVar:DBLifeGain:DB$ GainLife | Defined$ You | LifeAmount$ 3 Oracle:{M},{T}, Sacrifice a creature: Destroy target creature. You gain 3 life. \ No newline at end of file