From c08ab94963d80b8cd07310e7d10831e294dfa358 Mon Sep 17 00:00:00 2001 From: swordshine Date: Sun, 7 Oct 2018 12:54:34 +0800 Subject: [PATCH 1/2] - Fixed Severed Strands by T.J. Tillman --- forge-gui/res/cardsfolder/s/severed_strands.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/forge-gui/res/cardsfolder/s/severed_strands.txt b/forge-gui/res/cardsfolder/s/severed_strands.txt index 1ee8c01646f..9eb18d533ed 100644 --- a/forge-gui/res/cardsfolder/s/severed_strands.txt +++ b/forge-gui/res/cardsfolder/s/severed_strands.txt @@ -3,5 +3,5 @@ ManaCost:1 B Types:Sorcery A:SP$ GainLife | Cost$ 1 B Sac<1/Creature> | Defined$ You | LifeAmount$ X | SubAbility$ DBDestroy | References$ X | SpellDescription$ You gain life equal to that sacrificed creature's toughness. Destroy target creature an opponent controls. SVar:DBDestroy:DB$ Destroy | ValidTgts$ Creature.OppCtrl | TgtPrompt$ Select target creature an opponent controls. -SVar:X:RememberedLKI$CardToughness +SVar:X:Sacrificed$CardToughness Oracle:As an additional cost to cast this spell, sacrifice a creature.\nYou gain life equal to that sacrificed creature's toughness. Destroy target creature an opponent controls. From 4639ec444bc03e5b67d6e14a2856e46da85ec8b2 Mon Sep 17 00:00:00 2001 From: swordshine Date: Sun, 7 Oct 2018 12:54:55 +0800 Subject: [PATCH 2/2] - Added Selective Snare --- forge-gui/res/cardsfolder/s/selective_snare.txt | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 forge-gui/res/cardsfolder/s/selective_snare.txt diff --git a/forge-gui/res/cardsfolder/s/selective_snare.txt b/forge-gui/res/cardsfolder/s/selective_snare.txt new file mode 100644 index 00000000000..78579ab38a4 --- /dev/null +++ b/forge-gui/res/cardsfolder/s/selective_snare.txt @@ -0,0 +1,7 @@ +Name:Selective Snare +ManaCost:X U +Types:Sorcery +A:SP$ ChangeZone | AnnounceType$ CreatureType | AILogic$ MostProminentOppControls | Cost$ X U | ValidTgts$ Creature.ChosenType | TargetMin$ 0 | TargetMax$ MaxTgts | TgtPrompt$ Select target creature of the chosen creature type | Origin$ Battlefield | Destination$ Hand | References$ X,MaxTgts | SpellDescription$ Return X target creatures of the creature type of your choice to their owner's hand. +SVar:X:Targeted$Amount +SVar:MaxTgts:Count$Valid Creature.ChosenType +Oracle:Return X target creatures of the creature type of your choice to their owner's hand.