
So I have a few things going on here with a PAM Hexblade. Currently have the below which is working how I want it to asking to apply the affects of Hexblade curse when an attack is made and again when rolling damage. Hex Blade Curse Create weapon and add the below to the Crit Range Field ```[[20-?{Hexblade's Curse|No,0|Yes,1}]]``` and the below to the Damage field. ```1d10 +[[?{Hexblade's Curse|No,0|Yes,1}*@{pb}]]``` What I want is to in addition have a prompt when attacking for Great Weapon Master which would apply the -5 to attack and then again on the damage roll to apply the +10 to damage. As far as i have tried formulas don't appear to work in the the weapon attack fields and Global attack modifiers don't actually calculate together. Any help or a better way of implementing is much appreciated.