From f3206bfe272678f4538fefe4373c41d5cdeea1e9 Mon Sep 17 00:00:00 2001 From: swordshine Date: Tue, 1 Oct 2019 14:02:44 +0800 Subject: [PATCH] Fix two cards --- forge-gui/res/cardsfolder/g/garruk_cursed_huntsman.txt | 2 +- forge-gui/res/cardsfolder/t/thorn_mammoth.txt | 2 +- forge-gui/res/tokenscripts/g_x_x_ooze_gutter_grime.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/forge-gui/res/cardsfolder/g/garruk_cursed_huntsman.txt b/forge-gui/res/cardsfolder/g/garruk_cursed_huntsman.txt index b5decbca13e..a8d57b930f9 100644 --- a/forge-gui/res/cardsfolder/g/garruk_cursed_huntsman.txt +++ b/forge-gui/res/cardsfolder/g/garruk_cursed_huntsman.txt @@ -8,4 +8,4 @@ SVar:DBDraw:DB$ Draw | NumCards$ 1 A:AB$ Effect | Cost$ SubCounter<6/LOYALTY> | Name$ Emblem - Garruk, Cursed Hunstman | Image$ emblem_garruk_cursed_hunstman | StaticAbilities$ STTrample | Planeswalker$ True | Ultimate$ True | Duration$ Permanent | AILogic$ Always | SpellDescription$ You get an emblem with "Creatures you control get +3/+3 and have trample." SVar:STTrample:Mode$ Continuous | EffectZone$ Command | Affected$ Creature.YouCtrl | AffectedZone$ Battlefield | AddKeyword$ Trample | AddPower$ 3 | AddToughness$ 3 | Description$ Creatures you control get +3/+3 and have trample. DeckHas:Ability$Token -Oracle:[0]: Create two 2/2 black and green Wolf creature tokens with "When this creature dies, put a loyalty counter on each Garruk you control."\n[-3]: Destroy target creature. Draw a card.\n:[-6]: You get an emblem with "Creatures you control get +3/+3 and have trample." +Oracle:[0]: Create two 2/2 black and green Wolf creature tokens with "When this creature dies, put a loyalty counter on each Garruk you control."\n[-3]: Destroy target creature. Draw a card.\n[-6]: You get an emblem with "Creatures you control get +3/+3 and have trample." diff --git a/forge-gui/res/cardsfolder/t/thorn_mammoth.txt b/forge-gui/res/cardsfolder/t/thorn_mammoth.txt index 06cfcb29fb2..b66f232aade 100644 --- a/forge-gui/res/cardsfolder/t/thorn_mammoth.txt +++ b/forge-gui/res/cardsfolder/t/thorn_mammoth.txt @@ -5,5 +5,5 @@ PT:6/6 K:Trample T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self | Execute$ TrigFight | TriggerDescription$ Whenever CARDNAME or another creature enters the battlefield under your control, CARDNAME fights up to one target creature you don't control. T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Creature.Other+YouCtrl | TriggerZones$ Battlefield | Execute$ TrigFight | Secondary$ True | TriggerDescription$ Whenever CARDNAME or another creature enters the battlefield under your control, CARDNAME fights up to one target creature you don't control. -SVar:TrigFight:DB$ Fight | Defined$ TriggeredCardLKICopy | ValidTgts$ Creature.YouDontCtrl | TgtPrompt$ Choose target creature you don't control | TargetMin$ 0 | TargetMax$ 1 +SVar:TrigFight:DB$ Fight | Defined$ Self | ValidTgts$ Creature.YouDontCtrl | TgtPrompt$ Choose target creature you don't control | TargetMin$ 0 | TargetMax$ 1 Oracle:Trample\nWhenever Thorn Mammoth or another creature enters the battlefield under your control, Thorn Mammoth fights up to one target creature you don't control. diff --git a/forge-gui/res/tokenscripts/g_x_x_ooze_gutter_grime.txt b/forge-gui/res/tokenscripts/g_x_x_ooze_gutter_grime.txt index 2d635e44f03..1c3c11e515e 100644 --- a/forge-gui/res/tokenscripts/g_x_x_ooze_gutter_grime.txt +++ b/forge-gui/res/tokenscripts/g_x_x_ooze_gutter_grime.txt @@ -3,6 +3,6 @@ ManaCost:no cost Types:Creature Ooze Colors:green PT:*/* -S:Mode$ Continuous | SetPower$ GutterGrimePT | CharacteristicDefining$ True | Description$ This creature's power and toughness are each equal to the number of slime counters on Gutter Grime. +S:Mode$ Continuous | SetPower$ GutterGrimePT | SetToughness$ GutterGrimePT | CharacteristicDefining$ True | Description$ This creature's power and toughness are each equal to the number of slime counters on Gutter Grime. SVar:GutterGrimePT:Remembered$CardCounters.SLIME Oracle:This creature's power and toughness are each equal to the number of slime counters on Gutter Grime.