I'm trying to make an action that grants a small amount of Temp HP with a bonus equal to the characters charisma modifier. I've found that adding ability score modifiers to damage only works if it's a spell or weapon action. However, this creates a problem. If it's a spell or weapon action, it is given the requirement of having either a "to hit" or "save" which is not what I want. I am having an immense amount of trouble figuring this out, so any help would be appreciated. For further context, this action would work exactly like Ranger's Tireless ability.
you can do the calculation in the snippet itself for the action. i would write it like this:
"You receive <span style="text-decoration: underline;"><strong>{{modifier:cha}} Temporary Hit Points</strong></span>"
this will underline and bold the number so it pops. list the activation as an action so it shows up high in the list of actions
if you want it to show up in the "display as attack" option I believe you need to add the ability score to the "ability score type" field next to name then click "is proficient"
I'm trying to make an action that grants a small amount of Temp HP with a bonus equal to the characters charisma modifier. I've found that adding ability score modifiers to damage only works if it's a spell or weapon action. However, this creates a problem. If it's a spell or weapon action, it is given the requirement of having either a "to hit" or "save" which is not what I want. I am having an immense amount of trouble figuring this out, so any help would be appreciated. For further context, this action would work exactly like Ranger's Tireless ability.
you can do the calculation in the snippet itself for the action. i would write it like this:
I believe you need to add the ability score to the "ability score type" field next to name
then click "is proficient"
THANK YOU!
I just learned all this myself, so I'm glad I could be of service <3