Commit graph

25 commits

Author SHA1 Message Date
Johannes Loher
3d272f2b92 Make weapons rollable from the character sheet 2021-03-04 00:14:16 +01:00
Johannes Loher
343a888b68 Rename loot and equipment 2021-02-21 03:40:54 +01:00
Johannes Loher
b74ee5ec7c Merge branch '068-enable-strict-mode' into 050-basic-active-effects 2021-02-08 03:26:57 +01:00
Johannes Loher
5598255d6e Improve typing of DS4Item and DS4Actor 2021-02-05 03:42:42 +01:00
Johannes Loher
0a911cf196 Merge branch 'master' into 066-switch-to-foundry-vtt-types 2021-01-26 21:17:00 +01:00
Gesina Schwalbe
0b70bbf9b9 merged i18n and i18nKeys 2021-01-26 20:47:28 +01:00
Johannes Loher
62cc5a0e7c switch to foundry-vtt-types 2021-01-26 03:55:18 +01:00
Johannes Loher
85ec5faec2 implement basic active effects 2021-01-25 01:09:51 +01:00
Gesina Schwalbe
d831f376e1 moved localization mappings in CONFIG.DS4.i18nKeys
- moved all mappings in CONFIG.DS4 that belong to localization
  into common parent CONFIG.DS4.i18nKeys
- adapted logic in ds4.ts to not overwrite entries in
   CONFIG.DS4.i18nKeys
- adapted calls to config in templates
2021-01-24 17:55:14 +01:00
Johannes Loher
ecfbe9fa2a automatically calculate base combat values 2021-01-19 03:31:40 +01:00
Johannes Loher
c422635d66 add special creature ability as item type 2021-01-11 00:55:49 +01:00
Gesina Schwalbe
0eb447d279 added German localization for spells
- added missing German localizations
- fixed some localizations
- renamed targetedSpell -> targetedSpellcasting for consistency
2021-01-10 00:30:51 +01:00
Gesina Schwalbe
4de9d42ee3 added spell cooldownDuration and more localization 2021-01-09 18:25:30 +01:00
Gesina Schwalbe
090aeab75f added type definitions and translations for spells 2021-01-09 14:26:48 +01:00
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
Johannes Loher
149096e985 add racial abilites as item type 2021-01-07 20:20:40 +01:00
Gesina Schwalbe
e6b51c66a6 removed code duplication of item body from talent
- added  isPhysical boolean to getData output of item-sheet.ts
- added isPhysical checks for displays of physical-only information
  in templates
2021-01-06 16:10:56 +01:00
Gesina Schwalbe
98f31d9e8c renamed talent property from talentRank to rank 2021-01-06 11:52:11 +01:00
Gesina Schwalbe
c98c64de1e Apply 1 suggestion(s) to 1 file(s) 2021-01-06 11:35:56 +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
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
123c56a572 added storageLocation to item type definition 2020-12-28 20:01:58 +01:00
Oliver Rümpelein
1ef66a2023 Create types for items. 2020-12-28 18:24:13 +01:00
Johannes Loher
2ba687eb14 add eslint and prettier 2020-12-23 18:23:26 +01:00