hi, I'm trying to create an homebrew subclass for the barbarian and I'm trying to add the opposite of my wis stat modifier to the rage damage up to the proficiency bonus of strength melee weapons, would it be possible and, if so, how would I do it?
hi, i was also wondering if there was a way to tie that modifier to the Activate Rage toggle on the character sheet, I've looked at the Mindless Rage feature of the barbarian path of the berserker and i couldn't understand how they did it
Nope, many features the Devs have are not available for HB. I don't even think you could get this equation to automatically add to the weapon damage. The best you can do is have an "Action" with no action cost with the snippet above to specify what to add.
Rollback Post to RevisionRollBack
To post a comment, please login or register a new account.
hi, I'm trying to create an homebrew subclass for the barbarian and I'm trying to add the opposite of my wis stat modifier to the rage damage up to the proficiency bonus of strength melee weapons, would it be possible and, if so, how would I do it?
You would use this: {{-1*modifier:wis@max:proficiency}} in the "snippet" section describing the feature.
hi, i was also wondering if there was a way to tie that modifier to the Activate Rage toggle on the character sheet, I've looked at the Mindless Rage feature of the barbarian path of the berserker and i couldn't understand how they did it
Nope, many features the Devs have are not available for HB. I don't even think you could get this equation to automatically add to the weapon damage. The best you can do is have an "Action" with no action cost with the snippet above to specify what to add.