numeneraBaseWorld/module.json

162 lines
3.6 KiB
JSON
Raw Normal View History

2024-01-22 16:35:11 -06:00
{
"id": "numenera-base",
"title": "Numenera Base",
2024-11-17 16:40:36 -06:00
"version": "1.3.27",
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-02-04 16:45:58 -06:00
},
{
"name": "type",
"label": "Sentence",
2024-02-04 16:45:58 -06:00
"path": "packs/type",
"type": "JournalEntry",
"ownership": {
"PLAYER": "OBSERVER",
"ASSISTANT": "OWNER"
}
2024-02-04 21:11:29 -06:00
},
2024-02-05 08:23:50 -06:00
{
"name": "equipment",
"label": "Equipment",
"path": "packs/equipment",
"type": "Item",
"system": "cyphersystem",
2024-02-05 08:23:50 -06:00
"ownership": {
"PLAYER": "OBSERVER",
"ASSISTANT": "OWNER"
}
2024-02-11 14:39:58 -06:00
},
{
"name": "audio",
"label": "Audio",
"path": "packs/audio",
"type": "Playlist",
"ownership": {
"PLAYER": "OBSERVER",
"ASSISTANT": "OWNER"
}
2024-02-18 16:32:29 -06:00
},
{
"name": "characters",
"label": "Characters",
"path": "packs/characters",
"type": "Actor",
2024-03-03 16:12:24 -06:00
"system": "cyphersystem",
2024-02-18 16:32:29 -06:00
"ownership": {
"PLAYER": "OBSERVER",
"ASSISTANT": "OWNER"
2024-03-03 16:12:24 -06:00
}
},
{
"name": "locations",
"label": "Locations",
"path": "packs/locations",
"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",
2024-02-04 16:45:58 -06:00
"type": "module",
"compatibility": {}
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-02-04 23:27:30 -06:00
},
{
"id": "nice-cypher-add-ons",
"type": "module",
2024-02-05 08:23:50 -06:00
"manifest": "https://github.com/aedelen/nice-cypher-add-ons/releases/download/0.0.2/module.json",
"compatibility": {}
2024-11-03 16:37:00 -06:00
},
{
"id": "cyphercombat",
"type": "module",
"manifest": "https://raw.githubusercontent.com/gonzaPaEst/cyphercombat/main/module.json",
"compatibility": {}
2024-01-22 16:35:11 -06:00
}
]
2024-02-01 14:12:40 -06:00
},
2024-02-03 23:00:42 -06:00
"packFolders": [
2024-02-04 16:45:58 -06:00
{
"name": "Numenera Base",
2024-02-18 16:32:29 -06:00
"sorting": "a",
2024-02-04 16:45:58 -06:00
"packs": [
"scenes",
2024-02-05 15:07:23 -06:00
"books",
2024-02-11 14:39:58 -06:00
"equipment",
2024-02-18 16:32:29 -06:00
"audio",
2024-03-03 16:12:24 -06:00
"characters",
"locations"
2024-02-04 16:45:58 -06:00
],
2024-02-04 21:11:29 -06:00
"folders": [
{
"name": "Character Creation",
"sorting": "m",
"packs": [
"character-options",
"type"
],
"folders": []
}
2024-02-04 21:11:29 -06:00
]
2024-02-04 16:45:58 -06:00
}
2024-02-03 23:00:42 -06:00
],
2024-11-17 16:40:36 -06:00
"download": "https://edit.crownoffire.ltd/adam/numeneraBaseWorld/archive/1.3.27.zip",
2024-02-01 14:12:40 -06:00
"manifest": "https://edit.crownoffire.ltd/adam/numeneraBaseWorld/raw/branch/main/module.json"
}