diff --git a/README.md b/README.md index 568796f..45d19f8 100644 --- a/README.md +++ b/README.md @@ -7,3 +7,4 @@ Module for the Beguiler class in foundry. - 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 +- https://hackmd.io/@akrigline/ByHFgUZ6u/%2FTi7X9dG_TcexHNw3SVsDKQ diff --git a/module.json b/module.json new file mode 100644 index 0000000..ab86520 --- /dev/null +++ b/module.json @@ -0,0 +1,15 @@ +{ + "id": "the_beguiler_module", + "title": "The Beguiler module", + "description": "A module that add the Beguiler class to Dungeon World", + "authors": [ + { + "name": "Jean-Marie 'Histausse' Mineau" + } + ], + "version": "0.0.1", + "compatibility": { + "minimum": "10", + "verified": "10" + } +}