forked from vkdolea/age-system
-
Notifications
You must be signed in to change notification settings - Fork 0
/
system.json
61 lines (61 loc) · 1.69 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
{
"name": "age-system",
"title": "AGE System (unofficial)",
"description": "Unofficial AGE System implementation for most of AGE subsystems",
"version": "0.12.5",
"templateVersion": 5,
"author": "VK Dolea",
"authors": [
{
"name": "VK Dolea",
"discord": "vkdolea#7974",
"reddit":"u/vkdolea",
"ko-fi":"vkdolea",
"twitter": "@vkdolea"
}
],
"media": [
{
"type": "cover",
"url": "https://imgur.com/5k8i0Fy.png",
"caption": "AGE System (unofficial)"
}
],
"scripts": [],
"styles": ["styles/age-system.css", "styles/tinymce.css"],
"esmodules": ["age-system.js"],
"packs": [],
"languages": [
{
"lang": "en",
"name": "English",
"path": "lang/en.json"
},
{
"lang": "fr",
"name": "Français",
"path": "lang/fr.json"
},
{
"lang": "es",
"name": "Español",
"path": "lang/es.json"
},
{
"lang": "pt-BR",
"name": "Português (Brasil)",
"path": "lang/ptbr.json"
}
],
"socket": false,
"initiative": "3d6 + @initiative",
"gridDistance": 2,
"gridUnits": "yd",
"minimumCoreVersion": "9",
"compatibleCoreVersion": "9",
"url": "https://github.com/vkdolea/age-system",
"manifest": "https://raw.githubusercontent.com/vkdolea/age-system/prep-release/system.json",
"download": "https://github.com/vkdolea/age-system/archive/0.12.5.zip",
"bugs": "https://github.com/vkdolea/age-system/issues",
"readme": "https://github.com/vkdolea/age-system/blob/prep-release/README.md"
}