5etools-utils 0.12.30 → 0.12.32

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 (67) hide show
  1. package/package.json +1 -1
  2. package/schema/brew/bestiary/bestiary.json +10 -10
  3. package/schema/brew/class/class.json +193 -66
  4. package/schema/brew/entry.json +23 -1
  5. package/schema/brew/feats.json +13 -16
  6. package/schema/brew/items-base.json +22 -10
  7. package/schema/brew/items-shared.json +7 -2
  8. package/schema/brew/items.json +43 -7
  9. package/schema/brew/magicvariants.json +19 -10
  10. package/schema/brew/recipes.json +31 -4
  11. package/schema/brew/util-edition.json +1 -9
  12. package/schema/brew/util.json +170 -27
  13. package/schema/brew-fast/bestiary/bestiary.json +10 -10
  14. package/schema/brew-fast/class/class.json +193 -66
  15. package/schema/brew-fast/entry.json +23 -1
  16. package/schema/brew-fast/feats.json +13 -16
  17. package/schema/brew-fast/items-base.json +22 -10
  18. package/schema/brew-fast/items-shared.json +7 -2
  19. package/schema/brew-fast/items.json +43 -7
  20. package/schema/brew-fast/magicvariants.json +19 -10
  21. package/schema/brew-fast/recipes.json +31 -4
  22. package/schema/brew-fast/util-edition.json +1 -9
  23. package/schema/brew-fast/util.json +170 -27
  24. package/schema/site/bestiary/bestiary.json +10 -1
  25. package/schema/site/class/class.json +193 -66
  26. package/schema/site/entry.json +23 -1
  27. package/schema/site/feats.json +13 -16
  28. package/schema/site/items-base.json +23 -12
  29. package/schema/site/items-shared.json +7 -2
  30. package/schema/site/items.json +43 -7
  31. package/schema/site/magicvariants.json +21 -14
  32. package/schema/site/recipes.json +31 -4
  33. package/schema/site/util-edition.json +1 -9
  34. package/schema/site/util.json +170 -27
  35. package/schema/site-fast/bestiary/bestiary.json +10 -1
  36. package/schema/site-fast/class/class.json +193 -66
  37. package/schema/site-fast/entry.json +23 -1
  38. package/schema/site-fast/feats.json +13 -16
  39. package/schema/site-fast/items-base.json +23 -12
  40. package/schema/site-fast/items-shared.json +7 -2
  41. package/schema/site-fast/items.json +43 -7
  42. package/schema/site-fast/magicvariants.json +21 -14
  43. package/schema/site-fast/recipes.json +31 -4
  44. package/schema/site-fast/util-edition.json +1 -9
  45. package/schema/site-fast/util.json +170 -27
  46. package/schema/ua/bestiary/bestiary.json +10 -10
  47. package/schema/ua/class/class.json +193 -66
  48. package/schema/ua/entry.json +23 -1
  49. package/schema/ua/feats.json +13 -16
  50. package/schema/ua/items-base.json +22 -10
  51. package/schema/ua/items-shared.json +7 -2
  52. package/schema/ua/items.json +43 -7
  53. package/schema/ua/magicvariants.json +19 -10
  54. package/schema/ua/recipes.json +31 -4
  55. package/schema/ua/util-edition.json +1 -9
  56. package/schema/ua/util.json +170 -27
  57. package/schema/ua-fast/bestiary/bestiary.json +10 -10
  58. package/schema/ua-fast/class/class.json +193 -66
  59. package/schema/ua-fast/entry.json +23 -1
  60. package/schema/ua-fast/feats.json +13 -16
  61. package/schema/ua-fast/items-base.json +22 -10
  62. package/schema/ua-fast/items-shared.json +7 -2
  63. package/schema/ua-fast/items.json +43 -7
  64. package/schema/ua-fast/magicvariants.json +19 -10
  65. package/schema/ua-fast/recipes.json +31 -4
  66. package/schema/ua-fast/util-edition.json +1 -9
  67. package/schema/ua-fast/util.json +170 -27
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "5etools-utils",
3
- "version": "0.12.30",
3
+ "version": "0.12.32",
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.33",
3
+ "version": "1.21.34",
4
4
  "title": "Bestiary Schema",
