5etools-utils 0.9.18 → 0.9.19

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.6",
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
  },
@@ -141,6 +184,9 @@
141
184
  "nameRemove": {
142
185
  "type": "string"
143
186
  },
187
+ "grantsProficiency": {
188
+ "type": "boolean"
189
+ },
144
190
  "reqAttune": {
145
191
  "type": [
146
192
  "string",
@@ -238,6 +284,9 @@
238
284
  "description": "Expression used to calculate each specific variant's value.",
239
285
  "type": "string"
240
286
  },
287
+ "weaponCategory": {
288
+ "$ref": "items-shared.json#/$defs/itemWeaponCategory"
289
+ },
241
290
  "weightMult": {
242
291
  "type": "number"
243
292
  },
@@ -263,6 +312,10 @@
263
312
  "hasRefs": {
264
313
  "type": "boolean",
265
314
  "description": "Whether this item has references within its data to dedicated \"itemEntry\"s."
315
+ },
316
+ "customProperties": {
317
+ "description": "An unrestricted area for custom properties to be stored.",
318
+ "type": "object"
266
319
  }
267
320
  },
268
321
  "required": [
@@ -306,6 +359,45 @@
306
359
  },
307
360
  "net": {
308
361
  "type": "boolean"
362
+ },
363
+ "armor": {
364
+ "type": "boolean"
365
+ },
366
+ "axe": {
367
+ "type": "boolean"
368
+ },
369
+ "bow": {
370
+ "type": "boolean"
371
+ },
372
+ "crossbow": {
373
+ "type": "boolean"
374
+ },
375
+ "sword": {
376
+ "type": "boolean"
377
+ },
378
+ "weapon": {
379
+ "type": "boolean"
380
+ },
381
+ "firearm": {
382
+ "type": "boolean"
383
+ },
384
+ "mace": {
385
+ "type": "boolean"
386
+ },
387
+ "spear": {
388
+ "type": "boolean"
389
+ },
390
+ "hammer": {
391
+ "type": "boolean"
392
+ },
393
+ "club": {
394
+ "type": "boolean"
395
+ },
396
+ "dagger": {
397
+ "type": "boolean"
398
+ },
399
+ "customProperties": {
400
+ "$ref": "items-shared.json#/$defs/customProperties"
309
401
  }
310
402
  },
311
403
  "additionalProperties": false
@@ -326,6 +418,7 @@
326
418
  }
327
419
  },
328
420
  "ammo": {
421
+ "description": "Adds ammunition text to the header of the generic variant.",
329
422
  "type": "boolean"
330
423
  },
331
424
  "reqAttuneTags": {
@@ -342,6 +435,9 @@
342
435
  },
343
436
  "hasFluffImages": {
344
437
  "type": "boolean"
438
+ },
439
+ "customProperties": {
440
+ "$ref": "items-shared.json#/$defs/customProperties"
345
441
  }
346
442
  },
347
443
  "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
  },
@@ -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.12",
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
  },
@@ -196,6 +199,9 @@
196
199
  "age": {
197
200
  "$ref": "items-shared.json#/$defs/itemAge"
198
201
  },
202
+ "bonusWeapon": {
203
+ "type": "string"
204
+ },
199
205
  "dmg1": {
200
206
  "type": "string"
201
207
  },
@@ -306,6 +312,18 @@
306
312
  "speed": {
307
313
  "$ref": "items-shared.json#/$defs/itemSpeed"
308
314
  },
315
+ "charges": {
316
+ "type": [
317
+ "string",
318
+ "integer"
319
+ ]
320
+ },
321
+ "recharge": {
322
+ "$ref": "items-shared.json#/$defs/itemRecharge"
323
+ },
324
+ "rechargeAmount": {
325
+ "$ref": "items-shared.json#/$defs/itemRechargeAmount"
326
+ },
309
327
  "valueMult": {
310
328
  "type": "number"
311
329
  },
