Skip to content

[#6641] Allow standalone AE documents to be linked to activities#6800

Open
arbron wants to merge 1 commit into5.3.xfrom
activity/remote-effects
Open

[#6641] Allow standalone AE documents to be linked to activities#6800
arbron wants to merge 1 commit into5.3.xfrom
activity/remote-effects

Conversation

@arbron
Copy link
Copy Markdown
Collaborator

@arbron arbron commented Mar 3, 2026

Adds a new uuid field to applied effects data on activities which allows the effect to be retrieved from a compendium rather than from the item.

This is breaking change for Activity#applicableEffects, which now returns the effect profiles rather than the effects themselves. A new method getApplicableEffects has been added that retrieves the actual effect documents and is async so it can get them from the compendium.

Closes #6641

Adds a new `uuid` field to applied effects data on activities which
allows the effect to be retrieved from a compendium rather than
from the item.

This is breaking change for `Activity#applicableEffects`, which now
returns the effect profiles rather than the effects themselves. A
new method `getApplicableEffects` has been added that retrieves the
actual effect documents and is async so it can get them from the
compendium.

Closes #6641
@arbron arbron added this to the D&D5E 6.0.0 milestone Mar 3, 2026
@arbron arbron self-assigned this Mar 3, 2026
@arbron arbron added breaking Breaking changes system: active effects system: activities compatibility Relating to compatibility issues with new core versions priority: high labels Mar 3, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

breaking Breaking changes compatibility Relating to compatibility issues with new core versions priority: high system: active effects system: activities

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Allow standalone Active Effect documents to be linked to an activity

1 participant