-
Notifications
You must be signed in to change notification settings - Fork 7
/
system.json
69 lines (69 loc) · 1.79 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
{
"name": "forbidden-lands",
"title": "Forbidden Lands",
"description": "There is something beyond the mountains, beyond the howls beyond the mist, there is something behind the veils, behind hearts cold as stone.",
"version": "3.17.0",
"minimumCoreVersion": "0.7.5",
"compatibleCoreVersion": "0.7.5",
"templateVersion": 2,
"author": "Perfectro",
"scripts": [],
"esmodules": [
"script/hooks.js"
],
"styles": [
"style/common.css",
"style/character.css",
"style/monster.css",
"style/stronghold.css",
"style/item.css",
"style/dialog.css",
"style/tab/main.css",
"style/tab/combat.css",
"style/tab/monster-combat.css",
"style/tab/monster-gear.css",
"style/tab/stronghold-gear.css",
"style/tab/stronghold-building.css",
"style/tab/stronghold-hireling.css",
"style/tab/talent.css",
"style/tab/gear.css",
"style/tab/bio.css"
],
"packs": [],
"languages": [
{
"lang": "en",
"name": "English",
"path": "lang/en.json"
},
{
"lang": "fr",
"name": "Français",
"path": "lang/fr.json"
},
{
"lang": "pt-BR",
"name": "Português Brasileiro",
"path": "lang/pt-br.json"
},
{
"lang": "cs",
"name": "Čeština",
"path": "lang/cs.json"
},
{
"lang": "de",
"name": "Deutsch",
"path": "lang/de.json"
}
],
"gridDistance": 1,
"gridUnits": "m",
"primaryTokenAttribute": null,
"secondaryTokenAttribute": null,
"url": "https://github.com/Perfectro/forbidden-lands-foundry-vtt",
"socket": true,
"manifest": "https://raw.githubusercontent.com/Perfectro/forbidden-lands-foundry-vtt/master/system.json",
"download": "https://github.com/Perfectro/forbidden-lands-foundry-vtt/archive/v3.17.zip",
"license": "LICENSE.txt"
}