@@ -394,6 +412,9 @@
394
412
  },
395
413
  "hasFluffImages": {
396
414
  "type": "boolean"
415
+ },
416
+ "customProperties": {
417
+ "$ref": "items-shared.json#/$defs/customProperties"
397
418
  }
398
419
  },
399
420
  "additionalProperties": false
@@ -409,6 +430,9 @@
409
430
  "type": {
410
431
  "$ref": "items-shared.json#/$defs/itemType"
411
432
  },
433
+ "typeAlt": {
434
+ "$ref": "items-shared.json#/$defs/itemType"
435
+ },
412
436
  "rarity": {
413
437
  "$ref": "items-shared.json#/$defs/itemRarity"
414
438
  },
@@ -424,6 +448,9 @@
424
448
  "age": {
425
449
  "$ref": "items-shared.json#/$defs/itemAge"
426
450
  },
451
+ "bonusWeapon": {
452
+ "type": "string"
453
+ },
427
454
  "dmg1": {
428
455
  "type": "string"
429
456
  },
@@ -534,6 +561,18 @@
534
561
  "speed": {
535
562
  "$ref": "items-shared.json#/$defs/itemSpeed"
536
563
  },
564
+ "charges": {
565
+ "type": [
566
+ "string",
567
+ "integer"
568
+ ]
569
+ },
570
+ "recharge": {
571
+ "$ref": "items-shared.json#/$defs/itemRecharge"
572
+ },
573
+ "rechargeAmount": {
574
+ "$ref": "items-shared.json#/$defs/itemRechargeAmount"
575
+ },
537
576
  "valueMult": {
538
577
  "type": "number"
539
578
  },
@@ -622,6 +661,9 @@
622
661
  },
623
662
  "hasFluffImages": {
624
663
  "type": "boolean"
664
+ },
665
+ "customProperties": {
666
+ "$ref": "items-shared.json#/$defs/customProperties"
625
667
  }
626
668
  },
627
669
  "additionalProperties": false,
@@ -641,6 +683,9 @@
641
683
  "type": {
642
684
  "$ref": "items-shared.json#/$defs/itemType"
643
685
  },
686
+ "typeAlt": {
687
+ "$ref": "items-shared.json#/$defs/itemType"
688
+ },
644
689
  "rarity": {
645
690
  "$ref": "items-shared.json#/$defs/itemRarity"
646
691
  },
@@ -656,6 +701,9 @@
656
701
  "age": {
657
702
  "$ref": "items-shared.json#/$defs/itemAge"
658
703
  },
704
+ "bonusWeapon": {
705
+ "type": "string"
706
+ },
659
707
  "dmg1": {
660
708
  "type": "string"
661
709
  },
@@ -766,6 +814,18 @@
766
814
  "speed": {
767
815
  "$ref": "items-shared.json#/$defs/itemSpeed"
768
816
  },
817
+ "charges": {
818
+ "type": [
819
+ "string",
820
+ "integer"
821
+ ]
822
+ },
823
+ "recharge": {
824
+ "$ref": "items-shared.json#/$defs/itemRecharge"
825
+ },
826
+ "rechargeAmount": {
827
+ "$ref": "items-shared.json#/$defs/itemRechargeAmount"
828
+ },
769
829
  "valueMult": {
770
830
  "type": "number"
771
831
  },
@@ -855,6 +915,9 @@
855
915
  "hasFluffImages": {
856
916
  "type": "boolean"
857
917
  },
