5etools-utils 0.12.73 → 0.12.75
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/bestiary/bestiary.json +4 -1
- package/schema/brew/util-copy.json +20 -2
- package/schema/brew-fast/bestiary/bestiary.json +4 -1
- package/schema/brew-fast/util-copy.json +20 -2
- package/schema/site/bestiary/bestiary.json +4 -1
- package/schema/site/util-copy.json +20 -2
- package/schema/site-fast/bestiary/bestiary.json +4 -1
- package/schema/site-fast/util-copy.json +20 -2
- package/schema/ua/bestiary/bestiary.json +4 -1
- package/schema/ua/util-copy.json +20 -2
- package/schema/ua-fast/bestiary/bestiary.json +4 -1
- package/schema/ua-fast/util-copy.json +20 -2
package/package.json
CHANGED
|
@@ -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.48",
|
|
4
4
|
"title": "Bestiary Schema",
|
|
5
5
|
"$id": "bestiary.json",
|
|
6
6
|
"type": "object",
|
|
@@ -1008,6 +1008,7 @@
|
|
|
1008
1008
|
"planar, magma",
|
|
1009
1009
|
"planar, ash",
|
|
1010
1010
|
"planar, ice",
|
|
1011
|
+
"planar, elemental chaos",
|
|
1011
1012
|
"planar, ethereal",
|
|
1012
1013
|
"planar, astral",
|
|
1013
1014
|
"planar, arborea",
|
|
@@ -2334,6 +2335,7 @@
|
|
|
2334
2335
|
"planar, magma",
|
|
2335
2336
|
"planar, ash",
|
|
2336
2337
|
"planar, ice",
|
|
2338
|
+
"planar, elemental chaos",
|
|
2337
2339
|
"planar, ethereal",
|
|
2338
2340
|
"planar, astral",
|
|
2339
2341
|
"planar, arborea",
|
|
@@ -3665,6 +3667,7 @@
|
|
|
3665
3667
|
"planar, magma",
|
|
3666
3668
|
"planar, ash",
|
|
3667
3669
|
"planar, ice",
|
|
3670
|
+
"planar, elemental chaos",
|
|
3668
3671
|
"planar, ethereal",
|
|
3669
3672
|
"planar, astral",
|
|
3670
3673
|
"planar, arborea",
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
3
|
"$id": "util-copy.json",
|
|
4
4
|
"title": "Util: Copy",
|
|
5
|
-
"version": "1.0.
|
|
5
|
+
"version": "1.0.6",
|
|
6
6
|
"$defs": {
|
|
7
7
|
"_mod_renameArr_rename": {
|
|
8
8
|
"type": "object",
|
|
@@ -501,7 +501,6 @@
|
|
|
501
501
|
},
|
|
502
502
|
"required": [
|
|
503
503
|
"mode",
|
|
504
|
-
"prop",
|
|
505
504
|
"value"
|
|
506
505
|
],
|
|
507
506
|
"additionalProperties": false
|
|
@@ -872,6 +871,25 @@
|
|
|
872
871
|
],
|
|
873
872
|
"minProperties": 3,
|
|
874
873
|
"additionalProperties": false
|
|
874
|
+
},
|
|
875
|
+
{
|
|
876
|
+
"type": "object",
|
|
877
|
+
"properties": {
|
|
878
|
+
"mode": {
|
|
879
|
+
"const": "prefixSuffixStringProp"
|
|
880
|
+
},
|
|
881
|
+
"prefix": {
|
|
882
|
+
"type": "string"
|
|
883
|
+
},
|
|
884
|
+
"suffix": {
|
|
885
|
+
"type": "string"
|
|
886
|
+
}
|
|
887
|
+
},
|
|
888
|
+
"required": [
|
|
889
|
+
"mode"
|
|
890
|
+
],
|
|
891
|
+
"minProperties": 2,
|
|
892
|
+
"additionalProperties": false
|
|
875
893
|
}
|
|
876
894
|
]
|
|
877
895
|
},
|
|
@@ -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.48",
|
|
4
4
|
"title": "Bestiary Schema",
|
|
5
5
|
"$id": "bestiary.json",
|
|
6
6
|
"type": "object",
|
|
@@ -1008,6 +1008,7 @@
|
|
|
1008
1008
|
"planar, magma",
|
|
1009
1009
|
"planar, ash",
|
|
1010
1010
|
"planar, ice",
|
|
1011
|
+
"planar, elemental chaos",
|
|
1011
1012
|
"planar, ethereal",
|
|
1012
1013
|
"planar, astral",
|
|
1013
1014
|
"planar, arborea",
|
|
@@ -2334,6 +2335,7 @@
|
|
|
2334
2335
|
"planar, magma",
|
|
2335
2336
|
"planar, ash",
|
|
2336
2337
|
"planar, ice",
|
|
2338
|
+
"planar, elemental chaos",
|
|
2337
2339
|
"planar, ethereal",
|
|
2338
2340
|
"planar, astral",
|
|
2339
2341
|
"planar, arborea",
|
|
@@ -3665,6 +3667,7 @@
|
|
|
3665
3667
|
"planar, magma",
|
|
3666
3668
|
"planar, ash",
|
|
3667
3669
|
"planar, ice",
|
|
3670
|
+
"planar, elemental chaos",
|
|
3668
3671
|
"planar, ethereal",
|
|
3669
3672
|
"planar, astral",
|
|
3670
3673
|
"planar, arborea",
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
3
|
"$id": "util-copy.json",
|
|
4
4
|
"title": "Util: Copy",
|
|
5
|
-
"version": "1.0.
|
|
5
|
+
"version": "1.0.6",
|
|
6
6
|
"$defs": {
|
|
7
7
|
"_mod_renameArr_rename": {
|
|
8
8
|
"type": "object",
|
|
@@ -501,7 +501,6 @@
|
|
|
501
501
|
},
|
|
502
502
|
"required": [
|
|
503
503
|
"mode",
|
|
504
|
-
"prop",
|
|
505
504
|
"value"
|
|
506
505
|
],
|
|
507
506
|
"additionalProperties": false
|
|
@@ -872,6 +871,25 @@
|
|
|
872
871
|
],
|
|
873
872
|
"minProperties": 3,
|
|
874
873
|
"additionalProperties": false
|
|
874
|
+
},
|
|
875
|
+
{
|
|
876
|
+
"type": "object",
|
|
877
|
+
"properties": {
|
|
878
|
+
"mode": {
|
|
879
|
+
"const": "prefixSuffixStringProp"
|
|
880
|
+
},
|
|
881
|
+
"prefix": {
|
|
882
|
+
"type": "string"
|
|
883
|
+
},
|
|
884
|
+
"suffix": {
|
|
885
|
+
"type": "string"
|
|
886
|
+
}
|
|
887
|
+
},
|
|
888
|
+
"required": [
|
|
889
|
+
"mode"
|
|
890
|
+
],
|
|
891
|
+
"minProperties": 2,
|
|
892
|
+
"additionalProperties": false
|
|
875
893
|
}
|
|
876
894
|
]
|
|
877
895
|
},
|
|
@@ -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.48",
|
|
4
4
|
"title": "Bestiary Schema",
|
|
5
5
|
"$id": "bestiary.json",
|
|
6
6
|
"type": "object",
|
|
@@ -1133,6 +1133,7 @@
|
|
|
1133
1133
|
"planar, magma",
|
|
1134
1134
|
"planar, ash",
|
|
1135
1135
|
"planar, ice",
|
|
1136
|
+
"planar, elemental chaos",
|
|
1136
1137
|
"planar, ethereal",
|
|
1137
1138
|
"planar, astral",
|
|
1138
1139
|
"planar, arborea",
|
|
@@ -2489,6 +2490,7 @@
|
|
|
2489
2490
|
"planar, magma",
|
|
2490
2491
|
"planar, ash",
|
|
2491
2492
|
"planar, ice",
|
|
2493
|
+
"planar, elemental chaos",
|
|
2492
2494
|
"planar, ethereal",
|
|
2493
2495
|
"planar, astral",
|
|
2494
2496
|
"planar, arborea",
|
|
@@ -3850,6 +3852,7 @@
|
|
|
3850
3852
|
"planar, magma",
|
|
3851
3853
|
"planar, ash",
|
|
3852
3854
|
"planar, ice",
|
|
3855
|
+
"planar, elemental chaos",
|
|
3853
3856
|
"planar, ethereal",
|
|
3854
3857
|
"planar, astral",
|
|
3855
3858
|
"planar, arborea",
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
3
|
"$id": "util-copy.json",
|
|
4
4
|
"title": "Util: Copy",
|
|
5
|
-
"version": "1.0.
|
|
5
|
+
"version": "1.0.6",
|
|
6
6
|
"$defs": {
|
|
7
7
|
"_mod_renameArr_rename": {
|
|
8
8
|
"type": "object",
|
|
@@ -501,7 +501,6 @@
|
|
|
501
501
|
},
|
|
502
502
|
"required": [
|
|
503
503
|
"mode",
|
|
504
|
-
"prop",
|
|
505
504
|
"value"
|
|
506
505
|
],
|
|
507
506
|
"additionalProperties": false
|
|
@@ -872,6 +871,25 @@
|
|
|
872
871
|
],
|
|
873
872
|
"minProperties": 3,
|
|
874
873
|
"additionalProperties": false
|
|
874
|
+
},
|
|
875
|
+
{
|
|
876
|
+
"type": "object",
|
|
877
|
+
"properties": {
|
|
878
|
+
"mode": {
|
|
879
|
+
"const": "prefixSuffixStringProp"
|
|
880
|
+
},
|
|
881
|
+
"prefix": {
|
|
882
|
+
"type": "string"
|
|
883
|
+
},
|
|
884
|
+
"suffix": {
|
|
885
|
+
"type": "string"
|
|
886
|
+
}
|
|
887
|
+
},
|
|
888
|
+
"required": [
|
|
889
|
+
"mode"
|
|
890
|
+
],
|
|
891
|
+
"minProperties": 2,
|
|
892
|
+
"additionalProperties": false
|
|
875
893
|
}
|
|
876
894
|
]
|
|
877
895
|
},
|
|
@@ -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.48",
|
|
4
4
|
"title": "Bestiary Schema",
|
|
5
5
|
"$id": "bestiary.json",
|
|
6
6
|
"type": "object",
|
|
@@ -1133,6 +1133,7 @@
|
|
|
1133
1133
|
"planar, magma",
|
|
1134
1134
|
"planar, ash",
|
|
1135
1135
|
"planar, ice",
|
|
1136
|
+
"planar, elemental chaos",
|
|
1136
1137
|
"planar, ethereal",
|
|
1137
1138
|
"planar, astral",
|
|
1138
1139
|
"planar, arborea",
|
|
@@ -2489,6 +2490,7 @@
|
|
|
2489
2490
|
"planar, magma",
|
|
2490
2491
|
"planar, ash",
|
|
2491
2492
|
"planar, ice",
|
|
2493
|
+
"planar, elemental chaos",
|
|
2492
2494
|
"planar, ethereal",
|
|
2493
2495
|
"planar, astral",
|
|
2494
2496
|
"planar, arborea",
|
|
@@ -3850,6 +3852,7 @@
|
|
|
3850
3852
|
"planar, magma",
|
|
3851
3853
|
"planar, ash",
|
|
3852
3854
|
"planar, ice",
|
|
3855
|
+
"planar, elemental chaos",
|
|
3853
3856
|
"planar, ethereal",
|
|
3854
3857
|
"planar, astral",
|
|
3855
3858
|
"planar, arborea",
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
3
|
"$id": "util-copy.json",
|
|
4
4
|
"title": "Util: Copy",
|
|
5
|
-
"version": "1.0.
|
|
5
|
+
"version": "1.0.6",
|
|
6
6
|
"$defs": {
|
|
7
7
|
"_mod_renameArr_rename": {
|
|
8
8
|
"type": "object",
|
|
@@ -501,7 +501,6 @@
|
|
|
501
501
|
},
|
|
502
502
|
"required": [
|
|
503
503
|
"mode",
|
|
504
|
-
"prop",
|
|
505
504
|
"value"
|
|
506
505
|
],
|
|
507
506
|
"additionalProperties": false
|
|
@@ -872,6 +871,25 @@
|
|
|
872
871
|
],
|
|
873
872
|
"minProperties": 3,
|
|
874
873
|
"additionalProperties": false
|
|
874
|
+
},
|
|
875
|
+
{
|
|
876
|
+
"type": "object",
|
|
877
|
+
"properties": {
|
|
878
|
+
"mode": {
|
|
879
|
+
"const": "prefixSuffixStringProp"
|
|
880
|
+
},
|
|
881
|
+
"prefix": {
|
|
882
|
+
"type": "string"
|
|
883
|
+
},
|
|
884
|
+
"suffix": {
|
|
885
|
+
"type": "string"
|
|
886
|
+
}
|
|
887
|
+
},
|
|
888
|
+
"required": [
|
|
889
|
+
"mode"
|
|
890
|
+
],
|
|
891
|
+
"minProperties": 2,
|
|
892
|
+
"additionalProperties": false
|
|
875
893
|
}
|
|
876
894
|
]
|
|
877
895
|
},
|
|
@@ -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.48",
|
|
4
4
|
"title": "Bestiary Schema",
|
|
5
5
|
"$id": "bestiary.json",
|
|
6
6
|
"type": "object",
|
|
@@ -1133,6 +1133,7 @@
|
|
|
1133
1133
|
"planar, magma",
|
|
1134
1134
|
"planar, ash",
|
|
1135
1135
|
"planar, ice",
|
|
1136
|
+
"planar, elemental chaos",
|
|
1136
1137
|
"planar, ethereal",
|
|
1137
1138
|
"planar, astral",
|
|
1138
1139
|
"planar, arborea",
|
|
@@ -2501,6 +2502,7 @@
|
|
|
2501
2502
|
"planar, magma",
|
|
2502
2503
|
"planar, ash",
|
|
2503
2504
|
"planar, ice",
|
|
2505
|
+
"planar, elemental chaos",
|
|
2504
2506
|
"planar, ethereal",
|
|
2505
2507
|
"planar, astral",
|
|
2506
2508
|
"planar, arborea",
|
|
@@ -3874,6 +3876,7 @@
|
|
|
3874
3876
|
"planar, magma",
|
|
3875
3877
|
"planar, ash",
|
|
3876
3878
|
"planar, ice",
|
|
3879
|
+
"planar, elemental chaos",
|
|
3877
3880
|
"planar, ethereal",
|
|
3878
3881
|
"planar, astral",
|
|
3879
3882
|
"planar, arborea",
|
package/schema/ua/util-copy.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
3
|
"$id": "util-copy.json",
|
|
4
4
|
"title": "Util: Copy",
|
|
5
|
-
"version": "1.0.
|
|
5
|
+
"version": "1.0.6",
|
|
6
6
|
"$defs": {
|
|
7
7
|
"_mod_renameArr_rename": {
|
|
8
8
|
"type": "object",
|
|
@@ -501,7 +501,6 @@
|
|
|
501
501
|
},
|
|
502
502
|
"required": [
|
|
503
503
|
"mode",
|
|
504
|
-
"prop",
|
|
505
504
|
"value"
|
|
506
505
|
],
|
|
507
506
|
"additionalProperties": false
|
|
@@ -872,6 +871,25 @@
|
|
|
872
871
|
],
|
|
873
872
|
"minProperties": 3,
|
|
874
873
|
"additionalProperties": false
|
|
874
|
+
},
|
|
875
|
+
{
|
|
876
|
+
"type": "object",
|
|
877
|
+
"properties": {
|
|
878
|
+
"mode": {
|
|
879
|
+
"const": "prefixSuffixStringProp"
|
|
880
|
+
},
|
|
881
|
+
"prefix": {
|
|
882
|
+
"type": "string"
|
|
883
|
+
},
|
|
884
|
+
"suffix": {
|
|
885
|
+
"type": "string"
|
|
886
|
+
}
|
|
887
|
+
},
|
|
888
|
+
"required": [
|
|
889
|
+
"mode"
|
|
890
|
+
],
|
|
891
|
+
"minProperties": 2,
|
|
892
|
+
"additionalProperties": false
|
|
875
893
|
}
|
|
876
894
|
]
|
|
877
895
|
},
|
|
@@ -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.48",
|
|
4
4
|
"title": "Bestiary Schema",
|
|
5
5
|
"$id": "bestiary.json",
|
|
6
6
|
"type": "object",
|
|
@@ -1133,6 +1133,7 @@
|
|
|
1133
1133
|
"planar, magma",
|
|
1134
1134
|
"planar, ash",
|
|
1135
1135
|
"planar, ice",
|
|
1136
|
+
"planar, elemental chaos",
|
|
1136
1137
|
"planar, ethereal",
|
|
1137
1138
|
"planar, astral",
|
|
1138
1139
|
"planar, arborea",
|
|
@@ -2501,6 +2502,7 @@
|
|
|
2501
2502
|
"planar, magma",
|
|
2502
2503
|
"planar, ash",
|
|
2503
2504
|
"planar, ice",
|
|
2505
|
+
"planar, elemental chaos",
|
|
2504
2506
|
"planar, ethereal",
|
|
2505
2507
|
"planar, astral",
|
|
2506
2508
|
"planar, arborea",
|
|
@@ -3874,6 +3876,7 @@
|
|
|
3874
3876
|
"planar, magma",
|
|
3875
3877
|
"planar, ash",
|
|
3876
3878
|
"planar, ice",
|
|
3879
|
+
"planar, elemental chaos",
|
|
3877
3880
|
"planar, ethereal",
|
|
3878
3881
|
"planar, astral",
|
|
3879
3882
|
"planar, arborea",
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
3
|
"$id": "util-copy.json",
|
|
4
4
|
"title": "Util: Copy",
|
|
5
|
-
"version": "1.0.
|
|
5
|
+
"version": "1.0.6",
|
|
6
6
|
"$defs": {
|
|
7
7
|
"_mod_renameArr_rename": {
|
|
8
8
|
"type": "object",
|
|
@@ -501,7 +501,6 @@
|
|
|
501
501
|
},
|
|
502
502
|
"required": [
|
|
503
503
|
"mode",
|
|
504
|
-
"prop",
|
|
505
504
|
"value"
|
|
506
505
|
],
|
|
507
506
|
"additionalProperties": false
|
|
@@ -872,6 +871,25 @@
|
|
|
872
871
|
],
|
|
873
872
|
"minProperties": 3,
|
|
874
873
|
"additionalProperties": false
|
|
874
|
+
},
|
|
875
|
+
{
|
|
876
|
+
"type": "object",
|
|
877
|
+
"properties": {
|
|
878
|
+
"mode": {
|
|
879
|
+
"const": "prefixSuffixStringProp"
|
|
880
|
+
},
|
|
881
|
+
"prefix": {
|
|
882
|
+
"type": "string"
|
|
883
|
+
},
|
|
884
|
+
"suffix": {
|
|
885
|
+
"type": "string"
|
|
886
|
+
}
|
|
887
|
+
},
|
|
888
|
+
"required": [
|
|
889
|
+
"mode"
|
|
890
|
+
],
|
|
891
|
+
"minProperties": 2,
|
|
892
|
+
"additionalProperties": false
|
|
875
893
|
}
|
|
876
894
|
]
|
|
877
895
|
},
|