forked from StarWarsFoundryVTT/StarWarsFFG
-
Notifications
You must be signed in to change notification settings - Fork 0
/
system.json
30 lines (30 loc) · 1.06 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
{
"name": "starwarsffg",
"title": "Star Wars FFG",
"description": "A system for playing Star Wars FFG games.",
"version": "1.3.4",
"minimumCoreVersion": "0.7.3",
"compatibleCoreVersion": "0.7.9",
"templateVersion": 1,
"author": "Esrin, CStadther and Jaxxa",
"esmodules": ["modules/dice-pool-ffg.js", "modules/swffg-main.js"],
"styles": ["styles/starwarsffg.css", "lib/select2/select2.min.css", "lib/pure/grids-min.css"],
"scripts": ["lib/select2/select2.min.js", "lib/jszip/jszip.min.js", "lib/jxon/jxon.min.js"],
"socket": true,
"packs": [],
"languages": [
{
"lang": "en",
"name": "English",
"path": "lang/en.json"
}
],
"gridDistance": 5,
"gridUnits": "m",
"primaryTokenAttribute": "wounds",
"secondaryTokenAttribute": "strain",
"url": "https://github.com/sepffuzzball/StarWarsFFG",
"manifest": "https://raw.githubusercontent.com/sepffuzzball/StarWarsFFG/master/system.json",
"download": "https://github.com/sepffuzzball/StarWarsFFG/releases/download/v1.3.4/starwarsffg_1.3.4.zip",
"license": "LICENSE.txt"
}