-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathmodule.json
165 lines (165 loc) · 4.29 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
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
{
"name": "um5-ultramodern-ogl",
"title": "Ultramodern5 OGL",
"description": "Ultramodern OGL/SRD (UM5)by Dias Ex Machina Games",
"author": "VAD#3906",
"version": "0.3",
"minimumCoreVersion": "8",
"compatibleCoreVersion": "9",
"system": "dnd5e",
"type": "module",
"socket": true,
"includes": [
"./assets/**",
"./lang/**",
"./scripts/**",
"./styles/**",
"./templates/**",
"./module.json",
"./README.md",
"./icons/**",
"./packs/**"
],
"media": [
{
"type": "icon",
"location": ""
},
{
"type": "cover",
"location": ""
},
{
"type": "screenshot",
"location": ""
}
],
"packs": [
{
"name": "um5-feats",
"label": "UM5 Ch.1: Skills, Proficiencies, & Feats",
"path": "packs/um5-feats.db",
"entity": "Item",
"module": "um5-ultramodern-ogl"
},
{
"name": "um5-backgrounds",
"label": "UM5 Ch.2: Backgrounds",
"path": "packs/um5-backgrounds.db",
"entity": "Item",
"module": "um5-ultramodern-ogl"
},
{
"name": "um5-tables",
"label": "UM5 Ch.2: Lifepath & Life Events",
"path": "packs/um5-lifetables.db",
"entity": "RollTable",
"module": "um5-shareddata"
},
{
"name": "um5-ladders",
"label": "UM5 Ch.3: Ladders",
"path": "packs/um5-ladders.db",
"entity": "Item",
"module": "um5-ultramodern-ogl"
},
{
"name": "um5-classes",
"label": "UM5 Ch.4: Classes",
"path": "packs/um5-classes.db",
"entity": "Item",
"module": "um5-ultramodern-ogl"
},
{
"name": "um5-classfeatures",
"label": "UM5 Ch.4 Class Features",
"path": "packs/um5-classfeatures.db",
"entity": "Item",
"module": "um5-ultramodern-ogl"
},
{
"name": "um5-archetypes",
"label": "UM5 Ch.5: Archetypes",
"path": "packs/um5-archetypes.db",
"entity": "Item",
"module": "um5-ultramodern-ogl"
},
{
"name": "um5-rules",
"label": "UM5 Ch.6: New Rules Summary",
"path": "packs/um5-rules.db",
"entity": "JournalEntry",
"module": "um5-ultramodern-ogl"
},
{
"name": "um5-weaponproperties",
"label": "UM5 Ch.6: New Weapon Properties",
"path": "packs/um5-weaponproperties.db",
"entity": "JournalEntry",
"module": "um5-ultramodern-ogl"
},
{
"name": "um5-equipment",
"label": "UM5 Ch.6: Equipment",
"path": "packs/um5-equipment.db",
"entity": "Item",
"module": "um5-ultramodern-ogl"
},
{
"name": "um5-vehicles",
"label": "UM5 Ch.6: Vehicles",
"path": "packs/um5-vehicles.db",
"entity": "Actor",
"module": "um5-ultramodern-ogl"
},
{
"name": "um5-mechs",
"label": "UM5 Ch.6: Exo-Armor (Mechs)",
"path": "packs/um5-mechs.db",
"entity": "Actor",
"module": "um5-ultramodern-ogl"
},
{
"name": "um5-characters",
"label": "UM5 Characters",
"path": "packs/um5-characters.db",
"entity": "Actor",
"module": "um5-ultramodern-ogl"
},
{
"name": "um5-antagonists",
"label": "UM5 Ch.7: Antagonists & Enemies",
"path": "packs/um5-antagonists.db",
"entity": "Actor",
"module": "um5-ultramodern-ogl"
},
{
"name": "um5-antagonisttraits",
"label": "UM5 Ch.7: Antagonist Traits",
"path": "packs/um5-antagonisttraits.db",
"entity": "Item",
"module": "um5-ultramodern-ogl"
},
{
"name": "Modern Locations",
"label": "UM5 Modern Locations",
"path": "packs/modernscenes.db",
"entity": "Scene",
"module": "um5-shareddata"
}
],
"url": "https://restenford.com/",
"manifest": "https://raw.githubusercontent.com/MrBrentRogers/UM5-Ultramodern5-OGL/master/module.json",
"download": "https://github.com/MrBrentRogers/UM5-Ultramodern5-OGL/releases/download/v0.3/um5-ultramodern-ogl.zip",
"changelog": "https://raw.githubusercontent.com/MrBrentRogers/UM5-Ultramodern5-OGL/master/changelog.md",
"bugs": "https://github.com/MrBrentRogers/UM5-Ultramodern5-OGL/issues",
"allowBugReporter": true,
"languages": [
],
"scripts": [
],
"esmodules": [
],
"styles": [
]
}