release-3.0.0
github-actions
released this
09 Jul 20:31
·
340 commits
to develop
since this release
v3.0.0
Enhancements
-
[#438] Inventory header disappearing on large inventory
-
[#740] Holding shift now rolls some rolls without a prompt
-
[#769] UI has been updated
- User interface has been redesigned with a new look and feel
- Character inventory now supports drag and drop reordering of items
- Holding shift while clicking on a rollable link will bypass the roll prompt, rolling with normal values
-
[#798] Allow for tokens and combat tracker to display dynamic AC
system.attributes.ac.value
now always holds the current AC
-
[#820] All ability scores now store a total value of base stats + modifiers. e.g.
system.abilities.str.total
-
[#833] Implemented rolls for NPC special attacks
Bugfixes
- [#757] Special Attack Life Drain doesn't roll for attack
- [#809] Add new
grid.distance
andgrid.units
values tosystem.json
(Foundry V12 compatibility) - [#811]
description
typo insystem.json
- [#814] The roll initiative button on the player sheet will no longer double roll when re-rolling initiative
- [#816] Updated Ranger Herbalism talent description to the latest version
- [#822] The spellbook now works for Knight of St. Ydris and other classes that use another class's spell list
- [#832] Melee weapons with the "Thrown" property now rolling correctly when used as a ranged attack
- [#835] Update Sleep spell description to the latest version
- [#837] AC not displaying consistently when adding effects
- [#839] Free Carry item calculation wrong if you have duplicate items instead of just using item quantity
- [#841] Compendium item links no longer working in Foundry v12
Chores
-
[#813] Merged Finnish language updates from Crowdin
-
[#829] Remove all Tours
- NOTE: We have found that the Tours are very fragile and onerous to maintain; needing to be tested/updated when even minor changes are made to the interface. Therefore we are removing them and will rely on alternate methods of teaching the system going forward.
-
[#840] Remove Roll Initiative button from character sheet
- NOTE: As part of the redesign of the character sheets we have decided that this feature doesn't really fit the design, and as rolling initiative is easily done via the combat tracker is unnecessary.
-
[#843] Remove quench tests
Many thanks to andrewbeard for contributing fixes in this build