Skip to content

Releases: NeocorDK/fbl-enhancements

v0.3.1

12 Jun 16:24

Choose a tag to compare

Bug Fixes

Push on dodge/parry now updates attack damage correctly. Successes rolled after pushing (forcing) a dodge or parry roll are now properly subtracted from the attacker's success count. Previously, the post-push result was ignored and the original pre-push successes were kept.

Monster armor roll now works. Clicking the Armor button when attacking a monster now automatically rolls the monster's armor dice and reduces attack damage by the number of successes. Previously the button silently failed with a "no armor equipped" warning because the module was reading the wrong data path for monster armor.

Monster armor button now disappears after first roll. The Armor button on the attack card is correctly hidden after the monster's armor has been rolled, preventing duplicate rolls.

Defense sync accuracy improved. The internal sync that propagates defense/armor successes to the attack card now correctly reads successCount from the live roll object instead of a serialized copy, where prototype getters were inaccessible and always returned 0.

v0.2.1

03 Apr 18:54

Choose a tag to compare

fbl-enhancements v0.2.1
This release improves usability and localization for the Forbidden Lands Enhancements module.

Highlights
Added a safe expand hint for minimized character sheets:
Shows a clear visual marker in the header when minimized.
Helps users find the correct double-click area to restore the sheet.
Implemented as a non-interactive “beacon” to avoid accidental clicks on other controls.
Improved Rest confirmation stability:
Confirmation dialog now works more reliably across character sheet render paths.
Added new localizations:
Spanish (es)
German (de)
Portuguese (Brazil) (pt-BR)
Maintained existing localizations:
English (en)
Russian (ru)

v0.1.1

28 Mar 12:49

Choose a tag to compare

Version 0.1.1 release