-
Notifications
You must be signed in to change notification settings - Fork 15
/
system.json
56 lines (56 loc) · 1.16 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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
{
"id": "wod20",
"title": "Vampire 20th Anniversary Edition",
"description": "Vampire 20th system for Foundry VTT!",
"version": "1.9",
"compatibility": {
"minimum": 10,
"verified": "10.290"
},
"templateVersion": 3,
"authors": [
{
"name": "Majid",
"url": "",
"email": "",
"discord": ""
},
{
"name": "Mal",
"url": "",
"email": "",
"discord": ""
},
{
"name": "Ray Ji",
"url": "",
"email": "",
"discord": ""
},
{
"name": "TheAziraphale",
"url": "",
"email": "",
"discord": ""
}
],
"esmodules": ["module/main.js"],
"styles": ["css/vtm5e.css"],
"scripts": [],
"packs": [],
"languages": [
{
"lang": "en",
"name": "English",
"path": "lang/en.json"
}
],
"gridDistance": 5,
"gridUnits": "ft",
"primaryTokenAttribute": "",
"secondaryTokenAttribute": "",
"url": "https://github.com/Layman2501/wod20",
"manifest": "https://raw.githubusercontent.com/Layman2501/wod20/main/system.json",
"download": "https://github.com/Layman2501/wod20/archive/refs/heads/main.zip",
"license": "LICENSE.txt"
}