mb-pfsw-kingmaker/module.json

43 lines
765 B
JSON

{
"id": "mb-pfsw-kingmaker",
"title": "Pathfinder Kingmaker",
"version": "0.1.0",
"compatibility": {
"minimum": "11",
"verified": "11"
},
"authors": [
{
"name": "Mike Bloy",
"email": "mike@bloy.org"
}
],
"url": "https://git.bloy.org/foundryvtt/mb-pfsw-kingmaker",
"packs": [
{
"label": "Adventures",
"name": "adventures",
"type": "Adventure",
"system": "swade",
"path": "packs/adventures"
}
],
"relationships": {
"requires": [
{
"id": "swpf-core-rules",
"type": "module"
},
{
"id": "swpf-bestiary",
"type": "module"
}
],
"systems": [
{
"id": "swade",
"type": "system"
}
]
}
}