5etools-utils 0.8.15 → 0.8.16
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 +13 -1
- package/schema/brew-fast/util.json +13 -1
- package/schema/site/util.json +13 -1
- package/schema/site-fast/util.json +13 -1
package/package.json
CHANGED
package/schema/brew/util.json
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"$id": "util.json",
|
|
4
4
|
"title": "Util",
|
|
5
5
|
"description": "Utility definitions to be used in other schemas.",
|
|
6
|
-
"version": "1.13.
|
|
6
|
+
"version": "1.13.17",
|
|
7
7
|
"$defs": {
|
|
8
8
|
"metaBlock": {
|
|
9
9
|
"type": "object",
|
|
@@ -1948,6 +1948,9 @@
|
|
|
1948
1948
|
"properties": {
|
|
1949
1949
|
"from": {
|
|
1950
1950
|
"$ref": "#/$defs/damageImmunityArrayPlayer"
|
|
1951
|
+
},
|
|
1952
|
+
"count": {
|
|
1953
|
+
"type": "integer"
|
|
1951
1954
|
}
|
|
1952
1955
|
},
|
|
1953
1956
|
"additionalProperties": false,
|
|
@@ -2028,6 +2031,9 @@
|
|
|
2028
2031
|
"properties": {
|
|
2029
2032
|
"from": {
|
|
2030
2033
|
"$ref": "#/$defs/damageResistArrayPlayer"
|
|
2034
|
+
},
|
|
2035
|
+
"count": {
|
|
2036
|
+
"type": "integer"
|
|
2031
2037
|
}
|
|
2032
2038
|
},
|
|
2033
2039
|
"additionalProperties": false,
|
|
@@ -2108,6 +2114,9 @@
|
|
|
2108
2114
|
"properties": {
|
|
2109
2115
|
"from": {
|
|
2110
2116
|
"$ref": "#/$defs/damageVulnerabilityArrayPlayer"
|
|
2117
|
+
},
|
|
2118
|
+
"count": {
|
|
2119
|
+
"type": "integer"
|
|
2111
2120
|
}
|
|
2112
2121
|
},
|
|
2113
2122
|
"additionalProperties": false,
|
|
@@ -2186,6 +2195,9 @@
|
|
|
2186
2195
|
"properties": {
|
|
2187
2196
|
"from": {
|
|
2188
2197
|
"$ref": "#/$defs/conditionImmunityArrayPlayer"
|
|
2198
|
+
},
|
|
2199
|
+
"count": {
|
|
2200
|
+
"type": "integer"
|
|
2189
2201
|
}
|
|
2190
2202
|
},
|
|
2191
2203
|
"additionalProperties": false,
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"$id": "util.json",
|
|
4
4
|
"title": "Util",
|
|
5
5
|
"description": "Utility definitions to be used in other schemas.",
|
|
6
|
-
"version": "1.13.
|
|
6
|
+
"version": "1.13.17",
|
|
7
7
|
"$defs": {
|
|
8
8
|
"metaBlock": {
|
|
9
9
|
"type": "object",
|
|
@@ -1948,6 +1948,9 @@
|
|
|
1948
1948
|
"properties": {
|
|
1949
1949
|
"from": {
|
|
1950
1950
|
"$ref": "#/$defs/damageImmunityArrayPlayer"
|
|
1951
|
+
},
|
|
1952
|
+
"count": {
|
|
1953
|
+
"type": "integer"
|
|
1951
1954
|
}
|
|
1952
1955
|
},
|
|
1953
1956
|
"additionalProperties": false,
|
|
@@ -2028,6 +2031,9 @@
|
|
|
2028
2031
|
"properties": {
|
|
2029
2032
|
"from": {
|
|
2030
2033
|
"$ref": "#/$defs/damageResistArrayPlayer"
|
|
2034
|
+
},
|
|
2035
|
+
"count": {
|
|
2036
|
+
"type": "integer"
|
|
2031
2037
|
}
|
|
2032
2038
|
},
|
|
2033
2039
|
"additionalProperties": false,
|
|
@@ -2108,6 +2114,9 @@
|
|
|
2108
2114
|
"properties": {
|
|
2109
2115
|
"from": {
|
|
2110
2116
|
"$ref": "#/$defs/damageVulnerabilityArrayPlayer"
|
|
2117
|
+
},
|
|
2118
|
+
"count": {
|
|
2119
|
+
"type": "integer"
|
|
2111
2120
|
}
|
|
2112
2121
|
},
|
|
2113
2122
|
"additionalProperties": false,
|
|
@@ -2186,6 +2195,9 @@
|
|
|
2186
2195
|
"properties": {
|
|
2187
2196
|
"from": {
|
|
2188
2197
|
"$ref": "#/$defs/conditionImmunityArrayPlayer"
|
|
2198
|
+
},
|
|
2199
|
+
"count": {
|
|
2200
|
+
"type": "integer"
|
|
2189
2201
|
}
|
|
2190
2202
|
},
|
|
2191
2203
|
"additionalProperties": false,
|
package/schema/site/util.json
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"$id": "util.json",
|
|
4
4
|
"title": "Util",
|
|
5
5
|
"description": "Utility definitions to be used in other schemas.",
|
|
6
|
-
"version": "1.13.
|
|
6
|
+
"version": "1.13.17",
|
|
7
7
|
"$defs": {
|
|
8
8
|
"metaBlock": {
|
|
9
9
|
"type": "object",
|
|
@@ -1928,6 +1928,9 @@
|
|
|
1928
1928
|
"properties": {
|
|
1929
1929
|
"from": {
|
|
1930
1930
|
"$ref": "#/$defs/damageImmunityArrayPlayer"
|
|
1931
|
+
},
|
|
1932
|
+
"count": {
|
|
1933
|
+
"type": "integer"
|
|
1931
1934
|
}
|
|
1932
1935
|
},
|
|
1933
1936
|
"additionalProperties": false,
|
|
@@ -2008,6 +2011,9 @@
|
|
|
2008
2011
|
"properties": {
|
|
2009
2012
|
"from": {
|
|
2010
2013
|
"$ref": "#/$defs/damageResistArrayPlayer"
|
|
2014
|
+
},
|
|
2015
|
+
"count": {
|
|
2016
|
+
"type": "integer"
|
|
2011
2017
|
}
|
|
2012
2018
|
},
|
|
2013
2019
|
"additionalProperties": false,
|
|
@@ -2088,6 +2094,9 @@
|
|
|
2088
2094
|
"properties": {
|
|
2089
2095
|
"from": {
|
|
2090
2096
|
"$ref": "#/$defs/damageVulnerabilityArrayPlayer"
|
|
2097
|
+
},
|
|
2098
|
+
"count": {
|
|
2099
|
+
"type": "integer"
|
|
2091
2100
|
}
|
|
2092
2101
|
},
|
|
2093
2102
|
"additionalProperties": false,
|
|
@@ -2166,6 +2175,9 @@
|
|
|
2166
2175
|
"properties": {
|
|
2167
2176
|
"from": {
|
|
2168
2177
|
"$ref": "#/$defs/conditionImmunityArrayPlayer"
|
|
2178
|
+
},
|
|
2179
|
+
"count": {
|
|
2180
|
+
"type": "integer"
|
|
2169
2181
|
}
|
|
2170
2182
|
},
|
|
2171
2183
|
"additionalProperties": false,
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"$id": "util.json",
|
|
4
4
|
"title": "Util",
|
|
5
5
|
"description": "Utility definitions to be used in other schemas.",
|
|
6
|
-
"version": "1.13.
|
|
6
|
+
"version": "1.13.17",
|
|
7
7
|
"$defs": {
|
|
8
8
|
"metaBlock": {
|
|
9
9
|
"type": "object",
|
|
@@ -1928,6 +1928,9 @@
|
|
|
1928
1928
|
"properties": {
|
|
1929
1929
|
"from": {
|
|
1930
1930
|
"$ref": "#/$defs/damageImmunityArrayPlayer"
|
|
1931
|
+
},
|
|
1932
|
+
"count": {
|
|
1933
|
+
"type": "integer"
|
|
1931
1934
|
}
|
|
1932
1935
|
},
|
|
1933
1936
|
"additionalProperties": false,
|
|
@@ -2008,6 +2011,9 @@
|
|
|
2008
2011
|
"properties": {
|
|
2009
2012
|
"from": {
|
|
2010
2013
|
"$ref": "#/$defs/damageResistArrayPlayer"
|
|
2014
|
+
},
|
|
2015
|
+
"count": {
|
|
2016
|
+
"type": "integer"
|
|
2011
2017
|
}
|
|
2012
2018
|
},
|
|
2013
2019
|
"additionalProperties": false,
|
|
@@ -2088,6 +2094,9 @@
|
|
|
2088
2094
|
"properties": {
|
|
2089
2095
|
"from": {
|
|
2090
2096
|
"$ref": "#/$defs/damageVulnerabilityArrayPlayer"
|
|
2097
|
+
},
|
|
2098
|
+
"count": {
|
|
2099
|
+
"type": "integer"
|
|
2091
2100
|
}
|
|
2092
2101
|
},
|
|
2093
2102
|
"additionalProperties": false,
|
|
@@ -2166,6 +2175,9 @@
|
|
|
2166
2175
|
"properties": {
|
|
2167
2176
|
"from": {
|
|
2168
2177
|
"$ref": "#/$defs/conditionImmunityArrayPlayer"
|
|
2178
|
+
},
|
|
2179
|
+
"count": {
|
|
2180
|
+
"type": "integer"
|
|
2169
2181
|
}
|
|
2170
2182
|
},
|
|
2171
2183
|
"additionalProperties": false,
|