-
Notifications
You must be signed in to change notification settings - Fork 4
/
system.json
108 lines (108 loc) · 2.26 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
104
105
106
107
108
{
"id": "hm3",
"title": "HarnMaster 3",
"description": "The HarnMaster system for FoundryVTT!",
"version": "1.6.2",
"authors": [
{
"name": "Toasty",
"discord": "toasty#8538",
"flags": {}
}
],
"url": "https://github.com/toastygm/HarnMaster-3-FoundryVTT/",
"license": "LICENSE",
"readme": "README.md",
"bugs": "https://github.com/toastygm/HarnMaster-3-FoundryVTT/issues",
"flags": {
"allowBugReporter": true
},
"compatibility": {
"minimum": "12",
"verified": "12.331"
},
"esmodules": [
"module/hm3.js"
],
"styles": [
"css/hm3.css"
],
"languages": [
{
"lang": "en",
"name": "English",
"path": "lang/en.json",
"flags": {}
}
],
"packFolders": [
{
"name": "HârnMaster 3 System",
"sorting": "m",
"packs": [
"character",
"possessions",
"esoteric",
"system-help"
]
}
],
"packs": [
{
"label": "Character",
"type": "Item",
"name": "character",
"system": "hm3",
"path": "packs/character",
"ownership": {
"PLAYER": "OBSERVER",
"ASSISTANT": "OWNER"
},
"flags": {}
},
{
"label": "Possessions",
"type": "Item",
"name": "possessions",
"system": "hm3",
"path": "packs/possessions",
"ownership": {
"PLAYER": "OBSERVER",
"ASSISTANT": "OWNER"
},
"flags": {}
},
{
"label": "Esoteric",
"type": "Item",
"name": "esoteric",
"system": "hm3",
"path": "packs/esoteric",
"ownership": {
"PLAYER": "OBSERVER",
"ASSISTANT": "OWNER"
},
"flags": {}
},
{
"label": "System Help",
"name": "system-help",
"path": "packs/system-help",
"system": "hm3",
"type": "JournalEntry",
"ownership": {
"PLAYER": "OBSERVER",
"ASSISTANT": "OWNER"
},
"flags": {}
}
],
"socket": true,
"manifest": "https://github.com/toastygm/HarnMaster-3-FoundryVTT/releases/latest/download/system.json",
"download": "https://github.com/toastygm/HarnMaster-3-FoundryVTT/releases/download/v1.6.2/system.zip",
"grid": {
"distance": 5,
"units": "ft"
},
"primaryTokenAttribute": "shockIndex"
}