-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsystem.json
36 lines (36 loc) · 1.15 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
{ "name": "anoxis-engine"
, "title": "Anoxis Engine"
, "description": "The official implementation of the Anoxis Engine system for Foundry Virtual Tabletop."
, "version": "0.1.0-alpha"
, "authors":
[ { "name": "Infalle"
, "url": "https://github.com/Infalle"
}
, { "name": "Tyler Baum"
, "discord": "∀ugmenTab#5063"
, "url": "https://github.com/AugmenTab"
}
]
, "esmodules": [ "anoxis-engine.js" ]
, "styles": [ "anoxis-engine.css" ]
, "packs": []
, "languages":
[ { "lang": "en"
, "name": "English"
, "path": "lang/en.json"
}
]
, "initiative": ""
, "gridDistance": 0
, "gridUnits": ""
, "primaryTokenAttribute": ""
, "secondaryTokenAttribute": null
, "minimumCoreVersion": "9.269"
, "compatibleCoreVersion": "9.269"
, "url": "https://github.com/Anoxis-Gate/anoxis-engine"
, "manifest": "https://raw.githubusercontent.com/Anoxis-Gate/anoxis-engine/main/system.json"
, "download": "https://github.com/Anoxis-Gate/anoxis-engine/releases/latest/download/anoxis-engine.zip"
, "license": "LICENSE"
, "readme": "README.md"
, "changelog": "https://github.com/Anoxis-Gate/anoxis-engine/blob/main/CHANGELOG.md"
}