Find a file
2023-06-10 23:52:10 +02:00
languages WIP 2023-06-10 18:50:00 +02:00
modules rename packs to match dw system loading 2023-06-10 23:26:53 +02:00
packs add starting moves 2023-06-10 23:52:10 +02:00
.gitignore fix 2023-06-10 19:23:28 +02:00
json_to_nedb.sh fix 2023-06-10 19:23:28 +02:00
module.json rename packs to match dw system loading 2023-06-10 23:26:53 +02:00
README.md rename packs to match dw system loading 2023-06-10 23:26:53 +02:00

The Beguiler Module

Module for the Beguiler class in foundry.

Meh

because javascrip, packs data is not stored as json but as nedb files. Thankfully, we can avoid using an unmaintained javascript tool by using jq:

cat hbw-classe.json | jq -c > hbw-classe.db

TODO

  • Add class description
  • Add translation
  • Open issue to allow multiple compendiumPrefix in dungeonworld system

Docs