5etools-utils 0.9.64 → 0.9.66

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "5etools-utils",
3
- "version": "0.9.64",
3
+ "version": "0.9.66",
4
4
  "description": "Shared utilities for the 5etools ecosystem.",
5
5
  "type": "module",
6
6
  "main": "lib/Api.js",
@@ -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.17",
4
+ "version": "1.5.18",
5
5
  "type": "object",
6
6
  "$defs": {
7
7
  "itemLookupBase": {
@@ -196,6 +196,9 @@
196
196
  "strength": {
197
197
  "type": "string"
198
198
  },
199
+ "dexterityMax": {
200
+ "$ref": "items-shared.json#/$defs/itemDexterityMax"
201
+ },
199
202
  "armor": {
200
203
  "description": "Flag used when merging generic variants",
201
204
  "type": "boolean"
@@ -377,6 +380,9 @@
377
380
  "customProperties": {
378
381
  "$ref": "items-shared.json#/$defs/customProperties"
379
382
  },
383
+ "acSpecial": {
384
+ "$ref": "items-shared.json#/$defs/itemAcSpecial"
385
+ },
380
386
  "currencyConversion": {
381
387
  "description": "ID of a value conversion table. Homebrew only.",
382
388
  "type": "string"
@@ -524,6 +530,9 @@
524
530
  "strength": {
525
531
  "type": "string"
526
532
  },
533
+ "dexterityMax": {
534
+ "$ref": "items-shared.json#/$defs/itemDexterityMax"
535
+ },
527
536
  "armor": {
528
537
  "description": "Flag used when merging generic variants",
529
538
  "type": "boolean"
@@ -705,6 +714,9 @@
705
714
  "customProperties": {
706
715
  "$ref": "items-shared.json#/$defs/customProperties"
707
716
  },
717
+ "acSpecial": {
718
+ "$ref": "items-shared.json#/$defs/itemAcSpecial"
719
+ },
708
720
  "currencyConversion": {
709
721
  "description": "ID of a value conversion table. Homebrew only.",
710
722
  "type": "string"
@@ -856,6 +868,9 @@
856
868
  "strength": {
857
869
  "type": "string"
858
870
  },
871
+ "dexterityMax": {
872
+ "$ref": "items-shared.json#/$defs/itemDexterityMax"
873
+ },
859
874
  "armor": {
860
875
  "description": "Flag used when merging generic variants",
861
876
  "type": "boolean"
@@ -1037,6 +1052,9 @@
1037
1052
  "customProperties": {
1038
1053
  "$ref": "items-shared.json#/$defs/customProperties"
1039
1054
  },
1055
+ "acSpecial": {
1056
+ "$ref": "items-shared.json#/$defs/itemAcSpecial"
1057
+ },
1040
1058
  "currencyConversion": {
1041
1059
  "description": "ID of a value conversion table. Homebrew only.",
1042
1060
  "type": "string"
@@ -281,6 +281,13 @@
281
281
  "itemReach": {
282
282
  "type": "integer"
283
283
  },
284
+ "itemDexterityMax": {
285
+ "description": "Maximum dexterity modifier for medium armor.",
286
+ "type": [
287
+ "integer",
288
+ "null"
289
+ ]
290
+ },
284
291
  "customProperties": {
285
292
  "description": "An unrestricted area for custom properties to be stored.",
286
293
  "type": "object",
@@ -293,6 +300,10 @@
293
300
  ]
294
301
  }
295
302
  },
303
+ "itemAcSpecial": {
304
+ "description": "Free text field for homebrew use.",
305
+ "type": "string"
306
+ },
296
307
  "fluff": {
297
308
  "description": "This is intended to be used for Homebrew only - site data should include a fluff file per source.",
298
309
  "anyOf": [
@@ -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.7",
4
+ "version": "1.14.8",
5
5
  "type": "object",
6
6
  "$defs": {
7
7
  "itemData": {
@@ -125,11 +125,7 @@
125
125
  ]
126
126
  },
127
127
  "dexterityMax": {
128
- "description": "Maximum dexterity modifier for medium armor.",
129
- "type": [
130
- "integer",
131
- "null"
132
- ]
128
+ "$ref": "items-shared.json#/$defs/itemDexterityMax"
133
129
  },
134
130
  "firearm": {
135
131
  "type": "boolean"
@@ -547,8 +543,7 @@
547
543
  "$ref": "items-shared.json#/$defs/customProperties"
548
544
  },
549
545
  "acSpecial": {
550
- "description": "Free text field for homebrew use.",
551
- "type": "string"
546
+ "$ref": "items-shared.json#/$defs/itemAcSpecial"
552
547
  },
553
548
  "currencyConversion": {
554
549
  "description": "ID of a value conversion table. Homebrew only.",
@@ -722,11 +717,7 @@
722
717
  ]
723
718
  },
724
719
  "dexterityMax": {
725
- "description": "Maximum dexterity modifier for medium armor.",
726
- "type": [
727
- "integer",
728
- "null"
729
- ]
720
+ "$ref": "items-shared.json#/$defs/itemDexterityMax"
730
721
  },
731
722
  "firearm": {
732
723
  "type": "boolean"
@@ -1144,8 +1135,7 @@
1144
1135
  "$ref": "items-shared.json#/$defs/customProperties"
1145
1136
  },
1146
1137
  "acSpecial": {
1147
- "description": "Free text field for homebrew use.",
1148
- "type": "string"
1138
+ "$ref": "items-shared.json#/$defs/itemAcSpecial"
1149
1139
  },
1150
1140
  "currencyConversion": {
1151
1141
  "description": "ID of a value conversion table. Homebrew only.",
@@ -1314,11 +1304,7 @@
1314
1304
  ]
1315
1305
  },
1316
1306
  "dexterityMax": {
1317
- "description": "Maximum dexterity modifier for medium armor.",
1318
- "type": [
1319
- "integer",
1320
- "null"
1321
- ]
1307
+ "$ref": "items-shared.json#/$defs/itemDexterityMax"
1322
1308
  },
1323
1309
  "firearm": {
1324
1310
  "type": "boolean"
@@ -1736,8 +1722,7 @@
1736
1722
  "$ref": "items-shared.json#/$defs/customProperties"
1737
1723
  },
1738
1724
  "acSpecial": {
1739
- "description": "Free text field for homebrew use.",
1740
- "type": "string"
1725
+ "$ref": "items-shared.json#/$defs/itemAcSpecial"
1741
1726
  },
1742
1727
  "currencyConversion": {
1743
1728
  "description": "ID of a value conversion table. Homebrew only.",
@@ -1911,11 +1896,7 @@
1911
1896
  ]
1912
1897
  },
1913
1898
  "dexterityMax": {
1914
- "description": "Maximum dexterity modifier for medium armor.",
1915
- "type": [
1916
- "integer",
1917
- "null"
1918
- ]
1899
+ "$ref": "items-shared.json#/$defs/itemDexterityMax"
1919
1900
  },
1920
1901
  "firearm": {
1921
1902
  "type": "boolean"
@@ -2333,8 +2314,7 @@
2333
2314
  "$ref": "items-shared.json#/$defs/customProperties"
2334
2315
  },
2335
2316
  "acSpecial": {
2336
- "description": "Free text field for homebrew use.",
2337
- "type": "string"
2317
+ "$ref": "items-shared.json#/$defs/itemAcSpecial"
2338
2318
  },
2339
2319
  "currencyConversion": {
2340
2320
  "description": "ID of a value conversion table. Homebrew only.",
@@ -2507,11 +2487,7 @@
2507
2487
  ]
2508
2488
  },
2509
2489
  "dexterityMax": {
2510
- "description": "Maximum dexterity modifier for medium armor.",
2511
- "type": [
2512
- "integer",
2513
- "null"
2514
- ]
2490
+ "$ref": "items-shared.json#/$defs/itemDexterityMax"
2515
2491
  },
2516
2492
  "firearm": {
2517
2493
  "type": "boolean"
@@ -2929,8 +2905,7 @@
2929
2905
  "$ref": "items-shared.json#/$defs/customProperties"
2930
2906
  },
2931
2907
  "acSpecial": {
2932
- "description": "Free text field for homebrew use.",
2933
- "type": "string"
2908
+ "$ref": "items-shared.json#/$defs/itemAcSpecial"
2934
2909
  },
2935
2910
  "currencyConversion": {
2936
2911
  "description": "ID of a value conversion table. Homebrew only.",
@@ -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.13",
4
+ "version": "1.8.14",
5
5
  "type": "object",
6
6
  "$defs": {
7
7
  "_magicvariantItemBase": {
@@ -243,6 +243,9 @@
243
243
  "null"
244
244
  ]
245
245
  },
246
+ "dexterityMax": {
247
+ "$ref": "items-shared.json#/$defs/itemDexterityMax"
248
+ },
246
249
  "wondrous": {
247
250
  "type": "boolean"
248
251
  },
@@ -343,6 +346,9 @@
343
346
  "description": "An unrestricted area for custom properties to be stored.",
344
347
  "type": "object"
345
348
  },
349
+ "acSpecial": {
350
+ "$ref": "items-shared.json#/$defs/itemAcSpecial"
351
+ },
346
352
  "currencyConversion": {
347
353
  "description": "ID of a value conversion table. Homebrew only.",
348
354
  "type": "string"
@@ -748,6 +754,9 @@
748
754
  "null"
749
755
  ]
750
756
  },
757
+ "dexterityMax": {
758
+ "$ref": "items-shared.json#/$defs/itemDexterityMax"
759
+ },
751
760
  "wondrous": {
752
761
  "type": "boolean"
753
762
  },
@@ -848,6 +857,9 @@
848
857
  "description": "An unrestricted area for custom properties to be stored.",
849
858
  "type": "object"
850
859
  },
860
+ "acSpecial": {
861
+ "$ref": "items-shared.json#/$defs/itemAcSpecial"
862
+ },
851
863
  "currencyConversion": {
852
864
  "description": "ID of a value conversion table. Homebrew only.",
853
865
  "type": "string"
@@ -1262,6 +1274,9 @@
1262
1274
  "null"
1263
1275
  ]
1264
1276
  },
1277
+ "dexterityMax": {
1278
+ "$ref": "items-shared.json#/$defs/itemDexterityMax"
1279
+ },
1265
1280
  "wondrous": {
1266
1281
  "type": "boolean"
1267
1282
  },
@@ -1362,6 +1377,9 @@
1362
1377
  "description": "An unrestricted area for custom properties to be stored.",
1363
1378
  "type": "object"
1364
1379
  },
