-
Notifications
You must be signed in to change notification settings - Fork 4
/
system.json
57 lines (57 loc) · 1.46 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
{
"id": "deathinspace",
"name": "deathinspace",
"title": "DEATH IN SPACE",
"description": "Foundry VTT system for Death in Space.",
"version": "3.0.0",
"templateVersion": 2,
"compatibility": {
"minimum": "11.300",
"verified": "11.300"
},
"authors": [
{
"name": "mcglintlock"
}
],
"esmodules": ["module/deathinspace.js"],
"styles": ["css/deathinspace.css"],
"packs": [
{
"name": "death-in-space-actors",
"label": "DEATH IN SPACE (Actors)",
"system": "deathinspace",
"path": "./packs/death-in-space-actors",
"type": "Actor"
},
{
"name": "death-in-space-items",
"label": "DEATH IN SPACE (Items)",
"system": "deathinspace",
"path": "./packs/death-in-space-items",
"type": "Item"
},
{
"name": "death-in-space-tables",
"label": "DEATH IN SPACE (Tables)",
"system": "deathinspace",
"path": "./packs/death-in-space-tables",
"type": "RollTable"
}
],
"languages": [
{
"lang": "en",
"name": "English",
"path": "lang/en.json"
}
],
"socket": true,
"initiative": "1d6",
"gridDistance": 10,
"gridUnits": "ft",
"primaryTokenAttribute": "hp",
"secondaryTokenAttribute": null,
"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"
}