5etools-utils 0.9.8 → 0.9.10

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (133) hide show
  1. package/package.json +1 -1
  2. package/schema/brew/backgrounds.json +27 -19
  3. package/schema/brew/bestiary/bestiary.json +8 -0
  4. package/schema/brew/bestiary/legendarygroups.json +8 -0
  5. package/schema/brew/bestiary/template.json +8 -0
  6. package/schema/brew/books.json +2 -1
  7. package/schema/brew/class/class.json +16 -0
  8. package/schema/brew/class/foundry.json +5 -53
  9. package/schema/brew/decks.json +16 -0
  10. package/schema/brew/deities.json +30 -19
  11. package/schema/brew/fluff-races.json +8 -0
  12. package/schema/brew/fluff-rewards.json +42 -0
  13. package/schema/brew/foundry-races.json +348 -40
  14. package/schema/brew/foundry-shared.json +54 -0
  15. package/schema/brew/homebrew.json +7 -1
  16. package/schema/brew/items-base.json +36 -1
  17. package/schema/brew/items-shared.json +17 -4
  18. package/schema/brew/items.json +24 -10
  19. package/schema/brew/magicvariants.json +4 -1
  20. package/schema/brew/races.json +16 -0
  21. package/schema/brew/rewards.json +8 -1
  22. package/schema/brew/spells/spells.json +8 -0
  23. package/schema/brew/util.json +24 -1
  24. package/schema/brew-fast/backgrounds.json +27 -19
  25. package/schema/brew-fast/bestiary/bestiary.json +8 -0
  26. package/schema/brew-fast/bestiary/legendarygroups.json +8 -0
  27. package/schema/brew-fast/bestiary/template.json +8 -0
  28. package/schema/brew-fast/books.json +2 -1
  29. package/schema/brew-fast/class/class.json +16 -0
  30. package/schema/brew-fast/class/foundry.json +5 -53
  31. package/schema/brew-fast/decks.json +16 -0
  32. package/schema/brew-fast/deities.json +30 -19
  33. package/schema/brew-fast/fluff-races.json +8 -0
  34. package/schema/brew-fast/fluff-rewards.json +42 -0
  35. package/schema/brew-fast/foundry-races.json +348 -40
  36. package/schema/brew-fast/foundry-shared.json +54 -0
  37. package/schema/brew-fast/homebrew.json +7 -1
  38. package/schema/brew-fast/items-base.json +36 -1
  39. package/schema/brew-fast/items-shared.json +17 -4
  40. package/schema/brew-fast/items.json +24 -10
  41. package/schema/brew-fast/magicvariants.json +4 -1
  42. package/schema/brew-fast/races.json +16 -0
  43. package/schema/brew-fast/rewards.json +8 -1
  44. package/schema/brew-fast/spells/spells.json +8 -0
  45. package/schema/brew-fast/util.json +24 -1
  46. package/schema/site/backgrounds.json +27 -1
  47. package/schema/site/bestiary/bestiary.json +8 -0
  48. package/schema/site/bestiary/legendarygroups.json +8 -0
  49. package/schema/site/bestiary/template.json +8 -0
  50. package/schema/site/books.json +2 -1
  51. package/schema/site/class/class.json +16 -0
  52. package/schema/site/class/foundry.json +5 -53
  53. package/schema/site/decks.json +16 -0
  54. package/schema/site/deities.json +30 -19
  55. package/schema/site/fluff-races.json +8 -0
  56. package/schema/site/fluff-rewards.json +42 -0
  57. package/schema/site/foundry-races.json +348 -40
  58. package/schema/site/foundry-shared.json +54 -0
  59. package/schema/site/homebrew.json +7 -1
  60. package/schema/site/items-base.json +36 -1
  61. package/schema/site/items-shared.json +17 -4
  62. package/schema/site/items.json +24 -10
  63. package/schema/site/magicvariants.json +4 -1
  64. package/schema/site/races.json +16 -0
  65. package/schema/site/rewards.json +8 -1
  66. package/schema/site/spells/spells.json +8 -0
  67. package/schema/site/util.json +24 -1
  68. package/schema/site-fast/backgrounds.json +27 -1
  69. package/schema/site-fast/bestiary/bestiary.json +8 -0
  70. package/schema/site-fast/bestiary/legendarygroups.json +8 -0
  71. package/schema/site-fast/bestiary/template.json +8 -0
  72. package/schema/site-fast/books.json +2 -1
  73. package/schema/site-fast/class/class.json +16 -0
  74. package/schema/site-fast/class/foundry.json +5 -53
  75. package/schema/site-fast/decks.json +16 -0
  76. package/schema/site-fast/deities.json +30 -19
  77. package/schema/site-fast/fluff-races.json +8 -0
  78. package/schema/site-fast/fluff-rewards.json +42 -0
  79. package/schema/site-fast/foundry-races.json +348 -40
  80. package/schema/site-fast/foundry-shared.json +54 -0
  81. package/schema/site-fast/homebrew.json +7 -1
  82. package/schema/site-fast/items-base.json +36 -1
  83. package/schema/site-fast/items-shared.json +17 -4
  84. package/schema/site-fast/items.json +24 -10
  85. package/schema/site-fast/magicvariants.json +4 -1
  86. package/schema/site-fast/races.json +16 -0
  87. package/schema/site-fast/rewards.json +8 -1
  88. package/schema/site-fast/spells/spells.json +8 -0
  89. package/schema/site-fast/util.json +24 -1
  90. package/schema/ua/backgrounds.json +27 -1
  91. package/schema/ua/bestiary/bestiary.json +8 -0
  92. package/schema/ua/bestiary/legendarygroups.json +8 -0
  93. package/schema/ua/bestiary/template.json +8 -0
  94. package/schema/ua/books.json +2 -1
  95. package/schema/ua/class/class.json +16 -0
  96. package/schema/ua/class/foundry.json +5 -53
  97. package/schema/ua/decks.json +16 -0
  98. package/schema/ua/deities.json +30 -19
  99. package/schema/ua/fluff-races.json +8 -0
  100. package/schema/ua/fluff-rewards.json +42 -0
  101. package/schema/ua/foundry-races.json +348 -40
  102. package/schema/ua/foundry-shared.json +54 -0
  103. package/schema/ua/homebrew.json +7 -1
  104. package/schema/ua/items-base.json +36 -1
  105. package/schema/ua/items-shared.json +17 -4
  106. package/schema/ua/items.json +24 -10
  107. package/schema/ua/magicvariants.json +4 -1
  108. package/schema/ua/races.json +16 -0
  109. package/schema/ua/rewards.json +8 -1
  110. package/schema/ua/spells/spells.json +8 -0
  111. package/schema/ua/util.json +24 -1
  112. package/schema/ua-fast/backgrounds.json +27 -1
  113. package/schema/ua-fast/bestiary/bestiary.json +8 -0
  114. package/schema/ua-fast/bestiary/legendarygroups.json +8 -0
  115. package/schema/ua-fast/bestiary/template.json +8 -0
  116. package/schema/ua-fast/books.json +2 -1
  117. package/schema/ua-fast/class/class.json +16 -0
  118. package/schema/ua-fast/class/foundry.json +5 -53
  119. package/schema/ua-fast/decks.json +16 -0
  120. package/schema/ua-fast/deities.json +30 -19
  121. package/schema/ua-fast/fluff-races.json +8 -0
  122. package/schema/ua-fast/fluff-rewards.json +42 -0
  123. package/schema/ua-fast/foundry-races.json +348 -40
  124. package/schema/ua-fast/foundry-shared.json +54 -0
  125. package/schema/ua-fast/homebrew.json +7 -1
  126. package/schema/ua-fast/items-base.json +36 -1
  127. package/schema/ua-fast/items-shared.json +17 -4
  128. package/schema/ua-fast/items.json +24 -10
  129. package/schema/ua-fast/magicvariants.json +4 -1
  130. package/schema/ua-fast/races.json +16 -0
  131. package/schema/ua-fast/rewards.json +8 -1
  132. package/schema/ua-fast/spells/spells.json +8 -0
  133. package/schema/ua-fast/util.json +24 -1
