Provide a way to add and display custom data on actors #13
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#13
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 store custom fields so that I can keep track of any actor specific data that might need tracking which is not covered by the system.
Description
Users might want to keep track of custom data to help them playing with modifications to the core rule set (e.g. for playing with the mana based magic system). In order to allow that, we need to provide a way for users to configure custom fields on their actors and make it possible to view / edit the values of these fields in the actor sheets.
Acceptance criteria
boolean
: Value input is rendered as checkboxnumber
: Value input is rendered as number inputvalueMax
: The field consists of two numbers, the inputs are render as a pair of number inputs (this is option would allow the value to be used as a bar property for tokens)string
: Value input is rendered as text input