1380
+ "acSpecial": {
1381
+ "$ref": "items-shared.json#/$defs/itemAcSpecial"
1382
+ },
1365
1383
  "currencyConversion": {
1366
1384
  "description": "ID of a value conversion table. Homebrew only.",
1367
1385
  "type": "string"
@@ -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.17",
4
+ "version": "1.5.18",
5
5
  "type": "object",
6
6
  "$defs": {
7
7
  "itemLookupBase": {
@@ -196,6 +196,9 @@
196
196
  "strength": {
197
197
  "type": "string"
198
198
  },
199
+ "dexterityMax": {
200
+ "$ref": "items-shared.json#/$defs/itemDexterityMax"
201
+ },
199
202
  "armor": {
200
203
  "description": "Flag used when merging generic variants",
201
204
  "type": "boolean"
@@ -377,6 +380,9 @@
377
380
  "customProperties": {
378
381
  "$ref": "items-shared.json#/$defs/customProperties"
379
382
  },
383
+ "acSpecial": {
384
+ "$ref": "items-shared.json#/$defs/itemAcSpecial"
385
+ },
380
386
  "currencyConversion": {
381
387
  "description": "ID of a value conversion table. Homebrew only.",
382
388
  "type": "string"
@@ -524,6 +530,9 @@
524
530
  "strength": {
525
531
  "type": "string"
526
532
  },
533
+ "dexterityMax": {
534
+ "$ref": "items-shared.json#/$defs/itemDexterityMax"
535
+ },
527
536
  "armor": {
528
537
  "description": "Flag used when merging generic variants",
529
538
  "type": "boolean"
@@ -705,6 +714,9 @@
705
714
  "customProperties": {
706
715
  "$ref": "items-shared.json#/$defs/customProperties"
707
716
  },
717
+ "acSpecial": {
718
+ "$ref": "items-shared.json#/$defs/itemAcSpecial"
719
+ },
708
720
  "currencyConversion": {
709
721
  "description": "ID of a value conversion table. Homebrew only.",
710
722
  "type": "string"
@@ -856,6 +868,9 @@
856
868
  "strength": {
857
869
  "type": "string"
858
870
  },
871
+ "dexterityMax": {
872
+ "$ref": "items-shared.json#/$defs/itemDexterityMax"
873
+ },
859
874
  "armor": {
860
875
  "description": "Flag used when merging generic variants",
861
876
  "type": "boolean"
@@ -1037,6 +1052,9 @@
1037
1052
  "customProperties": {
1038
1053
  "$ref": "items-shared.json#/$defs/customProperties"
1039
1054
  },
1055
+ "acSpecial": {
1056
+ "$ref": "items-shared.json#/$defs/itemAcSpecial"
1057
+ },
1040
1058
  "currencyConversion": {
1041
1059
  "description": "ID of a value conversion table. Homebrew only.",
1042
1060
  "type": "string"
@@ -281,6 +281,13 @@
281
281
  "itemReach": {
282
282
  "type": "integer"
283
283
  },
284
+ "itemDexterityMax": {
285
+ "description": "Maximum dexterity modifier for medium armor.",
286
+ "type": [
287
+ "integer",
288
+ "null"
289
+ ]
290
+ },
284
291
  "customProperties": {
285
292
  "description": "An unrestricted area for custom properties to be stored.",
286
293
  "type": "object",
@@ -293,6 +300,10 @@
293
300
  ]
294
301
  }
295
302
  },
303
+ "itemAcSpecial": {
304
+ "description": "Free text field for homebrew use.",
305
+ "type": "string"
306
+ },
296
307
  "fluff": {
297
308
  "description": "This is intended to be used for Homebrew only - site data should include a fluff file per source.",
298
309
  "anyOf": [
@@ -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.7",
4
+ "version": "1.14.8",
5
5
  "type": "object",
6
6
  "$defs": {
7
7
  "itemData": {
@@ -125,11 +125,7 @@
125
125
  ]
126
126
  },
127
127
  "dexterityMax": {
128
- "description": "Maximum dexterity modifier for medium armor.",
129
- "type": [
130
- "integer",
131
- "null"
132
- ]
128
+ "$ref": "items-shared.json#/$defs/itemDexterityMax"
133
129
  },
134
130
  "firearm": {
135
131
  "type": "boolean"
@@ -547,8 +543,7 @@
547
543
  "$ref": "items-shared.json#/$defs/customProperties"
548
544
  },
549
545
  "acSpecial": {
550
- "description": "Free text field for homebrew use.",
551
- "type": "string"
546
+ "$ref": "items-shared.json#/$defs/itemAcSpecial"
552
547
  },
553
548
  "currencyConversion": {
554
549
  "description": "ID of a value conversion table. Homebrew only.",
@@ -722,11 +717,7 @@
722
717
  ]
723
718
  },
724
719
  "dexterityMax": {
725
- "description": "Maximum dexterity modifier for medium armor.",
726
- "type": [
727
- "integer",
728
- "null"
729
- ]
720
+ "$ref": "items-shared.json#/$defs/itemDexterityMax"
730
721
  },
731
722
  "firearm": {
732
723
  "type": "boolean"
@@ -1144,8 +1135,7 @@
1144
1135
  "$ref": "items-shared.json#/$defs/customProperties"
1145
1136
  },
1146
1137
  "acSpecial": {
1147
- "description": "Free text field for homebrew use.",
1148
- "type": "string"
1138
+ "$ref": "items-shared.json#/$defs/itemAcSpecial"
1149
1139
  },
1150
1140
  "currencyConversion": {
1151
1141
  "description": "ID of a value conversion table. Homebrew only.",
@@ -1314,11 +1304,7 @@
1314
1304
  ]
1315
1305
  },
1316
1306
  "dexterityMax": {
1317
- "description": "Maximum dexterity modifier for medium armor.",
1318
- "type": [
1319
- "integer",
1320
- "null"
1321
- ]
1307
+ "$ref": "items-shared.json#/$defs/itemDexterityMax"
1322
1308
  },
1323
1309
  "firearm": {
1324
1310
  "type": "boolean"
@@ -1736,8 +1722,7 @@
1736
1722
  "$ref": "items-shared.json#/$defs/customProperties"
1737
1723
  },
1738
1724
  "acSpecial": {
1739
- "description": "Free text field for homebrew use.",
1740
- "type": "string"
1725
+ "$ref": "items-shared.json#/$defs/itemAcSpecial"
1741
1726
  },
1742
1727
  "currencyConversion": {
1743
1728
  "description": "ID of a value conversion table. Homebrew only.",
@@ -1911,11 +1896,7 @@
1911
1896
  ]
1912
1897
  },
1913
1898
  "dexterityMax": {
1914
- "description": "Maximum dexterity modifier for medium armor.",
1915
- "type": [
1916
- "integer",
1917
- "null"
1918
- ]
1899
+ "$ref": "items-shared.json#/$defs/itemDexterityMax"
1919
1900
  },
1920
1901
  "firearm": {
1921
1902
  "type": "boolean"
@@ -2333,8 +2314,7 @@
2333
2314
  "$ref": "items-shared.json#/$defs/customProperties"
2334
2315
  },
2335
2316
  "acSpecial": {
2336
- "description": "Free text field for homebrew use.",
2337
- "type": "string"
2317
+ "$ref": "items-shared.json#/$defs/itemAcSpecial"
2338
2318
  },
2339
2319
  "currencyConversion": {
2340
2320
  "description": "ID of a value conversion table. Homebrew only.",
@@ -2507,11 +2487,7 @@
2507
2487
  ]
2508
2488
  },
2509
2489
  "dexterityMax": {
2510
- "description": "Maximum dexterity modifier for medium armor.",
2511
- "type": [
2512
- "integer",
2513
- "null"
2514
- ]
2490
+ "$ref": "items-shared.json#/$defs/itemDexterityMax"
2515
2491
  },
2516
2492
  "firearm": {
2517
2493
  "type": "boolean"
@@ -2929,8 +2905,7 @@
2929
2905
  "$ref": "items-shared.json#/$defs/customProperties"
2930
2906
  },
2931
2907
  "acSpecial": {
2932
- "description": "Free text field for homebrew use.",
2933
- "type": "string"
2908
+ "$ref": "items-shared.json#/$defs/itemAcSpecial"
2934
2909
  },
2935
2910
  "currencyConversion": {
2936
2911
  "description": "ID of a value conversion table. Homebrew only.",
@@ -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.13",
4
+ "version": "1.8.14",
5
5
  "type": "object",
6
6
  "$defs": {
7
7
  "_magicvariantItemBase": {
@@ -243,6 +243,9 @@
243
243
  "null"
244
244
  ]
245
245
  },
246
+ "dexterityMax": {
247
+ "$ref": "items-shared.json#/$defs/itemDexterityMax"
248
+ },
246
249
  "wondrous": {
247
250
  "type": "boolean"
248
251
  },
@@ -343,6 +346,9 @@
343
346
  "description": "An unrestricted area for custom properties to be stored.",
344
347
  "type": "object"
345
348
  },
349
+ "acSpecial": {
350
+ "$ref": "items-shared.json#/$defs/itemAcSpecial"
351
+ },
346
352
  "currencyConversion": {
347
353
  "description": "ID of a value conversion table. Homebrew only.",
348
354
  "type": "string"
@@ -748,6 +754,9 @@
748
754
  "null"
749
755
  ]
750
756
  },
757
+ "dexterityMax": {
758
+ "$ref": "items-shared.json#/$defs/itemDexterityMax"
759
+ },
751
760
  "wondrous": {
752
761
  "type": "boolean"
753
762
  },
@@ -848,6 +857,9 @@
848
857
  "description": "An unrestricted area for custom properties to be stored.",
849
858
  "type": "object"
850
859
  },
860
+ "acSpecial": {
861
+ "$ref": "items-shared.json#/$defs/itemAcSpecial"
862
+ },
851
863
  "currencyConversion": {
852
864
  "description": "ID of a value conversion table. Homebrew only.",
853
865
  "type": "string"
@@ -1262,6 +1274,9 @@
1262
1274
  "null"
1263
1275
  ]
1264
1276
  },
1277
+ "dexterityMax": {
1278
+ "$ref": "items-shared.json#/$defs/itemDexterityMax"
1279
+ },
1265
1280
  "wondrous": {
1266
1281
  "type": "boolean"
1267
1282
  },
@@ -1362,6 +1377,9 @@
1362
1377
  "description": "An unrestricted area for custom properties to be stored.",
1363
1378
  "type": "object"
1364
1379
  },
1380
+ "acSpecial": {
1381
+ "$ref": "items-shared.json#/$defs/itemAcSpecial"
1382
+ },
1365
1383
  "currencyConversion": {
1366
1384
  "description": "ID of a value conversion table. Homebrew only.",
1367
1385
  "type": "string"
@@ -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.17",
4
+ "version": "1.5.18",
5
5
  "type": "object",
6
6
  "$defs": {
7
7
  "itemLookupBase": {
@@ -198,6 +198,9 @@
198
198
  "strength": {
199
199
  "type": "string"
200
200
  },
201
+ "dexterityMax": {
202
+ "$ref": "items-shared.json#/$defs/itemDexterityMax"
203
+ },
201
204
  "armor": {
202
205
  "description": "Flag used when merging generic variants",
203
206
  "type": "boolean"
@@ -489,6 +492,9 @@
489
492
  "strength": {
490
493
  "type": "string"
491
494
  },
495
+ "dexterityMax": {
496
+ "$ref": "items-shared.json#/$defs/itemDexterityMax"
497
+ },
492
498
  "armor": {
493
499
  "description": "Flag used when merging generic variants",
494
500
  "type": "boolean"
@@ -784,6 +790,9 @@
784
790
  "strength": {
785
791
  "type": "string"
786
792
  },
793
+ "dexterityMax": {
794
+ "$ref": "items-shared.json#/$defs/itemDexterityMax"
795
+ },
787
796
  "armor": {
788
797
  "description": "Flag used when merging generic variants",
789
798
  "type": "boolean"
@@ -280,6 +280,13 @@
280
280
  },
281
281
  "itemReach": {
282
282
  "type": "integer"
283
+ },
284
+ "itemDexterityMax": {
285
+ "description": "Maximum dexterity modifier for medium armor.",
286
+ "type": [
287
+ "integer",
288
+ "null"
289
+ ]
283
290
  }
284
291
  }
285
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.7",
4
+ "version": "1.14.8",
5
5
  "type": "object",
6
6
  "$defs": {
7
7
  "itemData": {
@@ -125,11 +125,7 @@
125
125
  ]
126
126
  },
127
127
  "dexterityMax": {
128
- "description": "Maximum dexterity modifier for medium armor.",
129
- "type": [
130
- "integer",
131
- "null"
132
- ]
128
+ "$ref": "items-shared.json#/$defs/itemDexterityMax"
133
129
  },
134
130
  "firearm": {
135
131
  "type": "boolean"
@@ -677,11 +673,7 @@
677
673
  ]
678
674
  },
679
675
  "dexterityMax": {
680
- "description": "Maximum dexterity modifier for medium armor.",
681
- "type": [
682
- "integer",
683
- "null"
684
- ]
676
+ "$ref": "items-shared.json#/$defs/itemDexterityMax"
685
677
  },
686
678
  "firearm": {
687
679
  "type": "boolean"
@@ -1224,11 +1216,7 @@
1224
1216
  ]
1225
1217
  },
1226
1218
  "dexterityMax": {
1227
- "description": "Maximum dexterity modifier for medium armor.",
1228
- "type": [
1229
- "integer",
1230
- "null"
1231
- ]
1219
+ "$ref": "items-shared.json#/$defs/itemDexterityMax"
1232
1220
  },
1233
1221
  "firearm": {
1234
1222
  "type": "boolean"
@@ -1776,11 +1764,7 @@
1776
1764
  ]
1777
1765
  },
1778
1766
  "dexterityMax": {
1779
- "description": "Maximum dexterity modifier for medium armor.",
1780
- "type": [
1781
- "integer",
1782
- "null"
1783
- ]
1767
+ "$ref": "items-shared.json#/$defs/itemDexterityMax"
1784
1768
  },
1785
1769
  "firearm": {
1786
1770
  "type": "boolean"
@@ -2327,11 +2311,7 @@
2327
2311
  ]
2328
2312
  },
2329
2313
  "dexterityMax": {
2330
- "description": "Maximum dexterity modifier for medium armor.",
2331
- "type": [
2332
- "integer",
2333
- "null"
2334
- ]
2314
+ "$ref": "items-shared.json#/$defs/itemDexterityMax"
2335
2315
  },
2336
2316
  "firearm": {
2337
2317
  "type": "boolean"
@@ -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.13",
4
+ "version": "1.8.14",
5
5
  "type": "object",
6
6
  "$defs": {
7
7
  "_magicvariantItemBase": {
@@ -234,6 +234,9 @@
234
234
  "null"
235
235
  ]
236
236
  },
237
+ "dexterityMax": {
238
+ "$ref": "items-shared.json#/$defs/itemDexterityMax"
239
+ },
237
240
  "wondrous": {
238
241
  "type": "boolean"
239
242
  },
@@ -698,6 +701,9 @@
698
701
  "null"
699
702
  ]
700
703
  },
