-
Notifications
You must be signed in to change notification settings - Fork 19
/
Copy pathsystem.json
87 lines (87 loc) · 2.01 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
{
"id": "symbaroum",
"title": "Symbaroum",
"description": "Twilight falls. Davokar darkens.",
"version": "5.1.0",
"compatibility": {
"minimum": 12,
"verified": 12,
"maximum": 12
},
"authors": [{ "name": "Paul Watson" }, { "name": "Bithir" }, { "name": "Khaali" }],
"scripts": [],
"esmodules": ["script/common/hooks.js"],
"styles": ["css/symbaroum.css"],
"packs": [
{
"name": "systemuserguides",
"label": "Symbaroum for FVTT system user guides",
"system": "symbaroum",
"module": "symbaroum",
"type": "JournalEntry",
"banner": "systems/symbaroum/asset/image/symbaroum-compendium-banner.webp"
},
{
"name": "symbaroum",
"label": "Symbaroum System",
"system": "symbaroum",
"module": "symbaroum",
"type": "Adventure",
"banner": "systems/symbaroum/asset/image/symbaroum-compendium-banner.webp"
}
],
"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": "sv",
"name": "Svenska ",
"path": "lang/sv.json"
},
{
"lang": "de",
"name": "Deutsche ",
"path": "lang/de.json"
},
{
"lang": "it",
"name": "Italiano",
"path": "lang/it.json"
}
],
"grid": {
"distance": 1,
"units": "m"
},
"primaryTokenAttribute": "health.toughness",
"secondaryTokenAttribute": "health.corruption",
"initiative": "1d20[tiebreaker]/100000 + @initiative.value",
"socket": true,
"media": [
{
"type": "cover",
"url": "https://raw.githubusercontent.com/pwatson100/symbaroum/master/asset/image/symbaroum-banner.webp"
},
{
"type": "setup",
"thumbnail": "systems/symbaroum/asset/image/symbaroum-cover.webp"
}
],
"url": "https://github.com/pwatson100/symbaroum",
"manifest": "https://github.com/pwatson100/symbaroum/releases/latest/download/system.json",
"download": "https://github.com/pwatson100/symbaroum/releases/latest/download/master.zip",
"license": "LICENSE.txt"
}