Find a file
2023-06-10 20:38:33 +02:00
languages WIP 2023-06-10 18:50:00 +02:00
modules automagically add the beguiller to the items 2023-06-10 20:38:33 +02:00
packs fix 2023-06-10 19:23:28 +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 automagically add the beguiller to the items 2023-06-10 20:38:33 +02:00
module.json.bck WIP 2023-06-10 18:50:00 +02:00
README.md nedb crap 2023-06-10 19:14:19 +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

Docs