From 3674ebff1b14a10b8a245e3675d78c0b1b085eba Mon Sep 17 00:00:00 2001 From: austinio7116 Date: Thu, 20 Sep 2018 12:48:52 +0100 Subject: [PATCH] Fix knight of autumn ETB Trigger --- forge-gui/res/cardsfolder/upcoming/knight_of_autumn.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/forge-gui/res/cardsfolder/upcoming/knight_of_autumn.txt b/forge-gui/res/cardsfolder/upcoming/knight_of_autumn.txt index 8d5bbbafc81..bb0ddae7b2d 100644 --- a/forge-gui/res/cardsfolder/upcoming/knight_of_autumn.txt +++ b/forge-gui/res/cardsfolder/upcoming/knight_of_autumn.txt @@ -2,7 +2,8 @@ Name:Knight of Autumn ManaCost:1 G W Types:Creature Dryad Knight PT:2/1 -A:SP$ Charm | Cost$ 1 R W | Choices$ DBPump,DBDestroy,DBGainLife +T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self | Execute$ TrigCharm | TriggerDescription$ When CARDNAME enters the battlefield, choose one —\n• Put two +1/+1 counters on Knight of Autumn.\n• Destroy target artifact or enchantment.\n• You gain 4 life. +SVar:TrigCharm:DB$ Charm | Cost$ 1 R W | Choices$ DBPump,DBDestroy,DBGainLife SVar:DBPump:DB$ PutCounter | CounterType$ P1P1 | CounterNum$ 2 | SpellDescription$ Put two +1/+1 counters on CARDNAME. SVar:DBDestroy:DB$ Destroy | ValidTgts$ Artifact,Enchantment | TgtPrompt$ Select target artifact or enchantment | SpellDescription$ Destroy target artifact or enchantment. SVar:DBGainLife:DB$ GainLife | LifeAmount$ 4 | SpellDescription$ You gain 4 life.