5etools-utils 0.12.44 → 0.12.45

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.
@@ -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.10",
7
7
  "$defs": {
8
8
  "metaDependenciesArray": {
9
9
  "type": "array",
@@ -230,33 +230,41 @@
230
230
  ]
231
231
  },
232
232
  "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"
233
+ "oneOf": [
234
+ {
235
+ "type": "string",
236
+ "enum": [
237
+ "abyssal",
238
+ "aquan",
239
+ "auran",
240
+ "celestial",
241
+ "common",
242
+ "common sign language",
243
+ "deep speech",
244
+ "draconic",
245
+ "druidic",
246
+ "dwarvish",
247
+ "elvish",
248
+ "giant",
249
+ "gith",
250
+ "gnomish",
251
+ "goblin",
252
+ "halfling",
253
+ "ignan",
254
+ "infernal",
255
+ "orc",
256
+ "other",
257
+ "primordial",
258
+ "sylvan",
259
+ "terran",
260
+ "thieves' cant",
261
+ "undercommon"
262
+ ]
263
+ },
264
+ {
265
+ "type": "string",
266
+ "pattern": "^[^|]+\\|.+$"
267
+ }
260
268
  ]
261
269
  },
262
270
  "languageProficiencies": {
@@ -368,8 +376,11 @@
368
376
  "additionalProperties": false
369
377
  }
370
378
  },
371
- "additionalProperties": {
372
- "const": true
379
+ "additionalProperties": false,
380
+ "patternProperties": {
381
+ "^[^|]+\\|.+$": {
382
+ "const": true
383
+ }
373
384
  }
374
385
  },
375
386
  "uniqueItems": true,
@@ -495,6 +506,9 @@
495
506
  "forgery kit": {
496
507
  "const": true
497
508
  },
509
+ "anyGamingSet": {
510
+ "type": "integer"
511
+ },
498
512
  "gaming set": {
499
513
  "const": true
500
514
  },
@@ -875,6 +889,9 @@
875
889
  "forgery kit": {
876
890
  "const": true
877
891
  },
892
+ "anyGamingSet": {
893
+ "type": "integer"
894
+ },
878
895
  "gaming set": {
879
896
  "const": true
880
897
  },
@@ -1110,123 +1127,6 @@
1110
1127
  "improvised": {
1111
1128
  "const": true
1112
1129
  },
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
1130
  "choose": {
1231
1131
  "type": "object",
1232
1132
  "properties": {
@@ -1257,6 +1157,11 @@
1257
1157
  "additionalProperties": false
1258
1158
  }
1259
1159
  },
1160
+ "patternProperties": {
1161
+ "^[^|]+\\|.+$": {
1162
+ "const": true
1163
+ }
1164
+ },
1260
1165
  "additionalProperties": false
1261
1166
  },
1262
1167
  "uniqueItems": true,
@@ -1666,7 +1571,12 @@
1666
1571
  "additionalProperties": false
1667
1572
  }
1668
1573
  },
1669
- "additionalProperties": true
1574
+ "patternProperties": {
1575
+ "^[^|]+\\|.+$": {
1576
+ "const": true
1577
+ }
1578
+ },
1579
+ "additionalProperties": false
1670
1580
  }
1671
1581
  ]
1672
1582
  },
@@ -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",
@@ -1012,6 +1012,7 @@
1012
1012
  "Antimagic Susceptibility",
1013
1013
  "Beast of Burden",
1014
1014
  "Brute",
1015
+ "Camouflage",
1015
1016
  "Charge",
1016
1017
  "Damage Absorption",
1017
1018
  "Death Burst",
@@ -2167,6 +2168,7 @@
2167
2168
  "Antimagic Susceptibility",
2168
2169
  "Beast of Burden",
2169
2170
  "Brute",
2171
+ "Camouflage",
2170
2172
  "Charge",
2171
2173
  "Damage Absorption",
2172
2174
  "Death Burst",
@@ -3327,6 +3329,7 @@
3327
3329
  "Antimagic Susceptibility",
3328
3330
  "Beast of Burden",
3329
3331
  "Brute",
3332
+ "Camouflage",
3330
3333
  "Charge",
3331
3334
  "Damage Absorption",
3332
3335
  "Death Burst",
@@ -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
  },
@@ -283,6 +286,9 @@
283
286
  "reprintedAs": {
284
287
  "$ref": "util.json#/$defs/reprintedAs"
285
288
  },
