mb-pfsw-kingmaker/module.json

116 lines
2.3 KiB
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": [
{
"name": "adventures",
"label": "Adventures",
"path": "packs/adventures",
"type": "Adventure",
"system": "swade",
"ownership": {
"PLAYER": "OBSERVER",
"ASSISTANT": "OWNER"
}
},
{
"name": "kingmaker-abilities",
"label": "Kingmaker Abilities",
"path": "packs/kingmaker-abilities",
"type": "Item",
"system": "swade",
"ownership": {
"PLAYER": "OBSERVER",
"ASSISTANT": "OWNER"
}
},
{
"name": "swpf-abilities",
"label": "SWPF Abilities",
"path": "packs/swpf-abilities",
"type": "Item",
"system": "swade",
"ownership": {
"PLAYER": "OBSERVER",
"ASSISTANT": "OWNER"
}
},
{
"name": "kingmaker-items",
"label": "Kingmaker Gear, Weapons, and Armor",
"path": "packs/kingmaker-items",
"type": "Item",
"system": "swade",
"ownership": {
"PLAYER": "OBSERVER",
"ASSISTANT": "OWNER"
}
},
{
"name": "swpf-items",
"label": "SWPF Gear, Weapons, and Armor",
"path": "packs/swpf-items",
"type": "Item",
"system": "swade",
"ownership": {
"PLAYER": "OBSERVER",
"ASSISTANT": "OWNER"
}
}
],
"relationships": {
"requires": [
{
"id": "swpf-core-rules",
"type": "module",
"compatibility": {}
},
{
"id": "swpf-bestiary",
"type": "module",
"compatibility": {}
}
],
"systems": [
{
"id": "swade",
"type": "system",
"compatibility": {}
}
],
"recommends": [
{
"id": "archon",
"type": "module"
},
{
"id": "monks-active-tiles",
"type": "module"
},
{
"id": "item-piles",
"type": "module"
},
{
"id": "fxmaster",
"type": "module"
},
{
"id": "tokenmagic",
"type": "module"
}
]
}
}