-
Notifications
You must be signed in to change notification settings - Fork 43
/
system.json
115 lines (115 loc) · 3.36 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
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
{
"id": "forbidden-lands",
"name": "forbidden-lands",
"title": "Forbidden Lands",
"description": "'Round the beggar from Varassa all sat in a ring, and by the campfire they sat and heard his song. About walkers and wolfkin and every terrible thing, and of his fear he sang to them all night long: <em>\"There is something beyond the mountains, beyond the howls beyond the mist, there is something behind the veils, behind hearts cold as stone. Hearken, something walks and whispers, walks and lures you in and whimpers: Come to us, for this earth shall ever be ours and ours alone!\"</em>",
"version": "12.1.0",
"authors": [
{
"name": "aMediocreDad",
"discord": "aMedicoreDad",
"email": "hello@amediocre.dev",
"url": "https://amediocre.dev"
}
],
"compatibility": {
"minimum": "11",
"verified": "12",
"maximum": "12"
},
"contributors": "perfectro, patrys, Maxter, jimorie, giant-teapot, romelwell, roonel, moo-man, lasseborly, narukaioh, Cussa",
"localization": " ptosekigloo, ptoseklukas, Bapf, OnkelRod, sebastiansIT, Tobbot, GeneralMine, DavidCMeier, KaWeNGoD, ismail-ahmed, cyberdwarf1664, Zhikann, franklinbenini, DenninDalke, luizbgomide, igorteuri, trprado, SwedishRabbit, Rosataker, Dran82",
"bugs": "https://github.com/fvtt-fria-ligan/forbidden-lands-foundry-vtt/issues",
"media": [
{
"type": "cover",
"url": "https://user-images.githubusercontent.com/9851733/108728684-1a954b00-752a-11eb-9138-6fab6f83b2a8.jpg"
},
{
"type": "screenshot",
"url": "https://user-images.githubusercontent.com/9851733/115126329-9cf03780-9fce-11eb-953f-96cc54a097c4.png"
}
],
"esmodules": ["forbidden-lands.js"],
"styles": ["forbidden-lands.css"],
"languages": [
{
"lang": "cs",
"name": "Čeština",
"path": "lang/cs.json"
},
{
"lang": "de",
"name": "Deutsch",
"path": "lang/de.json"
},
{
"lang": "en",
"name": "English",
"path": "lang/en.json"
},
{
"lang": "es",
"name": "Español",
"path": "lang/es.json"
},
{
"lang": "fr",
"name": "Français",
"path": "lang/fr.json"
},
{
"lang": "it",
"name": "Italiano",
"path": "lang/it.json"
},
{
"lang": "pt-BR",
"name": "Português Brasileiro",
"path": "lang/pt-br.json"
},
{
"lang": "sv",
"name": "Svenska",
"path": "lang/sv.json"
},
{
"lang": "zh-TW",
"name": "正體中文",
"path": "lang/zh-TW.json"
}
],
"flags": {
"hotReload": {
"extensions": ["css", "hbs", "json"],
"paths": ["forbidden-lands.css", "templates", "lang"]
},
"allowBugReporter": true
},
"relationships": {
"requires": [
{
"id": "yze-combat",
"type": "module",
"manifest": "https://github.com/fvtt-fria-ligan/yearzero-combat-fvtt/releases/latest/download/module.json",
"compatibility": {
"verified": "1.2.2"
}
}
]
},
"grid": {
"distance": 1,
"units": "m"
},
"gridDistance": 1,
"gridUnits": "m",
"background": "systems/forbidden-lands/assets/splash-page.jpg",
"primaryTokenAttribute": "attribute.strength",
"secondaryTokenAttribute": "bio.willpower",
"socket": true,
"url": "https://github.com/fvtt-fria-ligan/forbidden-lands-foundry-vtt",
"manifest": "https://raw.githubusercontent.com/fvtt-fria-ligan/forbidden-lands-foundry-vtt/main/system.json",
"download": "https://github.com/fvtt-fria-ligan/forbidden-lands-foundry-vtt/releases/download/v12.1.0/forbidden-lands.zip",
"license": "LICENSE"
}