5etools-utils 0.8.16 → 0.8.18
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/class/class.json +25 -1
- package/schema/brew/util.json +5 -1
- package/schema/brew-fast/class/class.json +25 -1
- package/schema/brew-fast/util.json +5 -1
- package/schema/site/class/class.json +25 -1
- package/schema/site/util.json +5 -1
- package/schema/site-fast/class/class.json +25 -1
- package/schema/site-fast/util.json +5 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
|
-
"version": "2.11.
|
|
3
|
+
"version": "2.11.3",
|
|
4
4
|
"$id": "class.json",
|
|
5
5
|
"type": "object",
|
|
6
6
|
"$defs": {
|
|
@@ -1129,6 +1129,14 @@
|
|
|
1129
1129
|
"type": "string",
|
|
1130
1130
|
"description": "Formula for the number of spells the class can prepare, for example:\n\"<$level$> / 2 + <$int_mod$>\""
|
|
1131
1131
|
},
|
|
1132
|
+
"preparedSpellsProgression": {
|
|
1133
|
+
"type": "array",
|
|
1134
|
+
"items": {
|
|
1135
|
+
"type": "integer"
|
|
1136
|
+
},
|
|
1137
|
+
"minItems": 20,
|
|
1138
|
+
"maxItems": 20
|
|
1139
|
+
},
|
|
1132
1140
|
"spellcastingAbility": {
|
|
1133
1141
|
"enum": [
|
|
1134
1142
|
"str",
|
|
@@ -1447,6 +1455,14 @@
|
|
|
1447
1455
|
"type": "string",
|
|
1448
1456
|
"description": "Formula for the number of spells the class can prepare, for example:\n\"<$level$> / 2 + <$int_mod$>\""
|
|
1449
1457
|
},
|
|
1458
|
+
"preparedSpellsProgression": {
|
|
1459
|
+
"type": "array",
|
|
1460
|
+
"items": {
|
|
1461
|
+
"type": "integer"
|
|
1462
|
+
},
|
|
1463
|
+
"minItems": 20,
|
|
1464
|
+
"maxItems": 20
|
|
1465
|
+
},
|
|
1450
1466
|
"spellcastingAbility": {
|
|
1451
1467
|
"enum": [
|
|
1452
1468
|
"str",
|
|
@@ -1823,6 +1839,14 @@
|
|
|
1823
1839
|
"type": "string",
|
|
1824
1840
|
"description": "Formula for the number of spells the class can prepare, for example:\n\"<$level$> / 2 + <$int_mod$>\""
|
|
1825
1841
|
},
|
|
1842
|
+
"preparedSpellsProgression": {
|
|
1843
|
+
"type": "array",
|
|
1844
|
+
"items": {
|
|
1845
|
+
"type": "integer"
|
|
1846
|
+
},
|
|
1847
|
+
"minItems": 20,
|
|
1848
|
+
"maxItems": 20
|
|
1849
|
+
},
|
|
1826
1850
|
"spellcastingAbility": {
|
|
1827
1851
|
"enum": [
|
|
1828
1852
|
"str",
|
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
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
|
-
"version": "2.11.
|
|
3
|
+
"version": "2.11.3",
|
|
4
4
|
"$id": "class.json",
|
|
5
5
|
"type": "object",
|
|
6
6
|
"$defs": {
|
|
@@ -1129,6 +1129,14 @@
|
|
|
1129
1129
|
"type": "string",
|
|
1130
1130
|
"description": "Formula for the number of spells the class can prepare, for example:\n\"<$level$> / 2 + <$int_mod$>\""
|
|
1131
1131
|
},
|
|
1132
|
+
"preparedSpellsProgression": {
|
|
1133
|
+
"type": "array",
|
|
1134
|
+
"items": {
|
|
1135
|
+
"type": "integer"
|
|
1136
|
+
},
|
|
1137
|
+
"minItems": 20,
|
|
1138
|
+
"maxItems": 20
|
|
1139
|
+
},
|
|
1132
1140
|
"spellcastingAbility": {
|
|
1133
1141
|
"enum": [
|
|
1134
1142
|
"str",
|
|
@@ -1447,6 +1455,14 @@
|
|
|
1447
1455
|
"type": "string",
|
|
1448
1456
|
"description": "Formula for the number of spells the class can prepare, for example:\n\"<$level$> / 2 + <$int_mod$>\""
|
|
1449
1457
|
},
|
|
1458
|
+
"preparedSpellsProgression": {
|
|
1459
|
+
"type": "array",
|
|
1460
|
+
"items": {
|
|
1461
|
+
"type": "integer"
|
|
1462
|
+
},
|
|
1463
|
+
"minItems": 20,
|
|
1464
|
+
"maxItems": 20
|
|
1465
|
+
},
|
|
1450
1466
|
"spellcastingAbility": {
|
|
1451
1467
|
"enum": [
|
|
1452
1468
|
"str",
|
|
@@ -1823,6 +1839,14 @@
|
|
|
1823
1839
|
"type": "string",
|
|
1824
1840
|
"description": "Formula for the number of spells the class can prepare, for example:\n\"<$level$> / 2 + <$int_mod$>\""
|
|
1825
1841
|
},
|
|
1842
|
+
"preparedSpellsProgression": {
|
|
1843
|
+
"type": "array",
|
|
1844
|
+
"items": {
|
|
1845
|
+
"type": "integer"
|
|
1846
|
+
},
|
|
1847
|
+
"minItems": 20,
|
|
1848
|
+
"maxItems": 20
|
|
1849
|
+
},
|
|
1826
1850
|
"spellcastingAbility": {
|
|
1827
1851
|
"enum": [
|
|
1828
1852
|
"str",
|
|
@@ -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
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
|
-
"version": "2.11.
|
|
3
|
+
"version": "2.11.3",
|
|
4
4
|
"$id": "class.json",
|
|
5
5
|
"type": "object",
|
|
6
6
|
"$defs": {
|
|
@@ -927,6 +927,14 @@
|
|
|
927
927
|
"type": "string",
|
|
928
928
|
"description": "Formula for the number of spells the class can prepare, for example:\n\"<$level$> / 2 + <$int_mod$>\""
|
|
929
929
|
},
|
|
930
|
+
"preparedSpellsProgression": {
|
|
931
|
+
"type": "array",
|
|
932
|
+
"items": {
|
|
933
|
+
"type": "integer"
|
|
934
|
+
},
|
|
935
|
+
"minItems": 20,
|
|
936
|
+
"maxItems": 20
|
|
937
|
+
},
|
|
930
938
|
"spellcastingAbility": {
|
|
931
939
|
"enum": [
|
|
932
940
|
"str",
|
|
@@ -1216,6 +1224,14 @@
|
|
|
1216
1224
|
"type": "string",
|
|
1217
1225
|
"description": "Formula for the number of spells the class can prepare, for example:\n\"<$level$> / 2 + <$int_mod$>\""
|
|
1218
1226
|
},
|
|
1227
|
+
"preparedSpellsProgression": {
|
|
1228
|
+
"type": "array",
|
|
1229
|
+
"items": {
|
|
1230
|
+
"type": "integer"
|
|
1231
|
+
},
|
|
1232
|
+
"minItems": 20,
|
|
1233
|
+
"maxItems": 20
|
|
1234
|
+
},
|
|
1219
1235
|
"spellcastingAbility": {
|
|
1220
1236
|
"enum": [
|
|
1221
1237
|
"str",
|
|
@@ -1563,6 +1579,14 @@
|
|
|
1563
1579
|
"type": "string",
|
|
1564
1580
|
"description": "Formula for the number of spells the class can prepare, for example:\n\"<$level$> / 2 + <$int_mod$>\""
|
|
1565
1581
|
},
|
|
1582
|
+
"preparedSpellsProgression": {
|
|
1583
|
+
"type": "array",
|
|
1584
|
+
"items": {
|
|
1585
|
+
"type": "integer"
|
|
1586
|
+
},
|
|
1587
|
+
"minItems": 20,
|
|
1588
|
+
"maxItems": 20
|
|
1589
|
+
},
|
|
1566
1590
|
"spellcastingAbility": {
|
|
1567
1591
|
"enum": [
|
|
1568
1592
|
"str",
|
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
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
|
-
"version": "2.11.
|
|
3
|
+
"version": "2.11.3",
|
|
4
4
|
"$id": "class.json",
|
|
5
5
|
"type": "object",
|
|
6
6
|
"$defs": {
|
|
@@ -927,6 +927,14 @@
|
|
|
927
927
|
"type": "string",
|
|
928
928
|
"description": "Formula for the number of spells the class can prepare, for example:\n\"<$level$> / 2 + <$int_mod$>\""
|
|
929
929
|
},
|
|
930
|
+
"preparedSpellsProgression": {
|
|
931
|
+
"type": "array",
|
|
932
|
+
"items": {
|
|
933
|
+
"type": "integer"
|
|
934
|
+
},
|
|
935
|
+
"minItems": 20,
|
|
936
|
+
"maxItems": 20
|
|
937
|
+
},
|
|
930
938
|
"spellcastingAbility": {
|
|
931
939
|
"enum": [
|
|
932
940
|
"str",
|
|
@@ -1216,6 +1224,14 @@
|
|
|
1216
1224
|
"type": "string",
|
|
1217
1225
|
"description": "Formula for the number of spells the class can prepare, for example:\n\"<$level$> / 2 + <$int_mod$>\""
|
|
1218
1226
|
},
|
|
1227
|
+
"preparedSpellsProgression": {
|
|
1228
|
+
"type": "array",
|
|
1229
|
+
"items": {
|
|
1230
|
+
"type": "integer"
|
|
1231
|
+
},
|
|
1232
|
+
"minItems": 20,
|
|
1233
|
+
"maxItems": 20
|
|
1234
|
+
},
|
|
1219
1235
|
"spellcastingAbility": {
|
|
1220
1236
|
"enum": [
|
|
1221
1237
|
"str",
|
|
@@ -1563,6 +1579,14 @@
|
|
|
1563
1579
|
"type": "string",
|
|
1564
1580
|
"description": "Formula for the number of spells the class can prepare, for example:\n\"<$level$> / 2 + <$int_mod$>\""
|
|
1565
1581
|
},
|
|
1582
|
+
"preparedSpellsProgression": {
|
|
1583
|
+
"type": "array",
|
|
1584
|
+
"items": {
|
|
1585
|
+
"type": "integer"
|
|
1586
|
+
},
|
|
1587
|
+
"minItems": 20,
|
|
1588
|
+
"maxItems": 20
|
|
1589
|
+
},
|
|
1566
1590
|
"spellcastingAbility": {
|
|
1567
1591
|
"enum": [
|
|
1568
1592
|
"str",
|
|
@@ -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
|