-
Notifications
You must be signed in to change notification settings - Fork 3
/
system.json
72 lines (71 loc) · 1.75 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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
{
"name": "vastgrimm",
"id": "vastgrimm",
"title": "Vast Grimm",
"description": "Foundry VTT system for Vast Grimm.",
"version": "1.0.0",
"templateVersion": 2,
"authors": [
{
"name": "mcglintlock"
}
],
"compatibility": {
"minimum": "11.300",
"verified": "11.300"
},
"scripts": [],
"esmodules": ["module/vastgrimm.js"],
"styles": ["css/vastgrimm.css"],
"packs": [
{
"name": "vast-grimm-actors",
"label": "Vast Grimm (Actors)",
"system": "vastgrimm",
"path": "./packs/vast-grimm-actors",
"type": "Actor"
},
{
"name": "vast-grimm-items",
"label": "Vast Grimm (Items)",
"system": "vastgrimm",
"path": "./packs/vast-grimm-items",
"type": "Item"
},
{
"name": "vast-grimm-macros",
"label": "Vast Grimm (Macros)",
"system": "vastgrimm",
"path": "./packs/vast-grimm-macros",
"type": "Macro"
},
{
"name": "vast-grimm-tables",
"label": "Vast Grimm (Tables)",
"system": "vastgrimm",
"path": "./packs/vast-grimm-tables",
"type": "RollTable"
}
],
"languages": [
{
"lang": "en",
"name": "English",
"path": "lang/en.json"
},
{
"lang": "es",
"name": "Español",
"path": "lang/es.json"
}
],
"socket": true,
"initiative": "1d6",
"gridDistance": 10,
"gridUnits": "ft",
"primaryTokenAttribute": "hp",
"secondaryTokenAttribute": null,
"url": "https://github.com/fvtt-fria-ligan/vastgrimm-foundry-vtt",
"manifest": "https://github.com/fvtt-fria-ligan/deathinspace-foundry-vtt/releases/latest/download/system.json",
"download": "https://github.com/fvtt-fria-ligan/deathinspace-foundry-vtt/releases/latest/download/system.zip"
}