704
+ "dexterityMax": {
705
+ "$ref": "items-shared.json#/$defs/itemDexterityMax"
706
+ },
701
707
  "wondrous": {
702
708
  "type": "boolean"
703
709
  },
@@ -1171,6 +1177,9 @@
1171
1177
  "null"
1172
1178
  ]
1173
1179
  },
1180
+ "dexterityMax": {
1181
+ "$ref": "items-shared.json#/$defs/itemDexterityMax"
1182
+ },
1174
1183
  "wondrous": {
1175
1184
  "type": "boolean"
1176
1185
  },
@@ -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.17",
4
+ "version": "1.5.18",
5
5
  "type": "object",
6
6
  "$defs": {
7
7
  "itemLookupBase": {
@@ -198,6 +198,9 @@
198
198
  "strength": {
199
199
  "type": "string"
200
200
  },
201
+ "dexterityMax": {
202
+ "$ref": "items-shared.json#/$defs/itemDexterityMax"
203
+ },
201
204
  "armor": {
202
205
  "description": "Flag used when merging generic variants",
203
206
  "type": "boolean"
@@ -489,6 +492,9 @@
489
492
  "strength": {
490
493
  "type": "string"
491
494
  },
495
+ "dexterityMax": {
496
+ "$ref": "items-shared.json#/$defs/itemDexterityMax"
497
+ },
492
498
  "armor": {
493
499
  "description": "Flag used when merging generic variants",
494
500
  "type": "boolean"
@@ -784,6 +790,9 @@
784
790
  "strength": {
785
791
  "type": "string"
786
792
  },
793
+ "dexterityMax": {
794
+ "$ref": "items-shared.json#/$defs/itemDexterityMax"
795
+ },
787
796
  "armor": {
788
797
  "description": "Flag used when merging generic variants",
789
798
  "type": "boolean"
@@ -280,6 +280,13 @@
280
280
  },
281
281
  "itemReach": {
282
282
  "type": "integer"
283
+ },
284
+ "itemDexterityMax": {
285
+ "description": "Maximum dexterity modifier for medium armor.",
286
+ "type": [
287
+ "integer",
288
+ "null"
289
+ ]
283
290
  }
284
291
  }
285
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.7",
4
+ "version": "1.14.8",
5
5
  "type": "object",
6
6
  "$defs": {
7
7
  "itemData": {
@@ -125,11 +125,7 @@
125
125
  ]
126
126
  },
127
127
  "dexterityMax": {
128
- "description": "Maximum dexterity modifier for medium armor.",
129
- "type": [
130
- "integer",
131
- "null"
132
- ]
128
+ "$ref": "items-shared.json#/$defs/itemDexterityMax"
133
129
  },
134
130
  "firearm": {
135
131
  "type": "boolean"
@@ -677,11 +673,7 @@
677
673
  ]
678
674
  },
679
675
  "dexterityMax": {
680
- "description": "Maximum dexterity modifier for medium armor.",
681
- "type": [
682
- "integer",
683
- "null"
684
- ]
676
+ "$ref": "items-shared.json#/$defs/itemDexterityMax"
685
677
  },
686
678
  "firearm": {
687
679
  "type": "boolean"
@@ -1224,11 +1216,7 @@
1224
1216
  ]
1225
1217
  },
1226
1218
  "dexterityMax": {
1227
- "description": "Maximum dexterity modifier for medium armor.",
1228
- "type": [
1229
- "integer",
1230
- "null"
1231
- ]
1219
+ "$ref": "items-shared.json#/$defs/itemDexterityMax"
1232
1220
  },
1233
1221
  "firearm": {
1234
1222
  "type": "boolean"
@@ -1776,11 +1764,7 @@
1776
1764
  ]
1777
1765
  },
