Find a file
2023-06-11 16:54:43 +02:00
languages Release 1.0.0 2023-06-11 16:54:43 +02:00
modules Release 1.0.0 2023-06-11 16:54:43 +02:00
packs Release 1.0.0 2023-06-11 16:54:43 +02:00
.gitignore Release 1.0.0 2023-06-11 16:54:43 +02:00
json_to_nedb.sh Release 1.0.0 2023-06-11 16:54:43 +02:00
module.json Release 1.0.0 2023-06-11 16:54:43 +02:00
package.sh Release 1.0.0 2023-06-11 16:54:43 +02:00
README.md Release 1.0.0 2023-06-11 16:54:43 +02:00

The Beguiler Module

Module for the Beguiler class in foundry.

License

The Beguiler class is described at https://a-dungeon-world.fandom.com/wiki/The_Beguiler apparently under CC-BY-SA. However I doubt they are the copyright owner of this class, so CC-BY-SA may not be compatible with the actual license if any.

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