ds4/templates/sheets
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
..
actor feat: only allow specific selectable values for the cooldown duration of spells 2022-02-16 01:58:21 +01:00
item feat: only allow specific selectable values for the cooldown duration of spells 2022-02-16 01:58:21 +01:00
shared/components fix: avoid hover effect of add (item / effect) button being cut off 2022-02-13 00:36:35 +01:00