5etools-utils 0.10.13 → 0.10.14
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/vehicles.json +17 -17
- package/schema/brew-fast/vehicles.json +17 -17
- package/schema/site/vehicles.json +17 -17
- package/schema/site-fast/vehicles.json +17 -17
- package/schema/ua/vehicles.json +17 -17
- package/schema/ua-fast/vehicles.json +17 -17
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.9",
|
|
5
5
|
"type": "object",
|
|
6
6
|
"$defs": {
|
|
7
7
|
"vehicleTerrain": {
|
|
@@ -181,17 +181,17 @@
|
|
|
181
181
|
"cha": {
|
|
182
182
|
"type": "integer"
|
|
183
183
|
},
|
|
184
|
+
"resist": {
|
|
185
|
+
"$ref": "util.json#/$defs/damageResistArray"
|
|
186
|
+
},
|
|
184
187
|
"conditionImmune": {
|
|
185
|
-
"
|
|
186
|
-
"items": {
|
|
187
|
-
"$ref": "entry.json#/$defs/dataCondImmune"
|
|
188
|
-
}
|
|
188
|
+
"$ref": "util.json#/$defs/conditionImmunityArray"
|
|
189
189
|
},
|
|
190
190
|
"immune": {
|
|
191
|
-
"
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
191
|
+
"$ref": "util.json#/$defs/damageImmunityArray"
|
|
192
|
+
},
|
|
193
|
+
"vulnerable": {
|
|
194
|
+
"$ref": "util.json#/$defs/damageVulnerabilityArray"
|
|
195
195
|
},
|
|
196
196
|
"actionThresholds": {
|
|
197
197
|
"type": "object",
|
|
@@ -750,17 +750,17 @@
|
|
|
750
750
|
"mt"
|
|
751
751
|
]
|
|
752
752
|
},
|
|
753
|
+
"resist": {
|
|
754
|
+
"$ref": "util.json#/$defs/damageResistArray"
|
|
755
|
+
},
|
|
753
756
|
"conditionImmune": {
|
|
754
|
-
"
|
|
755
|
-
"items": {
|
|
756
|
-
"$ref": "entry.json#/$defs/dataCondImmune"
|
|
757
|
-
}
|
|
757
|
+
"$ref": "util.json#/$defs/conditionImmunityArray"
|
|
758
758
|
},
|
|
759
759
|
"immune": {
|
|
760
|
-
"
|
|
761
|
-
|
|
762
|
-
|
|
763
|
-
|
|
760
|
+
"$ref": "util.json#/$defs/damageImmunityArray"
|
|
761
|
+
},
|
|
762
|
+
"vulnerable": {
|
|
763
|
+
"$ref": "util.json#/$defs/damageVulnerabilityArray"
|
|
764
764
|
},
|
|
765
765
|
"trait": {
|
|
766
766
|
"type": "array",
|
|
@@ -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.9",
|
|
5
5
|
"type": "object",
|
|
6
6
|
"$defs": {
|
|
7
7
|
"vehicleTerrain": {
|
|
@@ -181,17 +181,17 @@
|
|
|
181
181
|
"cha": {
|
|
182
182
|
"type": "integer"
|
|
183
183
|
},
|
|
184
|
+
"resist": {
|
|
185
|
+
"$ref": "util.json#/$defs/damageResistArray"
|
|
186
|
+
},
|
|
184
187
|
"conditionImmune": {
|
|
185
|
-
"
|
|
186
|
-
"items": {
|
|
187
|
-
"$ref": "entry.json#/$defs/dataCondImmune"
|
|
188
|
-
}
|
|
188
|
+
"$ref": "util.json#/$defs/conditionImmunityArray"
|
|
189
189
|
},
|
|
190
190
|
"immune": {
|
|
191
|
-
"
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
191
|
+
"$ref": "util.json#/$defs/damageImmunityArray"
|
|
192
|
+
},
|
|
193
|
+
"vulnerable": {
|
|
194
|
+
"$ref": "util.json#/$defs/damageVulnerabilityArray"
|
|
195
195
|
},
|
|
196
196
|
"actionThresholds": {
|
|
197
197
|
"type": "object",
|
|
@@ -750,17 +750,17 @@
|
|
|
750
750
|
"mt"
|
|
751
751
|
]
|
|
752
752
|
},
|
|
753
|
+
"resist": {
|
|
754
|
+
"$ref": "util.json#/$defs/damageResistArray"
|
|
755
|
+
},
|
|
753
756
|
"conditionImmune": {
|
|
754
|
-
"
|
|
755
|
-
"items": {
|
|
756
|
-
"$ref": "entry.json#/$defs/dataCondImmune"
|
|
757
|
-
}
|
|
757
|
+
"$ref": "util.json#/$defs/conditionImmunityArray"
|
|
758
758
|
},
|
|
759
759
|
"immune": {
|
|
760
|
-
"
|
|
761
|
-
|
|
762
|
-
|
|
763
|
-
|
|
760
|
+
"$ref": "util.json#/$defs/damageImmunityArray"
|
|
761
|
+
},
|
|
762
|
+
"vulnerable": {
|
|
763
|
+
"$ref": "util.json#/$defs/damageVulnerabilityArray"
|
|
764
764
|
},
|
|
765
765
|
"trait": {
|
|
766
766
|
"type": "array",
|
|
@@ -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.9",
|
|
5
5
|
"type": "object",
|
|
6
6
|
"$defs": {
|
|
7
7
|
"vehicleTerrain": {
|
|
@@ -182,17 +182,17 @@
|
|
|
182
182
|
"cha": {
|
|
183
183
|
"type": "integer"
|
|
184
184
|
},
|
|
185
|
+
"resist": {
|
|
186
|
+
"$ref": "util.json#/$defs/damageResistArray"
|
|
187
|
+
},
|
|
185
188
|
"conditionImmune": {
|
|
186
|
-
"
|
|
187
|
-
"items": {
|
|
188
|
-
"$ref": "entry.json#/$defs/dataCondImmune"
|
|
189
|
-
}
|
|
189
|
+
"$ref": "util.json#/$defs/conditionImmunityArray"
|
|
190
190
|
},
|
|
191
191
|
"immune": {
|
|
192
|
-
"
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
192
|
+
"$ref": "util.json#/$defs/damageImmunityArray"
|
|
193
|
+
},
|
|
194
|
+
"vulnerable": {
|
|
195
|
+
"$ref": "util.json#/$defs/damageVulnerabilityArray"
|
|
196
196
|
},
|
|
197
197
|
"actionThresholds": {
|
|
198
198
|
"type": "object",
|
|
@@ -701,17 +701,17 @@
|
|
|
701
701
|
"mt"
|
|
702
702
|
]
|
|
703
703
|
},
|
|
704
|
+
"resist": {
|
|
705
|
+
"$ref": "util.json#/$defs/damageResistArray"
|
|
706
|
+
},
|
|
704
707
|
"conditionImmune": {
|
|
705
|
-
"
|
|
706
|
-
"items": {
|
|
707
|
-
"$ref": "entry.json#/$defs/dataCondImmune"
|
|
708
|
-
}
|
|
708
|
+
"$ref": "util.json#/$defs/conditionImmunityArray"
|
|
709
709
|
},
|
|
710
710
|
"immune": {
|
|
711
|
-
"
|
|
712
|
-
|
|
713
|
-
|
|
714
|
-
|
|
711
|
+
"$ref": "util.json#/$defs/damageImmunityArray"
|
|
712
|
+
},
|
|
713
|
+
"vulnerable": {
|
|
714
|
+
"$ref": "util.json#/$defs/damageVulnerabilityArray"
|
|
715
715
|
},
|
|
716
716
|
"trait": {
|
|
717
717
|
"type": "array",
|
|
@@ -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.9",
|
|
5
5
|
"type": "object",
|
|
6
6
|
"$defs": {
|
|
7
7
|
"vehicleTerrain": {
|
|
@@ -182,17 +182,17 @@
|
|
|
182
182
|
"cha": {
|
|
183
183
|
"type": "integer"
|
|
184
184
|
},
|
|
185
|
+
"resist": {
|
|
186
|
+
"$ref": "util.json#/$defs/damageResistArray"
|
|
187
|
+
},
|
|
185
188
|
"conditionImmune": {
|
|
186
|
-
"
|
|
187
|
-
"items": {
|
|
188
|
-
"$ref": "entry.json#/$defs/dataCondImmune"
|
|
189
|
-
}
|
|
189
|
+
"$ref": "util.json#/$defs/conditionImmunityArray"
|
|
190
190
|
},
|
|
191
191
|
"immune": {
|
|
192
|
-
"
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
192
|
+
"$ref": "util.json#/$defs/damageImmunityArray"
|
|
193
|
+
},
|
|
194
|
+
"vulnerable": {
|
|
195
|
+
"$ref": "util.json#/$defs/damageVulnerabilityArray"
|
|
196
196
|
},
|
|
197
197
|
"actionThresholds": {
|
|
198
198
|
"type": "object",
|
|
@@ -701,17 +701,17 @@
|
|
|
701
701
|
"mt"
|
|
702
702
|
]
|
|
703
703
|
},
|
|
704
|
+
"resist": {
|
|
705
|
+
"$ref": "util.json#/$defs/damageResistArray"
|
|
706
|
+
},
|
|
704
707
|
"conditionImmune": {
|
|
705
|
-
"
|
|
706
|
-
"items": {
|
|
707
|
-
"$ref": "entry.json#/$defs/dataCondImmune"
|
|
708
|
-
}
|
|
708
|
+
"$ref": "util.json#/$defs/conditionImmunityArray"
|
|
709
709
|
},
|
|
710
710
|
"immune": {
|
|
711
|
-
"
|
|
712
|
-
|
|
713
|
-
|
|
714
|
-
|
|
711
|
+
"$ref": "util.json#/$defs/damageImmunityArray"
|
|
712
|
+
},
|
|
713
|
+
"vulnerable": {
|
|
714
|
+
"$ref": "util.json#/$defs/damageVulnerabilityArray"
|
|
715
715
|
},
|
|
716
716
|
"trait": {
|
|
717
717
|
"type": "array",
|
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.9",
|
|
5
5
|
"type": "object",
|
|
6
6
|
"$defs": {
|
|
7
7
|
"vehicleTerrain": {
|
|
@@ -182,17 +182,17 @@
|
|
|
182
182
|
"cha": {
|
|
183
183
|
"type": "integer"
|
|
184
184
|
},
|
|
185
|
+
"resist": {
|
|
186
|
+
"$ref": "util.json#/$defs/damageResistArray"
|
|
187
|
+
},
|
|
185
188
|
"conditionImmune": {
|
|
186
|
-
"
|
|
187
|
-
"items": {
|
|
188
|
-
"$ref": "entry.json#/$defs/dataCondImmune"
|
|
189
|
-
}
|
|
189
|
+
"$ref": "util.json#/$defs/conditionImmunityArray"
|
|
190
190
|
},
|
|
191
191
|
"immune": {
|
|
192
|
-
"
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
192
|
+
"$ref": "util.json#/$defs/damageImmunityArray"
|
|
193
|
+
},
|
|
194
|
+
"vulnerable": {
|
|
195
|
+
"$ref": "util.json#/$defs/damageVulnerabilityArray"
|
|
196
196
|
},
|
|
197
197
|
"actionThresholds": {
|
|
198
198
|
"type": "object",
|
|
@@ -719,17 +719,17 @@
|
|
|
719
719
|
"mt"
|
|
720
720
|
]
|
|
721
721
|
},
|
|
722
|
+
"resist": {
|
|
723
|
+
"$ref": "util.json#/$defs/damageResistArray"
|
|
724
|
+
},
|
|
722
725
|
"conditionImmune": {
|
|
723
|
-
"
|
|
724
|
-
"items": {
|
|
725
|
-
"$ref": "entry.json#/$defs/dataCondImmune"
|
|
726
|
-
}
|
|
726
|
+
"$ref": "util.json#/$defs/conditionImmunityArray"
|
|
727
727
|
},
|
|
728
728
|
"immune": {
|
|
729
|
-
"
|
|
730
|
-
|
|
731
|
-
|
|
732
|
-
|
|
729
|
+
"$ref": "util.json#/$defs/damageImmunityArray"
|
|
730
|
+
},
|
|
731
|
+
"vulnerable": {
|
|
732
|
+
"$ref": "util.json#/$defs/damageVulnerabilityArray"
|
|
733
733
|
},
|
|
734
734
|
"trait": {
|
|
735
735
|
"type": "array",
|
|
@@ -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.9",
|
|
5
5
|
"type": "object",
|
|
6
6
|
"$defs": {
|
|
7
7
|
"vehicleTerrain": {
|
|
@@ -182,17 +182,17 @@
|
|
|
182
182
|
"cha": {
|
|
183
183
|
"type": "integer"
|
|
184
184
|
},
|
|
185
|
+
"resist": {
|
|
186
|
+
"$ref": "util.json#/$defs/damageResistArray"
|
|
187
|
+
},
|
|
185
188
|
"conditionImmune": {
|
|
186
|
-
"
|
|
187
|
-
"items": {
|
|
188
|
-
"$ref": "entry.json#/$defs/dataCondImmune"
|
|
189
|
-
}
|
|
189
|
+
"$ref": "util.json#/$defs/conditionImmunityArray"
|
|
190
190
|
},
|
|
191
191
|
"immune": {
|
|
192
|
-
"
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
192
|
+
"$ref": "util.json#/$defs/damageImmunityArray"
|
|
193
|
+
},
|
|
194
|
+
"vulnerable": {
|
|
195
|
+
"$ref": "util.json#/$defs/damageVulnerabilityArray"
|
|
196
196
|
},
|
|
197
197
|
"actionThresholds": {
|
|
198
198
|
"type": "object",
|
|
@@ -719,17 +719,17 @@
|
|
|
719
719
|
"mt"
|
|
720
720
|
]
|
|
721
721
|
},
|
|
722
|
+
"resist": {
|
|
723
|
+
"$ref": "util.json#/$defs/damageResistArray"
|
|
724
|
+
},
|
|
722
725
|
"conditionImmune": {
|
|
723
|
-
"
|
|
724
|
-
"items": {
|
|
725
|
-
"$ref": "entry.json#/$defs/dataCondImmune"
|
|
726
|
-
}
|
|
726
|
+
"$ref": "util.json#/$defs/conditionImmunityArray"
|
|
727
727
|
},
|
|
728
728
|
"immune": {
|
|
729
|
-
"
|
|
730
|
-
|
|
731
|
-
|
|
732
|
-
|
|
729
|
+
"$ref": "util.json#/$defs/damageImmunityArray"
|
|
730
|
+
},
|
|
731
|
+
"vulnerable": {
|
|
732
|
+
"$ref": "util.json#/$defs/damageVulnerabilityArray"
|
|
733
733
|
},
|
|
734
734
|
"trait": {
|
|
735
735
|
"type": "array",
|