v1.14-hotfix.1 - PFRPG2 Ignore N Bulk
·
81 commits
to main
since this release
What's Changed
- Support Pathfinder 2e-style items that ignore N weight units. Syntax of this is "the first 2 bulk of these items don't count against your bulk limits" as found here.
- To support this, the weight of items in mundane containers is now counted by combining the subtotals of each mundane container with the subtotal of items not in a container rather than by counting each item not in an extraplanar container.
- Some other code cleanup also included.
- HOTFIX: Better string search. No longer case sensitive, "of these items " now optional. Some examples of strings that will work in PFRPG2:
- the first 2 Bulk of these items don't count against your Bulk limits
- the first 2 bulk of these items don't count against your bulk limits
- the first 2 Bulk don't count against your Bulk limits
- the first 2 bulk don't count against your bulk limits
Full Changelog: v1.13-hotfix.3...v1.14-hotfix.1