the_beguiler_module/module.json

44 lines
848 B
JSON
Raw Normal View History

2023-06-10 17:47:58 +02:00
{
"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": {
2023-06-10 18:50:00 +02:00
"minimum": "10",
"verified": "10"
},
"relationships": {
"systems": [{
"id": "dungeonworld",
"type": "system",
"compatibility": {
"verified": "1.7.0"
}
}]
},
"packs": [
{
"label": "DW Beguiler Classe",
"type": "Item",
"name": "dwgl-classe",
2023-06-10 19:21:42 +02:00
"path": "packs/dwgl-classe.db",
2023-06-10 18:50:00 +02:00
"system": "dungeonworld",
"package": "world",
"entity": "Item",
"private": false
}
],
"languages": [
{
"lang": "en",
"name": "English",
"path": "languages/en.json"
}
]
2023-06-10 17:47:58 +02:00
}