mb-pfsw-kingmaker/module.json
2023-06-24 19:21:50 -05:00

37 lines
694 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": "Chapter 1",
"name": "adventure-chapter-1",
"type": "Adventure",
"system": "swade",
"path": "packs/adventure-chapter-1"
}
],
"relationships": {
"requires": [
{
"id": "swpf-core-rules",
"type": "module"
},
{
"id": "swpf-bestiary",
"type": "module"
}
]
}
}