289
+ "edition": {
290
+ "$ref": "util-edition.json#/$defs/edition"
291
+ },
286
292
  "ability": {
287
293
  "$ref": "util.json#/$defs/abilityScores"
288
294
  },
@@ -613,6 +619,9 @@
613
619
  "reprintedAs": {
614
620
  "$ref": "util.json#/$defs/reprintedAs"
615
621
  },
622
+ "edition": {
623
+ "$ref": "util-edition.json#/$defs/edition"
624
+ },
616
625
  "ability": {
617
626
  "$ref": "util.json#/$defs/abilityScores"
618
627
  },
@@ -865,6 +874,9 @@
865
874
  "reprintedAs": {
866
875
  "$ref": "util.json#/$defs/reprintedAs"
867
876
  },
877
+ "edition": {
878
+ "$ref": "util-edition.json#/$defs/edition"
879
+ },
868
880
  "ability": {
869
881
  "$ref": "util.json#/$defs/abilityScores"
870
882
  },
@@ -1123,6 +1135,9 @@
1123
1135
  "reprintedAs": {
1124
1136
  "$ref": "util.json#/$defs/reprintedAs"
1125
1137
  },
1138
+ "edition": {
1139
+ "$ref": "util-edition.json#/$defs/edition"
1140
+ },
1126
1141
  "ability": {
1127
1142
  "$ref": "util.json#/$defs/abilityScores"
1128
1143
  },
@@ -1386,6 +1401,9 @@
1386
1401
  "reprintedAs": {
1387
1402
  "$ref": "util.json#/$defs/reprintedAs"
1388
1403
  },
1404
+ "edition": {
1405
+ "$ref": "util-edition.json#/$defs/edition"
1406
+ },
1389
1407
  "ability": {
1390
1408
  "$ref": "util.json#/$defs/abilityScores"
1391
1409
  },
@@ -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.10",
7
7
  "$defs": {
8
8
  "metaDependenciesArray": {
9
9
  "type": "array",
@@ -214,33 +214,37 @@
214
214
  ]
215
215
  },
