numeneraBaseWorld/module.json

71 lines
1.6 KiB
JSON
Raw Normal View History

2024-01-22 16:35:11 -06:00
{
"id": "numenera-base",
"title": "Numenera Base",
2024-02-03 21:59:17 -06:00
"version": "1.1.0",
2024-01-22 16:35:11 -06:00
"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",
2024-02-03 18:02:16 -06:00
"system": "cyphersystem",
2024-01-22 16:35:11 -06:00
"ownership": {
"PLAYER": "OBSERVER",
"ASSISTANT": "OWNER"
2024-02-03 18:02:16 -06:00
}
2024-02-03 18:33:16 -06:00
},
{
"name": "books",
"label": "Books",
"path": "packs/books",
"type": "JournalEntry",
"ownership": {
"PLAYER": "OBSERVER",
"ASSISTANT": "OWNER"
}
2024-01-22 16:35:11 -06:00
}
],
"relationships": {
"requires": [
{
"id": "world-explorer",
2024-02-03 18:02:16 -06:00
"type": "module",
"compatibility": {}
2024-02-03 18:33:16 -06:00
},
{
"id": "pdf-pager",
"type": "module"
2024-02-03 18:02:16 -06:00
}
],
"recommends": [
{
"id": "journal-to-canvas-slideshow",
"type": "module",
2024-02-03 18:33:16 -06:00
"manifest": "https://edit.crownoffire.ltd/adam/journal-to-canvas-slideshow/raw/branch/main/module.json",
"compatibility": {}
2024-01-22 16:35:11 -06:00
}
]
2024-02-01 14:12:40 -06:00
},
2024-02-03 21:59:17 -06:00
"download": "https://edit.crownoffire.ltd/adam/numeneraBaseWorld/archive/1.1.0.zip",
2024-02-01 14:12:40 -06:00
"manifest": "https://edit.crownoffire.ltd/adam/numeneraBaseWorld/raw/branch/main/module.json"
2024-02-03 18:02:16 -06:00
}