-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsystem.json
37 lines (37 loc) · 971 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": "frontierscum",
"id": "frontierscum",
"title": "Frontier Scum",
"description": "Foundry VTT system for Frontier Scum.",
"version": "1.0.0",
"templateVersion": 2,
"authors": [
{
"name": "mcglintlock"
}
],
"scripts": [],
"esmodules": ["module/frontierscum.js"],
"styles": ["css/frontierscum.css"],
"packs": [],
"languages": [
{
"lang": "en",
"name": "English",
"path": "lang/en.json"
}
],
"socket": true,
"initiative": "1d6",
"gridDistance": 10,
"gridUnits": "ft",
"primaryTokenAttribute": "hitPoints",
"secondaryTokenAttribute": null,
"compatibility": {
"minimum": 11,
"verified": 11
},
"url": "https://github.com/mcglincy/frontierscum-foundry-vtt",
"manifest": "https://github.com/mcglincy/frontierscum-foundry-vtt/releases/latest/download/system.json",
"download": "https://github.com/mcglincy/frontierscum-foundry-vtt/releases/latest/download/system.zip"
}