1778
1766
  "dexterityMax": {
1779
- "description": "Maximum dexterity modifier for medium armor.",
1780
- "type": [
1781
- "integer",
1782
- "null"
1783
- ]
1767
+ "$ref": "items-shared.json#/$defs/itemDexterityMax"
1784
1768
  },
1785
1769
  "firearm": {
1786
1770
  "type": "boolean"
@@ -2327,11 +2311,7 @@
2327
2311
  ]
2328
2312
  },
2329
2313
  "dexterityMax": {
2330
- "description": "Maximum dexterity modifier for medium armor.",
2331
- "type": [
2332
- "integer",
2333
- "null"
2334
- ]
2314
+ "$ref": "items-shared.json#/$defs/itemDexterityMax"
2335
2315
  },
2336
2316
  "firearm": {
2337
2317
  "type": "boolean"
@@ -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.13",
4
+ "version": "1.8.14",
5
5
  "type": "object",
6
6
  "$defs": {
7
7
  "_magicvariantItemBase": {
@@ -234,6 +234,9 @@
234
234
  "null"
235
235
  ]
236
236
  },
237
+ "dexterityMax": {
238
+ "$ref": "items-shared.json#/$defs/itemDexterityMax"
239
+ },
237
240
  "wondrous": {
238
241
  "type": "boolean"
239
242
  },
@@ -698,6 +701,9 @@
698
701
  "null"
699
702
  ]