5
5
  "$id": "bestiary.json",
6
6
  "type": "object",
@@ -907,6 +907,9 @@
907
907
  "altArt": {
908
908
  "$ref": "../util-token.json#/$defs/altArt"
909
909
  },
910
+ "token": {
911
+ "$ref": "../util-token.json#/$defs/token"
912
+ },
910
913
  "isNamedCreature": {
911
914
  "type": "boolean"
912
915
  },
@@ -1305,9 +1308,6 @@
1305
1308
  "tokenUrl": {
1306
1309
  "$ref": "../util-token.json#/$defs/tokenUrl"
1307
1310
  },
1308
- "token": {
1309
- "$ref": "../util-token.json#/$defs/token"
1310
- },
1311
1311
  "tokenHref": {
1312
1312
  "$ref": "../util-token.json#/$defs/tokenHref"
1313
1313
  }
@@ -2113,6 +2113,9 @@
2113
2113
  "altArt": {
2114
2114
  "$ref": "../util-token.json#/$defs/altArt"
2115
2115
  },
2116
+ "token": {
2117
+ "$ref": "../util-token.json#/$defs/token"
2118
+ },
2116
2119
  "isNamedCreature": {
2117
2120
  "type": "boolean"
2118
2121
  },
@@ -2511,9 +2514,6 @@
2511
2514
  "tokenUrl": {
2512
2515
  "$ref": "../util-token.json#/$defs/tokenUrl"
2513
2516
  },
2514
- "token": {
2515
- "$ref": "../util-token.json#/$defs/token"
2516
- },
2517
2517
  "tokenHref": {
2518
2518
  "$ref": "../util-token.json#/$defs/tokenHref"
2519
2519
  }
@@ -3324,6 +3324,9 @@
3324
3324
  "altArt": {
3325
3325
  "$ref": "../util-token.json#/$defs/altArt"
3326
3326
  },
3327
+ "token": {
3328
+ "$ref": "../util-token.json#/$defs/token"
3329
+ },
3327
3330
  "isNamedCreature": {
3328
3331
  "type": "boolean"
3329
3332
  },
@@ -3722,9 +3725,6 @@
3722
3725
  "tokenUrl": {
3723
3726
  "$ref": "../util-token.json#/$defs/tokenUrl"
3724
3727
  },
3725
- "token": {
3726
- "$ref": "../util-token.json#/$defs/token"
3727
- },
3728
3728
  "tokenHref": {
3729
3729
  "$ref": "../util-token.json#/$defs/tokenHref"
3730
3730
  },
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "$schema": "https://json-schema.org/draft/2020-12/schema",
3
- "version": "2.11.8",
3
+ "version": "2.12.0",
4
4
  "$id": "class.json",
5
5
  "type": "object",
6
6
  "$defs": {
@@ -425,7 +425,7 @@
425
425
  "light",
426
426
  "medium",
427
427
  "heavy",
428
- "{@item shield|phb|shields}"
428
+ "shield"
429
429
  ]
430
430
  },
431
431
  {
@@ -437,7 +437,7 @@
437
437
  "light",
438
438
  "medium",
439
439
  "heavy",
440
- "{@item shield|phb|shields}",
440
+ "shield",
441
441
  "special"
442
442
  ]
443
443
  },
@@ -480,6 +480,10 @@
480
480
  ]
481
481
  }
482
482
  },
