Make very simple effects available for items #52
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#52
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 player, I want to add "simple" effects that just modify one value of the actor to items so that simple effects of owned items get automatically enabled if the item is equipped.
Description
Many items have quite simple effects that "just" modify exactly one value of the actor attributes by an integer value, e.g. "initiative +1" (cf. the menu of items in roll20 that pops up if one clicks the edit pen). Since this covers the majority of item effects, it would be really helpful if
We agreed that this should be technically handled by the foundry effects API, even though we first have to figure out how to properly connect effects to items (i.e. make the effect aware to which item it belongs and the other way round), see #33.
Acceptance criteria
All that are available in the roll20 drop-down menu of items