adding journal to canvas slideshow dep
This commit is contained in:
parent
505705efab
commit
fa8819b3a2
15
module.json
15
module.json
|
@ -28,22 +28,29 @@
|
||||||
"label": "Character Options",
|
"label": "Character Options",
|
||||||
"path": "packs/character-options",
|
"path": "packs/character-options",
|
||||||
"type": "Item",
|
"type": "Item",
|
||||||
|
"system": "cyphersystem",
|
||||||
"ownership": {
|
"ownership": {
|
||||||
"PLAYER": "OBSERVER",
|
"PLAYER": "OBSERVER",
|
||||||
"ASSISTANT": "OWNER"
|
"ASSISTANT": "OWNER"
|
||||||
},
|
}
|
||||||
"system": "cyphersystem"
|
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"relationships": {
|
"relationships": {
|
||||||
"requires": [
|
"requires": [
|
||||||
{
|
{
|
||||||
"id": "world-explorer",
|
"id": "world-explorer",
|
||||||
"type": "module"
|
"type": "module",
|
||||||
|
"compatibility": {}
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"recommends": [
|
||||||
|
{
|
||||||
|
"id": "journal-to-canvas-slideshow",
|
||||||
|
"type": "module",
|
||||||
|
"manifest": "https://edit.crownoffire.ltd/adam/journal-to-canvas-slideshow/raw/branch/main/module.json"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"download": "https://edit.crownoffire.ltd/adam/numeneraBaseWorld/archive/1.0.1.zip",
|
"download": "https://edit.crownoffire.ltd/adam/numeneraBaseWorld/archive/1.0.1.zip",
|
||||||
"manifest": "https://edit.crownoffire.ltd/adam/numeneraBaseWorld/raw/branch/main/module.json"
|
"manifest": "https://edit.crownoffire.ltd/adam/numeneraBaseWorld/raw/branch/main/module.json"
|
||||||
|
|
||||||
}
|
}
|
Loading…
Reference in New Issue