483
+ "weaponProficiencies": {
484
+ "description": "Well-structured weapon proficiency data, used by e.g. Plutonium.",
485
+ "$ref": "../util.json#/$defs/weaponProficiencies"
486
+ },
483
487
  "tools": {
484
488
  "type": "array",
485
489
  "items": {
@@ -562,6 +566,9 @@
562
566
  "optionalfeatureProgression": {
563
567
  "$ref": "../util.json#/$defs/optionalfeatureProgression"
564
568
  },
569
+ "featProgression": {
570
+ "$ref": "../util.json#/$defs/featProgression"
571
+ },
565
572
  "subclassFeatures": {
566
573
  "type": "array",
567
574
  "description": "Format: \" name | className | classSource | subclassShortName | subclassSource | level | source\"\nPHB is assumed for sources.\nfeatureSource is assumed to be the same as subclassSource.",
@@ -727,6 +734,9 @@
727
734
  "optionalfeatureProgression": {
728
735
  "$ref": "../util.json#/$defs/optionalfeatureProgression"
729
736
  },
737
+ "featProgression": {
738
+ "$ref": "../util.json#/$defs/featProgression"
739
+ },
730
740
  "subclassFeatures": {
731
741
  "type": "array",
732
742
  "description": "Format: \" name | className | classSource | subclassShortName | subclassSource | level | source\"\nPHB is assumed for sources.\nfeatureSource is assumed to be the same as subclassSource.",
@@ -892,6 +902,9 @@
892
902
  "optionalfeatureProgression": {
893
903
  "$ref": "../util.json#/$defs/optionalfeatureProgression"
894
904
  },
905
+ "featProgression": {
906
+ "$ref": "../util.json#/$defs/featProgression"
907
+ },
895
908
  "subclassFeatures": {
896
909
  "type": "array",
897
910
  "description": "Format: \" name | className | classSource | subclassShortName | subclassSource | level | source\"\nPHB is assumed for sources.\nfeatureSource is assumed to be the same as subclassSource.",
@@ -1041,6 +1054,33 @@
1041
1054
  },
1042
1055
  "additionalProperties": false
1043
1056
  },
1057
+ "primaryAbility": {
1058
+ "type": "array",
1059
+ "items": {
1060
+ "type": "object",
1061
+ "properties": {
1062
+ "str": {
1063
+ "const": true
1064
+ },
1065
+ "dex": {
1066
+ "const": true
1067
+ },
1068
+ "con": {
1069
+ "const": true
1070
+ },
1071
+ "int": {
1072
+ "const": true
1073
+ },
1074
+ "wis": {
1075
+ "const": true
1076
+ },
1077
+ "cha": {
1078
+ "const": true
1079
+ }
1080
+ },
1081
+ "additionalProperties": false
1082
+ }
1083
+ },
1044
1084
  "class": {
1045
1085
  "anyOf": [
1046
1086
  {
@@ -1115,33 +1155,59 @@
1115
1155
  "$ref": "#/$defs/proficiencies"
1116
1156
  },
1117
1157
  "startingEquipment": {
1118
- "type": "object",
1119
- "properties": {
1120
- "additionalFromBackground": {
1121
- "type": "boolean"
1122
- },
1123
- "default": {
1124
- "type": "array",
1125
- "items": {
1126
- "type": "string"
1127
- }
1128
- },
1129
- "defaultData": {
1130
- "$ref": "../util.json#/$defs/startingEquipment"
1158
+ "oneOf": [
1159
+ {
1160
+ "type": "object",
1161
+ "properties": {
1162
+ "additionalFromBackground": {
1163
+ "type": "boolean"
1164
+ },
1165
+ "default": {
1166
+ "type": "array",
1167
+ "items": {
1168
+ "type": "string"
1169
+ }
1170
+ },
1171
+ "defaultData": {
1172
+ "$ref": "../util.json#/$defs/startingEquipment"
1173
+ },
1174
+ "goldAlternative": {
1175
+ "type": "string"
1176
+ }
1177
+ },
1178
+ "required": [
1179
+ "additionalFromBackground",
1180
+ "default"
1181
+ ],
1182
+ "additionalProperties": false
1131
1183
  },
1132
- "goldAlternative": {
1133
- "type": "string"
1184
+ {
1185
+ "type": "object",
1186
+ "properties": {
1187
+ "entries": {
1188
+ "type": "array",
1189
+ "items": {
1190
+ "$ref": "../entry.json"
1191
+ }
1192
+ },
1193
+ "defaultData": {
1194
+ "$ref": "../util.json#/$defs/startingEquipment"
1195
+ }
1196
+ },
1197
+ "required": [
1198
+ "entries",
1199
+ "defaultData"
1200
+ ],
1201
+ "additionalProperties": false
1134
1202
  }
1135
- },
1136
- "required": [
1137
- "additionalFromBackground",
1138
- "default"
1139
- ],
1140
- "additionalProperties": false
1203
+ ]
1141
1204
  },
1142
1205
  "requirements": {
1143
1206
  "$ref": "#/$defs/requirements"
1144
1207
  },
1208
+ "primaryAbility": {
1209
+ "$ref": "#/$defs/primaryAbility"
1210
+ },
1145
1211
  "multiclassing": {
1146
1212
  "type": "object",
1147
1213
  "properties": {
@@ -1194,6 +1260,9 @@
1194
1260
  "optionalfeatureProgression": {
1195
1261
  "$ref": "../util.json#/$defs/optionalfeatureProgression"
1196
1262
  },
1263
+ "featProgression": {
1264
+ "$ref": "../util.json#/$defs/featProgression"
1265
+ },
1197
1266
  "classFeatures": {
1198
1267
  "type": "array",
1199
1268
  "description": "Format: \" name | className | classSource | level | source \" , PHB is assumed as classSource and featureSource is assumed to be the same as classSource.",
@@ -1378,33 +1447,59 @@
1378
1447
  "$ref": "#/$defs/proficiencies"
1379
1448
  },
1380
1449
  "startingEquipment": {
1381
- "type": "object",
1382
- "properties": {
1383
- "additionalFromBackground": {
1384
- "type": "boolean"
1385
- },
1386
- "default": {
1387
- "type": "array",
1388
- "items": {
1389
- "type": "string"
1390
- }
1391
- },
1392
- "defaultData": {
1393
- "$ref": "../util.json#/$defs/startingEquipment"
1450
+ "oneOf": [
1451
+ {
1452
+ "type": "object",
1453
+ "properties": {
1454
+ "additionalFromBackground": {
1455
+ "type": "boolean"
1456
+ },
1457
+ "default": {
1458
+ "type": "array",
1459
+ "items": {
1460
+ "type": "string"
1461
+ }
1462
+ },
1463
+ "defaultData": {
1464
+ "$ref": "../util.json#/$defs/startingEquipment"
1465
+ },
1466
+ "goldAlternative": {
1467
+ "type": "string"
1468
+ }
1469
+ },
1470
+ "required": [
1471
+ "additionalFromBackground",
1472
+ "default"
1473
+ ],
1474
+ "additionalProperties": false
1394
1475
  },
1395
- "goldAlternative": {
1396
- "type": "string"
1476
+ {
1477
+ "type": "object",
1478
+ "properties": {
1479
+ "entries": {
1480
+ "type": "array",
1481
+ "items": {
1482
+ "$ref": "../entry.json"
1483
+ }
1484
+ },
1485
+ "defaultData": {
1486
+ "$ref": "../util.json#/$defs/startingEquipment"
1487
+ }
1488
+ },
1489
+ "required": [
1490
+ "entries",
1491
+ "defaultData"
1492
+ ],
1493
+ "additionalProperties": false
1397
1494
  }
1398
- },
1399
- "required": [
1400
- "additionalFromBackground",
1401
- "default"
1402
- ],
1403
- "additionalProperties": false
1495
+ ]
1404
1496
  },
1405
1497
  "requirements": {
1406
1498
  "$ref": "#/$defs/requirements"
1407
1499
  },
1500
+ "primaryAbility": {
1501
+ "$ref": "#/$defs/primaryAbility"
1502
+ },
1408
1503
  "multiclassing": {
1409
1504
  "type": "object",
1410
1505
  "properties": {
@@ -1457,6 +1552,9 @@
1457
1552
  "optionalfeatureProgression": {
1458
1553
  "$ref": "../util.json#/$defs/optionalfeatureProgression"
1459
1554
  },
1555
+ "featProgression": {
1556
+ "$ref": "../util.json#/$defs/featProgression"
1557
+ },
1460
1558
  "classFeatures": {
1461
1559
  "type": "array",
1462
1560
  "description": "Format: \" name | className | classSource | level | source \" , PHB is assumed as classSource and featureSource is assumed to be the same as classSource.",
@@ -1644,33 +1742,59 @@
1644
1742
  "$ref": "#/$defs/proficiencies"
1645
1743
  },
1646
1744
  "startingEquipment": {
1647
- "type": "object",
1648
- "properties": {
1649
- "additionalFromBackground": {
1650
- "type": "boolean"
1651
- },
1652
- "default": {
1653
- "type": "array",
1654
- "items": {
1655
- "type": "string"
1656
- }
1657
- },
1658
- "defaultData": {
1659
- "$ref": "../util.json#/$defs/startingEquipment"
1745
+ "oneOf": [
1746
+ {
1747
+ "type": "object",
1748
+ "properties": {
1749
+ "additionalFromBackground": {
1750
+ "type": "boolean"
1751
+ },
1752
+ "default": {
1753
+ "type": "array",
1754
+ "items": {
1755
+ "type": "string"
1756
+ }
1757
+ },
1758
+ "defaultData": {
1759
+ "$ref": "../util.json#/$defs/startingEquipment"
1760
+ },
1761
+ "goldAlternative": {
1762
+ "type": "string"
1763
+ }
1764
+ },
1765
+ "required": [
1766
+ "additionalFromBackground",
1767
+ "default"
1768
+ ],
1769
+ "additionalProperties": false
1660
1770
  },
1661
- "goldAlternative": {
1662
- "type": "string"
1771
+ {
1772
+ "type": "object",
1773
+ "properties": {
1774
+ "entries": {
1775
+ "type": "array",
1776
+ "items": {
1777
+ "$ref": "../entry.json"
1778
+ }
1779
+ },
1780
+ "defaultData": {
1781
+ "$ref": "../util.json#/$defs/startingEquipment"
1782
+ }
1783
+ },
1784
+ "required": [
1785
+ "entries",
1786
+ "defaultData"
1787
+ ],
1788
+ "additionalProperties": false
1663
1789
  }
1664
- },
1665
- "required": [
1666
- "additionalFromBackground",
1667
- "default"
1668
- ],
1669
- "additionalProperties": false
1790
+ ]
1670
1791
  },
1671
1792
  "requirements": {
1672
1793
  "$ref": "#/$defs/requirements"
1673
1794
  },
1795
+ "primaryAbility": {
1796
+ "$ref": "#/$defs/primaryAbility"
1797
+ },
1674
1798
  "multiclassing": {
1675
1799
  "type": "object",
1676
1800
  "properties": {
@@ -1723,6 +1847,9 @@
1723
1847
  "optionalfeatureProgression": {
1724
1848
  "$ref": "../util.json#/$defs/optionalfeatureProgression"
1725
1849
  },
1850
+ "featProgression": {
1851
+ "$ref": "../util.json#/$defs/featProgression"
1852
+ },
1726
1853
  "classFeatures": {
1727
1854
  "type": "array",
1728
1855
  "description": "Format: \" name | className | classSource | level | source \" , PHB is assumed as classSource and featureSource is assumed to be the same as classSource.",
@@ -3,7 +3,7 @@
3
3
  "$id": "entry.json",
4
4
  "title": "Entry",
5
5
  "description": "A recursively renderable object.",
6
- "version": "1.8.21",
6
+ "version": "1.8.22",
7
7
  "$defs": {
8
8
  "_arrayOfSpell": {
9
9
  "type": "array",
@@ -3268,6 +3268,25 @@
3268
3268
  "optionalfeature"
3269
3269
  ]
3270
3270
  },
3271
+ "entryRefFeat": {
3272
+ "description": "For use in classes page content only.",
3273
+ "type": "object",
3274
+ "properties": {
3275
+ "type": {
3276
+ "const": "refFeat"
3277
+ },
3278
+ "feat": {
3279
+ "type": "string"
3280
+ },
3281
+ "name": {
3282
+ "type": "string"
3283
+ }
3284
+ },
3285
+ "required": [
3286
+ "type",
3287
+ "feat"
3288
+ ]
3289
+ },
3271
3290
  "entryHr": {
3272
3291
  "type": "object",
3273
3292
  "properties": {
@@ -3829,6 +3848,9 @@
3829
3848
  {
3830
3849
  "$ref": "#/$defs/entryRefOptionalfeature"
3831
3850
  },
3851
+ {
3852
+ "$ref": "#/$defs/entryRefFeat"
3853
+ },
3832
3854
  {
3833
3855
  "$ref": "#/$defs/entryHr"
3834
3856
  },
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://json-schema.org/draft/2020-12/schema",
3
3
  "$id": "feats.json",
4
- "version": "1.6.6",
4
+ "version": "1.7.2",
5
5
  "type": "object",
6
6
  "$defs": {
7
7
  "featData": {
@@ -47,11 +47,7 @@
47
47
  "type": "string"
48
48
  },
49
49
  "category": {
50
- "type": "string",
51
- "examples": [
52
- "general",
53
- "background"
54
- ]
50
+ "$ref": "util.json#/$defs/dataFeatCategory"
55
51
  },
56
52
  "additionalSpells": {
57
53
  "$ref": "util.json#/$defs/additionalSpellsArray"
@@ -95,6 +91,9 @@
95
91
  "conditionImmune": {
96
92
  "$ref": "util.json#/$defs/conditionImmunityArrayPlayer"
97
93
  },
94
+ "senses": {
95
+ "$ref": "util.json#/$defs/sensesArray"
96
+ },
98
97
  "traitTags": {
99
98
  "description": "Additional filter-only tags, to be used when more specific data (\"skillProficiencies\", etc.) is not appropriate, due to e.g. conditional or temporary effects.",
100
99
  "oneOf": [
@@ -179,11 +178,7 @@
179
178
  "type": "string"
180
179
  },
181
180
  "category": {
182
- "type": "string",
183
- "examples": [
184
- "general",
185
- "background"
186
- ]
181
+ "$ref": "util.json#/$defs/dataFeatCategory"
187
182
  },
188
183
  "additionalSpells": {
189
184
  "$ref": "util.json#/$defs/additionalSpellsArray"
@@ -227,6 +222,9 @@
227
222
  "conditionImmune": {
228
223
  "$ref": "util.json#/$defs/conditionImmunityArrayPlayer"
229
224
  },
225
+ "senses": {
226
+ "$ref": "util.json#/$defs/sensesArray"
227
+ },
230
228
  "traitTags": {
231
229
  "description": "Additional filter-only tags, to be used when more specific data (\"skillProficiencies\", etc.) is not appropriate, due to e.g. conditional or temporary effects.",
232
230
  "oneOf": [
@@ -314,11 +312,7 @@
314
312
  "type": "string"
315
313
  },
316
314
  "category": {
317
- "type": "string",
318
- "examples": [
319
- "general",
320
- "background"
321
- ]
315
+ "$ref": "util.json#/$defs/dataFeatCategory"
322
316
  },
323
317
  "additionalSpells": {
324
318
  "$ref": "util.json#/$defs/additionalSpellsArray"
@@ -362,6 +356,9 @@
362
356
  "conditionImmune": {
363
357
  "$ref": "util.json#/$defs/conditionImmunityArrayPlayer"
364
358
  },
359
+ "senses": {
360
+ "$ref": "util.json#/$defs/sensesArray"
361
+ },
365
362
  "traitTags": {
366
363
  "description": "Additional filter-only tags, to be used when more specific data (\"skillProficiencies\", etc.) is not appropriate, due to e.g. conditional or temporary effects.",
367
364
  "oneOf": [
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://json-schema.org/draft/2020-12/schema",
3
3
  "$id": "items-base.json",
4
- "version": "1.6.0",
4
+ "version": "1.6.2",
5
5
  "type": "object",
6
6
  "$defs": {
7
7
  "itemLookupBase": {
@@ -97,6 +97,9 @@
97
97
  "alias": {
98
98
  "$ref": "util.json#/$defs/alias"
99
99
  },
100
+ "edition": {
101
+ "$ref": "util-edition.json#/$defs/edition"
102
+ },
100
103
  "type": {
101
104
  "$ref": "items-shared.json#/$defs/itemType"
102
105
  },
@@ -115,9 +118,6 @@
115
118
  "reprintedAs": {
116
119
  "$ref": "util.json#/$defs/reprintedAs"
117
120
  },
118
- "acceptsVariantEdition": {
119
- "$ref": "util-edition.json#/$defs/editionChoice"
120
- },
121
121
  "ac": {
122
122
  "type": "integer"
123
123
  },
@@ -272,6 +272,10 @@
272
272
  "description": "Flag used when merging generic variants",
273
273
  "type": "boolean"
274
274
  },
275
+ "bulletFirearm": {
276
+ "description": "Flag used when merging generic variants",
277
+ "type": "boolean"
278
+ },
275
279
  "bulletSling": {
276
280
  "description": "Flag used when merging generic variants",
277
281
  "type": "boolean"
@@ -421,6 +425,9 @@
421
425
  "alias": {
422
426
  "$ref": "util.json#/$defs/alias"
423
427
  },
428
+ "edition": {
429
+ "$ref": "util-edition.json#/$defs/edition"
430
+ },
424
431
  "type": {
425
432
  "$ref": "items-shared.json#/$defs/itemType"
426
433
  },
@@ -439,9 +446,6 @@
439
446
  "reprintedAs": {
440
447
  "$ref": "util.json#/$defs/reprintedAs"
441
448
  },
442
- "acceptsVariantEdition": {
443
- "$ref": "util-edition.json#/$defs/editionChoice"
444
- },
445
449
  "ac": {
446
450
  "type": "integer"
447
451
  },
@@ -596,6 +600,10 @@
596
600
  "description": "Flag used when merging generic variants",
597
601
  "type": "boolean"
598
602
  },
603
+ "bulletFirearm": {
604
+ "description": "Flag used when merging generic variants",
605
+ "type": "boolean"
606
+ },
599
607
  "bulletSling": {
600
608
  "description": "Flag used when merging generic variants",
601
609
  "type": "boolean"
@@ -749,6 +757,9 @@
749
757
  "alias": {
750
758
  "$ref": "util.json#/$defs/alias"
751
759
  },
760
+ "edition": {
761
+ "$ref": "util-edition.json#/$defs/edition"
762
+ },
752
763
  "type": {
753
764
  "$ref": "items-shared.json#/$defs/itemType"
754
765
  },
@@ -767,9 +778,6 @@
767
778
  "reprintedAs": {
768
779
  "$ref": "util.json#/$defs/reprintedAs"
769
780
  },
770
- "acceptsVariantEdition": {
771
- "$ref": "util-edition.json#/$defs/editionChoice"
772
- },
773
781
  "ac": {
774
782
  "type": "integer"
775
783
  },
@@ -924,6 +932,10 @@
924
932
  "description": "Flag used when merging generic variants",
925
933
  "type": "boolean"
926
934
  },
935
+ "bulletFirearm": {
936
+ "description": "Flag used when merging generic variants",
937
+ "type": "boolean"
938
+ },
927
939
  "bulletSling": {
928
940
  "description": "Flag used when merging generic variants",
929
941
  "type": "boolean"
@@ -3,7 +3,7 @@
3
3
  "$id": "items-shared.json",
4
4
  "title": "Shared Item Schema",
5
5
  "description": "Shared item definitions to be used in item schemas.",
6
- "version": "1.1.0",
6
+ "version": "1.1.1",
7
7
  "$defs": {
8
8
  "_itemModifySpeedEqual": {
9
9
  "type": "string",
@@ -300,7 +300,12 @@
300
300
  "crossbow bolt|phb",
301
301
  "arrow|phb",
302
302
  "renaissance bullet",
303
- "sling bullet|phb"
303
+ "sling bullet|phb",
304
+ "needle|xphb",
305
+ "bolt|xphb",
306
+ "arrow|xphb",
307
+ "firearm bullet|xphb",
308
+ "sling bullet|xphb"
304
309
  ]
305
310
  },
306
311
  "itemMastery": {