Re4XN
LOELeague of Extraordinary FoundryVTT Developers
•Created by Aaron on 12/20/2024 in #system-development
Where/how are Active Effects calculated
The AEs are applied to the
Actor
during Actor#applyActiveEffects()
: https://foundryvtt.com/api/classes/client.Actor.html#applyActiveEffects.
It might also be useful to look into Actor#allApplicableEffects()
: https://foundryvtt.com/api/classes/client.Actor.html#allApplicableEffects. Useful if you want to, for example, sort the effects into categories for display purposes.2 replies