forked from crnormand/gurps
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsystem.json
87 lines (87 loc) · 1.73 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
{
"id": "gurps",
"title": "GURPS 4e Game Aid (Unofficial)",
"description": "A game aid to help play GURPS 4e for Foundry VTT",
"version": "0.16.8",
"authors": [
{
"name": "Chris Normand",
"email": "[email protected]",
"discord": "nose66",
"flags": {}
},
{
"name": "M. Jeff Wilson",
"discord": "nick.coffin.pi",
"flags": {}
},
{
"name": "Mikolaj Tomczynski",
"email": "[email protected]",
"discord": "sasiedny",
"flags": {}
}
],
"compatibility": {
"minimum": 11,
"verified": "11.315",
"maximum": 11
},
"esmodules": [
"module/gurps.js",
"lib/xregexp-all.js"
],
"scripts": [
"scripts/jquery.tinycolorpicker.js"
],
"styles": [
"styles/simple.css",
"styles/css_boilerplate.css",
"styles/simplified.css",
"styles/npc-input.css",
"styles/apps.css",
"styles/color-character-sheet.css",
"styles/tinycolorpicker.css"
],
"languages": [
{
"lang": "en",
"name": "English",
"path": "lang/en.json",
"flags": {}
},
{
"lang": "pt-BR",
"name": "Português (Brasil)",
"path": "lang/pt_br.json",
"flags": {}
},
{
"lang": "de",
"name": "Deutsch (German)",
"path": "lang/de.json",
"flags": {}
},
{
"lang": "ru",
"name": "русский (Russian)",
"path": "lang/ru.json",
"flags": {}
},
{
"lang": "Fr",
"name": "French",
"path": "lang/fr.json",
"flags": {}
}
],
"gridDistance": 1,
"gridUnits": "yd",
"primaryTokenAttribute": "HP",
"secondaryTokenAttribute": "FP",
"url": "https://github.com/crnormand/gurps",
"manifest": "https://raw.githubusercontent.com/crnormand/gurps/release/system.json",
"download": "https://github.com/crnormand/gurps/archive/0.16.8.zip",
"socket": true,
"license": "LICENSE.txt"
}