create module

This commit is contained in:
Histausse 2023-06-10 17:47:58 +02:00
parent 3fd6e8f83b
commit 4abb10539b
2 changed files with 16 additions and 0 deletions

View file

@ -7,3 +7,4 @@ Module for the Beguiler class in foundry.
- https://gitlab.com/asacolips-projects/foundry-mods/dungeonworld/-/tree/master/ - https://gitlab.com/asacolips-projects/foundry-mods/dungeonworld/-/tree/master/
- https://gitlab.com/mangofeet/homebrew-world-module/-/tree/main/ - https://gitlab.com/mangofeet/homebrew-world-module/-/tree/main/
- https://a-dungeon-world.fandom.com/wiki/The_Beguiler - https://a-dungeon-world.fandom.com/wiki/The_Beguiler
- https://hackmd.io/@akrigline/ByHFgUZ6u/%2FTi7X9dG_TcexHNw3SVsDKQ

15
module.json Normal file
View file

@ -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"
}
}