Skip to content

Release 0.8.1

Matt Smith requested to merge release/0.8.1 into master
  • Added the Tag Configuration.
    • Replaces the function of Tag items.
    • Module devs can add their own tags by defining game.pbta.tagConfigOverride.
  • Added Roll Shifting (Closes #76 (closed)).
    • Sheet Configuration rollShifting = true
  • Added a Hide Sidebar buttons setting.
  • Changed List's multi-checkbox to accept spaces in-between the label (e.g. Condition | 3).
  • Removed the ability to create Tag items and added a warning on Tag item sheets.
  • Removed the "Welcome to the Alpha" header from the Sheet Configuration and update the notes.

Bugfixes

  • Fixed Speaker and RollMode not being set on rolls.
  • Fixed Forward/Ongoing making rolls fail if no condition is set.
  • Fixed NPC Move Rolls not showing Result Ranges.
  • Fixed Stat Toggle only setting toggled stats' values to 0.

Codebase

  • Added eslint and JSDoc.
  • Moved dependencies to devDependencies.
Edited by Matt Smith

Merge request reports