-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathmodule.json
80 lines (80 loc) · 2.03 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
{
"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",
"dependencies": [
{
"name": "lib-wrapper"
},
{
"name": "betterroofs"
},
{
"name": "wall-height"
},
{
"name": "levels"
},
{
"name": "token-attacher"
},
{
"name": "ambientdoors"
},
{
"name": "tokenmagic"
}
],
"esmodules": [],
"scripts": [
"init.js"
],
"systems": [
"wfrp4e"
],
"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"]
},
"languages": [
"en"
],
"minimumCoreVersion": "0.9",
"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/"
}