216
216
  "languageNameLower": {
217
- "type": "string",
218
- "enum": [
219
- "abyssal",
220
- "aquan",
221
- "auran",
222
- "celestial",
223
- "common",
224
- "common sign language",
225
- "deep speech",
226
- "draconic",
227
- "druidic",
228
- "dwarvish",
229
- "elvish",
230
- "giant",
231
- "gith",
232
- "gnomish",
233
- "goblin",
234
- "halfling",
235
- "ignan",
236
- "infernal",
237
- "orc",
238
- "other",
239
- "primordial",
240
- "sylvan",
241
- "terran",
242
- "thieves' cant",
243
- "undercommon"
217
+ "oneOf": [
218
+ {
219
+ "type": "string",
220
+ "enum": [
221
+ "abyssal",
222
+ "aquan",
223
+ "auran",
224
+ "celestial",
225
+ "common",
226
+ "common sign language",
227
+ "deep speech",
228
+ "draconic",
229
+ "druidic",
230
+ "dwarvish",
231
+ "elvish",
232
+ "giant",
233
+ "gith",
234
+ "gnomish",
235
+ "goblin",
236
+ "halfling",
237
+ "ignan",
238
+ "infernal",
239
+ "orc",
240
+ "other",
241
+ "primordial",
242
+ "sylvan",
243
+ "terran",
244
+ "thieves' cant",
245
+ "undercommon"
246
+ ]
247
+ }
244
248
  ]
245
249
  },
246
250
  "languageProficiencies": {
@@ -477,6 +481,9 @@
477
481
  "forgery kit": {
478
482
  "const": true
479
483
  },
484
+ "anyGamingSet": {
485
+ "type": "integer"
486
+ },
480
487
  "gaming set": {
481
488
  "const": true
482
489
  },
@@ -853,6 +860,9 @@
853
860
  "forgery kit": {
854
861
  "const": true
855
862
  },
863
+ "anyGamingSet": {
864
+ "type": "integer"
865
+ },
856
866
  "gaming set": {
857
867
  "const": true
858
868
  },
@@ -1086,123 +1096,6 @@
1086
1096
  "improvised": {
1087
1097
  "const": true
1088
1098
  },
1089
- "battleaxe|phb": {
1090
- "const": true
1091
- },
1092
- "club|phb": {
1093
- "const": true
1094
- },
1095
- "dagger|phb": {
1096
- "const": true
1097
- },
1098
- "flail|phb": {
1099
- "const": true
1100
- },
1101
- "glaive|phb": {
1102
- "const": true
1103
- },
1104
- "greataxe|phb": {
1105
- "const": true
1106
- },
1107
- "greatclub|phb": {
1108
- "const": true
1109
- },
1110
- "greatsword|phb": {
1111
- "const": true
1112
- },
1113
- "halberd|phb": {
1114
- "const": true
1115
- },
1116
- "handaxe|phb": {
1117
- "const": true
1118
- },
1119
- "javelin|phb": {
1120
- "const": true
1121
- },
1122
- "lance|phb": {
1123
- "const": true
1124
- },
1125
- "light hammer|phb": {
1126
- "const": true
1127
- },
1128
- "longsword|phb": {
1129
- "const": true
1130
- },
1131
- "mace|phb": {
1132
- "const": true
1133
- },
1134
- "maul|phb": {
1135
- "const": true
1136
- },
1137
- "morningstar|phb": {
1138
- "const": true
1139
- },
1140
- "pike|phb": {
1141
- "const": true
1142
- },
1143
- "quarterstaff|phb": {
1144
- "const": true
1145
- },
1146
- "rapier|phb": {
1147
- "const": true
1148
- },
1149
- "scimitar|phb": {
1150
- "const": true
1151
- },
1152
- "shortsword|phb": {
1153
- "const": true
1154
- },
1155
- "sickle|phb": {
1156
- "const": true
1157
- },
1158
- "spear|phb": {
1159
- "const": true
1160
- },
1161
- "staff|phb": {
1162
- "const": true
1163
- },
1164
- "trident|phb": {
1165
- "const": true
1166
- },
1167
- "war pick|phb": {
1168
- "const": true
1169
- },
1170
- "warhammer|phb": {
1171
- "const": true
1172
- },
1173
- "whip|phb": {
1174
- "const": true
1175
- },
1176
- "blowgun|phb": {
1177
- "const": true
1178
- },
1179
- "dart|phb": {
1180
- "const": true
1181
- },
1182
- "hand crossbow|phb": {
1183
- "const": true
1184
- },
1185
- "heavy crossbow|phb": {
1186
- "const": true
1187
- },
1188
- "light crossbow|phb": {
1189
- "const": true
1190
- },
1191
- "longbow|phb": {
1192
- "const": true
1193
- },
1194
- "net|phb": {
1195
- "const": true
1196
- },
1197
- "shortbow|phb": {
1198
- "const": true
1199
- },
1200
- "sling|phb": {
1201
- "const": true
1202
- },
1203
- "double-bladed scimitar|erlw": {
1204
- "const": true
1205
- },
1206
1099
  "choose": {
1207
1100
  "type": "object",
1208
1101
  "properties": {
@@ -1233,6 +1126,11 @@
1233
1126
  "additionalProperties": false
1234
1127
  }
1235
1128
  },
1129
+ "patternProperties": {
1130
+ "^[^|]+\\|.+$": {
1131
+ "const": true
1132
+ }
1133
+ },
1236
1134
  "additionalProperties": false
1237
1135
  },
1238
1136
  "uniqueItems": true,
@@ -1642,7 +1540,12 @@
1642
1540
  "additionalProperties": false
1643
1541
  }
1644
1542
  },
1645
- "additionalProperties": true
1543
+ "patternProperties": {
1544
+ "^[^|]+\\|.+$": {
1545
+ "const": true
1546
+ }
1547
+ },
1548
+ "additionalProperties": false
1646
1549
  }
1647
1550
  ]
1648
1551
  },
@@ -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",
@@ -1012,6 +1012,7 @@
1012
1012
  "Antimagic Susceptibility",
1013
1013
  "Beast of Burden",
1014
1014
  "Brute",
1015
+ "Camouflage",
1015
1016
  "Charge",
1016
1017
  "Damage Absorption",
1017
1018
  "Death Burst",
@@ -2167,6 +2168,7 @@
2167
2168
  "Antimagic Susceptibility",
2168
2169
  "Beast of Burden",
2169
2170
  "Brute",
2171
+ "Camouflage",
2170
2172
  "Charge",
2171
2173
  "Damage Absorption",
2172
2174
  "Death Burst",
@@ -3327,6 +3329,7 @@
3327
3329
  "Antimagic Susceptibility",
3328
3330
  "Beast of Burden",
3329
3331
  "Brute",
3332
+ "Camouflage",
3330
3333
  "Charge",
3331
3334
  "Damage Absorption",
3332
3335
  "Death Burst",