- added talents item type:
- added scss
- added to template.json (Item.types, Item.talent)
- added to config.ts itemTypes
- added type definition
- added localizations
- added talent overview tab to actor sheet
- made total rank calculated upon data preparation
by adding a prepareData method to DS4Item
Additions:
- added equipped checkbox to item sheet
- added item owner to item properties list
- added some translations
- added some TODOs
Changes:
- item properties owner, equipped, quantity, storageLocation
are only shown if item is owned by an actor
- moved item properties price and availability
to details tab
- shortened ItemEquipped translation
- added item.actor and item.isOwned property values
to data returned from DS4ItemSheet.getData
(properties aren't accessible in Handlebars)
Additions:
- further abbreviations included in localization
Changes:
- now not full armor type / material expression displayed in char sheet,
but only an abbreviation with tooltip
- description now smaller for weapon and armor
Additions:
- partials for effects and details tab with navigation
- loading of partials in main ds4.ts
- add localization
Changes:
- empty "Details" tabs replaced by inclusion of partial
- "Details" tab now displays default message
- Previous "Details" tab of Trinket replaced by "Effects" tab
Additions:
- added storageLocation property to classes
- added storageLocation field to template
- added localization
Changes:
- changed default values for item string properties to "-"
Fixes:
- fixed CSS side-property flex properties
such that new text field is properly shown
- fixed for="..." setting for item's data.price label