Commit graph

56 commits

Author SHA1 Message Date
b9f7588f95 Automatically calculate spell price 2021-05-13 19:59:44 +02:00
0d03dbf424 Implement Drag & Drop of checks 2021-04-15 20:00:37 +02:00
ad2fd01353 Add checks for analyzing magic 2021-04-13 20:19:25 +02:00
f038509910 Add functionality for common checks, which can be affected by effects and be performed as macros 2021-03-24 09:19:26 +01:00
0d864b67c1 Use foundry vtt provided rollmode labels 2021-03-17 18:25:59 +00:00
343a888b68 Rename loot and equipment 2021-02-21 03:40:54 +01:00
d5db788c31 Do some cleanup 2021-02-07 11:51:36 +01:00
0b70bbf9b9 merged i18n and i18nKeys 2021-01-26 20:47:28 +01:00
62ab89f83b moved icon mappings in CONFIG.DS4.icons 2021-01-24 17:56:32 +01:00
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
0fc726a5af fix spell icon path 2021-01-22 22:56:58 +01:00
ef98b4a590 Merge branch 'master' into 061-languages-and-scripts-compendiums 2021-01-22 22:24:36 +01:00
4040c8605c Apply 2 suggestion(s) to 1 file(s) 2021-01-22 22:01:31 +01:00
55a0cbe11a add compendium with languages and scripts from the SRD 2021-01-21 18:07:08 +01:00
fe84927a28 add compendium with special creature abilities 2021-01-20 00:42:58 +01:00
e89c87f0c1 Merge branch 'master' into 10-implement-money 2021-01-18 19:48:33 +01:00
ab6e02a7a6 fix typo 2021-01-18 19:34:03 +01:00
e9adbd3c3b Merge remote-tracking branch 'origin/master' into 037-actor-type-creature 2021-01-18 19:12:46 +01:00
7e4c5059ca address code review comments 2021-01-18 19:11:13 +01:00
03287b3b98 modify ui 2021-01-16 14:59:54 +01:00
7ada67b7c3 Merge master 2021-01-13 18:32:47 +01:00
d6ddad67cc Implement localization (en only). 2021-01-13 18:02:22 +01:00
864a65fed2 Merge remote-tracking branch 'origin/master' into 037-actor-type-creature 2021-01-11 00:56:26 +01:00
c422635d66 add special creature ability as item type 2021-01-11 00:55:49 +01:00
61098b31d6 spell add default category 2021-01-10 21:18:33 +01:00
9bea9c63cd add spell category none 2021-01-10 21:04:18 +01:00
c10ab44ea9 modifications 2021-01-10 20:40:26 +01:00
46ec9b0ac8 currency add 2021-01-10 19:33:55 +01:00
45e7400e82 add currency and basic display 2021-01-10 19:32:10 +01:00
0568afc32b Add localization of actor and item type labels 2021-01-10 02:35:48 +01:00
17d0213e62 add basic creature sheet 2021-01-10 02:05:30 +01:00
d416c14cbd Merge branch 'master' into 037-actor-type-creature 2021-01-10 00:41:20 +01:00
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
884327b156 added spell tab and sorted tabs 2021-01-09 23:39:35 +01:00
b01e0417ee add doc strings to new config objects 2021-01-09 22:54:44 +01:00
6820ce7c00 Add creature actor to config, i18n, template.json, types 2021-01-09 22:51:46 +01:00
4de9d42ee3 added spell cooldownDuration and more localization 2021-01-09 18:25:30 +01:00
090aeab75f added type definitions and translations for spells 2021-01-09 14:26:48 +01:00
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
f8e1f32439 added language item
- added to database and localization definitions
- added sheet
- added to talents overview
2021-01-08 23:23:53 +01:00
9addb66a50 removed redundant field racialAbilities from actor 2021-01-08 22:34:34 +01:00
149096e985 add racial abilites as item type 2021-01-07 20:20:40 +01:00
b582b44f20 Merge branch 'master' into 014_track_talents 2021-01-07 00:00:36 +01:00
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
2cb0411288 Add basic form of editable profile fields to profile tab 2021-01-04 20:33:37 +01:00
c91b8956f6 add data for profile info 2021-01-04 20:32:56 +01:00
6a12ba3938 extract and simplify attributes and traits 2021-01-04 00:55:44 +01:00
960b5a950a adjust licensing 2020-12-31 05:02:38 +01:00
59fb033db8 adjust character data to consist of basic character data 2020-12-30 15:01:17 +01:00
9da168afa6 abbr for armor type&material in item overview
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
2020-12-30 01:03:06 +01:00