5etools-utils 0.12.44 → 0.12.46

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.
Files changed (37) hide show
  1. package/package.json +1 -1
  2. package/schema/brew/bestiary/bestiary.json +4 -1
  3. package/schema/brew/class/class.json +28 -1
  4. package/schema/brew/entry.json +61 -1
  5. package/schema/brew/races.json +19 -1
  6. package/schema/brew/util-edition.json +1 -0
  7. package/schema/brew/util.json +64 -148
  8. package/schema/brew-fast/bestiary/bestiary.json +4 -1
  9. package/schema/brew-fast/class/class.json +28 -1
  10. package/schema/brew-fast/entry.json +61 -1
  11. package/schema/brew-fast/races.json +19 -1
  12. package/schema/brew-fast/util-edition.json +1 -0
  13. package/schema/brew-fast/util.json +64 -148
  14. package/schema/site/bestiary/bestiary.json +4 -1
  15. package/schema/site/class/class.json +28 -1
  16. package/schema/site/entry.json +61 -1
  17. package/schema/site/races.json +19 -1
  18. package/schema/site/util-edition.json +1 -0
  19. package/schema/site/util.json +55 -146
  20. package/schema/site-fast/bestiary/bestiary.json +4 -1
  21. package/schema/site-fast/class/class.json +28 -1
  22. package/schema/site-fast/entry.json +61 -1
  23. package/schema/site-fast/races.json +19 -1
  24. package/schema/site-fast/util-edition.json +1 -0
  25. package/schema/site-fast/util.json +55 -146
  26. package/schema/ua/bestiary/bestiary.json +4 -1
  27. package/schema/ua/class/class.json +28 -1
  28. package/schema/ua/entry.json +61 -1
  29. package/schema/ua/races.json +19 -1
  30. package/schema/ua/util-edition.json +1 -0
  31. package/schema/ua/util.json +55 -146
  32. package/schema/ua-fast/bestiary/bestiary.json +4 -1
  33. package/schema/ua-fast/class/class.json +28 -1
  34. package/schema/ua-fast/entry.json +61 -1
  35. package/schema/ua-fast/races.json +19 -1
  36. package/schema/ua-fast/util-edition.json +1 -0
  37. package/schema/ua-fast/util.json +55 -146
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "5etools-utils",
3
- "version": "0.12.44",
3
+ "version": "0.12.46",
4
4
  "description": "Shared utilities for the 5etools ecosystem.",
5
5
  "type": "module",
6
6
  "main": "lib/Api.js",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "$schema": "https://json-schema.org/draft/2020-12/schema",
3
- "version": "1.21.39",
3
+ "version": "1.21.40",
4
4
  "title": "Bestiary Schema",
5
5
  "$id": "bestiary.json",
6
6
  "type": "object",
@@ -1020,6 +1020,7 @@
1020
1020
  "Antimagic Susceptibility",
1021
1021
  "Beast of Burden",
1022
1022
  "Brute",
1023
+ "Camouflage",
1023
1024
  "Charge",
1024
1025
  "Damage Absorption",
1025
1026
  "Death Burst",
@@ -2278,6 +2279,7 @@
2278
2279
  "Antimagic Susceptibility",
2279
2280
  "Beast of Burden",
2280
2281
  "Brute",
2282
+ "Camouflage",
2281
2283
  "Charge",
2282
2284
  "Damage Absorption",
2283
2285
  "Death Burst",
@@ -3541,6 +3543,7 @@
3541
3543
  "Antimagic Susceptibility",
3542
3544
  "Beast of Burden",
3543
3545
  "Brute",
3546
+ "Camouflage",
3544
3547
  "Charge",
3545
3548
  "Damage Absorption",
3546
3549
  "Death Burst",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "$schema": "https://json-schema.org/draft/2020-12/schema",
3
- "version": "2.12.3",
3
+ "version": "2.12.4",
4
4
  "$id": "class.json",
5
5
  "type": "object",
6
6
  "$defs": {
@@ -124,6 +124,15 @@
124
124
  "minItems": 20,
125
125
  "maxItems": 20
126
126
  },
