forked from Vendare/DarkHeresy2E-FoundryVTT
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsystem.json
74 lines (74 loc) · 1.74 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
{
"id": "dark-heresy",
"title": "Dark Heresy 2E",
"description": "Unofficial Foundry VTT System for Dark Heresy 2nd Edition.",
"version": "4.2.9",
"minimumCoreVersion" : 11,
"compatibility" : {
"minimum" : 11,
"verified" : 11,
"maximum" : 11
},
"templateVersion": 2,
"authors": [
{ "name":"JeansenVaars" },
{ "name":"Moo Man",
"email": "[email protected]",
"discord": "Moo Man#7518",
"reddit": "u/mooman10" },
{ "name":"fredthedeadhead" },
{ "name":"Perfectro" },
{ "name":"Vendare" },
{ "name":"Silver292" },
{ "name":"Giddy" },
{ "name":"Dazzerix" },
{ "name":"FilippoPolo" }
],
"scripts": [],
"esmodules": [
"script/dark-heresy.js"
],
"styles": [
"css/dark-heresy.css"
],
"packs": [
{
"name": "character-aptitudes",
"label": "Character Aptitudes",
"system": "dark-heresy",
"path": "./packs/aptitudes.db",
"type": "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/Vendare/DarkHeresy2E-FoundryVTT",
"socket": true,
"manifest": "https://github.com/Vendare/DarkHeresy2E-FoundryVTT/releases/download/4.2.9/system.json",
"download": "https://github.com/Vendare/DarkHeresy2E-FoundryVTT/releases/download/4.2.9/dark-heresy.zip",
"license": "LICENSE.txt"
}