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.
- package/package.json +1 -1
- package/schema/brew/bestiary/bestiary.json +4 -1
- package/schema/brew/races.json +19 -1
- package/schema/brew/util-edition.json +1 -0
- package/schema/brew/util.json +58 -148
- package/schema/brew-fast/bestiary/bestiary.json +4 -1
- package/schema/brew-fast/races.json +19 -1
- package/schema/brew-fast/util-edition.json +1 -0
- package/schema/brew-fast/util.json +58 -148
- package/schema/site/bestiary/bestiary.json +4 -1
- package/schema/site/races.json +19 -1
- package/schema/site/util-edition.json +1 -0
- package/schema/site/util.json +49 -146
- package/schema/site-fast/bestiary/bestiary.json +4 -1
- package/schema/site-fast/races.json +19 -1
- package/schema/site-fast/util-edition.json +1 -0
- package/schema/site-fast/util.json +49 -146
- package/schema/ua/bestiary/bestiary.json +4 -1
- package/schema/ua/races.json +19 -1
- package/schema/ua/util-edition.json +1 -0
- package/schema/ua/util.json +49 -146
- package/schema/ua-fast/bestiary/bestiary.json +4 -1
- package/schema/ua-fast/races.json +19 -1
- package/schema/ua-fast/util-edition.json +1 -0
- package/schema/ua-fast/util.json +49 -146
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
|
-
"version": "1.21.
|
|
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",
|
package/schema/brew/races.json
CHANGED
|
@@ -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.
|
|
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",
|
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.17.
|
|
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
|
-
"
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
|
|
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
|
-
|
|
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
|
-
"
|
|
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.
|
|
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,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.
|
|
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",
|