forked from crnormand/gurps
-
Notifications
You must be signed in to change notification settings - Fork 0
/
system.json
executable file
·58 lines (58 loc) · 1.47 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
{
"name": "gurps",
"title": "GURPS 4th Ed. Game Aid (Unofficial)",
"description": "A game aid to help play GURPS 4e for Foundry VTT",
"version": "0.14.3",
"minimumCoreVersion": "9",
"compatibleCoreVersion": "9",
"templateVersion": 2,
"author": "Chris Normand/Nose66",
"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"
],
"packs": [],
"languages": [
{
"lang": "en",
"name": "English",
"path": "lang/en.json"
},
{
"lang": "pt-BR",
"name": "Português (Brasil)",
"path": "lang/pt_br.json"
},
{
"lang": "de",
"name": "Deutsch (German)",
"path": "lang/de.json"
},
{
"lang": "ru",
"name": "русский (Russian)",
"path": "lang/ru.json"
},
{
"lang": "Fr",
"name": "French",
"path": "lang/fr.json"
}
],
"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.14.3.zip",
"socket": true,
"license": "LICENSE.txt"
}