127
+ "preparedSpellsChange": {
128
+ "description": "The event at which a character can change their prepared spells.",
129
+ "type": "string",
130
+ "enum": [
131
+ "restShort",
132
+ "restLong",
133
+ "level"
134
+ ]
135
+ },
127
136
  "spellsKnownProgression": {
128
137
  "type": "array",
129
138
  "items": {
@@ -817,6 +826,9 @@
817
826
  "preparedSpellsProgression": {
818
827
  "$ref": "#/$defs/preparedSpellsProgression"
819
828
  },
829
+ "preparedSpellsChange": {
830
+ "$ref": "#/$defs/preparedSpellsChange"
831
+ },
820
832
  "spellsKnownProgression": {
821
833
  "$ref": "#/$defs/spellsKnownProgression"
822
834
  },
@@ -1026,6 +1038,9 @@
1026
1038
  "preparedSpellsProgression": {
1027
1039
  "$ref": "#/$defs/preparedSpellsProgression"
1028
1040
  },
1041
+ "preparedSpellsChange": {
1042
+ "$ref": "#/$defs/preparedSpellsChange"
1043
+ },
1029
1044
  "spellsKnownProgression": {
1030
1045
  "$ref": "#/$defs/spellsKnownProgression"
1031
1046
  },
@@ -1235,6 +1250,9 @@
1235
1250
  "preparedSpellsProgression": {
1236
1251
  "$ref": "#/$defs/preparedSpellsProgression"
1237
1252
  },
1253
+ "preparedSpellsChange": {
1254
+ "$ref": "#/$defs/preparedSpellsChange"
1255
+ },
1238
1256
  "spellsKnownProgression": {
1239
1257
  "$ref": "#/$defs/spellsKnownProgression"
1240
1258
  },
@@ -1634,6 +1652,9 @@
1634
1652
  "preparedSpellsProgression": {
1635
1653
  "$ref": "#/$defs/preparedSpellsProgression"
1636
1654
  },
1655
+ "preparedSpellsChange": {
1656
+ "$ref": "#/$defs/preparedSpellsChange"
1657
+ },
1637
1658
  "spellsKnownProgression": {
1638
1659
  "$ref": "#/$defs/spellsKnownProgression"
1639
1660
  },
@@ -1938,6 +1959,9 @@
1938
1959
  "preparedSpellsProgression": {
1939
1960
  "$ref": "#/$defs/preparedSpellsProgression"
1940
1961
  },
1962
+ "preparedSpellsChange": {
1963
+ "$ref": "#/$defs/preparedSpellsChange"
1964
+ },
1941
1965
  "spellsKnownProgression": {
1942
1966
  "$ref": "#/$defs/spellsKnownProgression"
1943
1967
  },
@@ -2245,6 +2269,9 @@
2245
2269
  "preparedSpellsProgression": {
2246
2270
  "$ref": "#/$defs/preparedSpellsProgression"
2247
2271
  },
2272
+ "preparedSpellsChange": {
2273
+ "$ref": "#/$defs/preparedSpellsChange"
2274
+ },
2248
2275
  "spellsKnownProgression": {
2249
2276
  "$ref": "#/$defs/spellsKnownProgression"
2250
2277
  },
@@ -3,7 +3,7 @@
3
3
  "$id": "entry.json",
4
4
  "title": "Entry",
5
5
  "description": "A recursively renderable object.",
6
- "version": "1.8.23",
6
+ "version": "1.8.24",
7
7
  "$defs": {
8
8
  "_arrayOfSpell": {
9
9
  "type": "array",
@@ -3353,6 +3353,66 @@
3353
3353
  ],
3354
3354
  "additionalProperties": false
3355
3355
  },
3356
+ {
3357
+ "type": "object",
3358
+ "properties": {
3359
+ "name": {
3360
+ "type": "string"
3361
+ },
3362
+ "type": {
3363
+ "type": "string",
3364
+ "const": "statblock"
3365
+ },
3366
+ "source": {
3367
+ "$ref": "util.json#/$defs/source"
3368
+ },
3369
+ "page": {
3370
+ "$ref": "util.json#/$defs/page"
3371
+ },
3372
+ "srd": {
3373
+ "$ref": "util.json#/$defs/srd"
3374
+ },
3375
+ "srd52": {
3376
+ "$ref": "util.json#/$defs/srd"
3377
+ },
3378
+ "basicRules": {
3379
+ "$ref": "util.json#/$defs/basicRules"
3380
+ },
3381
+ "freeRules2024": {
3382
+ "$ref": "util.json#/$defs/basicRules"
3383
+ },
3384
+ "data": {
3385
+ "$ref": "#/$defs/_entryDataData"
3386
+ },
3387
+ "id": {
3388
+ "type": "string"
3389
+ },
3390
+ "tag": {
3391
+ "$ref": "util.json#/$defs/tagNameStatsAbbreviation"
3392
+ },
3393
+ "abbreviation": {
3394
+ "type": "string"
3395
+ },
3396
+ "displayName": {
3397
+ "type": "string"
3398
+ },
3399
+ "hash": {
3400
+ "type": "string"
3401
+ },
3402
+ "style": {
3403
+ "$ref": "#/$defs/_entryDataStyle"
3404
+ },
3405
+ "collapsed": {
3406
+ "const": true
3407
+ }
3408
+ },
3409
+ "required": [
3410
+ "type",
3411
+ "tag",
3412
+ "abbreviation"
3413
+ ],
3414
+ "additionalProperties": false
3415
+ },
3356
3416
  {
3357
3417
  "type": "object",
3358
3418
  "properties": {
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://json-schema.org/draft/2020-12/schema",
3
3
  "$id": "races.json",
4
- "version": "1.12.8",
4
+ "version": "1.12.9",
5
5
  "type": "object",
6
6
  "$defs": {
7
7
  "sharedData": {
@@ -35,6 +35,9 @@
35
35
  "reprintedAs": {
36
36
  "$ref": "util.json#/$defs/reprintedAs"
37
37
  },
38
+ "edition": {
39
+ "$ref": "util-edition.json#/$defs/edition"
40
+ },
38
41
  "ability": {
39
42
  "$ref": "util.json#/$defs/abilityScores"
40
43
  },
@@ -298,6 +301,9 @@
298
301
  "reprintedAs": {
299
302
  "$ref": "util.json#/$defs/reprintedAs"
300
303
  },
304
+ "edition": {
305
+ "$ref": "util-edition.json#/$defs/edition"
306
+ },
301
307
  "ability": {
302
308
  "$ref": "util.json#/$defs/abilityScores"
303
309
  },
@@ -643,6 +649,9 @@
643
649
  "reprintedAs": {
644
650
  "$ref": "util.json#/$defs/reprintedAs"
645
651
  },
652
+ "edition": {
653
+ "$ref": "util-edition.json#/$defs/edition"
654
+ },
646
655
  "ability": {
647
656
  "$ref": "util.json#/$defs/abilityScores"
648
657
  },
@@ -910,6 +919,9 @@
910
919
  "reprintedAs": {
911
920
  "$ref": "util.json#/$defs/reprintedAs"
912
921
  },
922
+ "edition": {
923
+ "$ref": "util-edition.json#/$defs/edition"
924
+ },
913
925
  "ability": {
914
926
  "$ref": "util.json#/$defs/abilityScores"
915
927
  },
@@ -1183,6 +1195,9 @@
1183
1195
  "reprintedAs": {
1184
1196
  "$ref": "util.json#/$defs/reprintedAs"
1185
1197
  },
1198
+ "edition": {
1199
+ "$ref": "util-edition.json#/$defs/edition"
1200
+ },
1186
1201
  "ability": {
1187
1202
  "$ref": "util.json#/$defs/abilityScores"
1188
1203
  },
@@ -1462,6 +1477,9 @@
1462
1477
  "reprintedAs": {
1463
1478
  "$ref": "util.json#/$defs/reprintedAs"
1464
1479
  },
1480
+ "edition": {
1481
+ "$ref": "util-edition.json#/$defs/edition"
1482
+ },
1465
1483
  "ability": {
1466
1484
  "$ref": "util.json#/$defs/abilityScores"
1467
1485
  },
@@ -5,6 +5,7 @@
5
5
  "title": "Util: Edition",
6
6
  "$defs": {
7
7
  "edition": {
8
+ "description": "A context-sensitive behaviour hint. Generally, entities marked with `\"edition\": \"one\"` will not be modified (as they are assumed to be up-to-date) prior to display/use, and entities lacking an `\"edition\"` or using `\"edition\": \"classic\"` may be modified to better suit modern rules. For example:\n- Classes/subclasses: an edition mismatch between class and subclass will prompt the renderer to add a note that the subclass is from a different game edition, and that feature levels may have to be adjusted accordingly (notably, when rendering synthetic subclass copies)\n- Plutonium, when using the \"Modern (2024)\" rules version: non-\"one\" species will be stripped of their ability scores; non-\"one\" backgrounds will gain extra ability scores; etc.",
8
9
  "type": "string",
9
10
  "enum": [
10
11
  "classic",
@@ -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.17.7",
6
+ "version": "1.17.11",
7
7
  "$defs": {
8
8
  "metaDependenciesArray": {
9
9
  "type": "array",
@@ -212,6 +212,12 @@
212
212
  "card"
213
213
  ]
214
214
  },
215
+ "tagNameStatsAbbreviation": {
216
+ "type": "string",
217
+ "enum": [
218
+ "itemProperty"
219
+ ]
220
+ },
215
221
  "propNameStats": {
216
222
  "type": "string",
217
223
  "enum": [
@@ -230,33 +236,41 @@
230
236
  ]
231
237
  },
232
238
  "languageNameLower": {
233
- "type": "string",
234
- "enum": [
235
- "abyssal",
236
- "aquan",
237
- "auran",
238
- "celestial",
239
- "common",
240
- "common sign language",
241
- "deep speech",
242
- "draconic",
243
- "druidic",
244
- "dwarvish",
245
- "elvish",
246
- "giant",
247
- "gith",
248
- "gnomish",
249
- "goblin",
250
- "halfling",
251
- "ignan",
252
- "infernal",
253
- "orc",
254
- "other",
255
- "primordial",
256
- "sylvan",
257
- "terran",
258
- "thieves' cant",
259
- "undercommon"
239
+ "oneOf": [
240
+ {
241
+ "type": "string",
242
+ "enum": [
243
+ "abyssal",
244
+ "aquan",
245
+ "auran",
246
+ "celestial",
247
+ "common",
248
+ "common sign language",
249
+ "deep speech",
250
+ "draconic",
251
+ "druidic",
252
+ "dwarvish",
253
+ "elvish",
254
+ "giant",
255
+ "gith",
256
+ "gnomish",
257
+ "goblin",
258
+ "halfling",
259
+ "ignan",
260
+ "infernal",
261
+ "orc",
262
+ "other",
263
+ "primordial",
264
+ "sylvan",
265
+ "terran",
266
+ "thieves' cant",
267
+ "undercommon"
268
+ ]
269
+ },
270
+ {
271
+ "type": "string",
272
+ "pattern": "^[^|]+\\|.+$"
273
+ }
260
274
  ]
261
275
  },
262
276
  "languageProficiencies": {
@@ -368,8 +382,11 @@
368
382
  "additionalProperties": false
369
383
  }
370
384
  },
371
- "additionalProperties": {
372
- "const": true
385
+ "additionalProperties": false,
386
+ "patternProperties": {
387
+ "^[^|]+\\|.+$": {
388
+ "const": true
389
+ }
373
390
  }
374
391
  },
375
392
  "uniqueItems": true,
@@ -495,6 +512,9 @@
495
512
  "forgery kit": {
496
513
  "const": true
497
514
  },
515
+ "anyGamingSet": {
516
+ "type": "integer"
517
+ },
498
518
  "gaming set": {
499
519
  "const": true
500
520
  },
@@ -875,6 +895,9 @@
875
895
  "forgery kit": {
876
896
  "const": true
877
897
  },
898
+ "anyGamingSet": {
899
+ "type": "integer"
900
+ },
878
901
  "gaming set": {
879
902
  "const": true
880
903
  },
@@ -1110,123 +1133,6 @@
1110
1133
  "improvised": {
1111
1134
  "const": true
1112
1135
  },
1113
- "battleaxe|phb": {
1114
- "const": true
1115
- },
1116
- "club|phb": {
1117
- "const": true
1118
- },
1119
- "dagger|phb": {
1120
- "const": true
1121
- },
1122
- "flail|phb": {
1123
- "const": true
1124
- },
1125
- "glaive|phb": {
1126
- "const": true
1127
- },
1128
- "greataxe|phb": {
1129
- "const": true
1130
- },
1131
- "greatclub|phb": {
1132
- "const": true
1133
- },
1134
- "greatsword|phb": {
1135
- "const": true
1136
- },
1137
- "halberd|phb": {
1138
- "const": true
1139
- },
1140
- "handaxe|phb": {
1141
- "const": true
1142
- },
1143
- "javelin|phb": {
1144
- "const": true
1145
- },
1146
- "lance|phb": {
1147
- "const": true
1148
- },
1149
- "light hammer|phb": {
1150
- "const": true
1151
- },
1152
- "longsword|phb": {
1153
- "const": true
1154
- },
1155
- "mace|phb": {
1156
- "const": true
1157
- },
1158
- "maul|phb": {
1159
- "const": true
1160
- },
1161
- "morningstar|phb": {
1162
- "const": true
1163
- },
1164
- "pike|phb": {
1165
- "const": true
1166
- },
1167
- "quarterstaff|phb": {
1168
- "const": true
1169
- },
1170
- "rapier|phb": {
1171
- "const": true
1172
- },
1173
- "scimitar|phb": {
1174
- "const": true
1175
- },
1176
- "shortsword|phb": {
1177
- "const": true
1178
- },
1179
- "sickle|phb": {
1180
- "const": true
1181
- },
1182
- "spear|phb": {
1183
- "const": true
1184
- },
1185
- "staff|phb": {
1186
- "const": true
1187
- },
1188
- "trident|phb": {
1189
- "const": true
1190
- },
1191
- "war pick|phb": {
1192
- "const": true
1193
- },
1194
- "warhammer|phb": {
1195
- "const": true
1196
- },
1197
- "whip|phb": {
1198
- "const": true
1199
- },
1200
- "blowgun|phb": {
1201
- "const": true
1202
- },
1203
- "dart|phb": {
1204
- "const": true
1205
- },
1206
- "hand crossbow|phb": {
1207
- "const": true
1208
- },
1209
- "heavy crossbow|phb": {
1210
- "const": true
1211
- },
1212
- "light crossbow|phb": {
1213
- "const": true
1214
- },
1215
- "longbow|phb": {
1216
- "const": true
1217
- },
1218
- "net|phb": {
1219
- "const": true
1220
- },
1221
- "shortbow|phb": {
1222
- "const": true
1223
- },
1224
- "sling|phb": {
1225
- "const": true
1226
- },
1227
- "double-bladed scimitar|erlw": {
1228
- "const": true
1229
- },
1230
1136
  "choose": {
1231
1137
  "type": "object",
1232
1138
  "properties": {
@@ -1257,6 +1163,11 @@
1257
1163
  "additionalProperties": false
1258
1164
  }
1259
1165
  },
1166
+ "patternProperties": {
1167
+ "^[^|]+\\|.+$": {
1168
+ "const": true
1169
+ }
1170
+ },
1260
1171
  "additionalProperties": false
1261
1172
  },
1262
1173
  "uniqueItems": true,
@@ -1666,7 +1577,12 @@
1666
1577
  "additionalProperties": false
1667
1578
  }
1668
1579
  },
1669
- "additionalProperties": true
1580
+ "patternProperties": {
1581
+ "^[^|]+\\|.+$": {
1582
+ "const": true
1583
+ }
1584
+ },
1585
+ "additionalProperties": false
1670
1586
  }
1671
1587
  ]
1672
1588
  },
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "$schema": "https://json-schema.org/draft/2020-12/schema",
3
- "version": "1.21.39",
3
+ "version": "1.21.40",
4
4
  "title": "Bestiary Schema",
5
5
  "$id": "bestiary.json",
6
6
  "type": "object",
@@ -1020,6 +1020,7 @@
1020
1020
  "Antimagic Susceptibility",
1021
1021
  "Beast of Burden",
1022
1022
  "Brute",
1023
+ "Camouflage",
1023
1024
  "Charge",
1024
1025
  "Damage Absorption",
1025
1026
  "Death Burst",
@@ -2278,6 +2279,7 @@
2278
2279
  "Antimagic Susceptibility",
2279
2280
  "Beast of Burden",
2280
2281
  "Brute",
2282
+ "Camouflage",
2281
2283
  "Charge",
2282
2284
  "Damage Absorption",
2283
2285
  "Death Burst",
@@ -3541,6 +3543,7 @@
3541
3543
  "Antimagic Susceptibility",
3542
3544
  "Beast of Burden",
3543
3545
  "Brute",
3546
+ "Camouflage",
3544
3547
  "Charge",
3545
3548
  "Damage Absorption",
3546
3549
  "Death Burst",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "$schema": "https://json-schema.org/draft/2020-12/schema",
3
- "version": "2.12.3",
3
+ "version": "2.12.4",
4
4
  "$id": "class.json",
5
5
  "type": "object",
6
6
  "$defs": {
@@ -124,6 +124,15 @@
124
124
  "minItems": 20,
125
125
  "maxItems": 20
126
126
  },
127
+ "preparedSpellsChange": {
128
+ "description": "The event at which a character can change their prepared spells.",
129
+ "type": "string",
130
+ "enum": [
131
+ "restShort",
132
+ "restLong",
133
+ "level"
134
+ ]
135
+ },
127
136
  "spellsKnownProgression": {
128
137
  "type": "array",
129
138
  "items": {
@@ -817,6 +826,9 @@
817
826
  "preparedSpellsProgression": {
818
827
  "$ref": "#/$defs/preparedSpellsProgression"
819
828
  },
829
+ "preparedSpellsChange": {
830
+ "$ref": "#/$defs/preparedSpellsChange"
831
+ },
820
832
  "spellsKnownProgression": {
821
833
  "$ref": "#/$defs/spellsKnownProgression"
822
834
  },
@@ -1026,6 +1038,9 @@
1026
1038
  "preparedSpellsProgression": {
1027
1039
  "$ref": "#/$defs/preparedSpellsProgression"
1028
1040
  },
1041
+ "preparedSpellsChange": {
1042
+ "$ref": "#/$defs/preparedSpellsChange"
1043
+ },
1029
1044
  "spellsKnownProgression": {
1030
1045
  "$ref": "#/$defs/spellsKnownProgression"
1031
1046
  },
@@ -1235,6 +1250,9 @@
1235
1250
  "preparedSpellsProgression": {
1236
1251
  "$ref": "#/$defs/preparedSpellsProgression"
1237
1252
  },
1253
+ "preparedSpellsChange": {
1254
+ "$ref": "#/$defs/preparedSpellsChange"
1255
+ },
1238
1256
  "spellsKnownProgression": {
1239
1257
  "$ref": "#/$defs/spellsKnownProgression"
1240
1258
  },
@@ -1634,6 +1652,9 @@
1634
1652
  "preparedSpellsProgression": {
1635
1653
  "$ref": "#/$defs/preparedSpellsProgression"
1636
1654
  },
1655
+ "preparedSpellsChange": {
1656
+ "$ref": "#/$defs/preparedSpellsChange"
1657
+ },
1637
1658
  "spellsKnownProgression": {
1638
1659
  "$ref": "#/$defs/spellsKnownProgression"
1639
1660
  },
@@ -1938,6 +1959,9 @@
1938
1959
  "preparedSpellsProgression": {
1939
1960
  "$ref": "#/$defs/preparedSpellsProgression"
1940
1961
  },
1962
+ "preparedSpellsChange": {
1963
+ "$ref": "#/$defs/preparedSpellsChange"
1964
+ },
1941
1965
  "spellsKnownProgression": {
1942
1966
  "$ref": "#/$defs/spellsKnownProgression"
1943
1967
  },
@@ -2245,6 +2269,9 @@
2245
2269
  "preparedSpellsProgression": {
2246
2270
  "$ref": "#/$defs/preparedSpellsProgression"
2247
2271
  },
2272
+ "preparedSpellsChange": {
2273
+ "$ref": "#/$defs/preparedSpellsChange"
2274
+ },
2248
2275
  "spellsKnownProgression": {
2249
2276
  "$ref": "#/$defs/spellsKnownProgression"
2250
2277
  },