forked from smilligan93/SR5-Compendiums-FoundryVTT
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmodule.json
More file actions
36 lines (36 loc) · 1.06 KB
/
Copy pathmodule.json
File metadata and controls
36 lines (36 loc) · 1.06 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
{
"name": "shadowrun5e-compendiums",
"title": "Shadowrun 5e Compendiums",
"description": "Compendiums to be used with the Shadowrun5e System",
"version": "0.1.1",
"author": "Shawn Milligan [n3rf_herder#9026], Andrew Cuccinello [DJ#1982]",
"packs": [
{
"name": "shadowrun5e-compendiums-weapons",
"label": "SR5e Weapons",
"path": "packs/weapons.db",
"entity": "Item"
},
{
"name": "shadowrun5e-compendiums-armors",
"label": "SR5e Armors",
"path": "packs/armors.db",
"entity": "Item"
},
{
"name": "shadowrun5e-compendiums-matrix-actions",
"label": "SR5e Matrix Actions",
"path": "packs/matrix-actions.db",
"entity": "Item"
}
],
"compatibleCoreVersion": "0.6.2",
"minimumCoreVersion": "0.6.0",
"systems": ["shadowrun5e"],
"esmodules": [
"dist/bundle.js"
],
"manifest": "https://raw.githubusercontent.com/smilligan93/SR5-Compendiums-FoundryVTT/master/module.json",
"download": "https://github.com/smilligan93/SR5-Compendiums-FoundryVTT/archive/master.zip",
"url": "https://github.com/smilligan93/SR5-Compendiums-FoundryVTT"
}