-
Notifications
You must be signed in to change notification settings - Fork 0
/
system.json
61 lines (61 loc) · 1.38 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
{
"id": "household",
"title": "Household",
"description": "The Household system for FoundryVTT!",
"authors": [
{
"name": "Snagov",
"discord": "snagov"
},
{
"name": "Gus",
"discord": "gus4294"
}
],
"url": "https://github.com/piecesofcodecom/household",
"license": "LICENSE.txt",
"readme": "README.md",
"bugs": "https://github.com/piecesofcodecom/household/issues",
"changelog": "CHANGELOG.md",
"media": [
{
"type": "cover",
"loop": false,
"flags": {}
},
{
"type": "setup",
"url": "systems/household/assets/official/system_bg.webp",
"thumbnail": "systems/household/assets/default_world.jpg"
}
],
"version": "placeholder",
"compatibility": {
"minimum": 11,
"verified": "11.315"
},
"esmodules": ["build/household.min.js"],
"styles": ["styles/household.css"],
"languages": [
{
"lang": "en",
"name": "English",
"path": "lang/en.json"
},
{
"lang": "it",
"name": "Italiano",
"path": "lang/it.json"
}
],
"packs": [],
"packFolders": [],
"socket": false,
"manifest": "https://github.com/piecesofcodecom/household/releases/latest/download/system.json",
"download": "placeholder",
"grid": {
"distance": 5,
"units": "ft"
},
"primaryTokenAttribute": "stress"
}