-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsystem.json
executable file
·37 lines (37 loc) · 967 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
{
"name": "extincion",
"title": "Extinción",
"description": "The Extinción system for FoundryVTT!",
"version": "10.0.0",
"minimumCoreVersion": "10",
"compatibleCoreVersion": "10",
"templateVersion": 2,
"author": "Gorion",
"esmodules": ["module/extincion.js"],
"styles": ["css/extincion.css"],
"scripts": [],
"packs": [],
"languages": [{
"lang": "en",
"name": "English",
"path": "lang/en.json"
},
{
"lang": "fr",
"name": "Français",
"path": "lang/fr.json"
},
{
"lang": "es",
"name": "Español",
"path": "lang/es.json"
}
],
"gridDistance": 1,
"gridUnits": "m",
"primaryTokenAttribute": "health",
"secondaryTokenAttribute": "",
"url": "https://github.com/gorvaine/extincion",
"manifest": "https://github.com/gorvaine/extincion/raw/master/system.json",
"download": "https://github.com/gorvaine/extincion/archive/refs/tags/10.0.0.zip"
}