-
Notifications
You must be signed in to change notification settings - Fork 12
/
system.json
79 lines (79 loc) · 1.77 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
{
"id": "expanse",
"title": "The Expanse RPG (AGE)",
"description": "The official system for The Expanse RPG (AGE) from Green Ronin Publishing",
"version": "2.0.0",
"authors": [
{
"name": "Foxfyre",
"email": "foxfyre2204@gmail.com",
"discord": "Foxfyre#2204",
"flags": {}
},
{
"name": "Green Ronin Publishing",
"email": "letsplay@greenronin.com",
"flags": {}
}
],
"esmodules": [
"module/expanse.js",
"scripts/scripts.js"
],
"styles": [
"styles/expanse.css",
"styles/talents.css",
"styles/npc.css",
"styles/weapons.css",
"styles/armor.css",
"styles/ship.css"
],
"languages": [
{
"lang": "en",
"name": "English",
"path": "lang/en.json",
"flags": {}
},
{
"lang": "es",
"name": "Español",
"path": "lang/es.json",
"flags": {}
},
{
"lang": "fr",
"name": "Français",
"path": "lang/fr.json",
"flags": {}
},
{
"lang": "pt-BR",
"name": "Português (Brasil)",
"path": "lang/pt-BR.json",
"flags": {}
}
],
"media": [
{
"type": "cover",
"url": "https://github.com/Foxfyre/expanse/blob/48754e8d372787dc421144561a92d8590410bac7/ui/expanse-cover.jpg",
"loop": false,
"flags": {}
}
],
"grid": {
"distance": 1,
"units": "m"
},
"primaryTokenAttribute": "attributes.fortune",
"secondaryTokenAttribute": "resource2",
"url": "https://github.com/Foxfyre/expanse",
"manifest": "https://github.com/Foxfyre/expanse/releases/latest/download/system.json",
"download": "https://github.com/Foxfyre/expanse/releases/download/2.0.0/expanse.zip",
"license": "LICENSE.txt",
"compatibility": {
"minimum": "10",
"verified": "12.328"
}
}