From 19702794e4a40a2ac2e47519267806489e70aa69 Mon Sep 17 00:00:00 2001 From: Agetian Date: Tue, 5 Sep 2017 15:25:30 +0000 Subject: [PATCH] - Volcano Hellion: tweak the script such that it allows to choose any number. --- forge-gui/res/cardsfolder/v/volcano_hellion.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/forge-gui/res/cardsfolder/v/volcano_hellion.txt b/forge-gui/res/cardsfolder/v/volcano_hellion.txt index 09f7288928c..bb38ad278e3 100644 --- a/forge-gui/res/cardsfolder/v/volcano_hellion.txt +++ b/forge-gui/res/cardsfolder/v/volcano_hellion.txt @@ -5,7 +5,7 @@ PT:6/5 Text:CARDNAME has echo X, where X is your life total. K:Echo:X T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self | Execute$ TrigDmg | TriggerDescription$ When CARDNAME enters the battlefield, it deals an amount of damage of your choice to you and target creature. The damage can't be prevented. -SVar:TrigDmg:AB$ ChooseNumber | Cost$ 0 | ListTitle$ Choose an amount of damage to you and target creature | SubAbility$ DBDmg | AILogic$ Min +SVar:TrigDmg:DB$ ChooseNumber | ListTitle$ Choose an amount of damage to you and target creature | ChooseAnyNumber$ True | SubAbility$ DBDmg | AILogic$ Min SVar:DBDmg:DB$ DealDamage | ValidTgts$ Creature | NumDmg$ Y | References$ Y | NoPrevention$ True | SubAbility$ DmgYou SVar:DmgYou:DB$ DealDamage | Defined$ You | NumDmg$ Y | References$ Y | NoPrevention$ True SVar:X:Count$YourLifeTotal