5etools-utils 0.8.16 → 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
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
|
|
@@ -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
|
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
|
|
@@ -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
|