5etools-utils 0.11.1 → 0.11.2
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
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": {
|
|
@@ -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": "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": "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": "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
|
},
|
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": "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
|
},
|