-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathsystem.json
49 lines (49 loc) · 1.16 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
{
"title": "Hardboiled system",
"description": "The Hardboiled system for FoundryVTT",
"url": "https://github.com/sharcashmo/hardboiled/",
"license": "https://raw.githubusercontent.com/sharcashmo/hardboiled/master/LICENSE",
"readme": "https://raw.githubusercontent.com/sharcashmo/hardboiled/master/README.md",
"version": "1.3.3",
"esmodules": [
"module/hardboiled.js"
],
"styles": [
"css/hardboiled.css"
],
"languages": [
{
"lang": "es",
"name": "Español",
"path": "lang/es.json",
"flags": {}
},
{
"lang": "ca",
"name": "Català",
"path": "lang/ca.json",
"flags": {}
},
{
"lang": "en",
"name": "English",
"path": "lang/en.json",
"flags": {}
},
{
"lang": "eu",
"name": "Euskera",
"path": "lang/eu.json",
"flags": {}
}
],
"manifest": "https://raw.githubusercontent.com/sharcashmo/hardboiled/master/system.json",
"download": "https://github.com/sharcashmo/hardboiled/archive/V1.3.3.zip",
"gridDistance": 5,
"gridUnits": "ft",
"id": "hardboiled",
"compatibility": {
"minimum": "10.291",
"verified": "11"
}
}