@@ -144,6 +144,14 @@
144
144
  "description": "Used in subclass data",
145
145
  "$ref": "util.json#/$defs/source"
146
146
  },
147
+ "raceName": {
148
+ "description": "Used in race feature data",
149
+ "type": "string"
150
+ },
151
+ "raceSource": {
152
+ "description": "Used in race feature data",
153
+ "$ref": "util.json#/$defs/source"
154
+ },
147
155
  "_mod": {
148
156
  "$ref": "util.json#/$defs/_modObject"
149
157
  },
@@ -0,0 +1,42 @@
1
+ {
2
+ "$schema": "https://json-schema.org/draft/2020-12/schema",
3
+ "$id": "fluff-rewards.json",
4
+ "version": "1.0.0",
5
+ "type": "object",
6
+ "properties": {
7
+ "rewardFluff": {
8
+ "type": "array",
9
+ "minItems": 1,
10
+ "uniqueItems": true,
11
+ "items": {
12
+ "type": "object",
13
+ "properties": {
14
+ "name": {
15
+ "type": "string"
16
+ },
17
+ "source": {
18
+ "$ref": "util.json#/$defs/source"
19
+ },
20
+ "images": {
21
+ "type": "array",
22
+ "items": {
23
+ "$ref": "entry.json#/$defs/entryImage"
24
+ }
25
+ },
26
+ "entries": {
27
+ "type": "array",
28
+ "items": {
29
+ "$ref": "entry.json"
30
+ }
31
+ }
32
+ },
33
+ "required": [
34
+ "name",
35
+ "source"
36
+ ],
37
+ "additionalProperties": false
38
+ }
39
+ }
40
+ },
41
+ "additionalProperties": false
42
+ }
@@ -1,57 +1,365 @@
1
1
  {
2
2
  "$schema": "https://json-schema.org/draft/2020-12/schema",
3
3
  "$id": "foundry-races.json",
4
- "version": "1.1.1",
4
+ "version": "1.2.0",
5
5
  "type": "object",
6
+ "$defs": {
7
+ "raceData": {
8
+ "type": "object",
9
+ "additionalProperties": false,
10
+ "properties": {
11
+ "name": {
12
+ "type": "string"
13
+ },
14
+ "source": {
15
+ "$ref": "util.json#/$defs/source"
16
+ },
17
+ "system": {
18
+ "$ref": "util.json#/$defs/foundrySystemObject"
19
+ },
20
+ "effects": {
21
+ "type": "array",
22
+ "items": {
23
+ "$ref": "util.json#/$defs/foundryEffectObject"
24
+ }
25
+ },
26
+ "flags": {
27
+ "$ref": "util.json#/$defs/foundryFlagsObject"
28
+ },
29
+ "img": {
30
+ "type": "string"
31
+ },
32
+ "entryData": {
33
+ "$ref": "foundry-shared.json#/$defs/entryDataObject"
34
+ }
35
+ },
36
+ "required": [
37
+ "name",
38
+ "source"
39
+ ]
40
+ },
41
+ "race": {
42
+ "anyOf": [
43
+ {
44
+ "$ref": "#/$defs/raceData"
45
+ },
46
+ {
47
+ "type": "object",
48
+ "additionalProperties": false,
49
+ "properties": {
50
+ "name": {
51
+ "type": "string"
52
+ },
53
+ "source": {
54
+ "$ref": "util.json#/$defs/source"
55
+ },
56
+ "system": {
57
+ "$ref": "util.json#/$defs/foundrySystemObject"
58
+ },
59
+ "effects": {
60
+ "type": "array",
61
+ "items": {
62
+ "$ref": "util.json#/$defs/foundryEffectObject"
63
+ }
64
+ },
65
+ "flags": {
66
+ "$ref": "util.json#/$defs/foundryFlagsObject"
67
+ },
68
+ "img": {
69
+ "type": "string"
70
+ },
71
+ "entryData": {
72
+ "$ref": "foundry-shared.json#/$defs/entryDataObject"
73
+ },
74
+ "_copy": {
75
+ "type": "object",
76
+ "properties": {
77
+ "name": {
78
+ "type": "string"
79
+ },
80
+ "source": {
81
+ "$ref": "util.json#/$defs/source"
82
+ },
83
+ "pantheon": {
84
+ "description": "Used in deity data",
85
+ "type": "string"
86
+ },
87
+ "shortName": {
88
+ "description": "Used in subclass data",
89
+ "type": "string"
90
+ },
91
+ "className": {
92
+ "description": "Used in subclass data",
93
+ "type": "string"
94
+ },
95
+ "classSource": {
96
+ "description": "Used in subclass data",
97
+ "$ref": "util.json#/$defs/source"
98
+ },
99
+ "raceName": {
100
+ "description": "Used in race feature data",
101
+ "type": "string"
102
+ },
103
+ "raceSource": {
104
+ "description": "Used in race feature data",
105
+ "$ref": "util.json#/$defs/source"
106
+ },
107
+ "_mod": {
108
+ "$ref": "util.json#/$defs/_modObject"
109
+ },
110
+ "_trait": {
111
+ "type": "object",
112
+ "properties": {
113
+ "name": {
114
+ "type": "string"
115
+ },
116
+ "source": {
117
+ "$ref": "util.json#/$defs/source"
118
+ }
119
+ },
120
+ "required": [
121
+ "name",
122
+ "source"
123
+ ]
124
+ },
125
+ "_preserve": {
126
+ "type": "object",
127
+ "patternProperties": {
128
+ ".*": {
129
+ "const": true
130
+ }
131
+ }
132
+ }
133
+ },
134
+ "required": [
135
+ "name",
136
+ "source"
137
+ ],
138
+ "additionalProperties": false
139
+ }
140
+ },
141
+ "required": [
142
+ "name",
143
+ "source",
144
+ "_copy"
145
+ ]
146
+ }
147
+ ]
148
+ },
149
+ "raceFeatureData": {
150
+ "type": "object",
151
+ "additionalProperties": false,
152
+ "properties": {
153
+ "name": {
154
+ "type": "string"
155
+ },
156
+ "source": {
157
+ "$ref": "util.json#/$defs/source"
158
+ },
159
+ "system": {
160
+ "$ref": "util.json#/$defs/foundrySystemObject"
161
+ },
162
+ "effects": {
163
+ "type": "array",
164
+ "items": {
165
+ "$ref": "util.json#/$defs/foundryEffectObject"
166
+ }
167
+ },
168
+ "flags": {
169
+ "$ref": "util.json#/$defs/foundryFlagsObject"
170
+ },
171
+ "img": {
172
+ "type": "string"
173
+ },
174
+ "raceName": {
175
+ "description": "The full name of the race, with subrace parts/etc. applied.",
176
+ "type": "string"
177
+ },
178
+ "raceSource": {
179
+ "description": "The source of the subrace or race.",
180
+ "$ref": "util.json#/$defs/source"
181
+ }
182
+ },
183
+ "required": [
184
+ "name",
185
+ "source"
186
+ ]
187
+ },
188
+ "raceFeature": {
189
+ "anyOf": [
190
+ {
191
+ "type": "object",
192
+ "additionalProperties": false,
193
+ "properties": {
194
+ "name": {
195
+ "type": "string"
196
+ },
197
+ "source": {
198
+ "$ref": "util.json#/$defs/source"
199
+ },
200
+ "system": {
201
+ "$ref": "util.json#/$defs/foundrySystemObject"
202
+ },
203
+ "effects": {
204
+ "type": "array",
205
+ "items": {
206
+ "$ref": "util.json#/$defs/foundryEffectObject"
207
+ }
208
+ },
209
+ "flags": {
210
+ "$ref": "util.json#/$defs/foundryFlagsObject"
211
+ },
212
+ "img": {
213
+ "type": "string"
214
+ },
215
+ "raceName": {
216
+ "description": "The full name of the race, with subrace parts/etc. applied.",
217
+ "type": "string"
218
+ },
219
+ "raceSource": {
220
+ "description": "The source of the subrace or race.",
221
+ "$ref": "util.json#/$defs/source"
222
+ }
223
+ },
224
+ "required": [
225
+ "name",
226
+ "source",
227
+ "raceName",
228
+ "raceSource"
229
+ ]
230
+ },
231
+ {
232
+ "type": "object",
233
+ "additionalProperties": false,
234
+ "properties": {
235
+ "name": {
236
+ "type": "string"
237
+ },
238
+ "source": {
239
+ "$ref": "util.json#/$defs/source"
240
+ },
241
+ "system": {
242
+ "$ref": "util.json#/$defs/foundrySystemObject"
243
+ },
244
+ "effects": {
245
+ "type": "array",
246
+ "items": {
247
+ "$ref": "util.json#/$defs/foundryEffectObject"
248
+ }
249
+ },
250
+ "flags": {
251
+ "$ref": "util.json#/$defs/foundryFlagsObject"
252
+ },
253
+ "img": {
254
+ "type": "string"
255
+ },
256
+ "raceName": {
257
+ "description": "The full name of the race, with subrace parts/etc. applied.",
258
+ "type": "string"
259
+ },
260
+ "raceSource": {
261
+ "description": "The source of the subrace or race.",
262
+ "$ref": "util.json#/$defs/source"
263
+ },
264
+ "_copy": {
265
+ "type": "object",
266
+ "properties": {
267
+ "name": {
268
+ "type": "string"
269
+ },
270
+ "source": {
271
+ "$ref": "util.json#/$defs/source"
272
+ },
273
+ "pantheon": {
274
+ "description": "Used in deity data",
275
+ "type": "string"
276
+ },
277
+ "shortName": {
278
+ "description": "Used in subclass data",
279
+ "type": "string"
280
+ },
281
+ "className": {
282
+ "description": "Used in subclass data",
283
+ "type": "string"
284
+ },
285
+ "classSource": {
286
+ "description": "Used in subclass data",
287
+ "$ref": "util.json#/$defs/source"
288
+ },
289
+ "raceName": {
290
+ "description": "Used in race feature data",
291
+ "type": "string"
292
+ },
293
+ "raceSource": {
294
+ "description": "Used in race feature data",
295
+ "$ref": "util.json#/$defs/source"
296
+ },
297
+ "_mod": {
298
+ "$ref": "util.json#/$defs/_modObject"
299
+ },
300
+ "_trait": {
301
+ "type": "object",
302
+ "properties": {
303
+ "name": {
304
+ "type": "string"
305
+ },
306
+ "source": {
307
+ "$ref": "util.json#/$defs/source"
308
+ }
309
+ },
310
+ "required": [
311
+ "name",
312
+ "source"
313
+ ]
314
+ },
315
+ "_preserve": {
316
+ "type": "object",
317
+ "patternProperties": {
318
+ ".*": {
319
+ "const": true
320
+ }
321
+ }
322
+ }
323
+ },
324
+ "required": [
325
+ "name",
326
+ "source"
327
+ ],
328
+ "additionalProperties": false
329
+ }
330
+ },
331
+ "required": [
332
+ "name",
333
+ "source",
334
+ "_copy"
335
+ ]
336
+ }
337
+ ]
338
+ }
339
+ },
6
340
  "properties": {
341
+ "_meta": {
342
+ "$ref": "util.json#/$defs/metaBlock"
343
+ },
344
+ "race": {
345
+ "type": "array",
346
+ "minItems": 1,
347
+ "uniqueItems": true,
348
+ "items": {
349
+ "$ref": "#/$defs/race"
350
+ }
351
+ },
7
352
  "raceFeature": {
8
353
  "type": "array",
9
354
  "minItems": 1,
10
355
  "uniqueItems": true,
11
356
  "items": {
12
- "type": "object",
13
- "required": [
14
- "name",
15
- "source",
16
- "raceName",
17
- "raceSource"
18
- ],
19
- "additionalProperties": false,
20
- "properties": {
21
- "name": {
22
- "type": "string"
23
- },
24
- "source": {
25
- "$ref": "util.json#/$defs/source"
26
- },
27
- "system": {
28
- "$ref": "util.json#/$defs/foundrySystemObject"
29
- },
30
- "effects": {
31
- "type": "array",
32
- "items": {
33
- "$ref": "util.json#/$defs/foundryEffectObject"
34
- }
35
- },
36
- "flags": {
37
- "$ref": "util.json#/$defs/foundryFlagsObject"
38
- },
39
- "img": {
40
- "type": "string"
41
- },
42
- "raceName": {
43
- "description": "The full name of the race, with subrace parts/etc. applied.",
44
- "type": "string"
45
- },
46
- "raceSource": {
47
- "description": "The source of the subrace or race.",
48
- "$ref": "util.json#/$defs/source"
49
- }
50
- }
357
+ "$ref": "#/$defs/raceFeature"
51
358
  }
52
359
  }
53
360
  },
54
361
  "required": [
362
+ "race",
55
363
  "raceFeature"
56
364
  ],
57
365
  "additionalProperties": false
@@ -0,0 +1,54 @@
1
+ {
2
+ "$schema": "https://json-schema.org/draft/2020-12/schema",
3
+ "$id": "foundry-shared.json",
4
+ "version": "1.0.0",
5
+ "type": "object",
6
+ "$defs": {
7
+ "entryDataObject": {
8
+ "description": "Additional \"5etools-type\" data to be stored on the entry.",
9
+ "type": "object",
10
+ "properties": {
11
+ "languageProficiencies": {
12
+ "$ref": "util.json#/$defs/languageProficiencies"
13
+ },
14
+ "skillProficiencies": {
15
+ "$ref": "util.json#/$defs/skillProficiencies"
16
+ },
17
+ "weaponProficiencies": {
18
+ "$ref": "util.json#/$defs/weaponProficiencies"
19
+ },
20
+ "armorProficiencies": {
21
+ "$ref": "util.json#/$defs/armorProficiencies"
22
+ },
23
+ "toolProficiencies": {
24
+ "$ref": "util.json#/$defs/toolProficiencies"
25
+ },
26
+ "savingThrowProficiencies": {
27
+ "$ref": "util.json#/$defs/savingThrowProficiencies"
28
+ },
29
+ "expertise": {
30
+ "$ref": "util.json#/$defs/expertise"
31
+ },
32
+ "resist": {
33
+ "$ref": "util.json#/$defs/damageResistArrayPlayer"
34
+ },
35
+ "immune": {
36
+ "$ref": "util.json#/$defs/damageImmunityArrayPlayer"
37
+ },
38
+ "vulnerable": {
39
+ "$ref": "util.json#/$defs/damageVulnerabilityArrayPlayer"
40
+ },
41
+ "conditionImmune": {
42
+ "$ref": "util.json#/$defs/conditionImmunityArrayPlayer"
43
+ },
44
+ "resources": {
45
+ "$ref": "util.json#/$defs/resourcesArray"
46
+ },
47
+ "senses": {
48
+ "$ref": "util.json#/$defs/sensesArray"
49
+ }
50
+ },
51
+ "additionalProperties": false
52
+ }
53
+ }
54
+ }
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "$schema": "https://json-schema.org/draft/2020-12/schema",
3
- "version": "1.10.11",
3
+ "version": "1.10.13",
4
4
  "type": "object",
5
5
  "description": "Homebrew for 5etools. Should include arrays titled similarly to the main site data, e.g. `spell` or `class`",
6
6
  "$defs": {
@@ -569,6 +569,9 @@
569
569
  "subrace": {
570
570
  "$ref": "races.json#/properties/subrace"
571
571
  },
572
+ "foundryRace": {
573
+ "$ref": "foundry-races.json#/properties/race"
574
+ },
572
575
  "foundryRaceFeature": {
573
576
  "$ref": "foundry-races.json#/properties/raceFeature"
574
577
  },
@@ -587,6 +590,9 @@
587
590
  "reward": {
588
591
  "$ref": "rewards.json#/properties/reward"
589
592
  },
593
+ "rewardFluff": {
594
+ "$ref": "fluff-rewards.json#/properties/rewardFluff"
595
+ },
590
596
  "table": {
591
597
  "$ref": "tables.json#/properties/table"
592
598
  },
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://json-schema.org/draft/2020-12/schema",
3
3
  "$id": "items-base.json",
4
- "version": "1.5.9",
4
+ "version": "1.5.10",
5
5
  "$defs": {
6
6
  "itemPropertyLookupArray": {
7
7
  "type": "array",
@@ -295,6 +295,12 @@
295
295
  "description": "In copper pieces.",
296
296
  "type": "number"
297
297
  },
298
+ "carryingCapacity": {
299
+ "$ref": "items-shared.json#/$defs/itemCarryingCapacity"
300
+ },
301
+ "speed": {
302
+ "$ref": "items-shared.json#/$defs/itemSpeed"
303
+ },
298
304
  "valueMult": {
299
305
  "type": "number"
300
306
  },
@@ -375,6 +381,9 @@
375
381
  "mastery": {
376
382
  "$ref": "items-shared.json#/$defs/itemMastery"
377
383
  },
384
+ "reach": {
385
+ "$ref": "items-shared.json#/$defs/itemReach"
386
+ },
378
387
  "hasFluff": {
379
388
  "type": "boolean"
380
389
  },
@@ -554,6 +563,12 @@
554
563
  "description": "In copper pieces.",
555
564
  "type": "number"
556
565
  },
566
+ "carryingCapacity": {
567
+ "$ref": "items-shared.json#/$defs/itemCarryingCapacity"
568
+ },
569
+ "speed": {
570
+ "$ref": "items-shared.json#/$defs/itemSpeed"
571
+ },
557
572
  "valueMult": {
558
573
  "type": "number"
559
574
  },
@@ -634,6 +649,9 @@
634
649
  "mastery": {
635
650
  "$ref": "items-shared.json#/$defs/itemMastery"
636
651
  },
652
+ "reach": {
653
+ "$ref": "items-shared.json#/$defs/itemReach"
654
+ },
637
655
  "hasFluff": {
638
656
  "type": "boolean"
639
657
  },
@@ -817,6 +835,12 @@
817
835
  "description": "In copper pieces.",
818
836
  "type": "number"
819
837
  },
838
+ "carryingCapacity": {
839
+ "$ref": "items-shared.json#/$defs/itemCarryingCapacity"
840
+ },
841
+ "speed": {
842
+ "$ref": "items-shared.json#/$defs/itemSpeed"
843
+ },
820
844
  "valueMult": {
821
845
  "type": "number"
822
846
  },
@@ -897,6 +921,9 @@
897
921
  "mastery": {
898
922
  "$ref": "items-shared.json#/$defs/itemMastery"
899
923
  },
924
+ "reach": {
925
+ "$ref": "items-shared.json#/$defs/itemReach"
926
+ },
900
927
  "hasFluff": {
901
928
  "type": "boolean"
902
929
  },
@@ -962,6 +989,14 @@
962
989
  "description": "Used in subclass data",
963
990
  "$ref": "util.json#/$defs/source"
964
991
  },
