Skip to content

Releases: Kaplar1208/really-inspired

v0.7.1

Choose a tag to compare

@github-actions github-actions released this 08 Aug 00:30

Fixed

  • The default dnd5e sheet widget could clobber Tidy5e Sheet's own inspiration UI when Tidy5e (quadrone theme) was active. renderActorSheetV2 fires for any ApplicationV2-based character sheet, and Tidy5e happens to reuse the same class names dnd5e's own sheet uses (header.sheet-header, a button with class inspiration) — so without a check, the code would find and remove Tidy5e's inspiration button and inject its own widget on top, positioned for the wrong layout. The widget now only activates on dnd5e's actual default sheet, leaving Tidy5e (and any other alternate sheet module) untouched.

Requirements

  • Foundry VTT v13.341+
  • dnd5e system v5.0.0+
  • Tidy5e Sheet (optional, quadrone theme) for the native counter integration

v0.7.0

Choose a tag to compare

@github-actions github-actions released this 08 Aug 00:29

New

  • Tidy5e Sheet support (quadrone theme): the inspiration counter now shows through Tidy5e's own built-in banked-inspiration UI instead of the default dnd5e sheet widget, using Tidy5e's official API — no visual conflicts between the two modules.

Fixed

  • Corrected the declared compatibility requirements, which were broader than what's actually supported:
    • Foundry VTT: now requires v13.341+ (the character sheet widget relies on ApplicationV2, and a bare "v13" could previously match untested pre-stable builds).
    • dnd5e system: now requires v5.0.0+ (earlier 3.x/4.x sheets don't use ApplicationV2, so the counter would never have appeared).

Requirements

  • Foundry VTT v13.341+
  • dnd5e system v5.0.0+
  • Tidy5e Sheet (optional, quadrone theme) for the native counter integration

v0.6.3 — Initial release

Choose a tag to compare

@Kaplar1208 Kaplar1208 released this 07 Aug 07:31

Manage D&D5e Inspiration with a shared party pool or per-character tracking, kept in sync with the system's built-in Inspiration flag — no GM needs to be online for normal play.

Features

  • Inspiration mode: choose individual (standard rules) or a shared party pool from Configure Settings.
  • Sheet counter: replaces the small Inspiration checkbox with a visible current/max counter and +/- buttons on the character sheet.
  • Grant inspiration from chat: right-click any d20 roll message and choose "Roll with inspiration" to spend your own inspiration and reroll that check, using the original roller's modifiers.
  • GM keybind: press "I" to open a quick dialog and grant 1 inspiration to any character.
  • Vanilla-compatible: keeps the system's own Inspiration indicator in sync for other modules or macros that read it.
  • Fully translated into English and Spanish, following each user's Foundry language setting.

Requirements

  • Foundry VTT v13.341+
  • dnd5e system v5.0.0+