-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsystem.json
41 lines (41 loc) · 975 Bytes
/
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
{
"id": "fabulaultima",
"title": "Fabula Ultima",
"description": "The Fabula Ultima system for FoundryVTT!",
"version": "0.1.4",
"compatibility": {
"minimum": "10",
"verified": "10.287",
"maximum": "11"
},
"authors": [
{
"name": "Zarick13",
"flags": {}
}
],
"esmodules": [
"module/fabulaultima.mjs"
],
"styles": [
"css/fabulaultima.css"
],
"languages": [
{
"lang": "en",
"name": "English",
"path": "lang/en.json",
"flags": {}
}
],
"gridDistance": 5,
"gridUnits": "ft",
"primaryTokenAttribute": "hp",
"secondaryTokenAttribute": "mp",
"url": "https://github.com/HydrallUrakan/fabulaultima",
"manifest": "https://github.com/HydrallUrakan/fabulaultima/releases/latest/download/system.json",
"download": "https://github.com/HydrallUrakan/fabulaultima/releases/latest/download/system.zip",
"license": "LICENSE.txt",
"changelog": "CHANGELOG.md",
"socket": true
}