-
Notifications
You must be signed in to change notification settings - Fork 9
/
system.json
50 lines (50 loc) · 1002 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
38
39
40
41
42
43
44
45
46
47
48
49
50
{
"id": "intotheodd",
"title": "Into the Odd",
"description": "The Into the Odd system for FoundryVTT !",
"version": "#{VERSION}#",
"compatibility": {
"minimum": "12",
"verified": "12",
"maximum": "12"
},
"authors": [
{
"name": "voidcase"
},
{
"name": "Kristov"
}
],
"esmodules": ["module/intotheodd.mjs"],
"styles": ["css/intotheodd.css"],
"scripts": [],
"packs": [
{
"name": "into-the-odd-macros",
"label": "Macros for playing Into the Odd",
"system": "intotheodd",
"path": "./packs/into-the-odd-macros.db",
"type": "Macro"
}
],
"languages": [{
"lang": "en",
"name": "English",
"path": "lang/en.json"
},
{
"lang": "fr",
"name": "Français",
"path": "lang/fr.json"
}],
"grid": {
"distance": 5,
"units": "ft"
},
"primaryTokenAttribute": "health",
"url": "#{URL}#",
"manifest": "#{MANIFEST}#",
"download": "#{DOWNLOAD}#",
"license": "LICENSE"
}