forked from atm09st/foundryvtt-whitehack-4e
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsystem.json
103 lines (103 loc) · 2.12 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
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
{
"name": "whitehack4e",
"title": "Whitehack 4th Edition",
"description": "A system for playing Whitehack 4th Edition",
"version": "1.5.0",
"esmodules": ["wh3e.js"],
"styles": ["css/wh3e.css"],
"packs": [
{
"name": "actor",
"label": "Actors",
"path": "packs/actor",
"type": "Actor",
"ownership": {
"PLAYER": "NONE",
"ASSISTANT": "OWNER"
}
},
{
"name": "item",
"label": "Items",
"path": "packs/item",
"type": "Item",
"ownership": {
"PLAYER": "OBSERVER",
"ASSISTANT": "OWNER"
}
},
{
"name": "journal",
"label": "Journals",
"path": "packs/journal",
"type": "JournalEntry",
"ownership": {
"PLAYER": "OBSERVER",
"ASSISTANT": "OWNER"
}
},
{
"name": "macro",
"label": "Macros",
"path": "packs/macro",
"type": "Macro",
"ownership": {
"PLAYER": "NONE",
"ASSISTANT": "OWNER"
}
},
{
"name": "provision",
"label": "Provision",
"path": "packs/provision",
"type": "Adventure",
"ownership": {
"PLAYER": "NONE",
"ASSISTANT": "OWNER"
}
},
{
"name": "roll-table",
"label": "Roll Tables",
"path": "packs/roll-table",
"type": "RollTable",
"ownership": {
"PLAYER": "OBSERVER",
"ASSISTANT": "OWNER"
}
}
],
"languages": [
{
"lang": "en",
"name": "English",
"path": "lang/en.json"
}
],
"gridDistance": 5,
"gridUnits": "ft",
"primaryTokenAttribute": "hitPoints",
"initiative": "1d6 + @attributes.dex.mod",
"url": "https://github.com/tuirgin/foundryvtt-whitehack-4e",
"download": "https://github.com/tuirgin/foundryvtt-whitehack-4e",
"authors": [
{
"name": "Tuirgin",
"discord": "tuirgin",
"flags": {}
},
{
"name": "atm09st",
"discord": "s0urcem4ge#2521",
"flags": {}
},
{
"name": "Neil Benson (@OldScouserRPing)",
"flags": {}
}
],
"compatibility": {
"minimum": "11",
"verified": "11"
}
}