-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmodule.json
76 lines (76 loc) · 2.09 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
{
"name": "wfrp4e-e4e",
"title": "Eye For An Eye (WFRP 4e)",
"description": "Content from the Eye for an Eye adventure for Warhammer Fantary Roleplay 4e",
"version": "3.2.1",
"author": "Stu",
"systems": ["wfrp4e"],
"scripts": ["scripts/korden.js"],
"styles": [
"./styles.css"
],
"packs": [
{
"name": "e4eActors",
"label": "Eye for an Eye Actors",
"path": "packs/eye-for-an-eye-actors.db",
"entity": "Actor",
"module": "wfrp4e-e4e",
"system": "wfrp4e"
},
{
"name": "e4eScenes",
"label": "Eye for an Eye Scenes",
"path": "packs/eye-for-an-eye-scenes.db",
"entity": "Scene",
"module": "wfrp4e-e4e",
"system": "wfrp4e"
},
{
"name": "e4eMacros",
"label": "Eye for an Eye Useful Macros",
"path": "packs/eye-for-eye-useful-macros.db",
"entity": "Macro",
"module": "wfrp4e-e4e",
"system": "wfrp4e"
},
{
"name": "e4eJournal",
"label": "Eye for an Eye Journal Items",
"path": "packs/eye-for-an-eye-journal-items.db",
"entity": "JournalEntry",
"module": "wfrp4e-e4e",
"system": "wfrp4e"
},
{
"name": "e4eTraits",
"label": "Eye for an Eye Unique Trait",
"path": "packs/eye-for-an-eye-traits.db",
"entity": "Item",
"module": "wfrp4e-e4e",
"system": "wfrp4e",
"tag" : "talent"
},
{
"name": "e4eItem",
"label": "Eye for an Eye Unique Item",
"path": "packs/eye-for-an-eye-unique-item.db",
"entity": "Item",
"module": "wfrp4e-e4e",
"system": "wfrp4e"
},
{
"name": "e4eSFX",
"label": "Eye for an Eye Sound Effects",
"path": "packs/eye-for-an-eye-sfx.db",
"entity": "Playlist",
"module": "wfrp4e-e4e",
"system": "wfrp4e"
}
],
"languages": ["en"],
"minimumCoreVersion": "0.6",
"manifest": "https://raw.githubusercontent.com/CStuartEKerrigan/WFRP-e4e-4e-FVTT/master/module.json",
"download": "https://github.com/CStuartEKerrigan/WFRP-e4e-4e-FVTT/archive/master.zip",
"url": "https://github.com/CStuartEKerrigan/WFRP-e4e-4e-FVTT/"
}