5etools-utils 0.12.55 → 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 +31 -20
- package/schema/brew-fast/util.json +31 -20
- package/schema/site/util.json +27 -20
- package/schema/site-fast/util.json +27 -20
- package/schema/ua/util.json +27 -20
- package/schema/ua-fast/util.json +27 -20
package/package.json
CHANGED
package/schema/brew/util.json
CHANGED
|
@@ -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,6 +734,9 @@
|
|
|
726
734
|
"type": "integer"
|
|
727
735
|
}
|
|
728
736
|
},
|
|
737
|
+
"required": [
|
|
738
|
+
"from"
|
|
739
|
+
],
|
|
729
740
|
"additionalProperties": false
|
|
730
741
|
}
|
|
731
742
|
},
|
|
@@ -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,6 +734,9 @@
|
|
|
726
734
|
"type": "integer"
|
|
727
735
|
}
|
|
728
736
|
},
|
|
737
|
+
"required": [
|
|
738
|
+
"from"
|
|
739
|
+
],
|
|
729
740
|
"additionalProperties": false
|
|
730
741
|
}
|
|
731
742
|
},
|
package/schema/site/util.json
CHANGED
|
@@ -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
|
},
|
|
@@ -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
|
},
|
package/schema/ua/util.json
CHANGED
|
@@ -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
|
},
|
package/schema/ua-fast/util.json
CHANGED
|
@@ -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
|
},
|