-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmodule.json
35 lines (35 loc) · 1017 Bytes
/
module.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
{
"name": "rise-of-the-runelords-data",
"title": "Rise Of The Runelords - Shared Data",
"description": "Data for Rise Of The Runelords shared by any system.",
"author": "Daniel Gallant",
"version": "0.1.0",
"url": "https://github.com/techogre/rise-of-the-rune-lords-data",
"manifest": "https://raw.githubusercontent.com/techogre/rise-of-the-rune-lords-data/main/module.json",
"download": "https://github.com/techogre/rise-of-the-rune-lords-data/archive/main.zip",
"minimumCoreVersion": "0.8.6",
"compatibleCoreVersion":"0.8.6",
"packs": [
{
"name": "folders",
"label": "My Folders",
"path": "packs/folders.db",
"entity": "Folder",
"module": "rise-of-the-runelords-data"
},
{
"name": "journal",
"label": "My Journal",
"path": "packs/journal.db",
"entity": "Journal",
"module": "rise-of-the-runelords-data"
},
{
"name": "scenes",
"label": "My Scenes",
"path": "packs/scenes.db",
"entity": "Scene",
"module": "rise-of-the-runelords-data"
}
]
}