Extending ActiveEffectConfig (i.e. custom ActiveEffects sheet based on Svelte)
I want to create a custom ActiveEffects sheet. Advice from Foundry is:
Re4XN — Today at 13:29Extend ActiveEffectConfig.Mana — Today at 14:30Assign your datamodel to the base type if you want it to be used when no type is specified.CONFIG.ActiveEffect.dataModels.base = yourModel;You can of course have custom types as much as you want.
Re4XN — Today at 13:29Extend ActiveEffectConfig.Mana — Today at 14:30Assign your datamodel to the base type if you want it to be used when no type is specified.CONFIG.ActiveEffect.dataModels.base = yourModel;You can of course have custom types as much as you want.
However, I'm not sure how that ties into the examples for creating svelte-based sheets from esm?
Continue the conversation
Join the Discord to ask follow-up questions and connect with the community