forked from Layman2501/wod20
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsystem.json
34 lines (34 loc) · 912 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
{
"name": "wod20",
"title": "Vampire 20th Anniversay Edition",
"description": "Vampire 20th system for Foundry VTT!",
"version": "1.4",
"minimumCoreVersion": "0.9.0",
"compatibleCoreVersion": "0.9.0",
"templateVersion": 3,
"author": "Majid, Mal, Ray Ji",
"esmodules": ["module/main.js"],
"styles": ["css/vtm5e.css"],
"scripts": [],
"packs": [],
"languages": [
{
"lang": "en",
"name": "English",
"path": "lang/en.json"
},
{
"lang": "fr",
"name": "French",
"path": "lang/fr.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"
}