-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmodule.json
More file actions
53 lines (53 loc) · 1.12 KB
/
Copy pathmodule.json
File metadata and controls
53 lines (53 loc) · 1.12 KB
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
{
"name": "sw5e",
"title": "SW5E",
"description": "<p>A Compendium of Weapons and Items from SW5E</p>",
"version": "1.0",
"minimumCoreVersion": "0.5.0",
"compatibleCoreVersion": "0.7.0",
"author": "Kakeman89 + WhtWlf",
"packs": [
{
"name": "weapons",
"label": "Weapons",
"path": "/packs/weapons.db",
"entity": "Item"
},
{
"name": "adventuringgear",
"label": "Adventuring Gear",
"path": "/packs/adventuringgear.db",
"entity": "Item"
},
{
"name": "armor",
"label": "Armor",
"path": "/packs/armor.db",
"entity": "Item"
},
{
"name": "enhanceditems",
"label": "Enhanced Items",
"path": "/packs/enhanceditems.db",
"entity": "Item"
},
{
"name": "gamingset",
"label": "Gaming Sets",
"path": "/packs/gamingset.db",
"entity": "Item"
},
{
"name": "classes",
"label": "Classes",
"path": "/packs/classes.db",
"entity": "Item"
},
{
"name": "species",
"label": "Species",
"path": "/packs/species.db",
"entity": "Item"
}
]
}