-
Notifications
You must be signed in to change notification settings - Fork 2
/
system.json
56 lines (56 loc) · 1.44 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
{
"id": "swes",
"title": "Star Wars (Edge Studio/FFG)",
"description": "The Star Wars (Edge Studio/FFG) system for FoundryVTT !",
"authors": [
{
"name": "Hervé Darritchon",
"url": "https://herdev.hervedarritchon.com",
"discord": "herveDarritchon#7262"
}
],
"url": "Replace this with a link to your public repository",
"license": "LICENSE.txt",
"readme": "README.md",
"bugs": "Replace this with a link to file issues or tickets",
"changelog": "CHANGELOG.md",
"media": [
{
"type": "setup",
"url": "systems/swes/ui/background-sw.webp",
"thumbnail": "systems/swes/ui/background-sw.webp"
}
],
"version": "0.1.0",
"compatibility": {
"minimum": 11,
"verified": "11.315"
},
"esmodules": [
"./module/swes.mjs"
],
"styles": [
"./styles/swes.css"
],
"scripts": [
"./vendors/jszip.min.js",
"./vendors/xml2js.min.js"
],
"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/swes/ui/background-sw.webp",
"gridDistance": 5,
"gridUnits": "ft",
"primaryTokenAttribute": "health",
"secondaryTokenAttribute": "power"
}