5etools-utils 0.9.18 → 0.9.20

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.
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://json-schema.org/draft/2020-12/schema",
3
3
  "$id": "magicvariants.json",
4
- "version": "1.8.4",
4
+ "version": "1.8.7",
5
5
  "type": "object",
6
6
  "properties": {
7
7
  "magicvariant": {
@@ -46,6 +46,24 @@
46
46
  "weapon": {
47
47
  "type": "boolean"
48
48
  },
49
+ "firearm": {
50
+ "type": "boolean"
51
+ },
52
+ "mace": {
53
+ "type": "boolean"
54
+ },
55
+ "spear": {
56
+ "type": "boolean"
57
+ },
58
+ "hammer": {
59
+ "type": "boolean"
60
+ },
61
+ "club": {
62
+ "type": "boolean"
63
+ },
64
+ "dagger": {
65
+ "type": "boolean"
66
+ },
49
67
  "dmgType": {
50
68
  "$ref": "util.json#/$defs/dataDamageTags"
51
69
  },
@@ -93,6 +111,12 @@
93
111
  "description": "Properties to remove from the specific variant, if present on the base item.",
94
112
  "$ref": "items-shared.json#/$defs/itemProperty"
95
113
  },
114
+ "ac": {
115
+ "type": "integer"
116
+ },
117
+ "age": {
118
+ "$ref": "items-shared.json#/$defs/itemAge"
119
+ },
96
120
  "bonusAc": {
97
121
  "type": "string"
98
122
  },
@@ -117,6 +141,16 @@
117
141
  "bonusAbilityCheck": {
118
142
  "type": "string"
119
143
  },
144
+ "dmg1": {
145
+ "type": "string"
146
+ },
147
+ "dmg2": {
148
+ "type": "string",
149
+ "description": "The versatile or alternative damage dice of the weapon, e.g. \"1d10\""
150
+ },
151
+ "dmgType": {
152
+ "$ref": "util.json#/$defs/dataDamageTags"
153
+ },
120
154
  "modifySpeed": {
121
155
  "$ref": "items-shared.json#/$defs/itemModifySpeed"
122
156
  },
@@ -132,6 +166,9 @@
132
166
  "page": {
133
167
  "$ref": "util.json#/$defs/page"
134
168
  },
169
+ "reprintedAs": {
170
+ "$ref": "util.json#/$defs/reprintedAs"
171
+ },
135
172
  "namePrefix": {
136
173
  "type": "string"
137
174
  },
@@ -141,6 +178,9 @@
141
178
  "nameRemove": {
142
179
  "type": "string"
143
180
  },
181
+ "grantsProficiency": {
182
+ "type": "boolean"
183
+ },
144
184
  "reqAttune": {
145
185
  "type": [
146
186
  "string",
@@ -238,6 +278,9 @@
238
278
  "description": "Expression used to calculate each specific variant's value.",
239
279
  "type": "string"
240
280
  },
281
+ "weaponCategory": {
282
+ "$ref": "items-shared.json#/$defs/itemWeaponCategory"
283
+ },
241
284
  "weightMult": {
242
285
  "type": "number"
243
286
  },
@@ -306,6 +349,42 @@
306
349
  },
307
350
  "net": {
308
351
  "type": "boolean"
352
+ },
353
+ "armor": {
354
+ "type": "boolean"
355
+ },
356
+ "axe": {
357
+ "type": "boolean"
358
+ },
359
+ "bow": {
360
+ "type": "boolean"
361
+ },
362
+ "crossbow": {
363
+ "type": "boolean"
364
+ },
365
+ "sword": {
366
+ "type": "boolean"
367
+ },
368
+ "weapon": {
369
+ "type": "boolean"
370
+ },
371
+ "firearm": {
372
+ "type": "boolean"
373
+ },
374
+ "mace": {
375
+ "type": "boolean"
376
+ },
377
+ "spear": {
378
+ "type": "boolean"
379
+ },
380
+ "hammer": {
381
+ "type": "boolean"
382
+ },
383
+ "club": {
384
+ "type": "boolean"
385
+ },
386
+ "dagger": {
387
+ "type": "boolean"
309
388
  }
310
389
  },
311
390
  "additionalProperties": false