700
703
  },
704
+ "dexterityMax": {
705
+ "$ref": "items-shared.json#/$defs/itemDexterityMax"
706
+ },
701
707
  "wondrous": {
702
708
  "type": "boolean"
703
709
  },
@@ -1171,6 +1177,9 @@
1171
1177
  "null"
1172
1178
  ]
1173
1179
  },
1180
+ "dexterityMax": {
1181
+ "$ref": "items-shared.json#/$defs/itemDexterityMax"
1182
+ },
1174
1183
  "wondrous": {
1175
1184
  "type": "boolean"
1176
1185
  },
@@ -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.17",
4
+ "version": "1.5.18",
5
5
  "type": "object",
6
6
  "$defs": {
7
7
  "itemLookupBase": {
@@ -198,6 +198,9 @@
198
198
  "strength": {
199
199
  "type": "string"
200
200
  },
201
+ "dexterityMax": {
202
+ "$ref": "items-shared.json#/$defs/itemDexterityMax"
203
+ },
201
204
  "armor": {
202
205
  "description": "Flag used when merging generic variants",
203
206
  "type": "boolean"
@@ -492,6 +495,9 @@
492
495
  "strength": {
493
496
  "type": "string"
494
497
  },
498
+ "dexterityMax": {
499
+ "$ref": "items-shared.json#/$defs/itemDexterityMax"
500
+ },
495
501
  "armor": {
496
502
  "description": "Flag used when merging generic variants",
497
503
  "type": "boolean"
@@ -790,6 +796,9 @@
790
796
  "strength": {
791
797
  "type": "string"
792
798
  },
799
+ "dexterityMax": {
800
+ "$ref": "items-shared.json#/$defs/itemDexterityMax"
801
+ },
793
802
  "armor": {
794
803
  "description": "Flag used when merging generic variants",
795
804
  "type": "boolean"
@@ -281,6 +281,13 @@
281
281
  "itemReach": {
282
282
  "type": "integer"
283
283
  },
284
+ "itemDexterityMax": {
285
+ "description": "Maximum dexterity modifier for medium armor.",
286
+ "type": [
287
+ "integer",
288
+ "null"
289
+ ]
290
+ },
284
291
  "customProperties": {
285
292
  "description": "An unrestricted area for custom properties to be stored.",
286
293
  "type": "object",
@@ -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.7",
4
+ "version": "1.14.8",
5
5
  "type": "object",
6
6
  "$defs": {
7
7
  "itemData": {
@@ -125,11 +125,7 @@
125
125
  ]
126
126
  },
127
127
  "dexterityMax": {
128
- "description": "Maximum dexterity modifier for medium armor.",
129
- "type": [
130
- "integer",
131
- "null"
132
- ]
128
+ "$ref": "items-shared.json#/$defs/itemDexterityMax"
133
129
  },
134
130
  "firearm": {
135
131
  "type": "boolean"
@@ -680,11 +676,7 @@
680
676
  ]
681
677
  },
682
678
  "dexterityMax": {
683
- "description": "Maximum dexterity modifier for medium armor.",
684
- "type": [
685
- "integer",
686
- "null"
687
- ]
679
+ "$ref": "items-shared.json#/$defs/itemDexterityMax"
688
680
  },
689
681
  "firearm": {
690
682
  "type": "boolean"
@@ -1230,11 +1222,7 @@
1230
1222
  ]
1231
1223
  },
1232
1224
  "dexterityMax": {
1233
- "description": "Maximum dexterity modifier for medium armor.",
1234
- "type": [
1235
- "integer",
1236
- "null"
1237
- ]
1225
+ "$ref": "items-shared.json#/$defs/itemDexterityMax"
1238
1226
  },
1239
1227
  "firearm": {
1240
1228
  "type": "boolean"
@@ -1785,11 +1773,7 @@
1785
1773
  ]
1786
1774
  },
1787
1775
  "dexterityMax": {
1788
- "description": "Maximum dexterity modifier for medium armor.",
1789
- "type": [
1790
- "integer",
1791
- "null"
1792
- ]
1776
+ "$ref": "items-shared.json#/$defs/itemDexterityMax"
1793
1777
  },
1794
1778
  "firearm": {
1795
1779
  "type": "boolean"
@@ -2339,11 +2323,7 @@
2339
2323
  ]
2340
2324
  },
2341
2325
  "dexterityMax": {
2342
- "description": "Maximum dexterity modifier for medium armor.",
2343
- "type": [
2344
- "integer",
2345
- "null"
2346
- ]
2326
+ "$ref": "items-shared.json#/$defs/itemDexterityMax"
2347
2327
  },
2348
2328
  "firearm": {
2349
2329
  "type": "boolean"
@@ -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.13",
4
+ "version": "1.8.14",
5
5
  "type": "object",
6
6
  "$defs": {
7
7
  "_magicvariantItemBase": {
@@ -243,6 +243,9 @@
243
243
  "null"
244
244
  ]
245
245
  },
246
+ "dexterityMax": {
247
+ "$ref": "items-shared.json#/$defs/itemDexterityMax"
248
+ },
246
249
  "wondrous": {
247
250
  "type": "boolean"
248
251
  },
@@ -726,6 +729,9 @@
726
729
  "null"
727
730
  ]
728
731
  },
732
+ "dexterityMax": {
733
+ "$ref": "items-shared.json#/$defs/itemDexterityMax"
734
+ },
729
735
  "wondrous": {
730
736
  "type": "boolean"
731
737
  },
@@ -1218,6 +1224,9 @@
1218
1224
  "null"
1219
1225
  ]
