Commit graph

8 commits

Author SHA1 Message Date
12bc76ba54 refactor: use noImplicitOverride option 2022-05-29 17:48:49 +02:00
3b74ce2a5b feat: add rollItem hook 2022-05-19 02:36:05 +02:00
09347b18f0 chore(deps): update yarn, typescript, and fvtt types 2022-03-20 17:58:21 +01:00
9cffa4df04 refactor: prefer type imports and sort imports 2022-02-17 01:03:42 +01:00
8d2cff77d7 refactor: use subclasses for different item types 2022-02-17 01:03:42 +01:00
da1f6999eb feat: only allow specific selectable values for the cooldown duration of spells
World data (including compendium packs) is migrated automatically. In order to also migrate packs
provided by modules, you can use the following macro:
```js
const pack = game.packs.get("<name-of-the-module>.<name-of-the-pack>");
game.ds4.migration.migrateCompendiumFromTo(pack, 4, 5);
```
2022-02-16 01:58:21 +01:00
312c79ebe6 build: fix build 2022-02-13 19:46:49 +01:00
1aa284311f refactor: resturcture files so that lincensing info can be bundled properly 2022-01-31 15:31:45 +01:00