numeneraBaseWorld/module.json

46 lines
913 B
JSON
Raw Normal View History

2024-01-22 16:35:11 -06:00
{
"id": "numenera-base",
"title": "Numenera Base",
"version": "1.0.0",
"compatibility": {
"minimum": "11",
"verified": "11.313"
},
"description": "Base module for our weekly Numenera game mostly containing world building assets",
"authors": [
{
"name": "Adam"
}
],
"packs": [
{
"name": "scenes",
"label": "Scenes",
"path": "packs/scenes",
"type": "Scene",
"ownership": {
"PLAYER": "OBSERVER",
"ASSISTANT": "OWNER"
}
},
{
"name": "character-options",
"label": "Character Options",
"path": "packs/character-options",
"type": "Item",
"ownership": {
"PLAYER": "OBSERVER",
"ASSISTANT": "OWNER"
},
"system": "cyphersystem"
}
],
"relationships": {
"requires": [
{
"id": "world-explorer",
"type": "module"
}
]
}
}