5etools-utils 0.8.15 → 0.8.17
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 +17 -1
- package/schema/brew-fast/util.json +17 -1
- package/schema/site/util.json +17 -1
- package/schema/site-fast/util.json +17 -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.18",
|
|
7
7
|
"$defs": {
|
|
8
8
|
"metaBlock": {
|
|
9
9
|
"type": "object",
|
|
@@ -1295,6 +1295,10 @@
|
|
|
1295
1295
|
},
|
|
1296
1296
|
"hidden": {
|
|
1297
1297
|
"type": "boolean"
|
|
1298
|
+
},
|
|
1299
|
+
"max": {
|
|
1300
|
+
"description": "The max ability score this ASI allows (otherwise assumed to be 20).",
|
|
1301
|
+
"type": "integer"
|
|
1298
1302
|
}
|
|
1299
1303
|
},
|
|
1300
1304
|
"additionalProperties": false
|
|
@@ -1948,6 +1952,9 @@
|
|
|
1948
1952
|
"properties": {
|
|
1949
1953
|
"from": {
|
|
1950
1954
|
"$ref": "#/$defs/damageImmunityArrayPlayer"
|
|
1955
|
+
},
|
|
1956
|
+
"count": {
|
|
1957
|
+
"type": "integer"
|
|
1951
1958
|
}
|
|
1952
1959
|
},
|
|
1953
1960
|
"additionalProperties": false,
|
|
@@ -2028,6 +2035,9 @@
|
|
|
2028
2035
|
"properties": {
|
|
2029
2036
|
"from": {
|
|
2030
2037
|
"$ref": "#/$defs/damageResistArrayPlayer"
|
|
2038
|
+
},
|
|
2039
|
+
"count": {
|
|
2040
|
+
"type": "integer"
|
|
2031
2041
|
}
|
|
2032
2042
|
},
|
|
2033
2043
|
"additionalProperties": false,
|
|
@@ -2108,6 +2118,9 @@
|
|
|
2108
2118
|
"properties": {
|
|
2109
2119
|
"from": {
|
|
2110
2120
|
"$ref": "#/$defs/damageVulnerabilityArrayPlayer"
|
|
2121
|
+
},
|
|
2122
|
+
"count": {
|
|
2123
|
+
"type": "integer"
|
|
2111
2124
|
}
|
|
2112
2125
|
},
|
|
2113
2126
|
"additionalProperties": false,
|
|
@@ -2186,6 +2199,9 @@
|
|
|
2186
2199
|
"properties": {
|
|
2187
2200
|
"from": {
|
|
2188
2201
|
"$ref": "#/$defs/conditionImmunityArrayPlayer"
|
|
2202
|
+
},
|
|
2203
|
+
"count": {
|
|
2204
|
+
"type": "integer"
|
|
2189
2205
|
}
|
|
2190
2206
|
},
|
|
2191
2207
|
"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.18",
|
|
7
7
|
"$defs": {
|
|
8
8
|
"metaBlock": {
|
|
9
9
|
"type": "object",
|
|
@@ -1295,6 +1295,10 @@
|
|
|
1295
1295
|
},
|
|
1296
1296
|
"hidden": {
|
|
1297
1297
|
"type": "boolean"
|
|
1298
|
+
},
|
|
1299
|
+
"max": {
|
|
1300
|
+
"description": "The max ability score this ASI allows (otherwise assumed to be 20).",
|
|
1301
|
+
"type": "integer"
|
|
1298
1302
|
}
|
|
1299
1303
|
},
|
|
1300
1304
|
"additionalProperties": false
|
|
@@ -1948,6 +1952,9 @@
|
|
|
1948
1952
|
"properties": {
|
|
1949
1953
|
"from": {
|
|
1950
1954
|
"$ref": "#/$defs/damageImmunityArrayPlayer"
|
|
1955
|
+
},
|
|
1956
|
+
"count": {
|
|
1957
|
+
"type": "integer"
|
|
1951
1958
|
}
|
|
1952
1959
|
},
|
|
1953
1960
|
"additionalProperties": false,
|
|
@@ -2028,6 +2035,9 @@
|
|
|
2028
2035
|
"properties": {
|
|
2029
2036
|
"from": {
|
|
2030
2037
|
"$ref": "#/$defs/damageResistArrayPlayer"
|
|
2038
|
+
},
|
|
2039
|
+
"count": {
|
|
2040
|
+
"type": "integer"
|
|
2031
2041
|
}
|
|
2032
2042
|
},
|
|
2033
2043
|
"additionalProperties": false,
|
|
@@ -2108,6 +2118,9 @@
|
|
|
2108
2118
|
"properties": {
|
|
2109
2119
|
"from": {
|
|
2110
2120
|
"$ref": "#/$defs/damageVulnerabilityArrayPlayer"
|
|
2121
|
+
},
|
|
2122
|
+
"count": {
|
|
2123
|
+
"type": "integer"
|
|
2111
2124
|
}
|
|
2112
2125
|
},
|
|
2113
2126
|
"additionalProperties": false,
|
|
@@ -2186,6 +2199,9 @@
|
|
|
2186
2199
|
"properties": {
|
|
2187
2200
|
"from": {
|
|
2188
2201
|
"$ref": "#/$defs/conditionImmunityArrayPlayer"
|
|
2202
|
+
},
|
|
2203
|
+
"count": {
|
|
2204
|
+
"type": "integer"
|
|
2189
2205
|
}
|
|
2190
2206
|
},
|
|
2191
2207
|
"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.18",
|
|
7
7
|
"$defs": {
|
|
8
8
|
"metaBlock": {
|
|
9
9
|
"type": "object",
|
|
@@ -1278,6 +1278,10 @@
|
|
|
1278
1278
|
},
|
|
1279
1279
|
"hidden": {
|
|
1280
1280
|
"type": "boolean"
|
|
1281
|
+
},
|
|
1282
|
+
"max": {
|
|
1283
|
+
"description": "The max ability score this ASI allows (otherwise assumed to be 20).",
|
|
1284
|
+
"type": "integer"
|
|
1281
1285
|
}
|
|
1282
1286
|
},
|
|
1283
1287
|
"additionalProperties": false
|
|
@@ -1928,6 +1932,9 @@
|
|
|
1928
1932
|
"properties": {
|
|
1929
1933
|
"from": {
|
|
1930
1934
|
"$ref": "#/$defs/damageImmunityArrayPlayer"
|
|
1935
|
+
},
|
|
1936
|
+
"count": {
|
|
1937
|
+
"type": "integer"
|
|
1931
1938
|
}
|
|
1932
1939
|
},
|
|
1933
1940
|
"additionalProperties": false,
|
|
@@ -2008,6 +2015,9 @@
|
|
|
2008
2015
|
"properties": {
|
|
2009
2016
|
"from": {
|
|
2010
2017
|
"$ref": "#/$defs/damageResistArrayPlayer"
|
|
2018
|
+
},
|
|
2019
|
+
"count": {
|
|
2020
|
+
"type": "integer"
|
|
2011
2021
|
}
|
|
2012
2022
|
},
|
|
2013
2023
|
"additionalProperties": false,
|
|
@@ -2088,6 +2098,9 @@
|
|
|
2088
2098
|
"properties": {
|
|
2089
2099
|
"from": {
|
|
2090
2100
|
"$ref": "#/$defs/damageVulnerabilityArrayPlayer"
|
|
2101
|
+
},
|
|
2102
|
+
"count": {
|
|
2103
|
+
"type": "integer"
|
|
2091
2104
|
}
|
|
2092
2105
|
},
|
|
2093
2106
|
"additionalProperties": false,
|
|
@@ -2166,6 +2179,9 @@
|
|
|
2166
2179
|
"properties": {
|
|
2167
2180
|
"from": {
|
|
2168
2181
|
"$ref": "#/$defs/conditionImmunityArrayPlayer"
|
|
2182
|
+
},
|
|
2183
|
+
"count": {
|
|
2184
|
+
"type": "integer"
|
|
2169
2185
|
}
|
|
2170
2186
|
},
|
|
2171
2187
|
"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.18",
|
|
7
7
|
"$defs": {
|
|
8
8
|
"metaBlock": {
|
|
9
9
|
"type": "object",
|
|
@@ -1278,6 +1278,10 @@
|
|
|
1278
1278
|
},
|
|
1279
1279
|
"hidden": {
|
|
1280
1280
|
"type": "boolean"
|
|
1281
|
+
},
|
|
1282
|
+
"max": {
|
|
1283
|
+
"description": "The max ability score this ASI allows (otherwise assumed to be 20).",
|
|
1284
|
+
"type": "integer"
|
|
1281
1285
|
}
|
|
1282
1286
|
},
|
|
1283
1287
|
"additionalProperties": false
|
|
@@ -1928,6 +1932,9 @@
|
|
|
1928
1932
|
"properties": {
|
|
1929
1933
|
"from": {
|
|
1930
1934
|
"$ref": "#/$defs/damageImmunityArrayPlayer"
|
|
1935
|
+
},
|
|
1936
|
+
"count": {
|
|
1937
|
+
"type": "integer"
|
|
1931
1938
|
}
|
|
1932
1939
|
},
|
|
1933
1940
|
"additionalProperties": false,
|
|
@@ -2008,6 +2015,9 @@
|
|
|
2008
2015
|
"properties": {
|
|
2009
2016
|
"from": {
|
|
2010
2017
|
"$ref": "#/$defs/damageResistArrayPlayer"
|
|
2018
|
+
},
|
|
2019
|
+
"count": {
|
|
2020
|
+
"type": "integer"
|
|
2011
2021
|
}
|
|
2012
2022
|
},
|
|
2013
2023
|
"additionalProperties": false,
|
|
@@ -2088,6 +2098,9 @@
|
|
|
2088
2098
|
"properties": {
|
|
2089
2099
|
"from": {
|
|
2090
2100
|
"$ref": "#/$defs/damageVulnerabilityArrayPlayer"
|
|
2101
|
+
},
|
|
2102
|
+
"count": {
|
|
2103
|
+
"type": "integer"
|
|
2091
2104
|
}
|
|
2092
2105
|
},
|
|
2093
2106
|
"additionalProperties": false,
|
|
@@ -2166,6 +2179,9 @@
|
|
|
2166
2179
|
"properties": {
|
|
2167
2180
|
"from": {
|
|
2168
2181
|
"$ref": "#/$defs/conditionImmunityArrayPlayer"
|
|
2182
|
+
},
|
|
2183
|
+
"count": {
|
|
2184
|
+
"type": "integer"
|
|
2169
2185
|
}
|
|
2170
2186
|
},
|
|
2171
2187
|
"additionalProperties": false,
|