-
Notifications
You must be signed in to change notification settings - Fork 7
/
system.json
42 lines (42 loc) · 999 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
42
{
"id": "ezd6",
"title": "EZD6",
"description": "A FoundryVTT system implementation of Scotty McFarland's EZD6 system",
"url": "https://github.com/drl2/ezd6-fvtt",
"license": "LICENSE.txt",
"version": "1.1.4",
"compatibility": {
"minimum": "9",
"verified": "12"
},
"esmodules": [
"module/ezd6.js"
],
"styles": [
"ezd6.css"
],
"languages": [
{
"lang": "en",
"name": "English",
"path": "lang/en.json",
"flags": {}
}
],
"packs": [
{
"name": "ezd6-system-macros",
"label": "EZD6 System Macros",
"system": "exd6",
"path": "packs/ezd6-system-macros.db",
"type": "Macro",
"flags": {}
}
],
"manifest": "https://github.com/drl2/ezd6-fvtt/releases/latest/download/system.json",
"download": "https://github.com/drl2/ezd6-fvtt/releases/latest/download/system.zip",
"gridDistance": 5,
"gridUnits": "ft",
"primaryTokenAttribute": "strikes",
"secondaryTokenAttribute": "karma"
}