5etools-utils 0.8.17 → 0.8.19
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/entry.json +3 -2
- package/schema/brew-fast/class/class.json +25 -1
- package/schema/brew-fast/entry.json +3 -2
- package/schema/site/class/class.json +25 -1
- package/schema/site/entry.json +3 -2
- package/schema/site-fast/class/class.json +25 -1
- package/schema/site-fast/entry.json +3 -2
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/entry.json
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"$id": "entry.json",
|
|
4
4
|
"title": "Entry",
|
|
5
5
|
"description": "A recursively renderable object.",
|
|
6
|
-
"version": "1.8.
|
|
6
|
+
"version": "1.8.13",
|
|
7
7
|
"$defs": {
|
|
8
8
|
"_arrayOfSpell": {
|
|
9
9
|
"type": "array",
|
|
@@ -3322,7 +3322,8 @@
|
|
|
3322
3322
|
"type": "string",
|
|
3323
3323
|
"enum": [
|
|
3324
3324
|
"trait",
|
|
3325
|
-
"action"
|
|
3325
|
+
"action",
|
|
3326
|
+
"bonus"
|
|
3326
3327
|
]
|
|
3327
3328
|
},
|
|
3328
3329
|
"chargesItem": {
|
|
@@ -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": "entry.json",
|
|
4
4
|
"title": "Entry",
|
|
5
5
|
"description": "A recursively renderable object.",
|
|
6
|
-
"version": "1.8.
|
|
6
|
+
"version": "1.8.13",
|
|
7
7
|
"$defs": {
|
|
8
8
|
"_arrayOfSpell": {
|
|
9
9
|
"type": "array",
|
|
@@ -3322,7 +3322,8 @@
|
|
|
3322
3322
|
"type": "string",
|
|
3323
3323
|
"enum": [
|
|
3324
3324
|
"trait",
|
|
3325
|
-
"action"
|
|
3325
|
+
"action",
|
|
3326
|
+
"bonus"
|
|
3326
3327
|
]
|
|
3327
3328
|
},
|
|
3328
3329
|
"chargesItem": {
|
|
@@ -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/entry.json
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"$id": "entry.json",
|
|
4
4
|
"title": "Entry",
|
|
5
5
|
"description": "A recursively renderable object.",
|
|
6
|
-
"version": "1.8.
|
|
6
|
+
"version": "1.8.13",
|
|
7
7
|
"$defs": {
|
|
8
8
|
"_arrayOfSpell": {
|
|
9
9
|
"type": "array",
|
|
@@ -3279,7 +3279,8 @@
|
|
|
3279
3279
|
"type": "string",
|
|
3280
3280
|
"enum": [
|
|
3281
3281
|
"trait",
|
|
3282
|
-
"action"
|
|
3282
|
+
"action",
|
|
3283
|
+
"bonus"
|
|
3283
3284
|
]
|
|
3284
3285
|
},
|
|
3285
3286
|
"chargesItem": {
|
|
@@ -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": "entry.json",
|
|
4
4
|
"title": "Entry",
|
|
5
5
|
"description": "A recursively renderable object.",
|
|
6
|
-
"version": "1.8.
|
|
6
|
+
"version": "1.8.13",
|
|
7
7
|
"$defs": {
|
|
8
8
|
"_arrayOfSpell": {
|
|
9
9
|
"type": "array",
|
|
@@ -3279,7 +3279,8 @@
|
|
|
3279
3279
|
"type": "string",
|
|
3280
3280
|
"enum": [
|
|
3281
3281
|
"trait",
|
|
3282
|
-
"action"
|
|
3282
|
+
"action",
|
|
3283
|
+
"bonus"
|
|
3283
3284
|
]
|
|
3284
3285
|
},
|
|
3285
3286
|
"chargesItem": {
|