5etools-utils 0.9.66 → 0.10.1
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/lib/TestJson.js +0 -16
- package/package.json +1 -1
- package/schema/brew/bestiary/bestiary.json +34 -13
- package/schema/brew/items-base.json +25 -1
- package/schema/brew/magicvariants.json +37 -1
- package/schema/brew-fast/bestiary/bestiary.json +34 -13
- package/schema/brew-fast/items-base.json +25 -1
- package/schema/brew-fast/magicvariants.json +37 -1
- package/schema/site/bestiary/bestiary.json +28 -10
- package/schema/site/items-base.json +25 -1
- package/schema/site/magicvariants.json +37 -1
- package/schema/site-fast/bestiary/bestiary.json +28 -10
- package/schema/site-fast/items-base.json +25 -1
- package/schema/site-fast/magicvariants.json +37 -1
- package/schema/ua/bestiary/bestiary.json +28 -10
- package/schema/ua/items-base.json +25 -1
- package/schema/ua/magicvariants.json +37 -1
- package/schema/ua-fast/bestiary/bestiary.json +28 -10
- package/schema/ua-fast/items-base.json +25 -1
- package/schema/ua-fast/magicvariants.json +37 -1
|
@@ -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.15",
|
|
5
5
|
"type": "object",
|
|
6
6
|
"$defs": {
|
|
7
7
|
"_magicvariantItemBase": {
|
|
@@ -90,6 +90,12 @@
|
|
|
90
90
|
"bolt": {
|
|
91
91
|
"type": "boolean"
|
|
92
92
|
},
|
|
93
|
+
"bulletSling": {
|
|
94
|
+
"type": "boolean"
|
|
95
|
+
},
|
|
96
|
+
"needleBlowgun": {
|
|
97
|
+
"type": "boolean"
|
|
98
|
+
},
|
|
93
99
|
"weaponCategory": {
|
|
94
100
|
"$ref": "items-shared.json#/$defs/itemWeaponCategory"
|
|
95
101
|
},
|
|
@@ -441,6 +447,12 @@
|
|
|
441
447
|
"bolt": {
|
|
442
448
|
"type": "boolean"
|
|
443
449
|
},
|
|
450
|
+
"bulletSling": {
|
|
451
|
+
"type": "boolean"
|
|
452
|
+
},
|
|
453
|
+
"needleBlowgun": {
|
|
454
|
+
"type": "boolean"
|
|
455
|
+
},
|
|
444
456
|
"weaponCategory": {
|
|
445
457
|
"$ref": "items-shared.json#/$defs/itemWeaponCategory"
|
|
446
458
|
},
|
|
@@ -576,6 +588,12 @@
|
|
|
576
588
|
"bolt": {
|
|
577
589
|
"type": "boolean"
|
|
578
590
|
},
|
|
591
|
+
"bulletSling": {
|
|
592
|
+
"type": "boolean"
|
|
593
|
+
},
|
|
594
|
+
"needleBlowgun": {
|
|
595
|
+
"type": "boolean"
|
|
596
|
+
},
|
|
579
597
|
"weaponCategory": {
|
|
580
598
|
"$ref": "items-shared.json#/$defs/itemWeaponCategory"
|
|
581
599
|
},
|
|
@@ -932,6 +950,12 @@
|
|
|
932
950
|
"bolt": {
|
|
933
951
|
"type": "boolean"
|
|
934
952
|
},
|
|
953
|
+
"bulletSling": {
|
|
954
|
+
"type": "boolean"
|
|
955
|
+
},
|
|
956
|
+
"needleBlowgun": {
|
|
957
|
+
"type": "boolean"
|
|
958
|
+
},
|
|
935
959
|
"weaponCategory": {
|
|
936
960
|
"$ref": "items-shared.json#/$defs/itemWeaponCategory"
|
|
937
961
|
},
|
|
@@ -1071,6 +1095,12 @@
|
|
|
1071
1095
|
"bolt": {
|
|
1072
1096
|
"type": "boolean"
|
|
1073
1097
|
},
|
|
1098
|
+
"bulletSling": {
|
|
1099
|
+
"type": "boolean"
|
|
1100
|
+
},
|
|
1101
|
+
"needleBlowgun": {
|
|
1102
|
+
"type": "boolean"
|
|
1103
|
+
},
|
|
1074
1104
|
"weaponCategory": {
|
|
1075
1105
|
"$ref": "items-shared.json#/$defs/itemWeaponCategory"
|
|
1076
1106
|
},
|
|
@@ -1426,6 +1456,12 @@
|
|
|
1426
1456
|
"bolt": {
|
|
1427
1457
|
"type": "boolean"
|
|
1428
1458
|
},
|
|
1459
|
+
"bulletSling": {
|
|
1460
|
+
"type": "boolean"
|
|
1461
|
+
},
|
|
1462
|
+
"needleBlowgun": {
|
|
1463
|
+
"type": "boolean"
|
|
1464
|
+
},
|
|
1429
1465
|
"weaponCategory": {
|
|
1430
1466
|
"$ref": "items-shared.json#/$defs/itemWeaponCategory"
|
|
1431
1467
|
},
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
|
-
"version": "1.21.
|
|
3
|
+
"version": "1.21.25",
|
|
4
4
|
"title": "Bestiary Schema",
|
|
5
5
|
"$id": "bestiary.json",
|
|
6
6
|
"type": "object",
|
|
@@ -313,6 +313,9 @@
|
|
|
313
313
|
"type": "string"
|
|
314
314
|
}
|
|
315
315
|
},
|
|
316
|
+
"required": [
|
|
317
|
+
"special"
|
|
318
|
+
],
|
|
316
319
|
"additionalProperties": false
|
|
317
320
|
}
|
|
318
321
|
]
|
|
@@ -360,7 +363,8 @@
|
|
|
360
363
|
"type": "string"
|
|
361
364
|
}
|
|
362
365
|
},
|
|
363
|
-
"additionalProperties": false
|
|
366
|
+
"additionalProperties": false,
|
|
367
|
+
"minProperties": 1
|
|
364
368
|
},
|
|
365
369
|
"skill": {
|
|
366
370
|
"type": "object",
|
|
@@ -487,7 +491,8 @@
|
|
|
487
491
|
}
|
|
488
492
|
}
|
|
489
493
|
},
|
|
490
|
-
"additionalProperties": false
|
|
494
|
+
"additionalProperties": false,
|
|
495
|
+
"minProperties": 1
|
|
491
496
|
},
|
|
492
497
|
"senses": {
|
|
493
498
|
"oneOf": [
|
|
@@ -495,7 +500,8 @@
|
|
|
495
500
|
"type": "array",
|
|
496
501
|
"items": {
|
|
497
502
|
"type": "string"
|
|
498
|
-
}
|
|
503
|
+
},
|
|
504
|
+
"minItems": 1
|
|
499
505
|
},
|
|
500
506
|
{
|
|
501
507
|
"type": "null"
|
|
@@ -1386,6 +1392,9 @@
|
|
|
1386
1392
|
"type": "string"
|
|
1387
1393
|
}
|
|
1388
1394
|
},
|
|
1395
|
+
"required": [
|
|
1396
|
+
"special"
|
|
1397
|
+
],
|
|
1389
1398
|
"additionalProperties": false
|
|
1390
1399
|
}
|
|
1391
1400
|
]
|
|
@@ -1433,7 +1442,8 @@
|
|
|
1433
1442
|
"type": "string"
|
|
1434
1443
|
}
|
|
1435
1444
|
},
|
|
1436
|
-
"additionalProperties": false
|
|
1445
|
+
"additionalProperties": false,
|
|
1446
|
+
"minProperties": 1
|
|
1437
1447
|
},
|
|
1438
1448
|
"skill": {
|
|
1439
1449
|
"type": "object",
|
|
@@ -1560,7 +1570,8 @@
|
|
|
1560
1570
|
}
|
|
1561
1571
|
}
|
|
1562
1572
|
},
|
|
1563
|
-
"additionalProperties": false
|
|
1573
|
+
"additionalProperties": false,
|
|
1574
|
+
"minProperties": 1
|
|
1564
1575
|
},
|
|
1565
1576
|
"senses": {
|
|
1566
1577
|
"oneOf": [
|
|
@@ -1568,7 +1579,8 @@
|
|
|
1568
1579
|
"type": "array",
|
|
1569
1580
|
"items": {
|
|
1570
1581
|
"type": "string"
|
|
1571
|
-
}
|
|
1582
|
+
},
|
|
1583
|
+
"minItems": 1
|
|
1572
1584
|
},
|
|
1573
1585
|
{
|
|
1574
1586
|
"type": "null"
|
|
@@ -2464,6 +2476,9 @@
|
|
|
2464
2476
|
"type": "string"
|
|
2465
2477
|
}
|
|
2466
2478
|
},
|
|
2479
|
+
"required": [
|
|
2480
|
+
"special"
|
|
2481
|
+
],
|
|
2467
2482
|
"additionalProperties": false
|
|
2468
2483
|
}
|
|
2469
2484
|
]
|
|
@@ -2511,7 +2526,8 @@
|
|
|
2511
2526
|
"type": "string"
|
|
2512
2527
|
}
|
|
2513
2528
|
},
|
|
2514
|
-
"additionalProperties": false
|
|
2529
|
+
"additionalProperties": false,
|
|
2530
|
+
"minProperties": 1
|
|
2515
2531
|
},
|
|
2516
2532
|
"skill": {
|
|
2517
2533
|
"type": "object",
|
|
@@ -2638,7 +2654,8 @@
|
|
|
2638
2654
|
}
|
|
2639
2655
|
}
|
|
2640
2656
|
},
|
|
2641
|
-
"additionalProperties": false
|
|
2657
|
+
"additionalProperties": false,
|
|
2658
|
+
"minProperties": 1
|
|
2642
2659
|
},
|
|
2643
2660
|
"senses": {
|
|
2644
2661
|
"oneOf": [
|
|
@@ -2646,7 +2663,8 @@
|
|
|
2646
2663
|
"type": "array",
|
|
2647
2664
|
"items": {
|
|
2648
2665
|
"type": "string"
|
|
2649
|
-
}
|
|
2666
|
+
},
|
|
2667
|
+
"minItems": 1
|
|
2650
2668
|
},
|
|
2651
2669
|
{
|
|
2652
2670
|
"type": "null"
|
|
@@ -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.19",
|
|
5
5
|
"type": "object",
|
|
6
6
|
"$defs": {
|
|
7
7
|
"itemLookupBase": {
|
|
@@ -257,6 +257,14 @@
|
|
|
257
257
|
"description": "Flag used when merging generic variants",
|
|
258
258
|
"type": "boolean"
|
|
259
259
|
},
|
|
260
|
+
"bulletSling": {
|
|
261
|
+
"description": "Flag used when merging generic variants",
|
|
262
|
+
"type": "boolean"
|
|
263
|
+
},
|
|
264
|
+
"needleBlowgun": {
|
|
265
|
+
"description": "Flag used when merging generic variants",
|
|
266
|
+
"type": "boolean"
|
|
267
|
+
},
|
|
260
268
|
"weapon": {
|
|
261
269
|
"description": "Flag used when merging generic variants",
|
|
262
270
|
"type": "boolean"
|
|
@@ -554,6 +562,14 @@
|
|
|
554
562
|
"description": "Flag used when merging generic variants",
|
|
555
563
|
"type": "boolean"
|
|
556
564
|
},
|
|
565
|
+
"bulletSling": {
|
|
566
|
+
"description": "Flag used when merging generic variants",
|
|
567
|
+
"type": "boolean"
|
|
568
|
+
},
|
|
569
|
+
"needleBlowgun": {
|
|
570
|
+
"description": "Flag used when merging generic variants",
|
|
571
|
+
"type": "boolean"
|
|
572
|
+
},
|
|
557
573
|
"weapon": {
|
|
558
574
|
"description": "Flag used when merging generic variants",
|
|
559
575
|
"type": "boolean"
|
|
@@ -855,6 +871,14 @@
|
|
|
855
871
|
"description": "Flag used when merging generic variants",
|
|
856
872
|
"type": "boolean"
|
|
857
873
|
},
|
|
874
|
+
"bulletSling": {
|
|
875
|
+
"description": "Flag used when merging generic variants",
|
|
876
|
+
"type": "boolean"
|
|
877
|
+
},
|
|
878
|
+
"needleBlowgun": {
|
|
879
|
+
"description": "Flag used when merging generic variants",
|
|
880
|
+
"type": "boolean"
|
|
881
|
+
},
|
|
858
882
|
"weapon": {
|
|
859
883
|
"description": "Flag used when merging generic variants",
|
|
860
884
|
"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.15",
|
|
5
5
|
"type": "object",
|
|
6
6
|
"$defs": {
|
|
7
7
|
"_magicvariantItemBase": {
|
|
@@ -90,6 +90,12 @@
|
|
|
90
90
|
"bolt": {
|
|
91
91
|
"type": "boolean"
|
|
92
92
|
},
|
|
93
|
+
"bulletSling": {
|
|
94
|
+
"type": "boolean"
|
|
95
|
+
},
|
|
96
|
+
"needleBlowgun": {
|
|
97
|
+
"type": "boolean"
|
|
98
|
+
},
|
|
93
99
|
"weaponCategory": {
|
|
94
100
|
"$ref": "items-shared.json#/$defs/itemWeaponCategory"
|
|
95
101
|
},
|
|
@@ -441,6 +447,12 @@
|
|
|
441
447
|
"bolt": {
|
|
442
448
|
"type": "boolean"
|
|
443
449
|
},
|
|
450
|
+
"bulletSling": {
|
|
451
|
+
"type": "boolean"
|
|
452
|
+
},
|
|
453
|
+
"needleBlowgun": {
|
|
454
|
+
"type": "boolean"
|
|
455
|
+
},
|
|
444
456
|
"weaponCategory": {
|
|
445
457
|
"$ref": "items-shared.json#/$defs/itemWeaponCategory"
|
|
446
458
|
},
|
|
@@ -576,6 +588,12 @@
|
|
|
576
588
|
"bolt": {
|
|
577
589
|
"type": "boolean"
|
|
578
590
|
},
|
|
591
|
+
"bulletSling": {
|
|
592
|
+
"type": "boolean"
|
|
593
|
+
},
|
|
594
|
+
"needleBlowgun": {
|
|
595
|
+
"type": "boolean"
|
|
596
|
+
},
|
|
579
597
|
"weaponCategory": {
|
|
580
598
|
"$ref": "items-shared.json#/$defs/itemWeaponCategory"
|
|
581
599
|
},
|
|
@@ -932,6 +950,12 @@
|
|
|
932
950
|
"bolt": {
|
|
933
951
|
"type": "boolean"
|
|
934
952
|
},
|
|
953
|
+
"bulletSling": {
|
|
954
|
+
"type": "boolean"
|
|
955
|
+
},
|
|
956
|
+
"needleBlowgun": {
|
|
957
|
+
"type": "boolean"
|
|
958
|
+
},
|
|
935
959
|
"weaponCategory": {
|
|
936
960
|
"$ref": "items-shared.json#/$defs/itemWeaponCategory"
|
|
937
961
|
},
|
|
@@ -1071,6 +1095,12 @@
|
|
|
1071
1095
|
"bolt": {
|
|
1072
1096
|
"type": "boolean"
|
|
1073
1097
|
},
|
|
1098
|
+
"bulletSling": {
|
|
1099
|
+
"type": "boolean"
|
|
1100
|
+
},
|
|
1101
|
+
"needleBlowgun": {
|
|
1102
|
+
"type": "boolean"
|
|
1103
|
+
},
|
|
1074
1104
|
"weaponCategory": {
|
|
1075
1105
|
"$ref": "items-shared.json#/$defs/itemWeaponCategory"
|
|
1076
1106
|
},
|
|
@@ -1426,6 +1456,12 @@
|
|
|
1426
1456
|
"bolt": {
|
|
1427
1457
|
"type": "boolean"
|
|
1428
1458
|
},
|
|
1459
|
+
"bulletSling": {
|
|
1460
|
+
"type": "boolean"
|
|
1461
|
+
},
|
|
1462
|
+
"needleBlowgun": {
|
|
1463
|
+
"type": "boolean"
|
|
1464
|
+
},
|
|
1429
1465
|
"weaponCategory": {
|
|
1430
1466
|
"$ref": "items-shared.json#/$defs/itemWeaponCategory"
|
|
1431
1467
|
},
|