1220
1226
  },
1227
+ "dexterityMax": {
1228
+ "$ref": "items-shared.json#/$defs/itemDexterityMax"
1229
+ },
1221
1230
  "wondrous": {
1222
1231
  "type": "boolean"
1223
1232
  },
@@ -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.17",
4
+ "version": "1.5.18",
5
5
  "type": "object",
6
6
  "$defs": {
7
7
  "itemLookupBase": {
@@ -198,6 +198,9 @@
198
198
  "strength": {
199
199
  "type": "string"
200
200
  },
201
+ "dexterityMax": {
202
+ "$ref": "items-shared.json#/$defs/itemDexterityMax"
203
+ },
201
204
  "armor": {
202
205
  "description": "Flag used when merging generic variants",
203
206
  "type": "boolean"
@@ -492,6 +495,9 @@
492
495
  "strength": {
493
496
  "type": "string"
494
497
  },
498
+ "dexterityMax": {
499
+ "$ref": "items-shared.json#/$defs/itemDexterityMax"
500
+ },
495
501
  "armor": {
496
502
  "description": "Flag used when merging generic variants",
497
503
  "type": "boolean"
@@ -790,6 +796,9 @@
790
796
  "strength": {
791
797
  "type": "string"
792
798
  },
799
+ "dexterityMax": {
800
+ "$ref": "items-shared.json#/$defs/itemDexterityMax"
801
+ },
793
802
  "armor": {
794
803
  "description": "Flag used when merging generic variants",
795
804
  "type": "boolean"
@@ -281,6 +281,13 @@
281
281
  "itemReach": {
282
282
  "type": "integer"
283
283
  },
284
+ "itemDexterityMax": {
285
+ "description": "Maximum dexterity modifier for medium armor.",
286
+ "type": [
287
+ "integer",
288
+ "null"
289
+ ]
290
+ },
284
291
  "customProperties": {
285
292
  "description": "An unrestricted area for custom properties to be stored.",
286
293
  "type": "object",
@@ -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.7",
4
+ "version": "1.14.8",
5
5
  "type": "object",
6
6
  "$defs": {
7
7
  "itemData": {
@@ -125,11 +125,7 @@
125
125
  ]
126
126
  },
127
127
  "dexterityMax": {
128
- "description": "Maximum dexterity modifier for medium armor.",
129
- "type": [
130
- "integer",
131
- "null"
132
- ]
128
+ "$ref": "items-shared.json#/$defs/itemDexterityMax"
133
129
  },
134
130
  "firearm": {
135
131
  "type": "boolean"
@@ -680,11 +676,7 @@
680
676
  ]
681
677
  },
682
678
  "dexterityMax": {
683
- "description": "Maximum dexterity modifier for medium armor.",
684
- "type": [
685
- "integer",
686
- "null"
687
- ]
679
+ "$ref": "items-shared.json#/$defs/itemDexterityMax"
688
680
  },
689
681
  "firearm": {
690
682
  "type": "boolean"
@@ -1230,11 +1222,7 @@
1230
1222
  ]
1231
1223
  },
1232
1224
  "dexterityMax": {
1233
- "description": "Maximum dexterity modifier for medium armor.",
1234
- "type": [
1235
- "integer",
1236
- "null"
1237
- ]
1225
+ "$ref": "items-shared.json#/$defs/itemDexterityMax"
1238
1226
  },
1239
1227
  "firearm": {
1240
1228
  "type": "boolean"
@@ -1785,11 +1773,7 @@
1785
1773
  ]
1786
1774
  },
1787
1775
  "dexterityMax": {
1788
- "description": "Maximum dexterity modifier for medium armor.",
1789
- "type": [
1790
- "integer",
1791
- "null"
1792
- ]
1776
+ "$ref": "items-shared.json#/$defs/itemDexterityMax"
1793
1777
  },
1794
1778
  "firearm": {
1795
1779
  "type": "boolean"
@@ -2339,11 +2323,7 @@
2339
2323
  ]
2340
2324
  },
2341
2325
  "dexterityMax": {
2342
- "description": "Maximum dexterity modifier for medium armor.",
2343
- "type": [
2344
- "integer",
2345
- "null"
2346
- ]
2326
+ "$ref": "items-shared.json#/$defs/itemDexterityMax"
2347
2327
  },
2348
2328
  "firearm": {
2349
2329
  "type": "boolean"
@@ -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.13",
4
+ "version": "1.8.14",
5
5
  "type": "object",
6
6
  "$defs": {
7
7
  "_magicvariantItemBase": {
@@ -243,6 +243,9 @@
243
243
  "null"
244
244
  ]
245
245
  },
246
+ "dexterityMax": {
247
+ "$ref": "items-shared.json#/$defs/itemDexterityMax"
248
+ },
246
249
  "wondrous": {
247
250
  "type": "boolean"
248
251
  },
@@ -726,6 +729,9 @@
726
729
  "null"
727
730
  ]
728
731
  },
732
+ "dexterityMax": {
733
+ "$ref": "items-shared.json#/$defs/itemDexterityMax"
734
+ },
729
735
  "wondrous": {
730
736
  "type": "boolean"
731
737
  },
@@ -1218,6 +1224,9 @@
1218
1224
  "null"
1219
1225
  ]
1220
1226
  },
1227
+ "dexterityMax": {
1228
+ "$ref": "items-shared.json#/$defs/itemDexterityMax"
1229
+ },
1221
1230
  "wondrous": {
1222
1231
  "type": "boolean"
1223
1232
  },