From ae1e25c8d8b62bca48ef4aaf71b7166ce9521719 Mon Sep 17 00:00:00 2001 From: Northmoc Date: Sat, 28 Nov 2020 19:15:51 -0500 Subject: [PATCH] huatli_warrior_poet.txt fix --- forge-gui/res/cardsfolder/h/huatli_warrior_poet.txt | 11 ++++++----- forge-gui/res/tokenscripts/g_3_3_dinosaur_trample.txt | 2 +- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/forge-gui/res/cardsfolder/h/huatli_warrior_poet.txt b/forge-gui/res/cardsfolder/h/huatli_warrior_poet.txt index 63912fa119a..3d1ce5f6821 100644 --- a/forge-gui/res/cardsfolder/h/huatli_warrior_poet.txt +++ b/forge-gui/res/cardsfolder/h/huatli_warrior_poet.txt @@ -4,11 +4,12 @@ Types:Legendary Planeswalker Huatli Loyalty:3 A:AB$ GainLife | Cost$ AddCounter<2/LOYALTY> | Planeswalker$ True | LifeAmount$ GreatestPow | References$ GreatestPow | SpellDescription$ You gain life equal to the greatest power among creatures you control. SVar:GreatestPow:Count$GreatestPower_Creature.YouCtrl -A:AB$ Token | Cost$ AddCounter<0/LOYALTY> | Planeswalker$ True | TokenAmount$ 1 | TokenScript$ g_3_3_dinosaur_trample | TokenOwner$ You | LegacyImage$ g 3 3 dinosaur trample xln | SpellDescription$ Create a 3/3 green Dinosaur creature token with Trample. +A:AB$ Token | Cost$ AddCounter<0/LOYALTY> | Planeswalker$ True | TokenAmount$ 1 | TokenScript$ g_3_3_dinosaur_trample | TokenOwner$ You | SpellDescription$ Create a 3/3 green Dinosaur creature token with trample. # TODO: The AI never uses the Ultimate ability (most likely doesn't have the required logic for it) -A:AB$ DealDamage | Cost$ SubCounter | Announce$ X | NumDmg$ X | References$ X | Planeswalker$ True | Ultimate$ True | ValidTgts$ Creature | TgtPrompt$ Select target creature to distribute damage to | TargetMin$ 1 | TargetMax$ X | DividedAsYouChoose$ X | RememberDamaged$ True | SubAbility$ DBNoBlock | SpellDescription$ CARDNAME deals X damage divided as you choose among any number of target creatures. Creatures dealt damage this way can't block this turn. -SVar:X:Count$XChoice -SVar:DBNoBlock:DB$ Pump | KW$ HIDDEN CARDNAME can't block. | Defined$ Remembered | SubAbility$ DBCleanup | StackDescription$ None +A:AB$ DealDamage | Cost$ SubCounter | Announce$ X | XMaxLimit$ L | NumDmg$ X | References$ X,L | Planeswalker$ True | Ultimate$ True | ValidTgts$ Creature | TgtPrompt$ Select any number of target creatures | TargetMin$ 1 | TargetMax$ X | DividedAsYouChoose$ X | RememberDamaged$ True | SubAbility$ DBNoBlock | SpellDescription$ CARDNAME deals X damage divided as you choose among any number of target creatures. Creatures dealt damage this way can't block this turn. +SVar:DBNoBlock:DB$ PumpAll | KW$ HIDDEN CARDNAME can't block. | ValidCards$ Creature.IsRemembered | SubAbility$ DBCleanup | StackDescription$ Creatures dealt damage this way can't block this turn. SVar:DBCleanup:DB$ Cleanup | ClearRemembered$ True -SVar:Picture:http://www.wizards.com/global/images/magic/general/huatli_warrior_poet.jpg +SVar:X:Count$XChoice +SVar:L:Count$CardCounters.LOYALTY +DeckHas:Ability$LifeGain & Ability$Token Oracle:[+2]: You gain life equal to the greatest power among creatures you control.\n[0]: Create a 3/3 green Dinosaur creature token with trample.\n[-X]: Huatli, Warrior Poet deals X damage divided as you choose among any number of target creatures. Creatures dealt damage this way can't block this turn. diff --git a/forge-gui/res/tokenscripts/g_3_3_dinosaur_trample.txt b/forge-gui/res/tokenscripts/g_3_3_dinosaur_trample.txt index 6ddeebe2c04..7bd05d339de 100644 --- a/forge-gui/res/tokenscripts/g_3_3_dinosaur_trample.txt +++ b/forge-gui/res/tokenscripts/g_3_3_dinosaur_trample.txt @@ -4,4 +4,4 @@ Types:Creature Dinosaur Colors:green PT:3/3 K:Trample -Oracle:Trample +Oracle:Trample (This creature can deal excess combat damage to the player or planeswalker it’s attacking.)