-
Notifications
You must be signed in to change notification settings - Fork 28
/
system.json
73 lines (73 loc) · 1.78 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
{
"name": "yzecoriolis",
"title": "Coriolis",
"description": "Coriolis System for Foundry VTT.",
"version": "3.9.3",
"compatibility": {
"minimum": "11",
"verified": "12"
},
"templateVersion": 2,
"authors": [
{
"name": "Winks"
}
],
"esmodules": [
"module/yzecoriolis.js",
"module/hooks.js"
],
"styles": [
"css/yzecoriolis.css",
"css/yzecoriolismce.css"
],
"scripts": [],
"packs": [
{
"name": "ship_sheet_instructions",
"label": "Ship Sheet Instructions",
"path": "packs/ship-sheet-instructions.db",
"type": "JournalEntry",
"module": "Coriolis"
}
],
"languages": [
{
"lang": "en",
"name": "English",
"path": "lang/en.json"
},
{
"lang": "de",
"name": "Deutsch",
"path": "lang/de.json"
},
{
"lang": "es",
"name": "Spanish",
"path": "lang/es.json"
},
{
"lang": "sv",
"name": "Swedish",
"path": "lang/sv.json"
},
{
"lang": "pt-BR",
"name": "Brazilian Portuguese",
"path": "lang/pt-br.json"
},
{
"lang": "fr",
"name": "French",
"path": "lang/fr.json"
}
],
"gridDistance": 1,
"gridUnits": "m",
"primaryTokenAttribute": "health",
"secondaryTokenAttribute": "power",
"url": "",
"manifest": "https://github.com/winks-vtt/yze-coriolis/releases/latest/download/system.json",
"download": "https://github.com/winks-vtt/yze-coriolis/releases/download/v3.9.3/coriolis.zip"
}