A module made by Fantasy Computerworks. (Now maintained by Michael).
Other works by them:
- Fantasy Calendar - The best calendar creator and management app on the internet
- Sequencer - Wow your players by playing visual effects on the canvas
- Item Piles - Drag & drop items into the scene to drop item piles that you can then easily pick up
- Tagger - Tag objects in the scene and retrieve them with a powerful API
- Token Ease - Make your tokens feel good to move around on the board
Like what they've done? Buy them a coffee!
Like what I've done? Buy me a coffee too!
This module is a wholesale package that covers any and all mechanics relating to long and short rests, including (but not limited to);
- Class features, such as regaining spell slots through the Wizard's Arcane Recovery and automatic handling of Bard's Song of Rest
- HP Regaining through the Chef feat, and handling of the Tough feat and magic items such as the Periapt of Wound Closure
- Fully featured long rest settings with a multitude of completely optional features:
- Rolling hit dice instead of regaining hit points
- Partial recovery of spell slots, class features, and/or resources
- Exhaustion automation
- Food & water handling, tracking the sated status and starvation over time
The module continues to grow, and will expand further and further.
Use this manifest URL to install the module:
https://github.com/fantasycalendar/FoundryVTT-RestRecovery/releases/latest/download/module.json
You can read more about the module on the wiki.
You can find the changelog here.
In order to contribute to the module, you will need to do the follwing:
- Pull this repository and either place it in your Foundry's module folder, or symlink it to that location - remember that the module folder's name needs to be
rest-recovery
- Run
npm install
within the repository - Run
npm run build
- The module is now ready to be used, if you want to develop in real time, you can run
npm run dev
to launch a watcher that will refresh Foundry if it detects changes in the code. This will only be done on the same IP address as your Foundry client, but on port29999