-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathsystem.json
52 lines (52 loc) · 1.37 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
{
"id": "sinless-foundry-system",
"title": "Sinless",
"description": "A Foundry VTT system module for the TTRPG Sinless.",
"authors": [
{
"name": "CommanderTso"
}
],
"url": "https://github.com/CommanderTso/sinless-foundry-system",
"license": "LICENSE.txt",
"readme": "README.md",
"bugs": "https://github.com/CommanderTso/sinless-foundry-system/issues",
"changelog": "CHANGELOG.md",
"media": [
{
"type": "setup",
"url": "systems/sinless-foundry-system/assets/sinless.png",
"thumbnail": "systems/sinless-foundry-system/assets/sinless.png"
}
],
"version": "0.1.0",
"compatibility": {
"minimum": 12,
"verified": "12.328"
},
"esmodules": [
"module/sinless-foundry-system.mjs"
],
"styles": [
"css/sinless-foundry-system.css"
],
"languages": [
{
"lang": "en",
"name": "English",
"path": "lang/en.json"
}
],
"packs": [],
"packFolders": [],
"socket": false,
"manifest": "Replace this with a link to the /latest release system.json so people can receive updates after they've installed the system",
"download": "This must link to a .zip file of the current version",
"background": "systems/sinless-foundry-system/assets/sinless.png",
"grid": {
"units": "m",
"distance": 2
},
"primaryTokenAttribute": "physicalCondition",
"secondaryTokenAttribute": "stunCondition"
}