forked from Vendare/DarkHeresy2E-FoundryVTT
-
Notifications
You must be signed in to change notification settings - Fork 0
/
system.json
92 lines (92 loc) · 2.57 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
{
"name": "dark-heresy",
"title": "Dark Heresy 2E",
"description": "Innocence proves nothing",
"version": "3.1.0",
"minimumCoreVersion": "0.8.4",
"compatibleCoreVersion": "0.8.9",
"templateVersion": 2,
"author": "JeansenVaars, Moo Man, fredthedeadhead, Perfectro, Vendare, Silver292",
"scripts": [],
"esmodules": [
"script/common/hooks.js"
],
"styles": [
"style/common/variable.css",
"style/common/helper.css",
"style/common/override.css",
"style/chat/chat.css",
"style/dialog/dialog.css",
"style/sheet/item.css",
"style/sheet/mental-disorder.css",
"style/sheet/malignancy.css",
"style/sheet/mutation.css",
"style/sheet/talent.css",
"style/sheet/trait.css",
"style/sheet/special-ability.css",
"style/sheet/psychic-power.css",
"style/sheet/critical-injury.css",
"style/sheet/weapon.css",
"style/sheet/armour.css",
"style/sheet/gear.css",
"style/sheet/drug.css",
"style/sheet/tool.css",
"style/sheet/cybernetic.css",
"style/sheet/weapon-modification.css",
"style/sheet/ammunition.css",
"style/sheet/force-field.css",
"style/sheet/actor/actor.css",
"style/sheet/actor/acolyte.css",
"style/sheet/actor/npc.css",
"style/sheet/actor/limited-sheet.css",
"style/sheet/actor/tab/stats.css",
"style/sheet/actor/tab/npc-stats.css",
"style/sheet/actor/tab/combat.css",
"style/sheet/actor/tab/abilities.css",
"style/sheet/actor/tab/psychic-powers.css",
"style/sheet/actor/tab/gear.css",
"style/sheet/actor/tab/progression.css",
"style/sheet/actor/tab/notes.css"
],
"packs": [
{
"name": "character-aptitudes",
"label": "Character Aptitudes",
"system": "dark-heresy",
"path": "./packs/character/aptitudes.db",
"entity": "Item"
}
],
"languages": [
{
"lang": "en",
"name": "English",
"path": "lang/en.json"
},
{
"lang": "es",
"name": "Español",
"path": "lang/es.json"
},
{
"lang": "fr",
"name": "Français",
"path": "lang/fr.json"
},
{
"lang": "pl",
"name": "Polski",
"path": "lang/pl.json"
}
],
],
"gridDistance": 1,
"gridUnits": "m",
"primaryTokenAttribute": null,
"secondaryTokenAttribute": null,
"url": "https://github.com/moo-man/DarkHeresy2E-FoundryVTT",
"socket": true,
"manifest": "https://raw.githubusercontent.com/moo-man/DarkHeresy2E-FoundryVTT/master/system.json",
"download": "https://github.com/moo-man/DarkHeresy2E-FoundryVTT/releases/download/3.1.0/dark-heresy.zip",
"license": "LICENSE.txt"
}