918
+ "customProperties": {
919
+ "$ref": "items-shared.json#/$defs/customProperties"
920
+ },
858
921
  "_copy": {
859
922
  "type": "object",
860
923
  "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.3",
5
5
  "type": "object",
6
6
  "$defs": {
7
7
  "itemData": {
@@ -545,6 +545,9 @@
545
545
  "hasRefs": {
546
546
  "type": "boolean",
547
547
  "description": "Whether this item has references within its data to dedicated \"itemEntry\"s."
548
+ },
549
+ "customProperties": {
550
+ "$ref": "items-shared.json#/$defs/customProperties"
548
551
  }
549
552
  },
550
553
  "additionalProperties": false
@@ -1092,6 +1095,9 @@
1092
1095
  "hasRefs": {
1093
1096
  "type": "boolean",
1094
1097
  "description": "Whether this item has references within its data to dedicated \"itemEntry\"s."
1098
+ },
1099
+ "customProperties": {
1100
+ "$ref": "items-shared.json#/$defs/customProperties"
1095
1101
  }
1096
1102
  },
1097
1103
  "additionalProperties": false,
@@ -1643,6 +1649,9 @@
1643
1649
  "type": "boolean",
1644
1650
  "description": "Whether this item has references within its data to dedicated \"itemEntry\"s."
1645
1651
  },
1652
+ "customProperties": {
1653
+ "$ref": "items-shared.json#/$defs/customProperties"
1654
+ },
1646
1655
  "_copy": {
1647
1656
  "type": "object",
1648
1657
  "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.6",
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
  },
@@ -141,6 +184,9 @@
141
184
  "nameRemove": {
142
185
  "type": "string"
143
186
  },
187
+ "grantsProficiency": {
188
+ "type": "boolean"
189
+ },
144
190
  "reqAttune": {
145
191
  "type": [
146
192
  "string",
@@ -238,6 +284,9 @@
238
284
  "description": "Expression used to calculate each specific variant's value.",
239
285
  "type": "string"
240
286
  },
287
+ "weaponCategory": {
288
+ "$ref": "items-shared.json#/$defs/itemWeaponCategory"
289
+ },
241
290
  "weightMult": {
242
291
  "type": "number"
243
292
  },
@@ -263,6 +312,10 @@
263
312
  "hasRefs": {
264
313
  "type": "boolean",
265
314
  "description": "Whether this item has references within its data to dedicated \"itemEntry\"s."
315
+ },
316
+ "customProperties": {
317
+ "description": "An unrestricted area for custom properties to be stored.",
318
+ "type": "object"
266
319
  }
267
320
  },
268
321
  "required": [
@@ -306,6 +359,45 @@
306
359
  },
307
360
  "net": {
308
361
  "type": "boolean"
362
+ },
363
+ "armor": {
364
+ "type": "boolean"
365
+ },
366
+ "axe": {
367
+ "type": "boolean"
368
+ },
369
+ "bow": {
370
+ "type": "boolean"
371
+ },
372
+ "crossbow": {
373
+ "type": "boolean"
374
+ },
375
+ "sword": {
376
+ "type": "boolean"
377
+ },
378
+ "weapon": {
379
+ "type": "boolean"
380
+ },
381
+ "firearm": {
382
+ "type": "boolean"
383
+ },
384
+ "mace": {
385
+ "type": "boolean"
386
+ },
387
+ "spear": {
388
+ "type": "boolean"
389
+ },
390
+ "hammer": {
391
+ "type": "boolean"
392
+ },
393
+ "club": {
394
+ "type": "boolean"
395
+ },
396
+ "dagger": {
397
+ "type": "boolean"
398
+ },
399
+ "customProperties": {
400
+ "$ref": "items-shared.json#/$defs/customProperties"
309
401
  }
310
402
  },
311
403
  "additionalProperties": false
@@ -326,6 +418,7 @@
326
418
  }
327
419
  },
328
420
  "ammo": {
421
+ "description": "Adds ammunition text to the header of the generic variant.",
329
422
  "type": "boolean"
330
423
  },
331
424
  "reqAttuneTags": {
@@ -342,6 +435,9 @@
342
435
  },
343
436
  "hasFluffImages": {
344
437
  "type": "boolean"
438
+ },
439
+ "customProperties": {
440
+ "$ref": "items-shared.json#/$defs/customProperties"
345
441
  }
346
442
  },
347
443
  "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
  },