ds4/spec
Johannes Loher 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
..
item/type-specific-helpers feat: only allow specific selectable values for the cooldown duration of spells 2022-02-16 01:58:21 +01:00
localization refactor: improve testing setup 2022-02-13 19:50:43 +01:00
rolls refactor: improve testing setup 2022-02-13 19:50:43 +01:00
setup.ts test: add tests for calculating the spell price 2022-02-13 19:53:18 +01:00
tsconfig.json refactor: improve testing setup 2022-02-13 19:50:43 +01:00
tsconfig.json.license refactor: improve testing setup 2022-02-13 19:50:43 +01:00