-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsystem.json
94 lines (94 loc) · 2.03 KB
/
system.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
{
"id": "metalsaviors",
"title": "Metal Saviors",
"description": "The Metal Saviors system for FoundryVTT!",
"version": "2.0.0",
"compatibility": {
"minimum": 10,
"verified": "10.288",
"maximum": 10
},
"author": "Notepad Anon",
"esmodules": ["module/metalsaviors.mjs"],
"styles": ["css/metalsaviors.css"],
"scripts": [],
"packs": [
{
"name": "attribute-skills",
"label": "Attribute Skills",
"path": "packs/attribute-skills.db",
"type": "Item"
},
{
"name": "combat-training",
"label": "Combat Training",
"path": "packs/combat-training.db",
"type": "Item"
},
{
"name": "learned-skills",
"label": "Learned Skills",
"path": "packs/learned-skills.db",
"type": "Item"
},
{
"name": "pilot-licenses",
"label": "Pilot Licenses",
"path": "packs/pilot-licenses.db",
"type": "Item"
},
{
"name": "weapon-proficiencies",
"label": "Weapon Proficiencies",
"path": "packs/weapon-proficiencies.db",
"type": "Item"
},
{
"name": "drones",
"label": "Drones",
"path": "packs/drones.db",
"type": "Actor"
},
{
"name": "cavs",
"label": "CAVs",
"path": "packs/cavs.db",
"type": "Actor"
},
{
"name": "weapons",
"label": "Weapons",
"path": "packs/weapons.db",
"type": "Item"
}
],
"relationships": {
"requires": [
{
"id": "socketlib",
"type": "module",
"manifest": "https://raw.githubusercontent.com/manuelVo/foundryvtt-socketlib/v1.0.12/module.json",
"compatibility": {
"minimum": "1.0.11",
"verified": "1.0.12"
}
}
]
},
"languages": [
{
"lang": "en",
"name": "English",
"path": "lang/en.json"
}
],
"gridDistance": 10,
"gridUnits": "m",
"socket": true,
"primaryTokenAttribute": "endurance",
"secondaryTokenAttribute": "health",
"url": "https://github.com/Unoblueboy/MetalSaviors",
"manifest": "https://github.com/Unoblueboy/MetalSaviors/releases/latest/download/system.json",
"download": "https://github.com/Unoblueboy/MetalSaviors/releases/latest/download/release.zip",
"license": "LICENSE.txt"
}