Add Attribute Item Subtype & Data Model #70

Closed
opened 2026-04-19 17:44:21 +00:00 by Oliver · 0 comments
Owner

Data Model Properties:

  • key : The code-friendly key that the attribute will use in the roll data and token settings. (this should have additional data validation to ensure it doesn't contain any illegal characters)
  • value : The current attribute value
  • max (nullable) : The maximum attribute value allowed
  • min (nullable) : The minimum attribute value allowed
  • aboveTheFold : Whether or not the attribute should show up in the "always-visible" section of attributes or within the tab
  • group : The human-readible name of the group this attribute belongs to, this will function mostly the same way that the GenericItem#group functions, minus the auto-grouping in itemTypes
Data Model Properties: - `key` : The code-friendly key that the attribute will use in the roll data and token settings. (this should have additional data validation to ensure it doesn't contain any illegal characters) - `value` : The current attribute value - `max` (nullable) : The maximum attribute value allowed - `min` (nullable) : The minimum attribute value allowed - `aboveTheFold` : Whether or not the attribute should show up in the "always-visible" section of attributes or within the tab - `group` : The human-readible name of the group this attribute belongs to, this will function mostly the same way that the `GenericItem#group` functions, minus the auto-grouping in `itemTypes`
Oliver added this to the Attribute Items milestone 2026-04-19 17:44:21 +00:00
Oliver 2026-04-19 17:44:21 +00:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: Foundry/taf#70
No description provided.