5etools-utils 0.12.22 → 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 +64 -1
- package/schema/brew-fast/items-base.json +25 -1
- package/schema/brew-fast/magicvariants.json +64 -1
- package/schema/site/items-base.json +25 -1
- package/schema/site/magicvariants.json +64 -1
- package/schema/site-fast/items-base.json +25 -1
- package/schema/site-fast/magicvariants.json +64 -1
- package/schema/ua/items-base.json +25 -1
- package/schema/ua/magicvariants.json +64 -1
- package/schema/ua-fast/items-base.json +25 -1
- package/schema/ua-fast/magicvariants.json +64 -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",
|
|
@@ -329,6 +338,9 @@
|
|
|
329
338
|
"weaponCategory": {
|
|
330
339
|
"$ref": "items-shared.json#/$defs/itemWeaponCategory"
|
|
331
340
|
},
|
|
341
|
+
"weight": {
|
|
342
|
+
"type": "number"
|
|
343
|
+
},
|
|
332
344
|
"weightMult": {
|
|
333
345
|
"type": "number"
|
|
334
346
|
},
|
|
@@ -461,6 +473,12 @@
|
|
|
461
473
|
"polearm": {
|
|
462
474
|
"type": "boolean"
|
|
463
475
|
},
|
|
476
|
+
"lance": {
|
|
477
|
+
"type": "boolean"
|
|
478
|
+
},
|
|
479
|
+
"rapier": {
|
|
480
|
+
"type": "boolean"
|
|
481
|
+
},
|
|
464
482
|
"arrow": {
|
|
465
483
|
"type": "boolean"
|
|
466
484
|
},
|
|
@@ -476,6 +494,9 @@
|
|
|
476
494
|
"weaponCategory": {
|
|
477
495
|
"$ref": "items-shared.json#/$defs/itemWeaponCategory"
|
|
478
496
|
},
|
|
497
|
+
"staff": {
|
|
498
|
+
"type": "boolean"
|
|
499
|
+
},
|
|
479
500
|
"customProperties": {
|
|
480
501
|
"$ref": "items-shared.json#/$defs/customProperties"
|
|
481
502
|
}
|
|
@@ -621,6 +642,12 @@
|
|
|
621
642
|
"polearm": {
|
|
622
643
|
"type": "boolean"
|
|
623
644
|
},
|
|
645
|
+
"lance": {
|
|
646
|
+
"type": "boolean"
|
|
647
|
+
},
|
|
648
|
+
"rapier": {
|
|
649
|
+
"type": "boolean"
|
|
650
|
+
},
|
|
624
651
|
"arrow": {
|
|
625
652
|
"type": "boolean"
|
|
626
653
|
},
|
|
@@ -636,6 +663,9 @@
|
|
|
636
663
|
"weaponCategory": {
|
|
637
664
|
"$ref": "items-shared.json#/$defs/itemWeaponCategory"
|
|
638
665
|
},
|
|
666
|
+
"staff": {
|
|
667
|
+
"type": "boolean"
|
|
668
|
+
},
|
|
639
669
|
"customProperties": {
|
|
640
670
|
"description": "A more restrictive area for custom boolean-only properties to be stored.",
|
|
641
671
|
"type": "object",
|
|
@@ -863,6 +893,9 @@
|
|
|
863
893
|
"weaponCategory": {
|
|
864
894
|
"$ref": "items-shared.json#/$defs/itemWeaponCategory"
|
|
865
895
|
},
|
|
896
|
+
"weight": {
|
|
897
|
+
"type": "number"
|
|
898
|
+
},
|
|
866
899
|
"weightMult": {
|
|
867
900
|
"type": "number"
|
|
868
901
|
},
|
|
@@ -1000,6 +1033,12 @@
|
|
|
1000
1033
|
"polearm": {
|
|
1001
1034
|
"type": "boolean"
|
|
1002
1035
|
},
|
|
1036
|
+
"lance": {
|
|
1037
|
+
"type": "boolean"
|
|
1038
|
+
},
|
|
1039
|
+
"rapier": {
|
|
1040
|
+
"type": "boolean"
|
|
1041
|
+
},
|
|
1003
1042
|
"arrow": {
|
|
1004
1043
|
"type": "boolean"
|
|
1005
1044
|
},
|
|
@@ -1015,6 +1054,9 @@
|
|
|
1015
1054
|
"weaponCategory": {
|
|
1016
1055
|
"$ref": "items-shared.json#/$defs/itemWeaponCategory"
|
|
1017
1056
|
},
|
|
1057
|
+
"staff": {
|
|
1058
|
+
"type": "boolean"
|
|
1059
|
+
},
|
|
1018
1060
|
"customProperties": {
|
|
1019
1061
|
"$ref": "items-shared.json#/$defs/customProperties"
|
|
1020
1062
|
}
|
|
@@ -1165,6 +1207,12 @@
|
|
|
1165
1207
|
"polearm": {
|
|
1166
1208
|
"type": "boolean"
|
|
1167
1209
|
},
|
|
1210
|
+
"lance": {
|
|
1211
|
+
"type": "boolean"
|
|
1212
|
+
},
|
|
1213
|
+
"rapier": {
|
|
1214
|
+
"type": "boolean"
|
|
1215
|
+
},
|
|
1168
1216
|
"arrow": {
|
|
1169
1217
|
"type": "boolean"
|
|
1170
1218
|
},
|
|
@@ -1180,6 +1228,9 @@
|
|
|
1180
1228
|
"weaponCategory": {
|
|
1181
1229
|
"$ref": "items-shared.json#/$defs/itemWeaponCategory"
|
|
1182
1230
|
},
|
|
1231
|
+
"staff": {
|
|
1232
|
+
"type": "boolean"
|
|
1233
|
+
},
|
|
1183
1234
|
"customProperties": {
|
|
1184
1235
|
"description": "A more restrictive area for custom boolean-only properties to be stored.",
|
|
1185
1236
|
"type": "object",
|
|
@@ -1407,6 +1458,9 @@
|
|
|
1407
1458
|
"weaponCategory": {
|
|
1408
1459
|
"$ref": "items-shared.json#/$defs/itemWeaponCategory"
|
|
1409
1460
|
},
|
|
1461
|
+
"weight": {
|
|
1462
|
+
"type": "number"
|
|
1463
|
+
},
|
|
1410
1464
|
"weightMult": {
|
|
1411
1465
|
"type": "number"
|
|
1412
1466
|
},
|
|
@@ -1543,6 +1597,12 @@
|
|
|
1543
1597
|
"polearm": {
|
|
1544
1598
|
"type": "boolean"
|
|
1545
1599
|
},
|
|
1600
|
+
"lance": {
|
|
1601
|
+
"type": "boolean"
|
|
1602
|
+
},
|
|
1603
|
+
"rapier": {
|
|
1604
|
+
"type": "boolean"
|
|
1605
|
+
},
|
|
1546
1606
|
"arrow": {
|
|
1547
1607
|
"type": "boolean"
|
|
1548
1608
|
},
|
|
@@ -1558,6 +1618,9 @@
|
|
|
1558
1618
|
"weaponCategory": {
|
|
1559
1619
|
"$ref": "items-shared.json#/$defs/itemWeaponCategory"
|
|
1560
1620
|
},
|
|
1621
|
+
"staff": {
|
|
1622
|
+
"type": "boolean"
|
|
1623
|
+
},
|
|
1561
1624
|
"customProperties": {
|
|
1562
1625
|
"$ref": "items-shared.json#/$defs/customProperties"
|
|
1563
1626
|
}
|
|
@@ -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",
|
|
@@ -329,6 +338,9 @@
|
|
|
329
338
|
"weaponCategory": {
|
|
330
339
|
"$ref": "items-shared.json#/$defs/itemWeaponCategory"
|
|
331
340
|
},
|
|
341
|
+
"weight": {
|
|
342
|
+
"type": "number"
|
|
343
|
+
},
|
|
332
344
|
"weightMult": {
|
|
333
345
|
"type": "number"
|
|
334
346
|
},
|
|
@@ -461,6 +473,12 @@
|
|
|
461
473
|
"polearm": {
|
|
462
474
|
"type": "boolean"
|
|
463
475
|
},
|
|
476
|
+
"lance": {
|
|
477
|
+
"type": "boolean"
|
|
478
|
+
},
|
|
479
|
+
"rapier": {
|
|
480
|
+
"type": "boolean"
|
|
481
|
+
},
|
|
464
482
|
"arrow": {
|
|
465
483
|
"type": "boolean"
|
|
466
484
|
},
|
|
@@ -476,6 +494,9 @@
|
|
|
476
494
|
"weaponCategory": {
|
|
477
495
|
"$ref": "items-shared.json#/$defs/itemWeaponCategory"
|
|
478
496
|
},
|
|
497
|
+
"staff": {
|
|
498
|
+
"type": "boolean"
|
|
499
|
+
},
|
|
479
500
|
"customProperties": {
|
|
480
501
|
"$ref": "items-shared.json#/$defs/customProperties"
|
|
481
502
|
}
|
|
@@ -621,6 +642,12 @@
|
|
|
621
642
|
"polearm": {
|
|
622
643
|
"type": "boolean"
|
|
623
644
|
},
|
|
645
|
+
"lance": {
|
|
646
|
+
"type": "boolean"
|
|
647
|
+
},
|
|
648
|
+
"rapier": {
|
|
649
|
+
"type": "boolean"
|
|
650
|
+
},
|
|
624
651
|
"arrow": {
|
|
625
652
|
"type": "boolean"
|
|
626
653
|
},
|
|
@@ -636,6 +663,9 @@
|
|
|
636
663
|
"weaponCategory": {
|
|
637
664
|
"$ref": "items-shared.json#/$defs/itemWeaponCategory"
|
|
638
665
|
},
|
|
666
|
+
"staff": {
|
|
667
|
+
"type": "boolean"
|
|
668
|
+
},
|
|
639
669
|
"customProperties": {
|
|
640
670
|
"description": "A more restrictive area for custom boolean-only properties to be stored.",
|
|
641
671
|
"type": "object",
|
|
@@ -863,6 +893,9 @@
|
|
|
863
893
|
"weaponCategory": {
|
|
864
894
|
"$ref": "items-shared.json#/$defs/itemWeaponCategory"
|
|
865
895
|
},
|
|
896
|
+
"weight": {
|
|
897
|
+
"type": "number"
|
|
898
|
+
},
|
|
866
899
|
"weightMult": {
|
|
867
900
|
"type": "number"
|
|
868
901
|
},
|
|
@@ -1000,6 +1033,12 @@
|
|
|
1000
1033
|
"polearm": {
|
|
1001
1034
|
"type": "boolean"
|
|
1002
1035
|
},
|
|
1036
|
+
"lance": {
|
|
1037
|
+
"type": "boolean"
|
|
1038
|
+
},
|
|
1039
|
+
"rapier": {
|
|
1040
|
+
"type": "boolean"
|
|
1041
|
+
},
|
|
1003
1042
|
"arrow": {
|
|
1004
1043
|
"type": "boolean"
|
|
1005
1044
|
},
|
|
@@ -1015,6 +1054,9 @@
|
|
|
1015
1054
|
"weaponCategory": {
|
|
1016
1055
|
"$ref": "items-shared.json#/$defs/itemWeaponCategory"
|
|
1017
1056
|
},
|
|
1057
|
+
"staff": {
|
|
1058
|
+
"type": "boolean"
|
|
1059
|
+
},
|
|
1018
1060
|
"customProperties": {
|
|
1019
1061
|
"$ref": "items-shared.json#/$defs/customProperties"
|
|
1020
1062
|
}
|
|
@@ -1165,6 +1207,12 @@
|
|
|
1165
1207
|
"polearm": {
|
|
1166
1208
|
"type": "boolean"
|
|
1167
1209
|
},
|
|
1210
|
+
"lance": {
|
|
1211
|
+
"type": "boolean"
|
|
1212
|
+
},
|
|
1213
|
+
"rapier": {
|
|
1214
|
+
"type": "boolean"
|
|
1215
|
+
},
|
|
1168
1216
|
"arrow": {
|
|
1169
1217
|
"type": "boolean"
|
|
1170
1218
|
},
|
|
@@ -1180,6 +1228,9 @@
|
|
|
1180
1228
|
"weaponCategory": {
|
|
1181
1229
|
"$ref": "items-shared.json#/$defs/itemWeaponCategory"
|
|
1182
1230
|
},
|
|
1231
|
+
"staff": {
|
|
1232
|
+
"type": "boolean"
|
|
1233
|
+
},
|
|
1183
1234
|
"customProperties": {
|
|
1184
1235
|
"description": "A more restrictive area for custom boolean-only properties to be stored.",
|
|
1185
1236
|
"type": "object",
|
|
@@ -1407,6 +1458,9 @@
|
|
|
1407
1458
|
"weaponCategory": {
|
|
1408
1459
|
"$ref": "items-shared.json#/$defs/itemWeaponCategory"
|
|
1409
1460
|
},
|
|
1461
|
+
"weight": {
|
|
1462
|
+
"type": "number"
|
|
1463
|
+
},
|
|
1410
1464
|
"weightMult": {
|
|
1411
1465
|
"type": "number"
|
|
1412
1466
|
},
|
|
@@ -1543,6 +1597,12 @@
|
|
|
1543
1597
|
"polearm": {
|
|
1544
1598
|
"type": "boolean"
|
|
1545
1599
|
},
|
|
1600
|
+
"lance": {
|
|
1601
|
+
"type": "boolean"
|
|
1602
|
+
},
|
|
1603
|
+
"rapier": {
|
|
1604
|
+
"type": "boolean"
|
|
1605
|
+
},
|
|
1546
1606
|
"arrow": {
|
|
1547
1607
|
"type": "boolean"
|
|
1548
1608
|
},
|
|
@@ -1558,6 +1618,9 @@
|
|
|
1558
1618
|
"weaponCategory": {
|
|
1559
1619
|
"$ref": "items-shared.json#/$defs/itemWeaponCategory"
|
|
1560
1620
|
},
|
|
1621
|
+
"staff": {
|
|
1622
|
+
"type": "boolean"
|
|
1623
|
+
},
|
|
1561
1624
|
"customProperties": {
|
|
1562
1625
|
"$ref": "items-shared.json#/$defs/customProperties"
|
|
1563
1626
|
}
|
|
@@ -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"
|
|
@@ -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
|
},
|
|
@@ -101,6 +107,9 @@
|
|
|
101
107
|
},
|
|
102
108
|
"weaponCategory": {
|
|
103
109
|
"$ref": "items-shared.json#/$defs/itemWeaponCategory"
|
|
110
|
+
},
|
|
111
|
+
"staff": {
|
|
112
|
+
"type": "boolean"
|
|
104
113
|
}
|
|
105
114
|
},
|
|
106
115
|
"minProperties": 1,
|
|
@@ -320,6 +329,9 @@
|
|
|
320
329
|
"weaponCategory": {
|
|
321
330
|
"$ref": "items-shared.json#/$defs/itemWeaponCategory"
|
|
322
331
|
},
|
|
332
|
+
"weight": {
|
|
333
|
+
"type": "number"
|
|
334
|
+
},
|
|
323
335
|
"weightMult": {
|
|
324
336
|
"type": "number"
|
|
325
337
|
},
|
|
@@ -438,6 +450,12 @@
|
|
|
438
450
|
"polearm": {
|
|
439
451
|
"type": "boolean"
|
|
440
452
|
},
|
|
453
|
+
"lance": {
|
|
454
|
+
"type": "boolean"
|
|
455
|
+
},
|
|
456
|
+
"rapier": {
|
|
457
|
+
"type": "boolean"
|
|
458
|
+
},
|
|
441
459
|
"arrow": {
|
|
442
460
|
"type": "boolean"
|
|
443
461
|
},
|
|
@@ -452,6 +470,9 @@
|
|
|
452
470
|
},
|
|
453
471
|
"weaponCategory": {
|
|
454
472
|
"$ref": "items-shared.json#/$defs/itemWeaponCategory"
|
|
473
|
+
},
|
|
474
|
+
"staff": {
|
|
475
|
+
"type": "boolean"
|
|
455
476
|
}
|
|
456
477
|
},
|
|
457
478
|
"minProperties": 1,
|
|
@@ -577,6 +598,12 @@
|
|
|
577
598
|
"polearm": {
|
|
578
599
|
"type": "boolean"
|
|
579
600
|
},
|
|
601
|
+
"lance": {
|
|
602
|
+
"type": "boolean"
|
|
603
|
+
},
|
|
604
|
+
"rapier": {
|
|
605
|
+
"type": "boolean"
|
|
606
|
+
},
|
|
580
607
|
"arrow": {
|
|
581
608
|
"type": "boolean"
|
|
582
609
|
},
|
|
@@ -591,6 +618,9 @@
|
|
|
591
618
|
},
|
|
592
619
|
"weaponCategory": {
|
|
593
620
|
"$ref": "items-shared.json#/$defs/itemWeaponCategory"
|
|
621
|
+
},
|
|
622
|
+
"staff": {
|
|
623
|
+
"type": "boolean"
|
|
594
624
|
}
|
|
595
625
|
},
|
|
596
626
|
"minProperties": 1,
|
|
@@ -810,6 +840,9 @@
|
|
|
810
840
|
"weaponCategory": {
|
|
811
841
|
"$ref": "items-shared.json#/$defs/itemWeaponCategory"
|
|
812
842
|
},
|
|
843
|
+
"weight": {
|
|
844
|
+
"type": "number"
|
|
845
|
+
},
|
|
813
846
|
"weightMult": {
|
|
814
847
|
"type": "number"
|
|
815
848
|
},
|
|
@@ -933,6 +966,12 @@
|
|
|
933
966
|
"polearm": {
|
|
934
967
|
"type": "boolean"
|
|
935
968
|
},
|
|
969
|
+
"lance": {
|
|
970
|
+
"type": "boolean"
|
|
971
|
+
},
|
|
972
|
+
"rapier": {
|
|
973
|
+
"type": "boolean"
|
|
974
|
+
},
|
|
936
975
|
"arrow": {
|
|
937
976
|
"type": "boolean"
|
|
938
977
|
},
|
|
@@ -947,6 +986,9 @@
|
|
|
947
986
|
},
|
|
948
987
|
"weaponCategory": {
|
|
949
988
|
"$ref": "items-shared.json#/$defs/itemWeaponCategory"
|
|
989
|
+
},
|
|
990
|
+
"staff": {
|
|
991
|
+
"type": "boolean"
|
|
950
992
|
}
|
|
951
993
|
},
|
|
952
994
|
"minProperties": 1,
|
|
@@ -1077,6 +1119,12 @@
|
|
|
1077
1119
|
"polearm": {
|
|
1078
1120
|
"type": "boolean"
|
|
1079
1121
|
},
|
|
1122
|
+
"lance": {
|
|
1123
|
+
"type": "boolean"
|
|
1124
|
+
},
|
|
1125
|
+
"rapier": {
|
|
1126
|
+
"type": "boolean"
|
|
1127
|
+
},
|
|
1080
1128
|
"arrow": {
|
|
1081
1129
|
"type": "boolean"
|
|
1082
1130
|
},
|
|
@@ -1091,6 +1139,9 @@
|
|
|
1091
1139
|
},
|
|
1092
1140
|
"weaponCategory": {
|
|
1093
1141
|
"$ref": "items-shared.json#/$defs/itemWeaponCategory"
|
|
1142
|
+
},
|
|
1143
|
+
"staff": {
|
|
1144
|
+
"type": "boolean"
|
|
1094
1145
|
}
|
|
1095
1146
|
},
|
|
1096
1147
|
"minProperties": 1,
|
|
@@ -1310,6 +1361,9 @@
|
|
|
1310
1361
|
"weaponCategory": {
|
|
1311
1362
|
"$ref": "items-shared.json#/$defs/itemWeaponCategory"
|
|
1312
1363
|
},
|
|
1364
|
+
"weight": {
|
|
1365
|
+
"type": "number"
|
|
1366
|
+
},
|
|
1313
1367
|
"weightMult": {
|
|
1314
1368
|
"type": "number"
|
|
1315
1369
|
},
|
|
@@ -1432,6 +1486,12 @@
|
|
|
1432
1486
|
"polearm": {
|
|
1433
1487
|
"type": "boolean"
|
|
1434
1488
|
},
|
|
1489
|
+
"lance": {
|
|
1490
|
+
"type": "boolean"
|
|
1491
|
+
},
|
|
1492
|
+
"rapier": {
|
|
1493
|
+
"type": "boolean"
|
|
1494
|
+
},
|
|
1435
1495
|
"arrow": {
|
|
1436
1496
|
"type": "boolean"
|
|
1437
1497
|
},
|
|
@@ -1446,6 +1506,9 @@
|
|
|
1446
1506
|
},
|
|
1447
1507
|
"weaponCategory": {
|
|
1448
1508
|
"$ref": "items-shared.json#/$defs/itemWeaponCategory"
|
|
1509
|
+
},
|
|
1510
|
+
"staff": {
|
|
1511
|
+
"type": "boolean"
|
|
1449
1512
|
}
|
|
1450
1513
|
},
|
|
1451
1514
|
"minProperties": 1,
|
|
@@ -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"
|
|
@@ -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
|
},
|
|
@@ -101,6 +107,9 @@
|
|
|
101
107
|
},
|
|
102
108
|
"weaponCategory": {
|
|
103
109
|
"$ref": "items-shared.json#/$defs/itemWeaponCategory"
|
|
110
|
+
},
|
|
111
|
+
"staff": {
|
|
112
|
+
"type": "boolean"
|
|
104
113
|
}
|
|
105
114
|
},
|
|
106
115
|
"minProperties": 1,
|
|
@@ -320,6 +329,9 @@
|
|
|
320
329
|
"weaponCategory": {
|
|
321
330
|
"$ref": "items-shared.json#/$defs/itemWeaponCategory"
|
|
322
331
|
},
|
|
332
|
+
"weight": {
|
|
333
|
+
"type": "number"
|
|
334
|
+
},
|
|
323
335
|
"weightMult": {
|
|
324
336
|
"type": "number"
|
|
325
337
|
},
|
|
@@ -438,6 +450,12 @@
|
|
|
438
450
|
"polearm": {
|
|
439
451
|
"type": "boolean"
|
|
440
452
|
},
|
|
453
|
+
"lance": {
|
|
454
|
+
"type": "boolean"
|
|
455
|
+
},
|
|
456
|
+
"rapier": {
|
|
457
|
+
"type": "boolean"
|
|
458
|
+
},
|
|
441
459
|
"arrow": {
|
|
442
460
|
"type": "boolean"
|
|
443
461
|
},
|
|
@@ -452,6 +470,9 @@
|
|
|
452
470
|
},
|
|
453
471
|
"weaponCategory": {
|
|
454
472
|
"$ref": "items-shared.json#/$defs/itemWeaponCategory"
|
|
473
|
+
},
|
|
474
|
+
"staff": {
|
|
475
|
+
"type": "boolean"
|
|
455
476
|
}
|
|
456
477
|
},
|
|
457
478
|
"minProperties": 1,
|
|
@@ -577,6 +598,12 @@
|
|
|
577
598
|
"polearm": {
|
|
578
599
|
"type": "boolean"
|
|
579
600
|
},
|
|
601
|
+
"lance": {
|
|
602
|
+
"type": "boolean"
|
|
603
|
+
},
|
|
604
|
+
"rapier": {
|
|
605
|
+
"type": "boolean"
|
|
606
|
+
},
|
|
580
607
|
"arrow": {
|
|
581
608
|
"type": "boolean"
|
|
582
609
|
},
|
|
@@ -591,6 +618,9 @@
|
|
|
591
618
|
},
|
|
592
619
|
"weaponCategory": {
|
|
593
620
|
"$ref": "items-shared.json#/$defs/itemWeaponCategory"
|
|
621
|
+
},
|
|
622
|
+
"staff": {
|
|
623
|
+
"type": "boolean"
|
|
594
624
|
}
|
|
595
625
|
},
|
|
596
626
|
"minProperties": 1,
|
|
@@ -810,6 +840,9 @@
|
|
|
810
840
|
"weaponCategory": {
|
|
811
841
|
"$ref": "items-shared.json#/$defs/itemWeaponCategory"
|
|
812
842
|
},
|
|
843
|
+
"weight": {
|
|
844
|
+
"type": "number"
|
|
845
|
+
},
|
|
813
846
|
"weightMult": {
|
|
814
847
|
"type": "number"
|
|
815
848
|
},
|
|
@@ -933,6 +966,12 @@
|
|
|
933
966
|
"polearm": {
|
|
934
967
|
"type": "boolean"
|
|
935
968
|
},
|
|
969
|
+
"lance": {
|
|
970
|
+
"type": "boolean"
|
|
971
|
+
},
|
|
972
|
+
"rapier": {
|
|
973
|
+
"type": "boolean"
|
|
974
|
+
},
|
|
936
975
|
"arrow": {
|
|
937
976
|
"type": "boolean"
|
|
938
977
|
},
|
|
@@ -947,6 +986,9 @@
|
|
|
947
986
|
},
|
|
948
987
|
"weaponCategory": {
|
|
949
988
|
"$ref": "items-shared.json#/$defs/itemWeaponCategory"
|
|
989
|
+
},
|
|
990
|
+
"staff": {
|
|
991
|
+
"type": "boolean"
|
|
950
992
|
}
|
|
951
993
|
},
|
|
952
994
|
"minProperties": 1,
|
|
@@ -1077,6 +1119,12 @@
|
|
|
1077
1119
|
"polearm": {
|
|
1078
1120
|
"type": "boolean"
|
|
1079
1121
|
},
|
|
1122
|
+
"lance": {
|
|
1123
|
+
"type": "boolean"
|
|
1124
|
+
},
|
|
1125
|
+
"rapier": {
|
|
1126
|
+
"type": "boolean"
|
|
1127
|
+
},
|
|
1080
1128
|
"arrow": {
|
|
1081
1129
|
"type": "boolean"
|
|
1082
1130
|
},
|
|
@@ -1091,6 +1139,9 @@
|
|
|
1091
1139
|
},
|
|
1092
1140
|
"weaponCategory": {
|
|
1093
1141
|
"$ref": "items-shared.json#/$defs/itemWeaponCategory"
|
|
1142
|
+
},
|
|
1143
|
+
"staff": {
|
|
1144
|
+
"type": "boolean"
|
|
1094
1145
|
}
|
|
1095
1146
|
},
|
|
1096
1147
|
"minProperties": 1,
|
|
@@ -1310,6 +1361,9 @@
|
|
|
1310
1361
|
"weaponCategory": {
|
|
1311
1362
|
"$ref": "items-shared.json#/$defs/itemWeaponCategory"
|
|
1312
1363
|
},
|
|
1364
|
+
"weight": {
|
|
1365
|
+
"type": "number"
|
|
1366
|
+
},
|
|
1313
1367
|
"weightMult": {
|
|
1314
1368
|
"type": "number"
|
|
1315
1369
|
},
|
|
@@ -1432,6 +1486,12 @@
|
|
|
1432
1486
|
"polearm": {
|
|
1433
1487
|
"type": "boolean"
|
|
1434
1488
|
},
|
|
1489
|
+
"lance": {
|
|
1490
|
+
"type": "boolean"
|
|
1491
|
+
},
|
|
1492
|
+
"rapier": {
|
|
1493
|
+
"type": "boolean"
|
|
1494
|
+
},
|
|
1435
1495
|
"arrow": {
|
|
1436
1496
|
"type": "boolean"
|
|
1437
1497
|
},
|
|
@@ -1446,6 +1506,9 @@
|
|
|
1446
1506
|
},
|
|
1447
1507
|
"weaponCategory": {
|
|
1448
1508
|
"$ref": "items-shared.json#/$defs/itemWeaponCategory"
|
|
1509
|
+
},
|
|
1510
|
+
"staff": {
|
|
1511
|
+
"type": "boolean"
|
|
1449
1512
|
}
|
|
1450
1513
|
},
|
|
1451
1514
|
"minProperties": 1,
|
|
@@ -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"
|
|
@@ -531,6 +539,14 @@
|
|
|
531
539
|
"description": "Flag used when merging generic variants",
|
|
532
540
|
"type": "boolean"
|
|
533
541
|
},
|
|
542
|
+
"lance": {
|
|
543
|
+
"description": "Flag used when merging generic variants",
|
|
544
|
+
"type": "boolean"
|
|
545
|
+
},
|
|
546
|
+
"rapier": {
|
|
547
|
+
"description": "Flag used when merging generic variants",
|
|
548
|
+
"type": "boolean"
|
|
549
|
+
},
|
|
534
550
|
"arrow": {
|
|
535
551
|
"description": "Flag used when merging generic variants",
|
|
536
552
|
"type": "boolean"
|
|
@@ -811,6 +827,14 @@
|
|
|
811
827
|
"description": "Flag used when merging generic variants",
|
|
812
828
|
"type": "boolean"
|
|
813
829
|
},
|
|
830
|
+
"lance": {
|
|
831
|
+
"description": "Flag used when merging generic variants",
|
|
832
|
+
"type": "boolean"
|
|
833
|
+
},
|
|
834
|
+
"rapier": {
|
|
835
|
+
"description": "Flag used when merging generic variants",
|
|
836
|
+
"type": "boolean"
|
|
837
|
+
},
|
|
814
838
|
"arrow": {
|
|
815
839
|
"description": "Flag used when merging generic variants",
|
|
816
840
|
"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",
|
|
@@ -329,6 +338,9 @@
|
|
|
329
338
|
"weaponCategory": {
|
|
330
339
|
"$ref": "items-shared.json#/$defs/itemWeaponCategory"
|
|
331
340
|
},
|
|
341
|
+
"weight": {
|
|
342
|
+
"type": "number"
|
|
343
|
+
},
|
|
332
344
|
"weightMult": {
|
|
333
345
|
"type": "number"
|
|
334
346
|
},
|
|
@@ -451,6 +463,12 @@
|
|
|
451
463
|
"polearm": {
|
|
452
464
|
"type": "boolean"
|
|
453
465
|
},
|
|
466
|
+
"lance": {
|
|
467
|
+
"type": "boolean"
|
|
468
|
+
},
|
|
469
|
+
"rapier": {
|
|
470
|
+
"type": "boolean"
|
|
471
|
+
},
|
|
454
472
|
"arrow": {
|
|
455
473
|
"type": "boolean"
|
|
456
474
|
},
|
|
@@ -466,6 +484,9 @@
|
|
|
466
484
|
"weaponCategory": {
|
|
467
485
|
"$ref": "items-shared.json#/$defs/itemWeaponCategory"
|
|
468
486
|
},
|
|
487
|
+
"staff": {
|
|
488
|
+
"type": "boolean"
|
|
489
|
+
},
|
|
469
490
|
"customProperties": {
|
|
470
491
|
"$ref": "items-shared.json#/$defs/customProperties"
|
|
471
492
|
}
|
|
@@ -596,6 +617,12 @@
|
|
|
596
617
|
"polearm": {
|
|
597
618
|
"type": "boolean"
|
|
598
619
|
},
|
|
620
|
+
"lance": {
|
|
621
|
+
"type": "boolean"
|
|
622
|
+
},
|
|
623
|
+
"rapier": {
|
|
624
|
+
"type": "boolean"
|
|
625
|
+
},
|
|
599
626
|
"arrow": {
|
|
600
627
|
"type": "boolean"
|
|
601
628
|
},
|
|
@@ -611,6 +638,9 @@
|
|
|
611
638
|
"weaponCategory": {
|
|
612
639
|
"$ref": "items-shared.json#/$defs/itemWeaponCategory"
|
|
613
640
|
},
|
|
641
|
+
"staff": {
|
|
642
|
+
"type": "boolean"
|
|
643
|
+
},
|
|
614
644
|
"customProperties": {
|
|
615
645
|
"description": "A more restrictive area for custom boolean-only properties to be stored.",
|
|
616
646
|
"type": "object",
|
|
@@ -838,6 +868,9 @@
|
|
|
838
868
|
"weaponCategory": {
|
|
839
869
|
"$ref": "items-shared.json#/$defs/itemWeaponCategory"
|
|
840
870
|
},
|
|
871
|
+
"weight": {
|
|
872
|
+
"type": "number"
|
|
873
|
+
},
|
|
841
874
|
"weightMult": {
|
|
842
875
|
"type": "number"
|
|
843
876
|
},
|
|
@@ -965,6 +998,12 @@
|
|
|
965
998
|
"polearm": {
|
|
966
999
|
"type": "boolean"
|
|
967
1000
|
},
|
|
1001
|
+
"lance": {
|
|
1002
|
+
"type": "boolean"
|
|
1003
|
+
},
|
|
1004
|
+
"rapier": {
|
|
1005
|
+
"type": "boolean"
|
|
1006
|
+
},
|
|
968
1007
|
"arrow": {
|
|
969
1008
|
"type": "boolean"
|
|
970
1009
|
},
|
|
@@ -980,6 +1019,9 @@
|
|
|
980
1019
|
"weaponCategory": {
|
|
981
1020
|
"$ref": "items-shared.json#/$defs/itemWeaponCategory"
|
|
982
1021
|
},
|
|
1022
|
+
"staff": {
|
|
1023
|
+
"type": "boolean"
|
|
1024
|
+
},
|
|
983
1025
|
"customProperties": {
|
|
984
1026
|
"$ref": "items-shared.json#/$defs/customProperties"
|
|
985
1027
|
}
|
|
@@ -1115,6 +1157,12 @@
|
|
|
1115
1157
|
"polearm": {
|
|
1116
1158
|
"type": "boolean"
|
|
1117
1159
|
},
|
|
1160
|
+
"lance": {
|
|
1161
|
+
"type": "boolean"
|
|
1162
|
+
},
|
|
1163
|
+
"rapier": {
|
|
1164
|
+
"type": "boolean"
|
|
1165
|
+
},
|
|
1118
1166
|
"arrow": {
|
|
1119
1167
|
"type": "boolean"
|
|
1120
1168
|
},
|
|
@@ -1130,6 +1178,9 @@
|
|
|
1130
1178
|
"weaponCategory": {
|
|
1131
1179
|
"$ref": "items-shared.json#/$defs/itemWeaponCategory"
|
|
1132
1180
|
},
|
|
1181
|
+
"staff": {
|
|
1182
|
+
"type": "boolean"
|
|
1183
|
+
},
|
|
1133
1184
|
"customProperties": {
|
|
1134
1185
|
"description": "A more restrictive area for custom boolean-only properties to be stored.",
|
|
1135
1186
|
"type": "object",
|
|
@@ -1357,6 +1408,9 @@
|
|
|
1357
1408
|
"weaponCategory": {
|
|
1358
1409
|
"$ref": "items-shared.json#/$defs/itemWeaponCategory"
|
|
1359
1410
|
},
|
|
1411
|
+
"weight": {
|
|
1412
|
+
"type": "number"
|
|
1413
|
+
},
|
|
1360
1414
|
"weightMult": {
|
|
1361
1415
|
"type": "number"
|
|
1362
1416
|
},
|
|
@@ -1483,6 +1537,12 @@
|
|
|
1483
1537
|
"polearm": {
|
|
1484
1538
|
"type": "boolean"
|
|
1485
1539
|
},
|
|
1540
|
+
"lance": {
|
|
1541
|
+
"type": "boolean"
|
|
1542
|
+
},
|
|
1543
|
+
"rapier": {
|
|
1544
|
+
"type": "boolean"
|
|
1545
|
+
},
|
|
1486
1546
|
"arrow": {
|
|
1487
1547
|
"type": "boolean"
|
|
1488
1548
|
},
|
|
@@ -1498,6 +1558,9 @@
|
|
|
1498
1558
|
"weaponCategory": {
|
|
1499
1559
|
"$ref": "items-shared.json#/$defs/itemWeaponCategory"
|
|
1500
1560
|
},
|
|
1561
|
+
"staff": {
|
|
1562
|
+
"type": "boolean"
|
|
1563
|
+
},
|
|
1501
1564
|
"customProperties": {
|
|
1502
1565
|
"$ref": "items-shared.json#/$defs/customProperties"
|
|
1503
1566
|
}
|
|
@@ -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"
|
|
@@ -531,6 +539,14 @@
|
|
|
531
539
|
"description": "Flag used when merging generic variants",
|
|
532
540
|
"type": "boolean"
|
|
533
541
|
},
|
|
542
|
+
"lance": {
|
|
543
|
+
"description": "Flag used when merging generic variants",
|
|
544
|
+
"type": "boolean"
|
|
545
|
+
},
|
|
546
|
+
"rapier": {
|
|
547
|
+
"description": "Flag used when merging generic variants",
|
|
548
|
+
"type": "boolean"
|
|
549
|
+
},
|
|
534
550
|
"arrow": {
|
|
535
551
|
"description": "Flag used when merging generic variants",
|
|
536
552
|
"type": "boolean"
|
|
@@ -811,6 +827,14 @@
|
|
|
811
827
|
"description": "Flag used when merging generic variants",
|
|
812
828
|
"type": "boolean"
|
|
813
829
|
},
|
|
830
|
+
"lance": {
|
|
831
|
+
"description": "Flag used when merging generic variants",
|
|
832
|
+
"type": "boolean"
|
|
833
|
+
},
|
|
834
|
+
"rapier": {
|
|
835
|
+
"description": "Flag used when merging generic variants",
|
|
836
|
+
"type": "boolean"
|
|
837
|
+
},
|
|
814
838
|
"arrow": {
|
|
815
839
|
"description": "Flag used when merging generic variants",
|
|
816
840
|
"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",
|
|
@@ -329,6 +338,9 @@
|
|
|
329
338
|
"weaponCategory": {
|
|
330
339
|
"$ref": "items-shared.json#/$defs/itemWeaponCategory"
|
|
331
340
|
},
|
|
341
|
+
"weight": {
|
|
342
|
+
"type": "number"
|
|
343
|
+
},
|
|
332
344
|
"weightMult": {
|
|
333
345
|
"type": "number"
|
|
334
346
|
},
|
|
@@ -451,6 +463,12 @@
|
|
|
451
463
|
"polearm": {
|
|
452
464
|
"type": "boolean"
|
|
453
465
|
},
|
|
466
|
+
"lance": {
|
|
467
|
+
"type": "boolean"
|
|
468
|
+
},
|
|
469
|
+
"rapier": {
|
|
470
|
+
"type": "boolean"
|
|
471
|
+
},
|
|
454
472
|
"arrow": {
|
|
455
473
|
"type": "boolean"
|
|
456
474
|
},
|
|
@@ -466,6 +484,9 @@
|
|
|
466
484
|
"weaponCategory": {
|
|
467
485
|
"$ref": "items-shared.json#/$defs/itemWeaponCategory"
|
|
468
486
|
},
|
|
487
|
+
"staff": {
|
|
488
|
+
"type": "boolean"
|
|
489
|
+
},
|
|
469
490
|
"customProperties": {
|
|
470
491
|
"$ref": "items-shared.json#/$defs/customProperties"
|
|
471
492
|
}
|
|
@@ -596,6 +617,12 @@
|
|
|
596
617
|
"polearm": {
|
|
597
618
|
"type": "boolean"
|
|
598
619
|
},
|
|
620
|
+
"lance": {
|
|
621
|
+
"type": "boolean"
|
|
622
|
+
},
|
|
623
|
+
"rapier": {
|
|
624
|
+
"type": "boolean"
|
|
625
|
+
},
|
|
599
626
|
"arrow": {
|
|
600
627
|
"type": "boolean"
|
|
601
628
|
},
|
|
@@ -611,6 +638,9 @@
|
|
|
611
638
|
"weaponCategory": {
|
|
612
639
|
"$ref": "items-shared.json#/$defs/itemWeaponCategory"
|
|
613
640
|
},
|
|
641
|
+
"staff": {
|
|
642
|
+
"type": "boolean"
|
|
643
|
+
},
|
|
614
644
|
"customProperties": {
|
|
615
645
|
"description": "A more restrictive area for custom boolean-only properties to be stored.",
|
|
616
646
|
"type": "object",
|
|
@@ -838,6 +868,9 @@
|
|
|
838
868
|
"weaponCategory": {
|
|
839
869
|
"$ref": "items-shared.json#/$defs/itemWeaponCategory"
|
|
840
870
|
},
|
|
871
|
+
"weight": {
|
|
872
|
+
"type": "number"
|
|
873
|
+
},
|
|
841
874
|
"weightMult": {
|
|
842
875
|
"type": "number"
|
|
843
876
|
},
|
|
@@ -965,6 +998,12 @@
|
|
|
965
998
|
"polearm": {
|
|
966
999
|
"type": "boolean"
|
|
967
1000
|
},
|
|
1001
|
+
"lance": {
|
|
1002
|
+
"type": "boolean"
|
|
1003
|
+
},
|
|
1004
|
+
"rapier": {
|
|
1005
|
+
"type": "boolean"
|
|
1006
|
+
},
|
|
968
1007
|
"arrow": {
|
|
969
1008
|
"type": "boolean"
|
|
970
1009
|
},
|
|
@@ -980,6 +1019,9 @@
|
|
|
980
1019
|
"weaponCategory": {
|
|
981
1020
|
"$ref": "items-shared.json#/$defs/itemWeaponCategory"
|
|
982
1021
|
},
|
|
1022
|
+
"staff": {
|
|
1023
|
+
"type": "boolean"
|
|
1024
|
+
},
|
|
983
1025
|
"customProperties": {
|
|
984
1026
|
"$ref": "items-shared.json#/$defs/customProperties"
|
|
985
1027
|
}
|
|
@@ -1115,6 +1157,12 @@
|
|
|
1115
1157
|
"polearm": {
|
|
1116
1158
|
"type": "boolean"
|
|
1117
1159
|
},
|
|
1160
|
+
"lance": {
|
|
1161
|
+
"type": "boolean"
|
|
1162
|
+
},
|
|
1163
|
+
"rapier": {
|
|
1164
|
+
"type": "boolean"
|
|
1165
|
+
},
|
|
1118
1166
|
"arrow": {
|
|
1119
1167
|
"type": "boolean"
|
|
1120
1168
|
},
|
|
@@ -1130,6 +1178,9 @@
|
|
|
1130
1178
|
"weaponCategory": {
|
|
1131
1179
|
"$ref": "items-shared.json#/$defs/itemWeaponCategory"
|
|
1132
1180
|
},
|
|
1181
|
+
"staff": {
|
|
1182
|
+
"type": "boolean"
|
|
1183
|
+
},
|
|
1133
1184
|
"customProperties": {
|
|
1134
1185
|
"description": "A more restrictive area for custom boolean-only properties to be stored.",
|
|
1135
1186
|
"type": "object",
|
|
@@ -1357,6 +1408,9 @@
|
|
|
1357
1408
|
"weaponCategory": {
|
|
1358
1409
|
"$ref": "items-shared.json#/$defs/itemWeaponCategory"
|
|
1359
1410
|
},
|
|
1411
|
+
"weight": {
|
|
1412
|
+
"type": "number"
|
|
1413
|
+
},
|
|
1360
1414
|
"weightMult": {
|
|
1361
1415
|
"type": "number"
|
|
1362
1416
|
},
|
|
@@ -1483,6 +1537,12 @@
|
|
|
1483
1537
|
"polearm": {
|
|
1484
1538
|
"type": "boolean"
|
|
1485
1539
|
},
|
|
1540
|
+
"lance": {
|
|
1541
|
+
"type": "boolean"
|
|
1542
|
+
},
|
|
1543
|
+
"rapier": {
|
|
1544
|
+
"type": "boolean"
|
|
1545
|
+
},
|
|
1486
1546
|
"arrow": {
|
|
1487
1547
|
"type": "boolean"
|
|
1488
1548
|
},
|
|
@@ -1498,6 +1558,9 @@
|
|
|
1498
1558
|
"weaponCategory": {
|
|
1499
1559
|
"$ref": "items-shared.json#/$defs/itemWeaponCategory"
|
|
1500
1560
|
},
|
|
1561
|
+
"staff": {
|
|
1562
|
+
"type": "boolean"
|
|
1563
|
+
},
|
|
1501
1564
|
"customProperties": {
|
|
1502
1565
|
"$ref": "items-shared.json#/$defs/customProperties"
|
|
1503
1566
|
}
|