the_beguiler_module/README.md

29 lines
932 B
Markdown
Raw Permalink Normal View History

2023-06-06 13:32:36 +02:00
# The Beguiler Module
Module for the Beguiler class in foundry.
2023-06-11 16:31:59 +02:00
## 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.
2023-06-10 19:14:19 +02:00
## 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
2023-06-10 19:14:19 +02:00
2023-06-06 13:32:36 +02:00
## Docs
- https://gitlab.com/asacolips-projects/foundry-mods/dungeonworld/-/tree/master/
- https://gitlab.com/mangofeet/homebrew-world-module/-/tree/main/
- https://a-dungeon-world.fandom.com/wiki/The_Beguiler
2023-06-10 17:47:58 +02:00
- https://hackmd.io/@akrigline/ByHFgUZ6u/%2FTi7X9dG_TcexHNw3SVsDKQ