@@ -326,6 +405,7 @@
326
405
  }
327
406
  },
328
407
  "ammo": {
408
+ "description": "Adds ammunition text to the header of the generic variant.",
329
409
  "type": "boolean"
330
410
  },
331
411
  "reqAttuneTags": {
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://json-schema.org/draft/2020-12/schema",
3
3
  "$id": "makebrew-creature.json",
4
- "version": "1.1.3",
4
+ "version": "1.1.4",
5
5
  "type": "object",
6
6
  "properties": {
7
7
  "#makebrewCreatureTrait": {
@@ -31,7 +31,8 @@
31
31
  "required": [
32
32
  "name",
33
33
  "entries"
34
- ]
34
+ ],
35
+ "additionalProperties": false
35
36
  }
36
37
  },
37
38
  "makebrewCreatureAction": {
@@ -58,7 +59,8 @@
58
59
  "required": [
59
60
  "name",
60
61
  "entries"
61
- ]
62
+ ],
63
+ "additionalProperties": false
62
64
  }
63
65
  }
64
66
  },
@@ -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.10",
4
+ "version": "1.5.13",
5
5
  "$defs": {
6
6
  "itemPropertyLookupArray": {
7
7
  "type": "array",
@@ -181,6 +181,9 @@
181
181
  "type": {
182
182
  "$ref": "items-shared.json#/$defs/itemType"
183
183
  },
184
+ "typeAlt": {
185
+ "$ref": "items-shared.json#/$defs/itemType"
186
+ },
184
187
  "rarity": {
185
188
  "$ref": "items-shared.json#/$defs/itemRarity"
186
189
  },
@@ -190,12 +193,18 @@
190
193
  "page": {
191
194
  "$ref": "util.json#/$defs/page"
192
195
  },
196
+ "reprintedAs": {
197
+ "$ref": "util.json#/$defs/reprintedAs"
198
+ },
193
199
  "ac": {
194
200
  "type": "integer"
195
201
  },
196
202
  "age": {
197
203
  "$ref": "items-shared.json#/$defs/itemAge"
198
204
  },
205
+ "bonusWeapon": {
206
+ "type": "string"
207
+ },
199
208
  "dmg1": {
200
209
  "type": "string"
201
210
  },
@@ -306,6 +315,18 @@
306
315
  "speed": {
307
316
  "$ref": "items-shared.json#/$defs/itemSpeed"
308
317
  },
318
+ "charges": {
319
+ "type": [
320
+ "string",
321
+ "integer"
322
+ ]
323
+ },
324
+ "recharge": {
325
+ "$ref": "items-shared.json#/$defs/itemRecharge"
326
+ },
327
+ "rechargeAmount": {
328
+ "$ref": "items-shared.json#/$defs/itemRechargeAmount"
329
+ },
309
330
  "valueMult": {
310
331
  "type": "number"
311
332
  },
@@ -394,6 +415,9 @@
394
415
  },
395
416
  "hasFluffImages": {
396
417
  "type": "boolean"
418
+ },
419
+ "customProperties": {
420
+ "$ref": "items-shared.json#/$defs/customProperties"
397
421
  }
398
422
  },
399
423
  "additionalProperties": false
@@ -409,6 +433,9 @@
409
433
  "type": {
410
434
  "$ref": "items-shared.json#/$defs/itemType"
411
435
  },
436
+ "typeAlt": {
437
+ "$ref": "items-shared.json#/$defs/itemType"
438
+ },
412
439
  "rarity": {
413
440
  "$ref": "items-shared.json#/$defs/itemRarity"
414
441
  },
@@ -418,12 +445,18 @@
418
445
  "page": {
419
446
  "$ref": "util.json#/$defs/page"
420
447
  },
448
+ "reprintedAs": {
449
+ "$ref": "util.json#/$defs/reprintedAs"
450
+ },
421
451
  "ac": {
422
452
  "type": "integer"
423
453
  },
424
454
  "age": {
425
455
  "$ref": "items-shared.json#/$defs/itemAge"
426
456
  },
457
+ "bonusWeapon": {
458
+ "type": "string"
459
+ },
427
460
  "dmg1": {
428
461
  "type": "string"
429
462
  },
