5etools-utils 0.12.69 → 0.12.71
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 +22 -1
- package/schema/brew/items-shared.json +26 -1
- package/schema/brew/items.json +19 -1
- package/schema/brew/magicvariants.json +28 -1
- package/schema/brew-fast/items-base.json +22 -1
- package/schema/brew-fast/items-shared.json +26 -1
- package/schema/brew-fast/items.json +19 -1
- package/schema/brew-fast/magicvariants.json +28 -1
- package/schema/site/items-base.json +22 -1
- package/schema/site/items-shared.json +26 -1
- package/schema/site/items.json +19 -1
- package/schema/site/magicvariants.json +28 -1
- package/schema/site-fast/items-base.json +22 -1
- package/schema/site-fast/items-shared.json +26 -1
- package/schema/site-fast/items.json +19 -1
- package/schema/site-fast/magicvariants.json +28 -1
- package/schema/ua/items-base.json +22 -1
- package/schema/ua/items-shared.json +26 -1
- package/schema/ua/items.json +19 -1
- package/schema/ua/magicvariants.json +28 -1
- package/schema/ua-fast/items-base.json +22 -1
- package/schema/ua-fast/items-shared.json +26 -1
- package/schema/ua-fast/items.json +19 -1
- package/schema/ua-fast/magicvariants.json +28 -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.6.
|
|
4
|
+
"version": "1.6.9",
|
|
5
5
|
"type": "object",
|
|
6
6
|
"$defs": {
|
|
7
7
|
"itemLookupBase": {
|
|
@@ -337,6 +337,10 @@
|
|
|
337
337
|
"description": "Flag used when merging generic variants",
|
|
338
338
|
"type": "boolean"
|
|
339
339
|
},
|
|
340
|
+
"cellEnergy": {
|
|
341
|
+
"description": "Flag used when merging generic variants",
|
|
342
|
+
"type": "boolean"
|
|
343
|
+
},
|
|
340
344
|
"needleBlowgun": {
|
|
341
345
|
"description": "Flag used when merging generic variants",
|
|
342
346
|
"type": "boolean"
|
|
@@ -431,6 +435,9 @@
|
|
|
431
435
|
"reach": {
|
|
432
436
|
"$ref": "items-shared.json#/$defs/itemReach"
|
|
433
437
|
},
|
|
438
|
+
"light": {
|
|
439
|
+
"$ref": "items-shared.json#/$defs/itemLight"
|
|
440
|
+
},
|
|
434
441
|
"hasFluff": {
|
|
435
442
|
"type": "boolean"
|
|
436
443
|
},
|
|
@@ -686,6 +693,10 @@
|
|
|
686
693
|
"description": "Flag used when merging generic variants",
|
|
687
694
|
"type": "boolean"
|
|
688
695
|
},
|
|
696
|
+
"cellEnergy": {
|
|
697
|
+
"description": "Flag used when merging generic variants",
|
|
698
|
+
"type": "boolean"
|
|
699
|
+
},
|
|
689
700
|
"needleBlowgun": {
|
|
690
701
|
"description": "Flag used when merging generic variants",
|
|
691
702
|
"type": "boolean"
|
|
@@ -780,6 +791,9 @@
|
|
|
780
791
|
"reach": {
|
|
781
792
|
"$ref": "items-shared.json#/$defs/itemReach"
|
|
782
793
|
},
|
|
794
|
+
"light": {
|
|
795
|
+
"$ref": "items-shared.json#/$defs/itemLight"
|
|
796
|
+
},
|
|
783
797
|
"hasFluff": {
|
|
784
798
|
"type": "boolean"
|
|
785
799
|
},
|
|
@@ -1039,6 +1053,10 @@
|
|
|
1039
1053
|
"description": "Flag used when merging generic variants",
|
|
1040
1054
|
"type": "boolean"
|
|
1041
1055
|
},
|
|
1056
|
+
"cellEnergy": {
|
|
1057
|
+
"description": "Flag used when merging generic variants",
|
|
1058
|
+
"type": "boolean"
|
|
1059
|
+
},
|
|
1042
1060
|
"needleBlowgun": {
|
|
1043
1061
|
"description": "Flag used when merging generic variants",
|
|
1044
1062
|
"type": "boolean"
|
|
@@ -1133,6 +1151,9 @@
|
|
|
1133
1151
|
"reach": {
|
|
1134
1152
|
"$ref": "items-shared.json#/$defs/itemReach"
|
|
1135
1153
|
},
|
|
1154
|
+
"light": {
|
|
1155
|
+
"$ref": "items-shared.json#/$defs/itemLight"
|
|
1156
|
+
},
|
|
1136
1157
|
"hasFluff": {
|
|
1137
1158
|
"type": "boolean"
|
|
1138
1159
|
},
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"$id": "items-shared.json",
|
|
4
4
|
"title": "Shared Item Schema",
|
|
5
5
|
"description": "Shared item definitions to be used in item schemas.",
|
|
6
|
-
"version": "1.1.
|
|
6
|
+
"version": "1.1.7",
|
|
7
7
|
"$defs": {
|
|
8
8
|
"_itemModifySpeedEqual": {
|
|
9
9
|
"type": "string",
|
|
@@ -525,6 +525,31 @@
|
|
|
525
525
|
}
|
|
526
526
|
}
|
|
527
527
|
},
|
|
528
|
+
"itemLight": {
|
|
529
|
+
"type": "array",
|
|
530
|
+
"items": {
|
|
531
|
+
"type": "object",
|
|
532
|
+
"properties": {
|
|
533
|
+
"dim": {
|
|
534
|
+
"type": "number"
|
|
535
|
+
},
|
|
536
|
+
"bright": {
|
|
537
|
+
"type": "number"
|
|
538
|
+
},
|
|
539
|
+
"shape": {
|
|
540
|
+
"type": "string",
|
|
541
|
+
"enum": [
|
|
542
|
+
"radius",
|
|
543
|
+
"cone"
|
|
544
|
+
]
|
|
545
|
+
}
|
|
546
|
+
},
|
|
547
|
+
"minProperties": 1,
|
|
548
|
+
"additionalProperties": false
|
|
549
|
+
},
|
|
550
|
+
"minItems": 1,
|
|
551
|
+
"uniqueItems": true
|
|
552
|
+
},
|
|
528
553
|
"customProperties": {
|
|
529
554
|
"description": "An unrestricted area for custom properties to be stored.",
|
|
530
555
|
"type": "object",
|
package/schema/brew/items.json
CHANGED
|
@@ -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.
|
|
4
|
+
"version": "1.14.19",
|
|
5
5
|
"type": "object",
|
|
6
6
|
"$defs": {
|
|
7
7
|
"itemData": {
|
|
@@ -434,6 +434,9 @@
|
|
|
434
434
|
"reach": {
|
|
435
435
|
"$ref": "items-shared.json#/$defs/itemReach"
|
|
436
436
|
},
|
|
437
|
+
"light": {
|
|
438
|
+
"$ref": "items-shared.json#/$defs/itemLight"
|
|
439
|
+
},
|
|
437
440
|
"barDimensions": {
|
|
438
441
|
"type": "object",
|
|
439
442
|
"description": "Values given in inches.",
|
|
@@ -951,6 +954,9 @@
|
|
|
951
954
|
"reach": {
|
|
952
955
|
"$ref": "items-shared.json#/$defs/itemReach"
|
|
953
956
|
},
|
|
957
|
+
"light": {
|
|
958
|
+
"$ref": "items-shared.json#/$defs/itemLight"
|
|
959
|
+
},
|
|
954
960
|
"barDimensions": {
|
|
955
961
|
"type": "object",
|
|
956
962
|
"description": "Values given in inches.",
|
|
@@ -1470,6 +1476,9 @@
|
|
|
1470
1476
|
"reach": {
|
|
1471
1477
|
"$ref": "items-shared.json#/$defs/itemReach"
|
|
1472
1478
|
},
|
|
1479
|
+
"light": {
|
|
1480
|
+
"$ref": "items-shared.json#/$defs/itemLight"
|
|
1481
|
+
},
|
|
1473
1482
|
"barDimensions": {
|
|
1474
1483
|
"type": "object",
|
|
1475
1484
|
"description": "Values given in inches.",
|
|
@@ -1987,6 +1996,9 @@
|
|
|
1987
1996
|
"reach": {
|
|
1988
1997
|
"$ref": "items-shared.json#/$defs/itemReach"
|
|
1989
1998
|
},
|
|
1999
|
+
"light": {
|
|
2000
|
+
"$ref": "items-shared.json#/$defs/itemLight"
|
|
2001
|
+
},
|
|
1990
2002
|
"barDimensions": {
|
|
1991
2003
|
"type": "object",
|
|
1992
2004
|
"description": "Values given in inches.",
|
|
@@ -2511,6 +2523,9 @@
|
|
|
2511
2523
|
"reach": {
|
|
2512
2524
|
"$ref": "items-shared.json#/$defs/itemReach"
|
|
2513
2525
|
},
|
|
2526
|
+
"light": {
|
|
2527
|
+
"$ref": "items-shared.json#/$defs/itemLight"
|
|
2528
|
+
},
|
|
2514
2529
|
"barDimensions": {
|
|
2515
2530
|
"type": "object",
|
|
2516
2531
|
"description": "Values given in inches.",
|
|
@@ -3032,6 +3047,9 @@
|
|
|
3032
3047
|
"reach": {
|
|
3033
3048
|
"$ref": "items-shared.json#/$defs/itemReach"
|
|
3034
3049
|
},
|
|
3050
|
+
"light": {
|
|
3051
|
+
"$ref": "items-shared.json#/$defs/itemLight"
|
|
3052
|
+
},
|
|
3035
3053
|
"barDimensions": {
|
|
3036
3054
|
"type": "object",
|
|
3037
3055
|
"description": "Values given in inches.",
|
|
@@ -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.9.
|
|
4
|
+
"version": "1.9.9",
|
|
5
5
|
"type": "object",
|
|
6
6
|
"$defs": {
|
|
7
7
|
"_magicvariantItemBase": {
|
|
@@ -117,6 +117,9 @@
|
|
|
117
117
|
"bulletSling": {
|
|
118
118
|
"type": "boolean"
|
|
119
119
|
},
|
|
120
|
+
"cellEnergy": {
|
|
121
|
+
"type": "boolean"
|
|
122
|
+
},
|
|
120
123
|
"needleBlowgun": {
|
|
121
124
|
"type": "boolean"
|
|
122
125
|
},
|
|
@@ -402,6 +405,9 @@
|
|
|
402
405
|
"reach": {
|
|
403
406
|
"$ref": "items-shared.json#/$defs/itemReach"
|
|
404
407
|
},
|
|
408
|
+
"light": {
|
|
409
|
+
"$ref": "items-shared.json#/$defs/itemLight"
|
|
410
|
+
},
|
|
405
411
|
"hasRefs": {
|
|
406
412
|
"type": "boolean",
|
|
407
413
|
"description": "Whether this item has references within its data to dedicated \"itemEntry\"s."
|
|
@@ -536,6 +542,9 @@
|
|
|
536
542
|
"bulletSling": {
|
|
537
543
|
"type": "boolean"
|
|
538
544
|
},
|
|
545
|
+
"cellEnergy": {
|
|
546
|
+
"type": "boolean"
|
|
547
|
+
},
|
|
539
548
|
"needleBlowgun": {
|
|
540
549
|
"type": "boolean"
|
|
541
550
|
},
|
|
@@ -720,6 +729,9 @@
|
|
|
720
729
|
"bulletSling": {
|
|
721
730
|
"type": "boolean"
|
|
722
731
|
},
|
|
732
|
+
"cellEnergy": {
|
|
733
|
+
"type": "boolean"
|
|
734
|
+
},
|
|
723
735
|
"needleBlowgun": {
|
|
724
736
|
"type": "boolean"
|
|
725
737
|
},
|
|
@@ -1005,6 +1017,9 @@
|
|
|
1005
1017
|
"reach": {
|
|
1006
1018
|
"$ref": "items-shared.json#/$defs/itemReach"
|
|
1007
1019
|
},
|
|
1020
|
+
"light": {
|
|
1021
|
+
"$ref": "items-shared.json#/$defs/itemLight"
|
|
1022
|
+
},
|
|
1008
1023
|
"hasRefs": {
|
|
1009
1024
|
"type": "boolean",
|
|
1010
1025
|
"description": "Whether this item has references within its data to dedicated \"itemEntry\"s."
|
|
@@ -1143,6 +1158,9 @@
|
|
|
1143
1158
|
"bulletSling": {
|
|
1144
1159
|
"type": "boolean"
|
|
1145
1160
|
},
|
|
1161
|
+
"cellEnergy": {
|
|
1162
|
+
"type": "boolean"
|
|
1163
|
+
},
|
|
1146
1164
|
"needleBlowgun": {
|
|
1147
1165
|
"type": "boolean"
|
|
1148
1166
|
},
|
|
@@ -1332,6 +1350,9 @@
|
|
|
1332
1350
|
"bulletSling": {
|
|
1333
1351
|
"type": "boolean"
|
|
1334
1352
|
},
|
|
1353
|
+
"cellEnergy": {
|
|
1354
|
+
"type": "boolean"
|
|
1355
|
+
},
|
|
1335
1356
|
"needleBlowgun": {
|
|
1336
1357
|
"type": "boolean"
|
|
1337
1358
|
},
|
|
@@ -1617,6 +1638,9 @@
|
|
|
1617
1638
|
"reach": {
|
|
1618
1639
|
"$ref": "items-shared.json#/$defs/itemReach"
|
|
1619
1640
|
},
|
|
1641
|
+
"light": {
|
|
1642
|
+
"$ref": "items-shared.json#/$defs/itemLight"
|
|
1643
|
+
},
|
|
1620
1644
|
"hasRefs": {
|
|
1621
1645
|
"type": "boolean",
|
|
1622
1646
|
"description": "Whether this item has references within its data to dedicated \"itemEntry\"s."
|
|
@@ -1754,6 +1778,9 @@
|
|
|
1754
1778
|
"bulletSling": {
|
|
1755
1779
|
"type": "boolean"
|
|
1756
1780
|
},
|
|
1781
|
+
"cellEnergy": {
|
|
1782
|
+
"type": "boolean"
|
|
1783
|
+
},
|
|
1757
1784
|
"needleBlowgun": {
|
|
1758
1785
|
"type": "boolean"
|
|
1759
1786
|
},
|
|
@@ -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.6.
|
|
4
|
+
"version": "1.6.9",
|
|
5
5
|
"type": "object",
|
|
6
6
|
"$defs": {
|
|
7
7
|
"itemLookupBase": {
|
|
@@ -337,6 +337,10 @@
|
|
|
337
337
|
"description": "Flag used when merging generic variants",
|
|
338
338
|
"type": "boolean"
|
|
339
339
|
},
|
|
340
|
+
"cellEnergy": {
|
|
341
|
+
"description": "Flag used when merging generic variants",
|
|
342
|
+
"type": "boolean"
|
|
343
|
+
},
|
|
340
344
|
"needleBlowgun": {
|
|
341
345
|
"description": "Flag used when merging generic variants",
|
|
342
346
|
"type": "boolean"
|
|
@@ -431,6 +435,9 @@
|
|
|
431
435
|
"reach": {
|
|
432
436
|
"$ref": "items-shared.json#/$defs/itemReach"
|
|
433
437
|
},
|
|
438
|
+
"light": {
|
|
439
|
+
"$ref": "items-shared.json#/$defs/itemLight"
|
|
440
|
+
},
|
|
434
441
|
"hasFluff": {
|
|
435
442
|
"type": "boolean"
|
|
436
443
|
},
|
|
@@ -686,6 +693,10 @@
|
|
|
686
693
|
"description": "Flag used when merging generic variants",
|
|
687
694
|
"type": "boolean"
|
|
688
695
|
},
|
|
696
|
+
"cellEnergy": {
|
|
697
|
+
"description": "Flag used when merging generic variants",
|
|
698
|
+
"type": "boolean"
|
|
699
|
+
},
|
|
689
700
|
"needleBlowgun": {
|
|
690
701
|
"description": "Flag used when merging generic variants",
|
|
691
702
|
"type": "boolean"
|
|
@@ -780,6 +791,9 @@
|
|
|
780
791
|
"reach": {
|
|
781
792
|
"$ref": "items-shared.json#/$defs/itemReach"
|
|
782
793
|
},
|
|
794
|
+
"light": {
|
|
795
|
+
"$ref": "items-shared.json#/$defs/itemLight"
|
|
796
|
+
},
|
|
783
797
|
"hasFluff": {
|
|
784
798
|
"type": "boolean"
|
|
785
799
|
},
|
|
@@ -1039,6 +1053,10 @@
|
|
|
1039
1053
|
"description": "Flag used when merging generic variants",
|
|
1040
1054
|
"type": "boolean"
|
|
1041
1055
|
},
|
|
1056
|
+
"cellEnergy": {
|
|
1057
|
+
"description": "Flag used when merging generic variants",
|
|
1058
|
+
"type": "boolean"
|
|
1059
|
+
},
|
|
1042
1060
|
"needleBlowgun": {
|
|
1043
1061
|
"description": "Flag used when merging generic variants",
|
|
1044
1062
|
"type": "boolean"
|
|
@@ -1133,6 +1151,9 @@
|
|
|
1133
1151
|
"reach": {
|
|
1134
1152
|
"$ref": "items-shared.json#/$defs/itemReach"
|
|
1135
1153
|
},
|
|
1154
|
+
"light": {
|
|
1155
|
+
"$ref": "items-shared.json#/$defs/itemLight"
|
|
1156
|
+
},
|
|
1136
1157
|
"hasFluff": {
|
|
1137
1158
|
"type": "boolean"
|
|
1138
1159
|
},
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"$id": "items-shared.json",
|
|
4
4
|
"title": "Shared Item Schema",
|
|
5
5
|
"description": "Shared item definitions to be used in item schemas.",
|
|
6
|
-
"version": "1.1.
|
|
6
|
+
"version": "1.1.7",
|
|
7
7
|
"$defs": {
|
|
8
8
|
"_itemModifySpeedEqual": {
|
|
9
9
|
"type": "string",
|
|
@@ -525,6 +525,31 @@
|
|
|
525
525
|
}
|
|
526
526
|
}
|
|
527
527
|
},
|
|
528
|
+
"itemLight": {
|
|
529
|
+
"type": "array",
|
|
530
|
+
"items": {
|
|
531
|
+
"type": "object",
|
|
532
|
+
"properties": {
|
|
533
|
+
"dim": {
|
|
534
|
+
"type": "number"
|
|
535
|
+
},
|
|
536
|
+
"bright": {
|
|
537
|
+
"type": "number"
|
|
538
|
+
},
|
|
539
|
+
"shape": {
|
|
540
|
+
"type": "string",
|
|
541
|
+
"enum": [
|
|
542
|
+
"radius",
|
|
543
|
+
"cone"
|
|
544
|
+
]
|
|
545
|
+
}
|
|
546
|
+
},
|
|
547
|
+
"minProperties": 1,
|
|
548
|
+
"additionalProperties": false
|
|
549
|
+
},
|
|
550
|
+
"minItems": 1,
|
|
551
|
+
"uniqueItems": true
|
|
552
|
+
},
|
|
528
553
|
"customProperties": {
|
|
529
554
|
"description": "An unrestricted area for custom properties to be stored.",
|
|
530
555
|
"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.
|
|
4
|
+
"version": "1.14.19",
|
|
5
5
|
"type": "object",
|
|
6
6
|
"$defs": {
|
|
7
7
|
"itemData": {
|
|
@@ -434,6 +434,9 @@
|
|
|
434
434
|
"reach": {
|
|
435
435
|
"$ref": "items-shared.json#/$defs/itemReach"
|
|
436
436
|
},
|
|
437
|
+
"light": {
|
|
438
|
+
"$ref": "items-shared.json#/$defs/itemLight"
|
|
439
|
+
},
|
|
437
440
|
"barDimensions": {
|
|
438
441
|
"type": "object",
|
|
439
442
|
"description": "Values given in inches.",
|
|
@@ -951,6 +954,9 @@
|
|
|
951
954
|
"reach": {
|
|
952
955
|
"$ref": "items-shared.json#/$defs/itemReach"
|
|
953
956
|
},
|
|
957
|
+
"light": {
|
|
958
|
+
"$ref": "items-shared.json#/$defs/itemLight"
|
|
959
|
+
},
|
|
954
960
|
"barDimensions": {
|
|
955
961
|
"type": "object",
|
|
956
962
|
"description": "Values given in inches.",
|
|
@@ -1470,6 +1476,9 @@
|
|
|
1470
1476
|
"reach": {
|
|
1471
1477
|
"$ref": "items-shared.json#/$defs/itemReach"
|
|
1472
1478
|
},
|
|
1479
|
+
"light": {
|
|
1480
|
+
"$ref": "items-shared.json#/$defs/itemLight"
|
|
1481
|
+
},
|
|
1473
1482
|
"barDimensions": {
|
|
1474
1483
|
"type": "object",
|
|
1475
1484
|
"description": "Values given in inches.",
|
|
@@ -1987,6 +1996,9 @@
|
|
|
1987
1996
|
"reach": {
|
|
1988
1997
|
"$ref": "items-shared.json#/$defs/itemReach"
|
|
1989
1998
|
},
|
|
1999
|
+
"light": {
|
|
2000
|
+
"$ref": "items-shared.json#/$defs/itemLight"
|
|
2001
|
+
},
|
|
1990
2002
|
"barDimensions": {
|
|
1991
2003
|
"type": "object",
|
|
1992
2004
|
"description": "Values given in inches.",
|
|
@@ -2511,6 +2523,9 @@
|
|
|
2511
2523
|
"reach": {
|
|
2512
2524
|
"$ref": "items-shared.json#/$defs/itemReach"
|
|
2513
2525
|
},
|
|
2526
|
+
"light": {
|
|
2527
|
+
"$ref": "items-shared.json#/$defs/itemLight"
|
|
2528
|
+
},
|
|
2514
2529
|
"barDimensions": {
|
|
2515
2530
|
"type": "object",
|
|
2516
2531
|
"description": "Values given in inches.",
|
|
@@ -3032,6 +3047,9 @@
|
|
|
3032
3047
|
"reach": {
|
|
3033
3048
|
"$ref": "items-shared.json#/$defs/itemReach"
|
|
3034
3049
|
},
|
|
3050
|
+
"light": {
|
|
3051
|
+
"$ref": "items-shared.json#/$defs/itemLight"
|
|
3052
|
+
},
|
|
3035
3053
|
"barDimensions": {
|
|
3036
3054
|
"type": "object",
|
|
3037
3055
|
"description": "Values given in inches.",
|
|
@@ -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.9.
|
|
4
|
+
"version": "1.9.9",
|
|
5
5
|
"type": "object",
|
|
6
6
|
"$defs": {
|
|
7
7
|
"_magicvariantItemBase": {
|
|
@@ -117,6 +117,9 @@
|
|
|
117
117
|
"bulletSling": {
|
|
118
118
|
"type": "boolean"
|
|
119
119
|
},
|
|
120
|
+
"cellEnergy": {
|
|
121
|
+
"type": "boolean"
|
|
122
|
+
},
|
|
120
123
|
"needleBlowgun": {
|
|
121
124
|
"type": "boolean"
|
|
122
125
|
},
|
|
@@ -402,6 +405,9 @@
|
|
|
402
405
|
"reach": {
|
|
403
406
|
"$ref": "items-shared.json#/$defs/itemReach"
|
|
404
407
|
},
|
|
408
|
+
"light": {
|
|
409
|
+
"$ref": "items-shared.json#/$defs/itemLight"
|
|
410
|
+
},
|
|
405
411
|
"hasRefs": {
|
|
406
412
|
"type": "boolean",
|
|
407
413
|
"description": "Whether this item has references within its data to dedicated \"itemEntry\"s."
|
|
@@ -536,6 +542,9 @@
|
|
|
536
542
|
"bulletSling": {
|
|
537
543
|
"type": "boolean"
|
|
538
544
|
},
|
|
545
|
+
"cellEnergy": {
|
|
546
|
+
"type": "boolean"
|
|
547
|
+
},
|
|
539
548
|
"needleBlowgun": {
|
|
540
549
|
"type": "boolean"
|
|
541
550
|
},
|
|
@@ -720,6 +729,9 @@
|
|
|
720
729
|
"bulletSling": {
|
|
721
730
|
"type": "boolean"
|
|
722
731
|
},
|
|
732
|
+
"cellEnergy": {
|
|
733
|
+
"type": "boolean"
|
|
734
|
+
},
|
|
723
735
|
"needleBlowgun": {
|
|
724
736
|
"type": "boolean"
|
|
725
737
|
},
|
|
@@ -1005,6 +1017,9 @@
|
|
|
1005
1017
|
"reach": {
|
|
1006
1018
|
"$ref": "items-shared.json#/$defs/itemReach"
|
|
1007
1019
|
},
|
|
1020
|
+
"light": {
|
|
1021
|
+
"$ref": "items-shared.json#/$defs/itemLight"
|
|
1022
|
+
},
|
|
1008
1023
|
"hasRefs": {
|
|
1009
1024
|
"type": "boolean",
|
|
1010
1025
|
"description": "Whether this item has references within its data to dedicated \"itemEntry\"s."
|
|
@@ -1143,6 +1158,9 @@
|
|
|
1143
1158
|
"bulletSling": {
|
|
1144
1159
|
"type": "boolean"
|
|
1145
1160
|
},
|
|
1161
|
+
"cellEnergy": {
|
|
1162
|
+
"type": "boolean"
|
|
1163
|
+
},
|
|
1146
1164
|
"needleBlowgun": {
|
|
1147
1165
|
"type": "boolean"
|
|
1148
1166
|
},
|
|
@@ -1332,6 +1350,9 @@
|
|
|
1332
1350
|
"bulletSling": {
|
|
1333
1351
|
"type": "boolean"
|
|
1334
1352
|
},
|
|
1353
|
+
"cellEnergy": {
|
|
1354
|
+
"type": "boolean"
|
|
1355
|
+
},
|
|
1335
1356
|
"needleBlowgun": {
|
|
1336
1357
|
"type": "boolean"
|
|
1337
1358
|
},
|
|
@@ -1617,6 +1638,9 @@
|
|
|
1617
1638
|
"reach": {
|
|
1618
1639
|
"$ref": "items-shared.json#/$defs/itemReach"
|
|
1619
1640
|
},
|
|
1641
|
+
"light": {
|
|
1642
|
+
"$ref": "items-shared.json#/$defs/itemLight"
|
|
1643
|
+
},
|
|
1620
1644
|
"hasRefs": {
|
|
1621
1645
|
"type": "boolean",
|
|
1622
1646
|
"description": "Whether this item has references within its data to dedicated \"itemEntry\"s."
|
|
@@ -1754,6 +1778,9 @@
|
|
|
1754
1778
|
"bulletSling": {
|
|
1755
1779
|
"type": "boolean"
|
|
1756
1780
|
},
|
|
1781
|
+
"cellEnergy": {
|
|
1782
|
+
"type": "boolean"
|
|
1783
|
+
},
|
|
1757
1784
|
"needleBlowgun": {
|
|
1758
1785
|
"type": "boolean"
|
|
1759
1786
|
},
|
|
@@ -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.6.
|
|
4
|
+
"version": "1.6.9",
|
|
5
5
|
"type": "object",
|
|
6
6
|
"$defs": {
|
|
7
7
|
"itemLookupBase": {
|
|
@@ -339,6 +339,10 @@
|
|
|
339
339
|
"description": "Flag used when merging generic variants",
|
|
340
340
|
"type": "boolean"
|
|
341
341
|
},
|
|
342
|
+
"cellEnergy": {
|
|
343
|
+
"description": "Flag used when merging generic variants",
|
|
344
|
+
"type": "boolean"
|
|
345
|
+
},
|
|
342
346
|
"needleBlowgun": {
|
|
343
347
|
"description": "Flag used when merging generic variants",
|
|
344
348
|
"type": "boolean"
|
|
@@ -433,6 +437,9 @@
|
|
|
433
437
|
"reach": {
|
|
434
438
|
"$ref": "items-shared.json#/$defs/itemReach"
|
|
435
439
|
},
|
|
440
|
+
"light": {
|
|
441
|
+
"$ref": "items-shared.json#/$defs/itemLight"
|
|
442
|
+
},
|
|
436
443
|
"hasFluff": {
|
|
437
444
|
"type": "boolean"
|
|
438
445
|
},
|
|
@@ -648,6 +655,10 @@
|
|
|
648
655
|
"description": "Flag used when merging generic variants",
|
|
649
656
|
"type": "boolean"
|
|
650
657
|
},
|
|
658
|
+
"cellEnergy": {
|
|
659
|
+
"description": "Flag used when merging generic variants",
|
|
660
|
+
"type": "boolean"
|
|
661
|
+
},
|
|
651
662
|
"needleBlowgun": {
|
|
652
663
|
"description": "Flag used when merging generic variants",
|
|
653
664
|
"type": "boolean"
|
|
@@ -742,6 +753,9 @@
|
|
|
742
753
|
"reach": {
|
|
743
754
|
"$ref": "items-shared.json#/$defs/itemReach"
|
|
744
755
|
},
|
|
756
|
+
"light": {
|
|
757
|
+
"$ref": "items-shared.json#/$defs/itemLight"
|
|
758
|
+
},
|
|
745
759
|
"hasFluff": {
|
|
746
760
|
"type": "boolean"
|
|
747
761
|
},
|
|
@@ -961,6 +975,10 @@
|
|
|
961
975
|
"description": "Flag used when merging generic variants",
|
|
962
976
|
"type": "boolean"
|
|
963
977
|
},
|
|
978
|
+
"cellEnergy": {
|
|
979
|
+
"description": "Flag used when merging generic variants",
|
|
980
|
+
"type": "boolean"
|
|
981
|
+
},
|
|
964
982
|
"needleBlowgun": {
|
|
965
983
|
"description": "Flag used when merging generic variants",
|
|
966
984
|
"type": "boolean"
|
|
@@ -1055,6 +1073,9 @@
|
|
|
1055
1073
|
"reach": {
|
|
1056
1074
|
"$ref": "items-shared.json#/$defs/itemReach"
|
|
1057
1075
|
},
|
|
1076
|
+
"light": {
|
|
1077
|
+
"$ref": "items-shared.json#/$defs/itemLight"
|
|
1078
|
+
},
|
|
1058
1079
|
"hasFluff": {
|
|
1059
1080
|
"type": "boolean"
|
|
1060
1081
|
},
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"$id": "items-shared.json",
|
|
4
4
|
"title": "Shared Item Schema",
|
|
5
5
|
"description": "Shared item definitions to be used in item schemas.",
|
|
6
|
-
"version": "1.1.
|
|
6
|
+
"version": "1.1.7",
|
|
7
7
|
"$defs": {
|
|
8
8
|
"_itemModifySpeedEqual": {
|
|
9
9
|
"type": "string",
|
|
@@ -524,6 +524,31 @@
|
|
|
524
524
|
"type": "integer"
|
|
525
525
|
}
|
|
526
526
|
}
|
|
527
|
+
},
|
|
528
|
+
"itemLight": {
|
|
529
|
+
"type": "array",
|
|
530
|
+
"items": {
|
|
531
|
+
"type": "object",
|
|
532
|
+
"properties": {
|
|
533
|
+
"dim": {
|
|
534
|
+
"type": "number"
|
|
535
|
+
},
|
|
536
|
+
"bright": {
|
|
537
|
+
"type": "number"
|
|
538
|
+
},
|
|
539
|
+
"shape": {
|
|
540
|
+
"type": "string",
|
|
541
|
+
"enum": [
|
|
542
|
+
"radius",
|
|
543
|
+
"cone"
|
|
544
|
+
]
|
|
545
|
+
}
|
|
546
|
+
},
|
|
547
|
+
"minProperties": 1,
|
|
548
|
+
"additionalProperties": false
|
|
549
|
+
},
|
|
550
|
+
"minItems": 1,
|
|
551
|
+
"uniqueItems": true
|
|
527
552
|
}
|
|
528
553
|
}
|
|
529
554
|
}
|