Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
 into main
  • Loading branch information
Werner committed Oct 16, 2022
2 parents 2353a5a + e2fe358 commit a9467ed
Showing 1 changed file with 37 additions and 2 deletions.
39 changes: 37 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,37 @@
# simbuls-creature-aide
A Foundry VTT module that aids in combat. legendary actions, lair actions, Recharge abilities
![Latest Release Download Count](https://img.shields.io/badge/dynamic/json?color=blue&label=Downloads%40latest&query=assets%5B1%5D.download_count&url=https%3A%2F%2Fapi.github.com%2Frepos%2Fvtt-lair%2Fsimbuls-creature-aide%2Freleases%2Flatest) [![Forge Installs](https://img.shields.io/badge/dynamic/json?label=Forge%20Installs&query=package.installs&suffix=%25&url=https%3A%2F%2Fforge-vtt.com%2Fapi%2Fbazaar%2Fpackage%2Fsimbuls-creature-aide&colorB=4aa94a)](https://forge-vtt.com/bazaar#package=simbuls-creature-aide)

[![ko-fi](https://ko-fi.com/img/githubbutton_sm.svg)](https://ko-fi.com/N4N36ZSPQ)

# Simbul's Creature Aide
A Foundry VTT module that gives the GM the ability to:
## Legendary Actions
- Prompts GM with available legendary actions in-between combatant turns.
- Tracks current available uses of legendary actions.
- And reset the used legendary actions to their max on the end of their turn in combat.
- Note: RAW indicates this should be at the beginning of their turn, but due to timing issues with the legendary action helper, this has been moved to the end of the turn and has no mechanical effect on gameplay.

## 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)

### Settings
![image](https://user-images.githubusercontent.com/33215552/196030576-5161003e-181e-4069-bfec-60e640d608f6.png)

Originally part of [DnD 5e Helpers](https://github.com/trioderegion/dnd5e-helpers)

0 comments on commit a9467ed

Please sign in to comment.