-
-
Notifications
You must be signed in to change notification settings - Fork 52
/
Copy pathsystem.json
96 lines (96 loc) · 2.18 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
95
96
{
"id": "gurps",
"title": "GURPS 4e Game Aid (Unofficial)",
"description": "A game aid to help play GURPS 4e for Foundry VTT",
"version": "0.17.17",
"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": "12",
"verified": "12.331"
},
"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": {}
}
],
"grid": {
"distance": 1,
"units": "yd"
},
"media": [
{
"type": "cover",
"loop": false,
"flags": {}
},
{
"type": "setup",
"url": "systems/gurps/assets/gurps-thumbnail.webp",
"thumbnail": "systems/gurps/assets/gurps-thumbnail.webp"
}
],
"background": "systems/gurps/assets/gurps-background.webp",
"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.17.17.zip",
"socket": true,
"license": "LICENSE.txt"
}