Commit graph

16 commits

Author SHA1 Message Date
Gesina Schwalbe 737a644ecd added alphabet item
- added to database and localization definitions
- added sheet
- added to talents & abilities tab
- removed languages & alphabets from actor properties
2021-01-08 23:54:41 +01:00
Gesina Schwalbe f8e1f32439 added language item
- added to database and localization definitions
- added sheet
- added to talents overview
2021-01-08 23:23:53 +01:00
Gesina Schwalbe 9addb66a50 removed redundant field racialAbilities from actor 2021-01-08 22:34:34 +01:00
Johannes Loher 52cc441cbc Merge branch 'master' into 021-add-racial-abilities 2021-01-07 22:04:54 +01:00
Johannes Loher 149096e985 add racial abilites as item type 2021-01-07 20:20:40 +01:00
Johannes Loher b361d2da04 make hit points usable in resource bar 2021-01-07 12:47:38 +01:00
Johannes Loher b582b44f20 Merge branch 'master' into 014_track_talents 2021-01-07 00:00:36 +01:00
Gesina Schwalbe 98f31d9e8c renamed talent property from talentRank to rank 2021-01-06 11:52:11 +01:00
Gesina Schwalbe 150a0ea487 added talents overview and sheet
- 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
2021-01-06 01:24:37 +01:00
Johannes Loher c91b8956f6 add data for profile info 2021-01-04 20:32:56 +01:00
Johannes Loher 59fb033db8 adjust character data to consist of basic character data 2020-12-30 15:01:17 +01:00
Gesina Schwalbe e0d8e42812 changed availability options to include "unset"
Additions:
- item availability "unset" (with localization)

Changes:
- item availability "none" -> "nowhere"

Fixes:
- fixed wrong default item availability in template.json
2020-12-28 21:44:47 +01:00
Gesina Schwalbe 110a523268 Merge branch 'master' into 005_item_editing 2020-12-28 19:55:47 +01:00
Oliver Rümpelein 1ef66a2023 Create types for items. 2020-12-28 18:24:13 +01:00
Gesina Schwalbe 7986e91ab7 added storageLocation property to items
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
2020-12-28 17:54:33 +01:00
Johannes Loher d163fd27fe switch to using TypeScript 2020-12-23 16:52:20 +01:00