-
Notifications
You must be signed in to change notification settings - Fork 0
/
module.json
97 lines (97 loc) · 2.21 KB
/
module.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
{
"id": "erikkus-house-rules",
"title": "Erikku's House Rules",
"manifest": "https://github.com/TheErikkuBlade/erikkus-house-rules/releases/latest/download/module.json",
"download": "https://github.com/TheErikkuBlade/erikkus-house-rules/releases/download/0.5.0/erikkus-house-rules.zip",
"version": "0.5.0",
"compatibility": {
"minimum": "11",
"verified": "11"
},
"authors": [
{
"name": "Erikku Blade",
"discord": "erikkublade"
}
],
"packFolders": [
{
"name": "PF2e Erikku's House Rules",
"sorting": "m",
"packs": [
"bandoliers",
"investment-attenuators",
"rule-documents",
"homebrew-feats",
"homebrew-actions"
],
"folders": []
}
],
"packs": [
{
"name": "bandoliers",
"label": "Bandoliers",
"path": "packs/bandoliers",
"type": "Item",
"system": "pf2e",
"ownership": {
"PLAYER": "OBSERVER",
"ASSISTANT": "OWNER"
}
},
{
"name": "investment-attenuators",
"label": "Investment Attenuators",
"path": "packs/investment-attenuators",
"type": "Item",
"system": "pf2e",
"ownership": {
"PLAYER": "OBSERVER",
"ASSISTANT": "OWNER"
}
},
{
"name": "rule-documents",
"label": "Rule Documents",
"path": "packs/rule-documents",
"type": "JournalEntry",
"system": "pf2e",
"ownership": {
"PLAYER": "OBSERVER",
"ASSISTANT": "OWNER"
}
},
{
"name": "homebrew-feats",
"label": "Homebrew Feats",
"path": "packs/homebrew-feats",
"type": "Item",
"system": "pf2e",
"ownership": {
"PLAYER": "OBSERVER",
"ASSISTANT": "OWNER"
}
},
{
"name": "homebrew-actions",
"label": "Homebrew Actions",
"path": "packs/homebrew-actions",
"type": "Item",
"ownership": {
"PLAYER": "OBSERVER",
"ASSISTANT": "OWNER"
},
"system": "pf2e"
}
],
"url": "https://raw.githubusercontent.com/TheErikkuBlade/erikkus-house-rules/latest/module.json",
"relationships": {
"systems": [
{
"id": "pf2e",
"type": "system"
}
]
}
}