p4535992 / foundryvtt-variant-encumbrance-dnd5e

A FoundryVTT module, providing a visual modification to player character sheets to better display the effects of the Encumbrance variant ruleset in the PHB.
MIT License
3 stars 4 forks source link

Removal of AEM dependency and update for v11 #19

Closed IHaveThatPower closed 1 year ago

IHaveThatPower commented 1 year ago

Removed the dependency on Active Effect Manager by re-implementing bare-bones versions of the aspects of its API that were in use for fetching/setting effect states, then updated the module properties to affirm functionality with 11.306.

Of note: I'm using hard-coded values for the Convenient Effects constants here, which may be undesirable. It might instead be worth doing a "if Convenient Effects is enabled, then set these flags" check or similar.

Made a few superficial changes to the Bulk encumbrance class to more-closely align it with its parent, in terms of code flow when diffing the two, and updated its methods accordingly, but didn't make significant changes to it otherwise.

p4535992 commented 1 year ago

Wow ty for this