@@ -534,6 +567,18 @@
534
567
  "speed": {
535
568
  "$ref": "items-shared.json#/$defs/itemSpeed"
536
569
  },
570
+ "charges": {
571
+ "type": [
572
+ "string",
573
+ "integer"
574
+ ]
575
+ },
576
+ "recharge": {
577
+ "$ref": "items-shared.json#/$defs/itemRecharge"
578
+ },
579
+ "rechargeAmount": {
580
+ "$ref": "items-shared.json#/$defs/itemRechargeAmount"
581
+ },
537
582
  "valueMult": {
538
583
  "type": "number"
539
584
  },
@@ -622,6 +667,9 @@
622
667
  },
623
668
  "hasFluffImages": {
624
669
  "type": "boolean"
670
+ },
671
+ "customProperties": {
672
+ "$ref": "items-shared.json#/$defs/customProperties"
625
673
  }
626
674
  },
627
675
  "additionalProperties": false,
@@ -641,6 +689,9 @@
641
689
  "type": {
642
690
  "$ref": "items-shared.json#/$defs/itemType"
643
691
  },
692
+ "typeAlt": {
693
+ "$ref": "items-shared.json#/$defs/itemType"
694
+ },
644
695
  "rarity": {
645
696
  "$ref": "items-shared.json#/$defs/itemRarity"
646
697
  },
@@ -650,12 +701,18 @@
650
701
  "page": {
651
702
  "$ref": "util.json#/$defs/page"
652
703
  },
704
+ "reprintedAs": {
705
+ "$ref": "util.json#/$defs/reprintedAs"
706
+ },
653
707
  "ac": {
654
708
  "type": "integer"
655
709
  },
656
710
  "age": {
657
711
  "$ref": "items-shared.json#/$defs/itemAge"
658
712
  },
713
+ "bonusWeapon": {
714
+ "type": "string"
715
+ },
659
716
  "dmg1": {
660
717
  "type": "string"
661
718
  },
@@ -766,6 +823,18 @@
766
823
  "speed": {
767
824
  "$ref": "items-shared.json#/$defs/itemSpeed"
768
825
  },
826
+ "charges": {
827
+ "type": [
828
+ "string",
829
+ "integer"
830
+ ]
831
+ },
832
+ "recharge": {
833
+ "$ref": "items-shared.json#/$defs/itemRecharge"
834
+ },
835
+ "rechargeAmount": {
836
+ "$ref": "items-shared.json#/$defs/itemRechargeAmount"
837
+ },
769
838
  "valueMult": {
770
839
  "type": "number"
771
840
  },
@@ -855,6 +924,9 @@
855
924
  "hasFluffImages": {
856
925
  "type": "boolean"
857
926
  },
