5etools-utils 0.12.21 → 0.12.23
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 +1 -1
- package/schema/brew/items-base.json +25 -1
- package/schema/brew/magicvariants.json +70 -1
- package/schema/brew-fast/items-base.json +25 -1
- package/schema/brew-fast/magicvariants.json +70 -1
- package/schema/site/items-base.json +25 -1
- package/schema/site/magicvariants.json +70 -1
- package/schema/site-fast/items-base.json +25 -1
- package/schema/site-fast/magicvariants.json +70 -1
- package/schema/ua/items-base.json +25 -1
- package/schema/ua/magicvariants.json +70 -1
- package/schema/ua-fast/items-base.json +25 -1
- package/schema/ua-fast/magicvariants.json +70 -1
package/package.json
CHANGED
|
@@ -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.
|
|
4
|
+
"version": "1.5.24",
|
|
5
5
|
"type": "object",
|
|
6
6
|
"$defs": {
|
|
7
7
|
"itemLookupBase": {
|
|
@@ -253,6 +253,14 @@
|
|
|
253
253
|
"description": "Flag used when merging generic variants",
|
|
254
254
|
"type": "boolean"
|
|
255
255
|
},
|
|
256
|
+
"lance": {
|
|
257
|
+
"description": "Flag used when merging generic variants",
|
|
258
|
+
"type": "boolean"
|
|
259
|
+
},
|
|
260
|
+
"rapier": {
|
|
261
|
+
"description": "Flag used when merging generic variants",
|
|
262
|
+
"type": "boolean"
|
|
263
|
+
},
|
|
256
264
|
"arrow": {
|
|
257
265
|
"description": "Flag used when merging generic variants",
|
|
258
266
|
"type": "boolean"
|
|
@@ -566,6 +574,14 @@
|
|
|
566
574
|
"description": "Flag used when merging generic variants",
|
|
567
575
|
"type": "boolean"
|
|
568
576
|
},
|
|
577
|
+
"lance": {
|
|
578
|
+
"description": "Flag used when merging generic variants",
|
|
579
|
+
"type": "boolean"
|
|
580
|
+
},
|
|
581
|
+
"rapier": {
|
|
582
|
+
"description": "Flag used when merging generic variants",
|
|
583
|
+
"type": "boolean"
|
|
584
|
+
},
|
|
569
585
|
"arrow": {
|
|
570
586
|
"description": "Flag used when merging generic variants",
|
|
571
587
|
"type": "boolean"
|
|
@@ -883,6 +899,14 @@
|
|
|
883
899
|
"description": "Flag used when merging generic variants",
|
|
884
900
|
"type": "boolean"
|
|
885
901
|
},
|
|
902
|
+
"lance": {
|
|
903
|
+
"description": "Flag used when merging generic variants",
|
|
904
|
+
"type": "boolean"
|
|
905
|
+
},
|
|
906
|
+
"rapier": {
|
|
907
|
+
"description": "Flag used when merging generic variants",
|
|
908
|
+
"type": "boolean"
|
|
909
|
+
},
|
|
886
910
|
"arrow": {
|
|
887
911
|
"description": "Flag used when merging generic variants",
|
|
888
912
|
"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.
|
|
4
|
+
"version": "1.8.21",
|
|
5
5
|
"type": "object",
|
|
6
6
|
"$defs": {
|
|
7
7
|
"_magicvariantItemBase": {
|
|
@@ -87,6 +87,12 @@
|
|
|
87
87
|
"polearm": {
|
|
88
88
|
"type": "boolean"
|
|
89
89
|
},
|
|
90
|
+
"lance": {
|
|
91
|
+
"type": "boolean"
|
|
92
|
+
},
|
|
93
|
+
"rapier": {
|
|
94
|
+
"type": "boolean"
|
|
95
|
+
},
|
|
90
96
|
"arrow": {
|
|
91
97
|
"type": "boolean"
|
|
92
98
|
},
|
|
@@ -102,6 +108,9 @@
|
|
|
102
108
|
"weaponCategory": {
|
|
103
109
|
"$ref": "items-shared.json#/$defs/itemWeaponCategory"
|
|
104
110
|
},
|
|
111
|
+
"staff": {
|
|
112
|
+
"type": "boolean"
|
|
113
|
+
},
|
|
105
114
|
"customProperties": {
|
|
106
115
|
"description": "A more restrictive area for custom boolean-only properties to be stored.",
|
|
107
116
|
"type": "object",
|
|
@@ -112,6 +121,7 @@
|
|
|
112
121
|
}
|
|
113
122
|
}
|
|
114
123
|
},
|
|
124
|
+
"minProperties": 1,
|
|
115
125
|
"additionalProperties": false
|
|
116
126
|
}
|
|
117
127
|
},
|
|
@@ -328,6 +338,9 @@
|
|
|
328
338
|
"weaponCategory": {
|
|
329
339
|
"$ref": "items-shared.json#/$defs/itemWeaponCategory"
|
|
330
340
|
},
|
|
341
|
+
"weight": {
|
|
342
|
+
"type": "number"
|
|
343
|
+
},
|
|
331
344
|
"weightMult": {
|
|
332
345
|
"type": "number"
|
|
333
346
|
},
|
|
@@ -460,6 +473,12 @@
|
|
|
460
473
|
"polearm": {
|
|
461
474
|
"type": "boolean"
|
|
462
475
|
},
|
|
476
|
+
"lance": {
|
|
477
|
+
"type": "boolean"
|
|
478
|
+
},
|
|
479
|
+
"rapier": {
|
|
480
|
+
"type": "boolean"
|
|
481
|
+
},
|
|
463
482
|
"arrow": {
|
|
464
483
|
"type": "boolean"
|
|
465
484
|
},
|
|
@@ -475,10 +494,14 @@
|
|
|
475
494
|
"weaponCategory": {
|
|
476
495
|
"$ref": "items-shared.json#/$defs/itemWeaponCategory"
|
|
477
496
|
},
|
|
497
|
+
"staff": {
|
|
498
|
+
"type": "boolean"
|
|
499
|
+
},
|
|
478
500
|
"customProperties": {
|
|
479
501
|
"$ref": "items-shared.json#/$defs/customProperties"
|
|
480
502
|
}
|
|
481
503
|
},
|
|
504
|
+
"minProperties": 1,
|
|
482
505
|
"additionalProperties": false
|
|
483
506
|
},
|
|
484
507
|
"noDisplay": {
|
|
@@ -619,6 +642,12 @@
|
|
|
619
642
|
"polearm": {
|
|
620
643
|
"type": "boolean"
|
|
621
644
|
},
|
|
645
|
+
"lance": {
|
|
646
|
+
"type": "boolean"
|
|
647
|
+
},
|
|
648
|
+
"rapier": {
|
|
649
|
+
"type": "boolean"
|
|
650
|
+
},
|
|
622
651
|
"arrow": {
|
|
623
652
|
"type": "boolean"
|
|
624
653
|
},
|
|
@@ -634,6 +663,9 @@
|
|
|
634
663
|
"weaponCategory": {
|
|
635
664
|
"$ref": "items-shared.json#/$defs/itemWeaponCategory"
|
|
636
665
|
},
|
|
666
|
+
"staff": {
|
|
667
|
+
"type": "boolean"
|
|
668
|
+
},
|
|
637
669
|
"customProperties": {
|
|
638
670
|
"description": "A more restrictive area for custom boolean-only properties to be stored.",
|
|
639
671
|
"type": "object",
|
|
@@ -644,6 +676,7 @@
|
|
|
644
676
|
}
|
|
645
677
|
}
|
|
646
678
|
},
|
|
679
|
+
"minProperties": 1,
|
|
647
680
|
"additionalProperties": false
|
|
648
681
|
}
|
|
649
682
|
},
|
|
@@ -860,6 +893,9 @@
|
|
|
860
893
|
"weaponCategory": {
|
|
861
894
|
"$ref": "items-shared.json#/$defs/itemWeaponCategory"
|
|
862
895
|
},
|
|
896
|
+
"weight": {
|
|
897
|
+
"type": "number"
|
|
898
|
+
},
|
|
863
899
|
"weightMult": {
|
|
864
900
|
"type": "number"
|
|
865
901
|
},
|
|
@@ -997,6 +1033,12 @@
|
|
|
997
1033
|
"polearm": {
|
|
998
1034
|
"type": "boolean"
|
|
999
1035
|
},
|
|
1036
|
+
"lance": {
|
|
1037
|
+
"type": "boolean"
|
|
1038
|
+
},
|
|
1039
|
+
"rapier": {
|
|
1040
|
+
"type": "boolean"
|
|
1041
|
+
},
|
|
1000
1042
|
"arrow": {
|
|
1001
1043
|
"type": "boolean"
|
|
1002
1044
|
},
|
|
@@ -1012,10 +1054,14 @@
|
|
|
1012
1054
|
"weaponCategory": {
|
|
1013
1055
|
"$ref": "items-shared.json#/$defs/itemWeaponCategory"
|
|
1014
1056
|
},
|
|
1057
|
+
"staff": {
|
|
1058
|
+
"type": "boolean"
|
|
1059
|
+
},
|
|
1015
1060
|
"customProperties": {
|
|
1016
1061
|
"$ref": "items-shared.json#/$defs/customProperties"
|
|
1017
1062
|
}
|
|
1018
1063
|
},
|
|
1064
|
+
"minProperties": 1,
|
|
1019
1065
|
"additionalProperties": false
|
|
1020
1066
|
},
|
|
1021
1067
|
"noDisplay": {
|
|
@@ -1161,6 +1207,12 @@
|
|
|
1161
1207
|
"polearm": {
|
|
1162
1208
|
"type": "boolean"
|
|
1163
1209
|
},
|
|
1210
|
+
"lance": {
|
|
1211
|
+
"type": "boolean"
|
|
1212
|
+
},
|
|
1213
|
+
"rapier": {
|
|
1214
|
+
"type": "boolean"
|
|
1215
|
+
},
|
|
1164
1216
|
"arrow": {
|
|
1165
1217
|
"type": "boolean"
|
|
1166
1218
|
},
|
|
@@ -1176,6 +1228,9 @@
|
|
|
1176
1228
|
"weaponCategory": {
|
|
1177
1229
|
"$ref": "items-shared.json#/$defs/itemWeaponCategory"
|
|
1178
1230
|
},
|
|
1231
|
+
"staff": {
|
|
1232
|
+
"type": "boolean"
|
|
1233
|
+
},
|
|
1179
1234
|
"customProperties": {
|
|
1180
1235
|
"description": "A more restrictive area for custom boolean-only properties to be stored.",
|
|
1181
1236
|
"type": "object",
|
|
@@ -1186,6 +1241,7 @@
|
|
|
1186
1241
|
}
|
|
1187
1242
|
}
|
|
1188
1243
|
},
|
|
1244
|
+
"minProperties": 1,
|
|
1189
1245
|
"additionalProperties": false
|
|
1190
1246
|
}
|
|
1191
1247
|
},
|
|
@@ -1402,6 +1458,9 @@
|
|
|
1402
1458
|
"weaponCategory": {
|
|
1403
1459
|
"$ref": "items-shared.json#/$defs/itemWeaponCategory"
|
|
1404
1460
|
},
|
|
1461
|
+
"weight": {
|
|
1462
|
+
"type": "number"
|
|
1463
|
+
},
|
|
1405
1464
|
"weightMult": {
|
|
1406
1465
|
"type": "number"
|
|
1407
1466
|
},
|
|
@@ -1538,6 +1597,12 @@
|
|
|
1538
1597
|
"polearm": {
|
|
1539
1598
|
"type": "boolean"
|
|
1540
1599
|
},
|
|
1600
|
+
"lance": {
|
|
1601
|
+
"type": "boolean"
|
|
1602
|
+
},
|
|
1603
|
+
"rapier": {
|
|
1604
|
+
"type": "boolean"
|
|
1605
|
+
},
|
|
1541
1606
|
"arrow": {
|
|
1542
1607
|
"type": "boolean"
|
|
1543
1608
|
},
|
|
@@ -1553,10 +1618,14 @@
|
|
|
1553
1618
|
"weaponCategory": {
|
|
1554
1619
|
"$ref": "items-shared.json#/$defs/itemWeaponCategory"
|
|
1555
1620
|
},
|
|
1621
|
+
"staff": {
|
|
1622
|
+
"type": "boolean"
|
|
1623
|
+
},
|
|
1556
1624
|
"customProperties": {
|
|
1557
1625
|
"$ref": "items-shared.json#/$defs/customProperties"
|
|
1558
1626
|
}
|
|
1559
1627
|
},
|
|
1628
|
+
"minProperties": 1,
|
|
1560
1629
|
"additionalProperties": false
|
|
1561
1630
|
},
|
|
1562
1631
|
"noDisplay": {
|
|
@@ -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.
|
|
4
|
+
"version": "1.5.24",
|
|
5
5
|
"type": "object",
|
|
6
6
|
"$defs": {
|
|
7
7
|
"itemLookupBase": {
|
|
@@ -253,6 +253,14 @@
|
|
|
253
253
|
"description": "Flag used when merging generic variants",
|
|
254
254
|
"type": "boolean"
|
|
255
255
|
},
|
|
256
|
+
"lance": {
|
|
257
|
+
"description": "Flag used when merging generic variants",
|
|
258
|
+
"type": "boolean"
|
|
259
|
+
},
|
|
260
|
+
"rapier": {
|
|
261
|
+
"description": "Flag used when merging generic variants",
|
|
262
|
+
"type": "boolean"
|
|
263
|
+
},
|
|
256
264
|
"arrow": {
|
|
257
265
|
"description": "Flag used when merging generic variants",
|
|
258
266
|
"type": "boolean"
|
|
@@ -566,6 +574,14 @@
|
|
|
566
574
|
"description": "Flag used when merging generic variants",
|
|
567
575
|
"type": "boolean"
|
|
568
576
|
},
|
|
577
|
+
"lance": {
|
|
578
|
+
"description": "Flag used when merging generic variants",
|
|
579
|
+
"type": "boolean"
|
|
580
|
+
},
|
|
581
|
+
"rapier": {
|
|
582
|
+
"description": "Flag used when merging generic variants",
|
|
583
|
+
"type": "boolean"
|
|
584
|
+
},
|
|
569
585
|
"arrow": {
|
|
570
586
|
"description": "Flag used when merging generic variants",
|
|
571
587
|
"type": "boolean"
|
|
@@ -883,6 +899,14 @@
|
|
|
883
899
|
"description": "Flag used when merging generic variants",
|
|
884
900
|
"type": "boolean"
|
|
885
901
|
},
|
|
902
|
+
"lance": {
|
|
903
|
+
"description": "Flag used when merging generic variants",
|
|
904
|
+
"type": "boolean"
|
|
905
|
+
},
|
|
906
|
+
"rapier": {
|
|
907
|
+
"description": "Flag used when merging generic variants",
|
|
908
|
+
"type": "boolean"
|
|
909
|
+
},
|
|
886
910
|
"arrow": {
|
|
887
911
|
"description": "Flag used when merging generic variants",
|
|
888
912
|
"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.
|
|
4
|
+
"version": "1.8.21",
|
|
5
5
|
"type": "object",
|
|
6
6
|
"$defs": {
|
|
7
7
|
"_magicvariantItemBase": {
|
|
@@ -87,6 +87,12 @@
|
|
|
87
87
|
"polearm": {
|
|
88
88
|
"type": "boolean"
|
|
89
89
|
},
|
|
90
|
+
"lance": {
|
|
91
|
+
"type": "boolean"
|
|
92
|
+
},
|
|
93
|
+
"rapier": {
|
|
94
|
+
"type": "boolean"
|
|
95
|
+
},
|
|
90
96
|
"arrow": {
|
|
91
97
|
"type": "boolean"
|
|
92
98
|
},
|
|
@@ -102,6 +108,9 @@
|
|
|
102
108
|
"weaponCategory": {
|
|
103
109
|
"$ref": "items-shared.json#/$defs/itemWeaponCategory"
|
|
104
110
|
},
|
|
111
|
+
"staff": {
|
|
112
|
+
"type": "boolean"
|
|
113
|
+
},
|
|
105
114
|
"customProperties": {
|
|
106
115
|
"description": "A more restrictive area for custom boolean-only properties to be stored.",
|
|
107
116
|
"type": "object",
|
|
@@ -112,6 +121,7 @@
|
|
|
112
121
|
}
|
|
113
122
|
}
|
|
114
123
|
},
|
|
124
|
+
"minProperties": 1,
|
|
115
125
|
"additionalProperties": false
|
|
116
126
|
}
|
|
117
127
|
},
|
|
@@ -328,6 +338,9 @@
|
|
|
328
338
|
"weaponCategory": {
|
|
329
339
|
"$ref": "items-shared.json#/$defs/itemWeaponCategory"
|
|
330
340
|
},
|
|
341
|
+
"weight": {
|
|
342
|
+
"type": "number"
|
|
343
|
+
},
|
|
331
344
|
"weightMult": {
|
|
332
345
|
"type": "number"
|
|
333
346
|
},
|
|
@@ -460,6 +473,12 @@
|
|
|
460
473
|
"polearm": {
|
|
461
474
|
"type": "boolean"
|
|
462
475
|
},
|
|
476
|
+
"lance": {
|
|
477
|
+
"type": "boolean"
|
|
478
|
+
},
|
|
479
|
+
"rapier": {
|
|
480
|
+
"type": "boolean"
|
|
481
|
+
},
|
|
463
482
|
"arrow": {
|
|
464
483
|
"type": "boolean"
|
|
465
484
|
},
|
|
@@ -475,10 +494,14 @@
|
|
|
475
494
|
"weaponCategory": {
|
|
476
495
|
"$ref": "items-shared.json#/$defs/itemWeaponCategory"
|
|
477
496
|
},
|
|
497
|
+
"staff": {
|
|
498
|
+
"type": "boolean"
|
|
499
|
+
},
|
|
478
500
|
"customProperties": {
|
|
479
501
|
"$ref": "items-shared.json#/$defs/customProperties"
|
|
480
502
|
}
|
|
481
503
|
},
|
|
504
|
+
"minProperties": 1,
|
|
482
505
|
"additionalProperties": false
|
|
483
506
|
},
|
|
484
507
|
"noDisplay": {
|
|
@@ -619,6 +642,12 @@
|
|
|
619
642
|
"polearm": {
|
|
620
643
|
"type": "boolean"
|
|
621
644
|
},
|
|
645
|
+
"lance": {
|
|
646
|
+
"type": "boolean"
|
|
647
|
+
},
|
|
648
|
+
"rapier": {
|
|
649
|
+
"type": "boolean"
|
|
650
|
+
},
|
|
622
651
|
"arrow": {
|
|
623
652
|
"type": "boolean"
|
|
624
653
|
},
|
|
@@ -634,6 +663,9 @@
|
|
|
634
663
|
"weaponCategory": {
|
|
635
664
|
"$ref": "items-shared.json#/$defs/itemWeaponCategory"
|
|
636
665
|
},
|
|
666
|
+
"staff": {
|
|
667
|
+
"type": "boolean"
|
|
668
|
+
},
|
|
637
669
|
"customProperties": {
|
|
638
670
|
"description": "A more restrictive area for custom boolean-only properties to be stored.",
|
|
639
671
|
"type": "object",
|
|
@@ -644,6 +676,7 @@
|
|
|
644
676
|
}
|
|
645
677
|
}
|
|
646
678
|
},
|
|
679
|
+
"minProperties": 1,
|
|
647
680
|
"additionalProperties": false
|
|
648
681
|
}
|
|
649
682
|
},
|
|
@@ -860,6 +893,9 @@
|
|
|
860
893
|
"weaponCategory": {
|
|
861
894
|
"$ref": "items-shared.json#/$defs/itemWeaponCategory"
|
|
862
895
|
},
|
|
896
|
+
"weight": {
|
|
897
|
+
"type": "number"
|
|
898
|
+
},
|
|
863
899
|
"weightMult": {
|
|
864
900
|
"type": "number"
|
|
865
901
|
},
|
|
@@ -997,6 +1033,12 @@
|
|
|
997
1033
|
"polearm": {
|
|
998
1034
|
"type": "boolean"
|
|
999
1035
|
},
|
|
1036
|
+
"lance": {
|
|
1037
|
+
"type": "boolean"
|
|
1038
|
+
},
|
|
1039
|
+
"rapier": {
|
|
1040
|
+
"type": "boolean"
|
|
1041
|
+
},
|
|
1000
1042
|
"arrow": {
|
|
1001
1043
|
"type": "boolean"
|
|
1002
1044
|
},
|
|
@@ -1012,10 +1054,14 @@
|
|
|
1012
1054
|
"weaponCategory": {
|
|
1013
1055
|
"$ref": "items-shared.json#/$defs/itemWeaponCategory"
|
|
1014
1056
|
},
|
|
1057
|
+
"staff": {
|
|
1058
|
+
"type": "boolean"
|
|
1059
|
+
},
|
|
1015
1060
|
"customProperties": {
|
|
1016
1061
|
"$ref": "items-shared.json#/$defs/customProperties"
|
|
1017
1062
|
}
|
|
1018
1063
|
},
|
|
1064
|
+
"minProperties": 1,
|
|
1019
1065
|
"additionalProperties": false
|
|
1020
1066
|
},
|
|
1021
1067
|
"noDisplay": {
|
|
@@ -1161,6 +1207,12 @@
|
|
|
1161
1207
|
"polearm": {
|
|
1162
1208
|
"type": "boolean"
|
|
1163
1209
|
},
|
|
1210
|
+
"lance": {
|
|
1211
|
+
"type": "boolean"
|
|
1212
|
+
},
|
|
1213
|
+
"rapier": {
|
|
1214
|
+
"type": "boolean"
|
|
1215
|
+
},
|
|
1164
1216
|
"arrow": {
|
|
1165
1217
|
"type": "boolean"
|
|
1166
1218
|
},
|
|
@@ -1176,6 +1228,9 @@
|
|
|
1176
1228
|
"weaponCategory": {
|
|
1177
1229
|
"$ref": "items-shared.json#/$defs/itemWeaponCategory"
|
|
1178
1230
|
},
|
|
1231
|
+
"staff": {
|
|
1232
|
+
"type": "boolean"
|
|
1233
|
+
},
|
|
1179
1234
|
"customProperties": {
|
|
1180
1235
|
"description": "A more restrictive area for custom boolean-only properties to be stored.",
|
|
1181
1236
|
"type": "object",
|
|
@@ -1186,6 +1241,7 @@
|
|
|
1186
1241
|
}
|
|
1187
1242
|
}
|
|
1188
1243
|
},
|
|
1244
|
+
"minProperties": 1,
|
|
1189
1245
|
"additionalProperties": false
|
|
1190
1246
|
}
|
|
1191
1247
|
},
|
|
@@ -1402,6 +1458,9 @@
|
|
|
1402
1458
|
"weaponCategory": {
|
|
1403
1459
|
"$ref": "items-shared.json#/$defs/itemWeaponCategory"
|
|
1404
1460
|
},
|
|
1461
|
+
"weight": {
|
|
1462
|
+
"type": "number"
|
|
1463
|
+
},
|
|
1405
1464
|
"weightMult": {
|
|
1406
1465
|
"type": "number"
|
|
1407
1466
|
},
|
|
@@ -1538,6 +1597,12 @@
|
|
|
1538
1597
|
"polearm": {
|
|
1539
1598
|
"type": "boolean"
|
|
1540
1599
|
},
|
|
1600
|
+
"lance": {
|
|
1601
|
+
"type": "boolean"
|
|
1602
|
+
},
|
|
1603
|
+
"rapier": {
|
|
1604
|
+
"type": "boolean"
|
|
1605
|
+
},
|
|
1541
1606
|
"arrow": {
|
|
1542
1607
|
"type": "boolean"
|
|
1543
1608
|
},
|
|
@@ -1553,10 +1618,14 @@
|
|
|
1553
1618
|
"weaponCategory": {
|
|
1554
1619
|
"$ref": "items-shared.json#/$defs/itemWeaponCategory"
|
|
1555
1620
|
},
|
|
1621
|
+
"staff": {
|
|
1622
|
+
"type": "boolean"
|
|
1623
|
+
},
|
|
1556
1624
|
"customProperties": {
|
|
1557
1625
|
"$ref": "items-shared.json#/$defs/customProperties"
|
|
1558
1626
|
}
|
|
1559
1627
|
},
|
|
1628
|
+
"minProperties": 1,
|
|
1560
1629
|
"additionalProperties": false
|
|
1561
1630
|
},
|
|
1562
1631
|
"noDisplay": {
|
|
@@ -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.
|
|
4
|
+
"version": "1.5.24",
|
|
5
5
|
"type": "object",
|
|
6
6
|
"$defs": {
|
|
7
7
|
"itemLookupBase": {
|
|
@@ -255,6 +255,14 @@
|
|
|
255
255
|
"description": "Flag used when merging generic variants",
|
|
256
256
|
"type": "boolean"
|
|
257
257
|
},
|
|
258
|
+
"lance": {
|
|
259
|
+
"description": "Flag used when merging generic variants",
|
|
260
|
+
"type": "boolean"
|
|
261
|
+
},
|
|
262
|
+
"rapier": {
|
|
263
|
+
"description": "Flag used when merging generic variants",
|
|
264
|
+
"type": "boolean"
|
|
265
|
+
},
|
|
258
266
|
"arrow": {
|
|
259
267
|
"description": "Flag used when merging generic variants",
|
|
260
268
|
"type": "boolean"
|
|
@@ -528,6 +536,14 @@
|
|
|
528
536
|
"description": "Flag used when merging generic variants",
|
|
529
537
|
"type": "boolean"
|
|
530
538
|
},
|
|
539
|
+
"lance": {
|
|
540
|
+
"description": "Flag used when merging generic variants",
|
|
541
|
+
"type": "boolean"
|
|
542
|
+
},
|
|
543
|
+
"rapier": {
|
|
544
|
+
"description": "Flag used when merging generic variants",
|
|
545
|
+
"type": "boolean"
|
|
546
|
+
},
|
|
531
547
|
"arrow": {
|
|
532
548
|
"description": "Flag used when merging generic variants",
|
|
533
549
|
"type": "boolean"
|
|
@@ -805,6 +821,14 @@
|
|
|
805
821
|
"description": "Flag used when merging generic variants",
|
|
806
822
|
"type": "boolean"
|
|
807
823
|
},
|
|
824
|
+
"lance": {
|
|
825
|
+
"description": "Flag used when merging generic variants",
|
|
826
|
+
"type": "boolean"
|
|
827
|
+
},
|
|
828
|
+
"rapier": {
|
|
829
|
+
"description": "Flag used when merging generic variants",
|
|
830
|
+
"type": "boolean"
|
|
831
|
+
},
|
|
808
832
|
"arrow": {
|
|
809
833
|
"description": "Flag used when merging generic variants",
|
|
810
834
|
"type": "boolean"
|