roth-michael / FoundryVTT-RestRecovery

This repository adds support for D&D 5E's Arcane/Natural Recovery within the short rest dialog, and additional short rest mechanics
Other
20 stars 17 forks source link

Allow long rest healing to be based on rolled hit dice #124

Open Melestrua opened 1 year ago

Melestrua commented 1 year ago

Is your feature request related to a problem? Please describe. In my campaign, long rest healing is (total hit dice + CON mod)/2 For example, a 5th level barbarian with CON 16 would roll 5d12 to get (e.g.) 3+7+11+4+9=34, add 5*3=15 (CON of +3) for a total of 49, then divide by 2 for a final healing of 24hp.

It may be possible to describe this in your system, but I couldn't work out the magic incantation.

Describe the solution you'd like I'd like the Hit points recovery formula to be able to be based on hit dice and attribute modifiers. Possibly even include a more direct representation.

Thanks in advance. Awesome module, and I'm impressed you've already added OneD&D exhaustion rules.

Haxxer commented 1 year ago

To be frank, it's a very very specific homebrew rule and hard to integrate. The module is open source, so if you wish to have a crack at it, go ahead! :)