927
+ "customProperties": {
928
+ "$ref": "items-shared.json#/$defs/customProperties"
929
+ },
858
930
  "_copy": {
859
931
  "type": "object",
860
932
  "properties": {
@@ -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.4",
6
+ "version": "1.0.5",
7
7
  "$defs": {
8
8
  "_itemModifySpeedEqual": {
9
9
  "type": "string",
@@ -275,6 +275,18 @@
275
275
  },
276
276
  "itemReach": {
277
277
  "type": "integer"
278
+ },
279
+ "customProperties": {
280
+ "description": "An unrestricted area for custom properties to be stored.",
281
+ "type": "object",
282
+ "additionalProperties": {
283
+ "type": [
284
+ "boolean",
285
+ "string",
286
+ "number",
287
+ "integer"
288
+ ]
289
+ }
278
290
  }
279
291
  }
280
292
  }
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://json-schema.org/draft/2020-12/schema",
3
3
  "$id": "items.json",
4
- "version": "1.14.1",
4
+ "version": "1.14.4",
5
5
  "type": "object",
6
6
  "$defs": {
7
7
  "itemData": {
@@ -28,6 +28,9 @@
28
28
  "additionalSources": {
29
29
  "$ref": "util.json#/$defs/additionalSources"
30
30
  },
31
+ "reprintedAs": {
32
+ "$ref": "util.json#/$defs/reprintedAs"
33
+ },
31
34
  "baseItem": {
32
35
  "type": "string"
33
36
  },
@@ -545,6 +548,9 @@
545
548
  "hasRefs": {
546
549
  "type": "boolean",
547
550
  "description": "Whether this item has references within its data to dedicated \"itemEntry\"s."
551
+ },
552
+ "customProperties": {
553
+ "$ref": "items-shared.json#/$defs/customProperties"
548
554
  }
549
555
  },
550
556
  "additionalProperties": false
@@ -575,6 +581,9 @@
575
581
  "additionalSources": {
576
582
  "$ref": "util.json#/$defs/additionalSources"
577
583
  },
584
+ "reprintedAs": {
585
+ "$ref": "util.json#/$defs/reprintedAs"
586
+ },
578
587
  "baseItem": {
579
588
  "type": "string"
580
589
  },
@@ -1092,6 +1101,9 @@
1092
1101
  "hasRefs": {
1093
1102
  "type": "boolean",
1094
1103
  "description": "Whether this item has references within its data to dedicated \"itemEntry\"s."
1104
+ },
1105
+ "customProperties": {
1106
+ "$ref": "items-shared.json#/$defs/customProperties"
1095
1107
  }
1096
1108
  },
1097
1109
  "additionalProperties": false,
@@ -1125,6 +1137,9 @@
1125
1137
  "additionalSources": {
1126
1138
  "$ref": "util.json#/$defs/additionalSources"
1127
1139
  },
1140
+ "reprintedAs": {
1141
+ "$ref": "util.json#/$defs/reprintedAs"
1142
+ },
1128
1143
  "baseItem": {
1129
1144
  "type": "string"
1130
1145
  },
@@ -1643,6 +1658,9 @@
1643
1658
  "type": "boolean",
1644
1659
  "description": "Whether this item has references within its data to dedicated \"itemEntry\"s."
1645
1660
  },