992
+ "raceName": {
993
+ "description": "Used in race feature data",
994
+ "type": "string"
995
+ },
996
+ "raceSource": {
997
+ "description": "Used in race feature data",
998
+ "$ref": "util.json#/$defs/source"
999
+ },
965
1000
  "_mod": {
966
1001
  "$ref": "util.json#/$defs/_modObject"
967
1002
  },
@@ -3,7 +3,7 @@
3
3
  "$id": "items-shared.json",
4
4
  "title": "Shared Item Schema",
5
5
  "description": "Shared item definitions to be used in item schemas.",
6
- "version": "1.0.3",
6
+ "version": "1.0.4",
7
7
  "$defs": {
8
8
  "_itemModifySpeedEqual": {
9
9
  "type": "string",
@@ -151,7 +151,7 @@
151
151
  "itemType": {
152
152
  "type": "string",
153
153
  "$comment": "Dumped from `Object(Parser.ITEM_TYPE_JSON_TO_ABV)`",
154
- "description": "$: Treasure\n A: Ammunition\n AF: Ammunition (futuristic)\n AIR: Vehicle (air)\n AT: Artisan Tool\n EM: Eldritch Machine\n EXP: Explosive\n FD: Food and Drink\n G: Adventuring Gear\n GS: Gaming Set\n GV: Generic Variant\n HA: Heavy Armor\n INS: Instrument\n LA: Light Armor\n M: Melee Weapon\n MA: Medium Armor\n MNT: Mount\n MR: Master Rune \n OTH: Other\n P: Potion\n R: Ranged Weapon\n RD: Rod\n RG: Ring\n S: Shield\n SC: Scroll\n SCF: Spellcasting Focus\n SHP: Vehicle (water)\n SPC: Vehicle (space)\n T: Tool\n TAH: Tack and Harness\n TG: Trade Good\n VEH: Vehicle (land)\n WD: Wand",
154
+ "description": "$: Treasure\n A: Ammunition\n AF: Ammunition (futuristic)\n AIR: Vehicle (air)\n AT: Artisan Tool\n EM: Eldritch Machine\n EXP: Explosive\n FD: Food and Drink\n G: Adventuring Gear\n GS: Gaming Set\n GV: Generic Variant\n HA: Heavy Armor\n IDG: Illegal Drug\n INS: Instrument\n LA: Light Armor\n M: Melee Weapon\n MA: Medium Armor\n MNT: Mount\n MR: Master Rune \n OTH: Other\n P: Potion\n R: Ranged Weapon\n RD: Rod\n RG: Ring\n S: Shield\n SC: Scroll\n SCF: Spellcasting Focus\n SHP: Vehicle (water)\n SPC: Vehicle (space)\n T: Tool\n TAH: Tack and Harness\n TG: Trade Good\n VEH: Vehicle (land)\n WD: Wand",
155
155
  "examples": [
156
156
  "$",
157
157
  "A",
@@ -165,6 +165,7 @@
165
165
  "GS",
166
166
  "GV",
167
167
  "HA",
168
+ "IDG",
168
169
  "INS",
169
170
  "LA",
170
171
  "M",
@@ -198,7 +199,7 @@
198
199
  },
199
200
  "itemProperty": {
200
201
  "type": "array",
201
- "description": "2H: Two-Handed\n A: Ammunition\n AF: Ammunition (futuristic)\n BF: Burst Fire\n EM: Eldritch Machine\n F: Finesse\n H: Heavy\n L: Light\n LD: Loading\n OTH: Other\n R: Reach\n RLD: Reload\n S: Special\n T: Thrown\n V: Versatile",
202
+ "description": "2H: Two-Handed\n A: Ammunition\n AF: Ammunition (futuristic)\n BF: Burst Fire\n EM: Eldritch Machine\n ER: Extended Reach\n F: Finesse\n H: Heavy\n L: Light\n LD: Loading\n OTH: Other\n R: Reach\n RLD: Reload\n S: Special\n T: Thrown\n V: Versatile\n Vst: Vestige of Divergence",
202
203
  "items": {
203
204
  "type": "string",
204
205
  "examples": [
@@ -207,6 +208,7 @@
207
208
  "AF",
208
209
  "BF",
209
210
  "EM",
211
+ "ER",
210
212
  "F",
211
213
  "H",
212
214
  "L",
@@ -216,7 +218,8 @@
216
218
  "RLD",
217
219
  "S",
218
220
  "T",
219
- "V"
221
+ "V",
222
+ "Vst"
220
223
  ]
221
224
  }
222
225
  },
@@ -263,6 +266,16 @@
263
266
  "minItems": 1,
264
267
  "uniqueItems": true
265
268
  },
269
+ "itemCarryingCapacity": {
270
+ "type": "integer",
271
+ "description": "Of a mount/beast, not a container."
272
+ },
273
+ "itemSpeed": {
274
+ "type": "integer"
275
+ },
276
+ "itemReach": {
277
+ "type": "integer"
278
+ },
266
279
  "fluff": {
267
280
  "description": "This is intended to be used for Homebrew only - site data should include a fluff file per source.",
268
281
  "anyOf": [