-
Notifications
You must be signed in to change notification settings - Fork 0
/
module.json
40 lines (40 loc) · 1.25 KB
/
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
36
37
38
39
40
{
"id": "call-of-cthulhu-foundryvtt-investigator-wizard",
"title": "Call of Cthulhu - FoundryVTT - Investigator Wizard",
"version": "1.0.3",
"compatibility": {
"minimum": "11",
"verified": "12"
},
"relationships": {
"systems": [
{
"id": "CoC7",
"type": "system",
"compatibility": {}
}
]
},
"packs": [
{
"name": "investigator-wizard",
"label": "Investigator Wizard",
"path": "packs/investigator-wizard",
"type": "Item",
"system": "CoC7",
"ownership": {
"PLAYER": "OBSERVER",
"ASSISTANT": "OWNER"
}
}
],
"description": "This content package comes with the Archetypes, Occupations, Setups, and Skills to speed up using the investigator wizard.",
"authors": [
{
"name": "Miskatonic Investigative Society"
}
],
"url": "https://github.com/Miskatonic-Investigative-Society/call-of-cthulhu-foundryvtt-investigator-wizard",
"manifest": "https://github.com/Miskatonic-Investigative-Society/call-of-cthulhu-foundryvtt-investigator-wizard/releases/latest/download/module.json",
"download": "https://github.com/Miskatonic-Investigative-Society/call-of-cthulhu-foundryvtt-investigator-wizard/releases/download/1.0.3/module.zip"
}