Item Group #46
Labels
No labels
Compat
Breaking
Compat
Compatible
Compat
Deprecation
Foundry/Deprecation/v16
Foundry/Shim/v13
Foundry/v14
Kind
Bug
Kind
DevOps
Kind
Documentation
Kind
Enhancement
Kind
Epic
Kind
Feature
Kind
Security
Kind
Testing
Priority
Critical
Priority
High
Priority
Low
Priority
Medium
Reviewed
Confirmed
Reviewed
Duplicate
Reviewed
Invalid
Reviewed
Non-Repro
Reviewed
Won't Fix
Status
Abandoned
Status
Blocked
Status
Need More Info
Status
Unable to Complete
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: Foundry/taf#46
Loading…
Add table
Add a link
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?
It would be nice if players could organize items in their inventory based on what type of item it is (e.g. weapon, potion, etc.).
However, due to the open-ended nature of items in TAF, these types cannot be predefined, so in order to accomodate game systems, this should be a property on the item data model named "group", this will be an free-text input (not prose-mirror) that allows assigning an arbitrary group to the item, then on the actor sheet(s), we will display the items based on this group property.
This should also add an override to the Actor document for
get itemTypesto separate items based on the group instead of the proper item subtype (using the group property should ONLY be done when the item subtype is "generic" so that module subtypes are unaffected)