-
Notifications
You must be signed in to change notification settings - Fork 0
/
system.json
27 lines (27 loc) · 894 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
{
"name": "swSaga",
"title": "Star Wars Saga Edition",
"description": "The Star Wars Saga Edition system for FoundryVTT!",
"version": "0.0.2",
"minimumCoreVersion": "0.8.5",
"compatibleCoreVersion": "0.8.6",
"author": "Joe Heiser",
"esmodules": ["swSaga.mjs"],
"styles": ["css/swSaga.css"],
"scripts": ["module/helpers/textFit.js","module/helpers/scripts.js"],
"languages": [
{
"lang": "en",
"name": "English",
"path": "lang/en.json"
}
],
"gridDistance": 1.5,
"gridUnits": "m",
"primaryTokenAttribute": "health",
"secondaryTokenAttribute": "condition",
"url": "https://gitlab.com/Juicebox343/foundry-sw-saga",
"manifest": "https://gitlab.com/Juicebox343/foundry-sw-saga/-/raw/main/system.json",
"download": "https://gitlab.com/Juicebox343/foundry-sw-saga/-/archive/v0.0.2/foundry-sw-saga-v0.0.2.zip",
"license": "LICENSE.txt"
}