5etools-utils 0.11.1 → 0.11.3
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/spells/spells.json +10 -1
- package/schema/brew/vehicles.json +5 -3
- package/schema/brew-fast/spells/spells.json +10 -1
- package/schema/brew-fast/vehicles.json +5 -3
- package/schema/site/spells/spells.json +10 -1
- package/schema/site/vehicles.json +5 -3
- package/schema/site-fast/spells/spells.json +10 -1
- package/schema/site-fast/vehicles.json +5 -3
- package/schema/ua/spells/spells.json +10 -1
- package/schema/ua/vehicles.json +5 -3
- package/schema/ua-fast/spells/spells.json +10 -1
- package/schema/ua-fast/vehicles.json +5 -3
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
3
|
"$id": "spells.json",
|
|
4
|
-
"version": "1.9.
|
|
4
|
+
"version": "1.9.13",
|
|
5
5
|
"title": "Spells",
|
|
6
6
|
"type": "object",
|
|
7
7
|
"$defs": {
|
|
@@ -11,6 +11,9 @@
|
|
|
11
11
|
"name": {
|
|
12
12
|
"type": "string"
|
|
13
13
|
},
|
|
14
|
+
"alias": {
|
|
15
|
+
"$ref": "util.json#/$defs/alias"
|
|
16
|
+
},
|
|
14
17
|
"level": {
|
|
15
18
|
"type": "integer"
|
|
16
19
|
},
|
|
@@ -560,6 +563,9 @@
|
|
|
560
563
|
"name": {
|
|
561
564
|
"type": "string"
|
|
562
565
|
},
|
|
566
|
+
"alias": {
|
|
567
|
+
"$ref": "util.json#/$defs/alias"
|
|
568
|
+
},
|
|
563
569
|
"level": {
|
|
564
570
|
"type": "integer"
|
|
565
571
|
},
|
|
@@ -1117,6 +1123,9 @@
|
|
|
1117
1123
|
"name": {
|
|
1118
1124
|
"type": "string"
|
|
1119
1125
|
},
|
|
1126
|
+
"alias": {
|
|
1127
|
+
"$ref": "util.json#/$defs/alias"
|
|
1128
|
+
},
|
|
1120
1129
|
"level": {
|
|
1121
1130
|
"type": "integer"
|
|
1122
1131
|
},
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
3
|
"$id": "vehicles.json",
|
|
4
|
-
"version": "1.7.
|
|
4
|
+
"version": "1.7.10",
|
|
5
5
|
"type": "object",
|
|
6
6
|
"$defs": {
|
|
7
7
|
"vehicleTerrain": {
|
|
@@ -746,10 +746,12 @@
|
|
|
746
746
|
"additionalProperties": false,
|
|
747
747
|
"required": [
|
|
748
748
|
"hp",
|
|
749
|
-
"dt"
|
|
750
|
-
"mt"
|
|
749
|
+
"dt"
|
|
751
750
|
]
|
|
752
751
|
},
|
|
752
|
+
"ac": {
|
|
753
|
+
"type": "integer"
|
|
754
|
+
},
|
|
753
755
|
"resist": {
|
|
754
756
|
"$ref": "util.json#/$defs/damageResistArray"
|
|
755
757
|
},
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
3
|
"$id": "spells.json",
|
|
4
|
-
"version": "1.9.
|
|
4
|
+
"version": "1.9.13",
|
|
5
5
|
"title": "Spells",
|
|
6
6
|
"type": "object",
|
|
7
7
|
"$defs": {
|
|
@@ -11,6 +11,9 @@
|
|
|
11
11
|
"name": {
|
|
12
12
|
"type": "string"
|
|
13
13
|
},
|
|
14
|
+
"alias": {
|
|
15
|
+
"$ref": "util.json#/$defs/alias"
|
|
16
|
+
},
|
|
14
17
|
"level": {
|
|
15
18
|
"type": "integer"
|
|
16
19
|
},
|
|
@@ -560,6 +563,9 @@
|
|
|
560
563
|
"name": {
|
|
561
564
|
"type": "string"
|
|
562
565
|
},
|
|
566
|
+
"alias": {
|
|
567
|
+
"$ref": "util.json#/$defs/alias"
|
|
568
|
+
},
|
|
563
569
|
"level": {
|
|
564
570
|
"type": "integer"
|
|
565
571
|
},
|
|
@@ -1117,6 +1123,9 @@
|
|
|
1117
1123
|
"name": {
|
|
1118
1124
|
"type": "string"
|
|
1119
1125
|
},
|
|
1126
|
+
"alias": {
|
|
1127
|
+
"$ref": "util.json#/$defs/alias"
|
|
1128
|
+
},
|
|
1120
1129
|
"level": {
|
|
1121
1130
|
"type": "integer"
|
|
1122
1131
|
},
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
3
|
"$id": "vehicles.json",
|
|
4
|
-
"version": "1.7.
|
|
4
|
+
"version": "1.7.10",
|
|
5
5
|
"type": "object",
|
|
6
6
|
"$defs": {
|
|
7
7
|
"vehicleTerrain": {
|
|
@@ -746,10 +746,12 @@
|
|
|
746
746
|
"additionalProperties": false,
|
|
747
747
|
"required": [
|
|
748
748
|
"hp",
|
|
749
|
-
"dt"
|
|
750
|
-
"mt"
|
|
749
|
+
"dt"
|
|
751
750
|
]
|
|
752
751
|
},
|
|
752
|
+
"ac": {
|
|
753
|
+
"type": "integer"
|
|
754
|
+
},
|
|
753
755
|
"resist": {
|
|
754
756
|
"$ref": "util.json#/$defs/damageResistArray"
|
|
755
757
|
},
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
3
|
"$id": "spells.json",
|
|
4
|
-
"version": "1.9.
|
|
4
|
+
"version": "1.9.13",
|
|
5
5
|
"title": "Spells",
|
|
6
6
|
"type": "object",
|
|
7
7
|
"$defs": {
|
|
@@ -11,6 +11,9 @@
|
|
|
11
11
|
"name": {
|
|
12
12
|
"type": "string"
|
|
13
13
|
},
|
|
14
|
+
"alias": {
|
|
15
|
+
"$ref": "util.json#/$defs/alias"
|
|
16
|
+
},
|
|
14
17
|
"level": {
|
|
15
18
|
"type": "integer"
|
|
16
19
|
},
|
|
@@ -347,6 +350,9 @@
|
|
|
347
350
|
"name": {
|
|
348
351
|
"type": "string"
|
|
349
352
|
},
|
|
353
|
+
"alias": {
|
|
354
|
+
"$ref": "util.json#/$defs/alias"
|
|
355
|
+
},
|
|
350
356
|
"level": {
|
|
351
357
|
"type": "integer"
|
|
352
358
|
},
|
|
@@ -691,6 +697,9 @@
|
|
|
691
697
|
"name": {
|
|
692
698
|
"type": "string"
|
|
693
699
|
},
|
|
700
|
+
"alias": {
|
|
701
|
+
"$ref": "util.json#/$defs/alias"
|
|
702
|
+
},
|
|
694
703
|
"level": {
|
|
695
704
|
"type": "integer"
|
|
696
705
|
},
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
3
|
"$id": "vehicles.json",
|
|
4
|
-
"version": "1.7.
|
|
4
|
+
"version": "1.7.10",
|
|
5
5
|
"type": "object",
|
|
6
6
|
"$defs": {
|
|
7
7
|
"vehicleTerrain": {
|
|
@@ -697,10 +697,12 @@
|
|
|
697
697
|
"additionalProperties": false,
|
|
698
698
|
"required": [
|
|
699
699
|
"hp",
|
|
700
|
-
"dt"
|
|
701
|
-
"mt"
|
|
700
|
+
"dt"
|
|
702
701
|
]
|
|
703
702
|
},
|
|
703
|
+
"ac": {
|
|
704
|
+
"type": "integer"
|
|
705
|
+
},
|
|
704
706
|
"resist": {
|
|
705
707
|
"$ref": "util.json#/$defs/damageResistArray"
|
|
706
708
|
},
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
3
|
"$id": "spells.json",
|
|
4
|
-
"version": "1.9.
|
|
4
|
+
"version": "1.9.13",
|
|
5
5
|
"title": "Spells",
|
|
6
6
|
"type": "object",
|
|
7
7
|
"$defs": {
|
|
@@ -11,6 +11,9 @@
|
|
|
11
11
|
"name": {
|
|
12
12
|
"type": "string"
|
|
13
13
|
},
|
|
14
|
+
"alias": {
|
|
15
|
+
"$ref": "util.json#/$defs/alias"
|
|
16
|
+
},
|
|
14
17
|
"level": {
|
|
15
18
|
"type": "integer"
|
|
16
19
|
},
|
|
@@ -347,6 +350,9 @@
|
|
|
347
350
|
"name": {
|
|
348
351
|
"type": "string"
|
|
349
352
|
},
|
|
353
|
+
"alias": {
|
|
354
|
+
"$ref": "util.json#/$defs/alias"
|
|
355
|
+
},
|
|
350
356
|
"level": {
|
|
351
357
|
"type": "integer"
|
|
352
358
|
},
|
|
@@ -691,6 +697,9 @@
|
|
|
691
697
|
"name": {
|
|
692
698
|
"type": "string"
|
|
693
699
|
},
|
|
700
|
+
"alias": {
|
|
701
|
+
"$ref": "util.json#/$defs/alias"
|
|
702
|
+
},
|
|
694
703
|
"level": {
|
|
695
704
|
"type": "integer"
|
|
696
705
|
},
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
3
|
"$id": "vehicles.json",
|
|
4
|
-
"version": "1.7.
|
|
4
|
+
"version": "1.7.10",
|
|
5
5
|
"type": "object",
|
|
6
6
|
"$defs": {
|
|
7
7
|
"vehicleTerrain": {
|
|
@@ -697,10 +697,12 @@
|
|
|
697
697
|
"additionalProperties": false,
|
|
698
698
|
"required": [
|
|
699
699
|
"hp",
|
|
700
|
-
"dt"
|
|
701
|
-
"mt"
|
|
700
|
+
"dt"
|
|
702
701
|
]
|
|
703
702
|
},
|
|
703
|
+
"ac": {
|
|
704
|
+
"type": "integer"
|
|
705
|
+
},
|
|
704
706
|
"resist": {
|
|
705
707
|
"$ref": "util.json#/$defs/damageResistArray"
|
|
706
708
|
},
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
3
|
"$id": "spells.json",
|
|
4
|
-
"version": "1.9.
|
|
4
|
+
"version": "1.9.13",
|
|
5
5
|
"title": "Spells",
|
|
6
6
|
"type": "object",
|
|
7
7
|
"$defs": {
|
|
@@ -11,6 +11,9 @@
|
|
|
11
11
|
"name": {
|
|
12
12
|
"type": "string"
|
|
13
13
|
},
|
|
14
|
+
"alias": {
|
|
15
|
+
"$ref": "util.json#/$defs/alias"
|
|
16
|
+
},
|
|
14
17
|
"level": {
|
|
15
18
|
"type": "integer"
|
|
16
19
|
},
|
|
@@ -527,6 +530,9 @@
|
|
|
527
530
|
"name": {
|
|
528
531
|
"type": "string"
|
|
529
532
|
},
|
|
533
|
+
"alias": {
|
|
534
|
+
"$ref": "util.json#/$defs/alias"
|
|
535
|
+
},
|
|
530
536
|
"level": {
|
|
531
537
|
"type": "integer"
|
|
532
538
|
},
|
|
@@ -1051,6 +1057,9 @@
|
|
|
1051
1057
|
"name": {
|
|
1052
1058
|
"type": "string"
|
|
1053
1059
|
},
|
|
1060
|
+
"alias": {
|
|
1061
|
+
"$ref": "util.json#/$defs/alias"
|
|
1062
|
+
},
|
|
1054
1063
|
"level": {
|
|
1055
1064
|
"type": "integer"
|
|
1056
1065
|
},
|
package/schema/ua/vehicles.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
3
|
"$id": "vehicles.json",
|
|
4
|
-
"version": "1.7.
|
|
4
|
+
"version": "1.7.10",
|
|
5
5
|
"type": "object",
|
|
6
6
|
"$defs": {
|
|
7
7
|
"vehicleTerrain": {
|
|
@@ -715,10 +715,12 @@
|
|
|
715
715
|
"additionalProperties": false,
|
|
716
716
|
"required": [
|
|
717
717
|
"hp",
|
|
718
|
-
"dt"
|
|
719
|
-
"mt"
|
|
718
|
+
"dt"
|
|
720
719
|
]
|
|
721
720
|
},
|
|
721
|
+
"ac": {
|
|
722
|
+
"type": "integer"
|
|
723
|
+
},
|
|
722
724
|
"resist": {
|
|
723
725
|
"$ref": "util.json#/$defs/damageResistArray"
|
|
724
726
|
},
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
3
|
"$id": "spells.json",
|
|
4
|
-
"version": "1.9.
|
|
4
|
+
"version": "1.9.13",
|
|
5
5
|
"title": "Spells",
|
|
6
6
|
"type": "object",
|
|
7
7
|
"$defs": {
|
|
@@ -11,6 +11,9 @@
|
|
|
11
11
|
"name": {
|
|
12
12
|
"type": "string"
|
|
13
13
|
},
|
|
14
|
+
"alias": {
|
|
15
|
+
"$ref": "util.json#/$defs/alias"
|
|
16
|
+
},
|
|
14
17
|
"level": {
|
|
15
18
|
"type": "integer"
|
|
16
19
|
},
|
|
@@ -527,6 +530,9 @@
|
|
|
527
530
|
"name": {
|
|
528
531
|
"type": "string"
|
|
529
532
|
},
|
|
533
|
+
"alias": {
|
|
534
|
+
"$ref": "util.json#/$defs/alias"
|
|
535
|
+
},
|
|
530
536
|
"level": {
|
|
531
537
|
"type": "integer"
|
|
532
538
|
},
|
|
@@ -1051,6 +1057,9 @@
|
|
|
1051
1057
|
"name": {
|
|
1052
1058
|
"type": "string"
|
|
1053
1059
|
},
|
|
1060
|
+
"alias": {
|
|
1061
|
+
"$ref": "util.json#/$defs/alias"
|
|
1062
|
+
},
|
|
1054
1063
|
"level": {
|
|
1055
1064
|
"type": "integer"
|
|
1056
1065
|
},
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
3
|
"$id": "vehicles.json",
|
|
4
|
-
"version": "1.7.
|
|
4
|
+
"version": "1.7.10",
|
|
5
5
|
"type": "object",
|
|
6
6
|
"$defs": {
|
|
7
7
|
"vehicleTerrain": {
|
|
@@ -715,10 +715,12 @@
|
|
|
715
715
|
"additionalProperties": false,
|
|
716
716
|
"required": [
|
|
717
717
|
"hp",
|
|
718
|
-
"dt"
|
|
719
|
-
"mt"
|
|
718
|
+
"dt"
|
|
720
719
|
]
|
|
721
720
|
},
|
|
721
|
+
"ac": {
|
|
722
|
+
"type": "integer"
|
|
723
|
+
},
|
|
722
724
|
"resist": {
|
|
723
725
|
"$ref": "util.json#/$defs/damageResistArray"
|
|
724
726
|
},
|