5etools-utils 0.12.54 → 0.12.56
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/util.json +43 -24
- package/schema/brew-fast/util.json +43 -24
- package/schema/site/util.json +34 -22
- package/schema/site-fast/util.json +34 -22
- package/schema/ua/util.json +34 -22
- package/schema/ua-fast/util.json +34 -22
package/package.json
CHANGED
package/schema/brew/util.json
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"$id": "util.json",
|
|
4
4
|
"title": "Util",
|
|
5
5
|
"description": "Utility definitions to be used in other schemas.",
|
|
6
|
-
"version": "1.17.
|
|
6
|
+
"version": "1.17.16",
|
|
7
7
|
"$defs": {
|
|
8
8
|
"metaDependenciesArray": {
|
|
9
9
|
"type": "array",
|
|
@@ -627,26 +627,34 @@
|
|
|
627
627
|
"minItems": 1
|
|
628
628
|
},
|
|
629
629
|
"skillNameLower": {
|
|
630
|
-
"
|
|
631
|
-
|
|
632
|
-
|
|
633
|
-
|
|
634
|
-
|
|
635
|
-
|
|
636
|
-
|
|
637
|
-
|
|
638
|
-
|
|
639
|
-
|
|
640
|
-
|
|
641
|
-
|
|
642
|
-
|
|
643
|
-
|
|
644
|
-
|
|
645
|
-
|
|
646
|
-
|
|
647
|
-
|
|
648
|
-
|
|
649
|
-
|
|
630
|
+
"anyOf": [
|
|
631
|
+
{
|
|
632
|
+
"type": "string",
|
|
633
|
+
"enum": [
|
|
634
|
+
"athletics",
|
|
635
|
+
"acrobatics",
|
|
636
|
+
"sleight of hand",
|
|
637
|
+
"stealth",
|
|
638
|
+
"arcana",
|
|
639
|
+
"history",
|
|
640
|
+
"investigation",
|
|
641
|
+
"nature",
|
|
642
|
+
"religion",
|
|
643
|
+
"animal handling",
|
|
644
|
+
"insight",
|
|
645
|
+
"medicine",
|
|
646
|
+
"perception",
|
|
647
|
+
"survival",
|
|
648
|
+
"deception",
|
|
649
|
+
"intimidation",
|
|
650
|
+
"performance",
|
|
651
|
+
"persuasion"
|
|
652
|
+
]
|
|
653
|
+
},
|
|
654
|
+
{
|
|
655
|
+
"type": "string",
|
|
656
|
+
"pattern": "^[^|]+\\|.+$"
|
|
657
|
+
}
|
|
650
658
|
]
|
|
651
659
|
},
|
|
652
660
|
"skillProficiencies": {
|
|
@@ -726,11 +734,17 @@
|
|
|
726
734
|
"type": "integer"
|
|
727
735
|
}
|
|
728
736
|
},
|
|
737
|
+
"required": [
|
|
738
|
+
"from"
|
|
739
|
+
],
|
|
729
740
|
"additionalProperties": false
|
|
730
741
|
}
|
|
731
742
|
},
|
|
732
|
-
"additionalProperties":
|
|
733
|
-
|
|
743
|
+
"additionalProperties": false,
|
|
744
|
+
"patternProperties": {
|
|
745
|
+
"^[^|]+\\|.+$": {
|
|
746
|
+
"const": true
|
|
747
|
+
}
|
|
734
748
|
}
|
|
735
749
|
}
|
|
736
750
|
},
|
|
@@ -1565,7 +1579,12 @@
|
|
|
1565
1579
|
"type": "object",
|
|
1566
1580
|
"properties": {
|
|
1567
1581
|
"category": {
|
|
1568
|
-
"
|
|
1582
|
+
"type": "array",
|
|
1583
|
+
"items": {
|
|
1584
|
+
"$ref": "#/$defs/dataFeatCategory"
|
|
1585
|
+
},
|
|
1586
|
+
"uniqueItems": true,
|
|
1587
|
+
"minItems": 1
|
|
1569
1588
|
},
|
|
1570
1589
|
"count": {
|
|
1571
1590
|
"type": "integer"
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"$id": "util.json",
|
|
4
4
|
"title": "Util",
|
|
5
5
|
"description": "Utility definitions to be used in other schemas.",
|
|
6
|
-
"version": "1.17.
|
|
6
|
+
"version": "1.17.16",
|
|
7
7
|
"$defs": {
|
|
8
8
|
"metaDependenciesArray": {
|
|
9
9
|
"type": "array",
|
|
@@ -627,26 +627,34 @@
|
|
|
627
627
|
"minItems": 1
|
|
628
628
|
},
|
|
629
629
|
"skillNameLower": {
|
|
630
|
-
"
|
|
631
|
-
|
|
632
|
-
|
|
633
|
-
|
|
634
|
-
|
|
635
|
-
|
|
636
|
-
|
|
637
|
-
|
|
638
|
-
|
|
639
|
-
|
|
640
|
-
|
|
641
|
-
|
|
642
|
-
|
|
643
|
-
|
|
644
|
-
|
|
645
|
-
|
|
646
|
-
|
|
647
|
-
|
|
648
|
-
|
|
649
|
-
|
|
630
|
+
"anyOf": [
|
|
631
|
+
{
|
|
632
|
+
"type": "string",
|
|
633
|
+
"enum": [
|
|
634
|
+
"athletics",
|
|
635
|
+
"acrobatics",
|
|
636
|
+
"sleight of hand",
|
|
637
|
+
"stealth",
|
|
638
|
+
"arcana",
|
|
639
|
+
"history",
|
|
640
|
+
"investigation",
|
|
641
|
+
"nature",
|
|
642
|
+
"religion",
|
|
643
|
+
"animal handling",
|
|
644
|
+
"insight",
|
|
645
|
+
"medicine",
|
|
646
|
+
"perception",
|
|
647
|
+
"survival",
|
|
648
|
+
"deception",
|
|
649
|
+
"intimidation",
|
|
650
|
+
"performance",
|
|
651
|
+
"persuasion"
|
|
652
|
+
]
|
|
653
|
+
},
|
|
654
|
+
{
|
|
655
|
+
"type": "string",
|
|
656
|
+
"pattern": "^[^|]+\\|.+$"
|
|
657
|
+
}
|
|
650
658
|
]
|
|
651
659
|
},
|
|
652
660
|
"skillProficiencies": {
|
|
@@ -726,11 +734,17 @@
|
|
|
726
734
|
"type": "integer"
|
|
727
735
|
}
|
|
728
736
|
},
|
|
737
|
+
"required": [
|
|
738
|
+
"from"
|
|
739
|
+
],
|
|
729
740
|
"additionalProperties": false
|
|
730
741
|
}
|
|
731
742
|
},
|
|
732
|
-
"additionalProperties":
|
|
733
|
-
|
|
743
|
+
"additionalProperties": false,
|
|
744
|
+
"patternProperties": {
|
|
745
|
+
"^[^|]+\\|.+$": {
|
|
746
|
+
"const": true
|
|
747
|
+
}
|
|
734
748
|
}
|
|
735
749
|
}
|
|
736
750
|
},
|
|
@@ -1565,7 +1579,12 @@
|
|
|
1565
1579
|
"type": "object",
|
|
1566
1580
|
"properties": {
|
|
1567
1581
|
"category": {
|
|
1568
|
-
"
|
|
1582
|
+
"type": "array",
|
|
1583
|
+
"items": {
|
|
1584
|
+
"$ref": "#/$defs/dataFeatCategory"
|
|
1585
|
+
},
|
|
1586
|
+
"uniqueItems": true,
|
|
1587
|
+
"minItems": 1
|
|
1569
1588
|
},
|
|
1570
1589
|
"count": {
|
|
1571
1590
|
"type": "integer"
|
package/schema/site/util.json
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"$id": "util.json",
|
|
4
4
|
"title": "Util",
|
|
5
5
|
"description": "Utility definitions to be used in other schemas.",
|
|
6
|
-
"version": "1.17.
|
|
6
|
+
"version": "1.17.16",
|
|
7
7
|
"$defs": {
|
|
8
8
|
"metaDependenciesArray": {
|
|
9
9
|
"type": "array",
|
|
@@ -600,26 +600,30 @@
|
|
|
600
600
|
"minItems": 1
|
|
601
601
|
},
|
|
602
602
|
"skillNameLower": {
|
|
603
|
-
"
|
|
604
|
-
|
|
605
|
-
|
|
606
|
-
|
|
607
|
-
|
|
608
|
-
|
|
609
|
-
|
|
610
|
-
|
|
611
|
-
|
|
612
|
-
|
|
613
|
-
|
|
614
|
-
|
|
615
|
-
|
|
616
|
-
|
|
617
|
-
|
|
618
|
-
|
|
619
|
-
|
|
620
|
-
|
|
621
|
-
|
|
622
|
-
|
|
603
|
+
"anyOf": [
|
|
604
|
+
{
|
|
605
|
+
"type": "string",
|
|
606
|
+
"enum": [
|
|
607
|
+
"athletics",
|
|
608
|
+
"acrobatics",
|
|
609
|
+
"sleight of hand",
|
|
610
|
+
"stealth",
|
|
611
|
+
"arcana",
|
|
612
|
+
"history",
|
|
613
|
+
"investigation",
|
|
614
|
+
"nature",
|
|
615
|
+
"religion",
|
|
616
|
+
"animal handling",
|
|
617
|
+
"insight",
|
|
618
|
+
"medicine",
|
|
619
|
+
"perception",
|
|
620
|
+
"survival",
|
|
621
|
+
"deception",
|
|
622
|
+
"intimidation",
|
|
623
|
+
"performance",
|
|
624
|
+
"persuasion"
|
|
625
|
+
]
|
|
626
|
+
}
|
|
623
627
|
]
|
|
624
628
|
},
|
|
625
629
|
"skillProficiencies": {
|
|
@@ -699,6 +703,9 @@
|
|
|
699
703
|
"type": "integer"
|
|
700
704
|
}
|
|
701
705
|
},
|
|
706
|
+
"required": [
|
|
707
|
+
"from"
|
|
708
|
+
],
|
|
702
709
|
"additionalProperties": false
|
|
703
710
|
}
|
|
704
711
|
},
|
|
@@ -1534,7 +1541,12 @@
|
|
|
1534
1541
|
"type": "object",
|
|
1535
1542
|
"properties": {
|
|
1536
1543
|
"category": {
|
|
1537
|
-
"
|
|
1544
|
+
"type": "array",
|
|
1545
|
+
"items": {
|
|
1546
|
+
"$ref": "#/$defs/dataFeatCategory"
|
|
1547
|
+
},
|
|
1548
|
+
"uniqueItems": true,
|
|
1549
|
+
"minItems": 1
|
|
1538
1550
|
},
|
|
1539
1551
|
"count": {
|
|
1540
1552
|
"type": "integer"
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"$id": "util.json",
|
|
4
4
|
"title": "Util",
|
|
5
5
|
"description": "Utility definitions to be used in other schemas.",
|
|
6
|
-
"version": "1.17.
|
|
6
|
+
"version": "1.17.16",
|
|
7
7
|
"$defs": {
|
|
8
8
|
"metaDependenciesArray": {
|
|
9
9
|
"type": "array",
|
|
@@ -600,26 +600,30 @@
|
|
|
600
600
|
"minItems": 1
|
|
601
601
|
},
|
|
602
602
|
"skillNameLower": {
|
|
603
|
-
"
|
|
604
|
-
|
|
605
|
-
|
|
606
|
-
|
|
607
|
-
|
|
608
|
-
|
|
609
|
-
|
|
610
|
-
|
|
611
|
-
|
|
612
|
-
|
|
613
|
-
|
|
614
|
-
|
|
615
|
-
|
|
616
|
-
|
|
617
|
-
|
|
618
|
-
|
|
619
|
-
|
|
620
|
-
|
|
621
|
-
|
|
622
|
-
|
|
603
|
+
"anyOf": [
|
|
604
|
+
{
|
|
605
|
+
"type": "string",
|
|
606
|
+
"enum": [
|
|
607
|
+
"athletics",
|
|
608
|
+
"acrobatics",
|
|
609
|
+
"sleight of hand",
|
|
610
|
+
"stealth",
|
|
611
|
+
"arcana",
|
|
612
|
+
"history",
|
|
613
|
+
"investigation",
|
|
614
|
+
"nature",
|
|
615
|
+
"religion",
|
|
616
|
+
"animal handling",
|
|
617
|
+
"insight",
|
|
618
|
+
"medicine",
|
|
619
|
+
"perception",
|
|
620
|
+
"survival",
|
|
621
|
+
"deception",
|
|
622
|
+
"intimidation",
|
|
623
|
+
"performance",
|
|
624
|
+
"persuasion"
|
|
625
|
+
]
|
|
626
|
+
}
|
|
623
627
|
]
|
|
624
628
|
},
|
|
625
629
|
"skillProficiencies": {
|
|
@@ -699,6 +703,9 @@
|
|
|
699
703
|
"type": "integer"
|
|
700
704
|
}
|
|
701
705
|
},
|
|
706
|
+
"required": [
|
|
707
|
+
"from"
|
|
708
|
+
],
|
|
702
709
|
"additionalProperties": false
|
|
703
710
|
}
|
|
704
711
|
},
|
|
@@ -1534,7 +1541,12 @@
|
|
|
1534
1541
|
"type": "object",
|
|
1535
1542
|
"properties": {
|
|
1536
1543
|
"category": {
|
|
1537
|
-
"
|
|
1544
|
+
"type": "array",
|
|
1545
|
+
"items": {
|
|
1546
|
+
"$ref": "#/$defs/dataFeatCategory"
|
|
1547
|
+
},
|
|
1548
|
+
"uniqueItems": true,
|
|
1549
|
+
"minItems": 1
|
|
1538
1550
|
},
|
|
1539
1551
|
"count": {
|
|
1540
1552
|
"type": "integer"
|
package/schema/ua/util.json
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"$id": "util.json",
|
|
4
4
|
"title": "Util",
|
|
5
5
|
"description": "Utility definitions to be used in other schemas.",
|
|
6
|
-
"version": "1.17.
|
|
6
|
+
"version": "1.17.16",
|
|
7
7
|
"$defs": {
|
|
8
8
|
"metaDependenciesArray": {
|
|
9
9
|
"type": "array",
|
|
@@ -611,26 +611,30 @@
|
|
|
611
611
|
"minItems": 1
|
|
612
612
|
},
|
|
613
613
|
"skillNameLower": {
|
|
614
|
-
"
|
|
615
|
-
|
|
616
|
-
|
|
617
|
-
|
|
618
|
-
|
|
619
|
-
|
|
620
|
-
|
|
621
|
-
|
|
622
|
-
|
|
623
|
-
|
|
624
|
-
|
|
625
|
-
|
|
626
|
-
|
|
627
|
-
|
|
628
|
-
|
|
629
|
-
|
|
630
|
-
|
|
631
|
-
|
|
632
|
-
|
|
633
|
-
|
|
614
|
+
"anyOf": [
|
|
615
|
+
{
|
|
616
|
+
"type": "string",
|
|
617
|
+
"enum": [
|
|
618
|
+
"athletics",
|
|
619
|
+
"acrobatics",
|
|
620
|
+
"sleight of hand",
|
|
621
|
+
"stealth",
|
|
622
|
+
"arcana",
|
|
623
|
+
"history",
|
|
624
|
+
"investigation",
|
|
625
|
+
"nature",
|
|
626
|
+
"religion",
|
|
627
|
+
"animal handling",
|
|
628
|
+
"insight",
|
|
629
|
+
"medicine",
|
|
630
|
+
"perception",
|
|
631
|
+
"survival",
|
|
632
|
+
"deception",
|
|
633
|
+
"intimidation",
|
|
634
|
+
"performance",
|
|
635
|
+
"persuasion"
|
|
636
|
+
]
|
|
637
|
+
}
|
|
634
638
|
]
|
|
635
639
|
},
|
|
636
640
|
"skillProficiencies": {
|
|
@@ -710,6 +714,9 @@
|
|
|
710
714
|
"type": "integer"
|
|
711
715
|
}
|
|
712
716
|
},
|
|
717
|
+
"required": [
|
|
718
|
+
"from"
|
|
719
|
+
],
|
|
713
720
|
"additionalProperties": false
|
|
714
721
|
}
|
|
715
722
|
},
|
|
@@ -1545,7 +1552,12 @@
|
|
|
1545
1552
|
"type": "object",
|
|
1546
1553
|
"properties": {
|
|
1547
1554
|
"category": {
|
|
1548
|
-
"
|
|
1555
|
+
"type": "array",
|
|
1556
|
+
"items": {
|
|
1557
|
+
"$ref": "#/$defs/dataFeatCategory"
|
|
1558
|
+
},
|
|
1559
|
+
"uniqueItems": true,
|
|
1560
|
+
"minItems": 1
|
|
1549
1561
|
},
|
|
1550
1562
|
"count": {
|
|
1551
1563
|
"type": "integer"
|
package/schema/ua-fast/util.json
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"$id": "util.json",
|
|
4
4
|
"title": "Util",
|
|
5
5
|
"description": "Utility definitions to be used in other schemas.",
|
|
6
|
-
"version": "1.17.
|
|
6
|
+
"version": "1.17.16",
|
|
7
7
|
"$defs": {
|
|
8
8
|
"metaDependenciesArray": {
|
|
9
9
|
"type": "array",
|
|
@@ -611,26 +611,30 @@
|
|
|
611
611
|
"minItems": 1
|
|
612
612
|
},
|
|
613
613
|
"skillNameLower": {
|
|
614
|
-
"
|
|
615
|
-
|
|
616
|
-
|
|
617
|
-
|
|
618
|
-
|
|
619
|
-
|
|
620
|
-
|
|
621
|
-
|
|
622
|
-
|
|
623
|
-
|
|
624
|
-
|
|
625
|
-
|
|
626
|
-
|
|
627
|
-
|
|
628
|
-
|
|
629
|
-
|
|
630
|
-
|
|
631
|
-
|
|
632
|
-
|
|
633
|
-
|
|
614
|
+
"anyOf": [
|
|
615
|
+
{
|
|
616
|
+
"type": "string",
|
|
617
|
+
"enum": [
|
|
618
|
+
"athletics",
|
|
619
|
+
"acrobatics",
|
|
620
|
+
"sleight of hand",
|
|
621
|
+
"stealth",
|
|
622
|
+
"arcana",
|
|
623
|
+
"history",
|
|
624
|
+
"investigation",
|
|
625
|
+
"nature",
|
|
626
|
+
"religion",
|
|
627
|
+
"animal handling",
|
|
628
|
+
"insight",
|
|
629
|
+
"medicine",
|
|
630
|
+
"perception",
|
|
631
|
+
"survival",
|
|
632
|
+
"deception",
|
|
633
|
+
"intimidation",
|
|
634
|
+
"performance",
|
|
635
|
+
"persuasion"
|
|
636
|
+
]
|
|
637
|
+
}
|
|
634
638
|
]
|
|
635
639
|
},
|
|
636
640
|
"skillProficiencies": {
|
|
@@ -710,6 +714,9 @@
|
|
|
710
714
|
"type": "integer"
|
|
711
715
|
}
|
|
712
716
|
},
|
|
717
|
+
"required": [
|
|
718
|
+
"from"
|
|
719
|
+
],
|
|
713
720
|
"additionalProperties": false
|
|
714
721
|
}
|
|
715
722
|
},
|
|
@@ -1545,7 +1552,12 @@
|
|
|
1545
1552
|
"type": "object",
|
|
1546
1553
|
"properties": {
|
|
1547
1554
|
"category": {
|
|
1548
|
-
"
|
|
1555
|
+
"type": "array",
|
|
1556
|
+
"items": {
|
|
1557
|
+
"$ref": "#/$defs/dataFeatCategory"
|
|
1558
|
+
},
|
|
1559
|
+
"uniqueItems": true,
|
|
1560
|
+
"minItems": 1
|
|
1549
1561
|
},
|
|
1550
1562
|
"count": {
|
|
1551
1563
|
"type": "integer"
|