Commit graph

6 commits

Author SHA1 Message Date
Johannes Loher fd48873e2d fix: fix the prices of Langbogen and Langbogen +1 in the provided item pack 2022-11-03 22:26:49 +01:00
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
Johannes Loher cf9131cfe5 fix: cleanup packs, addressing many typos and bad formatting 2022-02-13 00:36:29 +01:00
Johannes Loher 301042a50f feat: improve bar and name display settings for tokens of actors in the SRD compendium
With this change, the bar is now always displayed to the owner and the name is displayed to the
owner when hovered.
2022-02-12 16:14:12 +01:00
Johannes Loher 09300c167f chore: cleanup packs 2022-02-12 15:47:10 +01:00
Johannes Loher 1aa284311f refactor: resturcture files so that lincensing info can be bundled properly 2022-01-31 15:31:45 +01:00