Make it possible to reference the target's properties in spell bonus #24
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#24
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 reference my target's properties in the spell bonuses of my spells to correctly model spells which have a spell bonus depending on some of the target's values.
Description
Dungeonslayers has lots of spells with a spell bonus that depends on the target's attributes and traits. In order to properly model these spells and provide automation for doing checks for theses spells, The spell bonus of a spell needs to be able to reference the properties of the currently selected target.
Acceptance criteria
@target.property
(e.g.@target.data.traits.strength.total
).