-
Notifications
You must be signed in to change notification settings - Fork 1
/
system.json
29 lines (29 loc) · 980 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
{
"name":"mistborn",
"title":"Unnificial Mistborn Adventure Game",
"description":"Based on Crafty games Mistborn Adventure Game with house rules",
"version":"0.0.1",
"minimumCoreVersion": "0.7.9",
"compatibleCoreVersion": "0.7.9",
"templateVersion":5,
"author":"Nehon",
"esmodules": ["module/simple.js", "module/chat-command.js"],
"styles": ["styles/mistborn.css"],
"packs":[],
"languages":[
{
"lang":"en",
"name":"English",
"path":"lang/en.json"
}
],
"socket": false,
"gridDistance": 1,
"gridUnits": "m",
"primaryTokenAttribute": "health",
"secondaryTokenAttribute": "willpower",
"url": "https://https://github.com/Nehon/MistbornVTT",
"manifest": "https://raw.githubusercontent.com/Nehon/MistbornVTT/master/system.json",
"download": "https://github.com/Nehon/MistbornVTT/raw/master/download/archive.zip",
"license": "licence.txt"
}