6b39284164
More WIP on 0.8.x migration
2021-06-30 03:53:52 +02:00
b9f7588f95
Automatically calculate spell price
2021-05-13 19:59:44 +02:00
2bc7b03323
Add functionality to track the minimum levels of spells for each mage class
2021-05-13 16:44:56 +02:00
eb49c15d5f
Add optional tracking of slayer points
2021-05-13 15:41:00 +02:00
343a888b68
Rename loot and equipment
2021-02-21 03:40:54 +01:00
ecfbe9fa2a
automatically calculate base combat values
2021-01-19 03:31:40 +01:00
e89c87f0c1
Merge branch 'master' into 10-implement-money
2021-01-18 19:48:33 +01:00
c422635d66
add special creature ability as item type
2021-01-11 00:55:49 +01:00
45e7400e82
add currency and basic display
2021-01-10 19:32:10 +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
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
52cc441cbc
Merge branch 'master' into 021-add-racial-abilities
2021-01-07 22:04:54 +01:00
149096e985
add racial abilites as item type
2021-01-07 20:20:40 +01:00
b361d2da04
make hit points usable in resource bar
2021-01-07 12:47:38 +01:00
b582b44f20
Merge branch 'master' into 014_track_talents
2021-01-07 00:00:36 +01:00
98f31d9e8c
renamed talent property from talentRank to rank
2021-01-06 11:52:11 +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
c91b8956f6
add data for profile info
2021-01-04 20:32:56 +01:00
59fb033db8
adjust character data to consist of basic character data
2020-12-30 15:01:17 +01:00
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
110a523268
Merge branch 'master' into 005_item_editing
2020-12-28 19:55:47 +01:00
1ef66a2023
Create types for items.
2020-12-28 18:24:13 +01:00
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
d163fd27fe
switch to using TypeScript
2020-12-23 16:52:20 +01:00