1661
+ "customProperties": {
1662
+ "$ref": "items-shared.json#/$defs/customProperties"
1663
+ },
1646
1664
  "_copy": {
1647
1665
  "type": "object",
1648
1666
  "properties": {
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://json-schema.org/draft/2020-12/schema",
3
3
  "$id": "magicvariants.json",
4
- "version": "1.8.4",
4
+ "version": "1.8.7",
5
5
  "type": "object",
6
6
  "properties": {
7
7
  "magicvariant": {
@@ -46,6 +46,24 @@
46
46
  "weapon": {
47
47
  "type": "boolean"
48
48
  },
49
+ "firearm": {
50
+ "type": "boolean"
51
+ },
52
+ "mace": {
53
+ "type": "boolean"
54
+ },
55
+ "spear": {
56
+ "type": "boolean"
57
+ },
58
+ "hammer": {
59
+ "type": "boolean"
60
+ },
61
+ "club": {
62
+ "type": "boolean"
63
+ },
64
+ "dagger": {
65
+ "type": "boolean"
66
+ },
49
67
  "dmgType": {
50
68
  "$ref": "util.json#/$defs/dataDamageTags"
51
69
  },
@@ -69,6 +87,15 @@
69
87
  },
70
88
  "property": {
71
89
  "type": "string"
90
+ },
91
+ "customProperties": {
92
+ "description": "A more restrictive area for custom boolean-only properties to be stored.",
93
+ "type": "object",
94
+ "additionalProperties": {
95
+ "type": [
96
+ "boolean"
97
+ ]
98
+ }
72
99
  }
73
100
  },
74
101
  "additionalProperties": false
@@ -93,6 +120,12 @@
93
120
  "description": "Properties to remove from the specific variant, if present on the base item.",
94
121
  "$ref": "items-shared.json#/$defs/itemProperty"
95
122
  },
123
+ "ac": {
124
+ "type": "integer"
125
+ },
126
+ "age": {
127
+ "$ref": "items-shared.json#/$defs/itemAge"
128
+ },
96
129
  "bonusAc": {
97
130
  "type": "string"
98
131
  },
@@ -117,6 +150,16 @@
117
150
  "bonusAbilityCheck": {
118
151
  "type": "string"
119
152
  },
153
+ "dmg1": {
154
+ "type": "string"
155
+ },
156
+ "dmg2": {
157
+ "type": "string",
158
+ "description": "The versatile or alternative damage dice of the weapon, e.g. \"1d10\""
159
+ },
160
+ "dmgType": {
161
+ "$ref": "util.json#/$defs/dataDamageTags"
162
+ },
120
163
  "modifySpeed": {
121
164
  "$ref": "items-shared.json#/$defs/itemModifySpeed"
122
165
  },
@@ -132,6 +175,9 @@
132
175
  "page": {
133
176
  "$ref": "util.json#/$defs/page"
134
177
  },
178
+ "reprintedAs": {
179
+ "$ref": "util.json#/$defs/reprintedAs"
180
+ },
135
181
  "namePrefix": {
136
182
  "type": "string"
137
183
  },
@@ -141,6 +187,9 @@
141
187
  "nameRemove": {
142
188
  "type": "string"
143
189
  },
190
+ "grantsProficiency": {
191
+ "type": "boolean"
192
+ },
144
193
  "reqAttune": {
145
194
  "type": [
146
195
  "string",
@@ -238,6 +287,9 @@
238
287
  "description": "Expression used to calculate each specific variant's value.",
239
288
  "type": "string"
240
289
  },
290
+ "weaponCategory": {
291
+ "$ref": "items-shared.json#/$defs/itemWeaponCategory"
292
+ },
241
293
  "weightMult": {
242
294
  "type": "number"
243
295
  },
@@ -263,6 +315,10 @@
263
315
  "hasRefs": {
264
316
  "type": "boolean",
265
317
  "description": "Whether this item has references within its data to dedicated \"itemEntry\"s."
318
+ },
319
+ "customProperties": {
320
+ "description": "An unrestricted area for custom properties to be stored.",
321
+ "type": "object"
266
322
  }
267
323
  },
268
324
  "required": [
@@ -306,6 +362,45 @@
306
362
  },
307
363
  "net": {
308
364
  "type": "boolean"
365
+ },
366
+ "armor": {
367
+ "type": "boolean"
368
+ },
369
+ "axe": {
370
+ "type": "boolean"
371
+ },
372
+ "bow": {
373
+ "type": "boolean"
374
+ },
375
+ "crossbow": {
376
+ "type": "boolean"
377
+ },
378
+ "sword": {
379
+ "type": "boolean"
380
+ },
381
+ "weapon": {
382
+ "type": "boolean"
383
+ },
384
+ "firearm": {
385
+ "type": "boolean"
386
+ },
387
+ "mace": {
388
+ "type": "boolean"
389
+ },
390
+ "spear": {
391
+ "type": "boolean"
392
+ },
393
+ "hammer": {
394
+ "type": "boolean"
395
+ },
396
+ "club": {
397
+ "type": "boolean"
398
+ },
399
+ "dagger": {
400
+ "type": "boolean"
401
+ },
402
+ "customProperties": {
403
+ "$ref": "items-shared.json#/$defs/customProperties"
309
404
  }
310
405
  },
311
406
  "additionalProperties": false
@@ -326,6 +421,7 @@
326
421
  }
327
422
  },
328
423
  "ammo": {
424
+ "description": "Adds ammunition text to the header of the generic variant.",
329
425
  "type": "boolean"
330
426
  },
331
427
  "reqAttuneTags": {
@@ -342,6 +438,9 @@
342
438
  },
343
439
  "hasFluffImages": {
344
440
  "type": "boolean"
441
+ },
442
+ "customProperties": {
443
+ "$ref": "items-shared.json#/$defs/customProperties"
345
444
  }
346
445
  },
347
446
  "required": [
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://json-schema.org/draft/2020-12/schema",
3
3
  "$id": "makebrew-creature.json",
4
- "version": "1.1.3",
4
+ "version": "1.1.4",
5
5
  "type": "object",
6
6
  "properties": {
7
7
  "#makebrewCreatureTrait": {
@@ -31,7 +31,8 @@
31
31
  "required": [
32
32
  "name",
33
33
  "entries"
34
- ]
34
+ ],
35
+ "additionalProperties": false
35
36
  }
36
37
  },
37
38
  "makebrewCreatureAction": {
@@ -58,7 +59,8 @@
58
59
  "required": [
59
60
  "name",
60
61
  "entries"
61
- ]
62
+ ],
63
+ "additionalProperties": false
62
64
  }
63
65
  }
64
66
  },