Make it possible to reference actor properties in effects #27
Labels
No labels
API
bug
can't reproduce
confirmed
dependencies
documentation
duplicate
enhancement
feature
good first issue
help wanted
invalid
performance
question
to be confirmed
waiting for feedback
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: dungeonslayers/ds4#27
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Story
As a ds4 user, I want to create effects that reference actor properties so that I can properly model effects of talents such as brutal blow.
Description
It should be possible to reference properties of actors in the values for active effects (that are transferred to actors).
Acceptance criteria
property
of an actor, it can be referenced in active effect values via@property
. E.g. thedata.attributes.body.total
property can be referenced with@data.attributes.body.total
.