Skip to content

release-0.7.2

Compare
Choose a tag to compare
@cswendrowski cswendrowski released this 13 Jun 16:44
· 4383 commits to master since this release

D&D5e System Release v0.72

Note now that the D&D5E system is no longer automatically bundled with the core VTT software, you must manually update the D&D5E system from the setup panel as you do with other modules and systems.

  • Add display for the set of damage types dealt by an Item damage formula as part of the chat card display.
  • Improve upon the "Saving Throw" roll added as a chat card button to support rolling saving throws for multiple controlled tokens simultaneously.
  • Restored support for the "backpack" Item type with it's own data model to support container type items which have weight and allowance tracking. Thanks to Fyorl for the contribution of this feature. Note that backpack items do not yet work as containers in the UI, but the underlying data structure will enable this for the future.
  • Added a new chat card button to handle rolling of an "Other Formula" which is applied to an Item.
  • Improved the chat card display for Items which have a maximum range to show the "range/long (units)" as part of the chat card property for better clarity.
  • Removed a no longer necessary backwards-compatibility migration function from the Trait Selector dialog class.
  • Fixed a bug which prevented NPC challenge rating strings from being appropriately saved to the data model as decimal but displayed as a string fraction.
  • Correct CSS artifacts around text wrapping with Firefox for NPC legendary and lair actions.
  • Fix an issue which caused clicking the "cancel" button of the Short Rest dialog to still display a chat message as if the rest had been confirmed.
  • Improve CSS rules for Item directory containers (Inventory, Features, Spellbook) to improve scroll bars where previously double-bars could be caused by a container overflow.
  • Fix a bug with the Special Traits window which prevented a trait from being assigned if a value for an existing traits was removed or set to zero.