forked from Yasnen/WFRP-Night-of-Blood-4e-FVTT
-
Notifications
You must be signed in to change notification settings - Fork 0
/
module.json
108 lines (108 loc) · 2.67 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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
{
"name": "wfrp4e-night-of-blood",
"title": "Night of Blood (WFRP 4e)",
"description": "The classic Warhammer Fantasy Roleplay adventure, perfect for introducing new players. Now updated to include multi-level scenes",
"version": "3.0",
"author": "Stuart Kerrigan",
"relationships": {
"systems": [
{
"id": "wfrp4e",
"type": "system"
}
],
"requires": [
{
"id": "lib-wrapper",
"type": "module",
"compatibility": {}
},
{
"id": "betterroofs",
"type": "module",
"compatibility": {}
},
{
"id": "wall-height",
"type": "module",
"compatibility": {}
},
{
"id": "levels",
"type": "module",
"compatibility": {}
},
{
"id": "token-attacher",
"type": "module",
"compatibility": {}
},
{
"id": "ambientdoors",
"type": "module",
"compatibility": {}
},
{
"id": "tokenmagic",
"type": "module",
"compatibility": {}
}
]
},
"esmodules": [],
"scripts": [
"init.js"
],
"styles": [
"./styles.css"
],
"packs": [
{
"label": "Night of Blood Actors",
"type": "Actor",
"name": "NightOfBloodActors",
"path": "./packs/night-of-blood-actors.db",
"package": "wfrp4e-night-of-blood"
},
{
"label": "Night of Blood Scenes",
"type": "Scene",
"name": "NightOfBloodScenes",
"path": "./packs/night-of-blood-scenes.db",
"package": "wfrp4e-night-of-blood"
},
{
"label": "Night of Blood Journal Entries",
"name": "NightOfBloodJournal",
"path": "./packs/night-of-blood-journal.db",
"type": "JournalEntry",
"package": "wfrp4e-night-of-blood"
},
{
"name": "NightOfBloodSFX",
"label": "Night of Blood SFX",
"path": "./packs/night-of-blood-sfx.db",
"type": "Playlist",
"package": "wfrp4e-night-of-blood"
}
],
"flags": {
"initializationPacks": ["wfrp4e-night-of-blood.NightOfBloodActors", "wfrp4e-night-of-blood.NightOfBloodScenes", "wfrp4e-night-of-blood.NightOfBloodJournal"]
},
"minimumCoreVersion": "0.9",
"compatibleCoreVersion": 9,
"compatibility": {
"minimum": 9,
"verified": 9,
"maximum": 10
},
"languages": [
{
"lang": "en",
"name": "English"
}
],
"manifest": "https://raw.githubusercontent.com/CStuartEKerrigan/WFRP-Night-of-Blood-4e-FVTT/master/module.json",
"download": "https://github.com/CStuartEKerrigan/WFRP-Night-of-Blood-4e-FVTT/archive/master.zip",
"url": "https://github.com/CStuartEKerrigan/WFRP-Night-of-Blood-4e-FVTT/"
}