From 751b880a0f3f2f4f84979d4e078e24d2f4b5a199 Mon Sep 17 00:00:00 2001 From: Werner Dohse <33215552+vtt-lair@users.noreply.github.com> Date: Sun, 16 Oct 2022 12:31:37 +0200 Subject: [PATCH] Update README.md --- README.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/README.md b/README.md index 8dc70b9..45fafb3 100644 --- a/README.md +++ b/README.md @@ -13,6 +13,22 @@ A Foundry VTT module that gives the GM the ability to: - Lair Actions - Prompts GM with available Lair actions at the creature's designated lair initiative. - A creature's legendary and lair actions will be indexed when first added to the tracker. Only items with an activation cost of "Legendary Action" or "Lair Action" will be indexed. +- Recharge Abilities for GM's + - At either start or end of the turn. + - For abilities with a "d6 recharge" on every turn. + - Configurable to hide the roll. +- Automatic Regeneration + - Automatically checks actors with the Regeneration or Self-Repair features + - Searches the these features for the phrase "X hit points", where X can be a static value or a dice formula + - The search phrase is localized for your supported language. + - At the start of their turn, if the actor isn't full health it prompts the GM for a roll for the regen and auto applies the healing + ![image](https://user-images.githubusercontent.com/33215552/196030513-eb83309b-4c22-4960-9318-d1988b7f4c62.png) + + - Regeneration Blocking + - Feature to prevent the auto regen popup + - Matches and active effect of the specified name (case specific) + ![image](https://user-images.githubusercontent.com/33215552/196030495-5758a842-f651-43f9-9816-3d9a23d40864.png) + Originally part of [DnD 5e Helpers](https://github.com/trioderegion/dnd5e-helpers)