46 lines
913 B
JSON
46 lines
913 B
JSON
{
|
|
"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"
|
|
}
|
|
]
|
|
}
|
|
} |