-
Notifications
You must be signed in to change notification settings - Fork 1
/
system.json
34 lines (34 loc) · 915 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
{
"name": "battlehammer",
"title": "Battlehammer",
"description": "Turn Based Wargame",
"version": "0.0.0",
"minimumCoreVersion": "0.8.9",
"compatibleCoreVersion": "9",
"author": "EndlesNights#9000",
"dependencies": [
{ "name": "lib-wrapper" }
],
"esmodules": ["module/battlehammer.js"],
"scripts": [
"./lib/jszip/jszip.min.js",
"./lib/jxon/jxon.min.js"
],
"styles": ["styles/battlehammer.css", "styles/battlescribe.css"],
"packs": [],
"languages": [
{
"lang": "en",
"name": "English",
"path": "lang/en.json"
}
],
"gridType": 3,
"gridDistance": 1,
"gridUnits": "inch",
"primaryTokenAttribute": "attributes.health",
"url": "https://github.com/EndlesNights/battlehammer",
"manifest": "https://raw.githubusercontent.com/EndlesNights/battlehammer/main/system.json",
"download": "https://github.com/EndlesNights/battlehammer/archive/v0.1-alpha.zip",
"license": "LICENSE.txt"
}