forked from StarWarsFoundryVTT/StarWarsFFG
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsystem.json
More file actions
45 lines (45 loc) · 1.67 KB
/
system.json
File metadata and controls
45 lines (45 loc) · 1.67 KB
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
43
44
45
{
"name": "starwarsffg",
"title": "Star Wars Edge/FFG - Multi - Graphical Alt",
"description": "Fan-Made Graphical Alternative Style for System for Star Wars Edge/FFG Role PLaying Game. Multi-language: EN, FR, DE, ES<p> - Foundry <a href='https://discord.gg/foundryvtt'>Discord EN</a></p><p> - Rejoignez la communauté Francophone <a href='https://discord.gg/pPSDNJk'>Discord FR - https://discord.gg/pPSDNJk</a></p>",
"version": "1.4",
"minimumCoreVersion": "0.7.9",
"compatibleCoreVersion": "0.7.9",
"templateVersion": 1,
"author": "StarWarsFoundryVTT Team, Customized by Mandar",
"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"
},
{
"lang": "fr",
"name": "Français (French)",
"path": "lang/fr.json"
},
{
"lang": "de",
"name": "Deutsch (German)",
"path": "lang/de.json"
},
{
"lang": "es",
"name": "Español (Spanish)",
"path": "lang/es.json"
}
],
"gridDistance": 5,
"gridUnits": "ft",
"primaryTokenAttribute": "wounds",
"secondaryTokenAttribute": "strain",
"url": "https://github.com/StarWarsFoundryVTT/StarWarsFFG",
"manifest": "https://raw.githubusercontent.com/StarWarsFoundryVTT/StarWarsFFG/master/system.json",
"download": "https://github.com/StarWarsFoundryVTT/StarWarsFFG/releases/download/v1.4/starwarsffg_1.4.zip",
"license": "LICENSE.txt"
}