5etools-utils 0.12.39 → 0.12.40

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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "5etools-utils",
3
- "version": "0.12.39",
3
+ "version": "0.12.40",
4
4
  "description": "Shared utilities for the 5etools ecosystem.",
5
5
  "type": "module",
6
6
  "main": "lib/Api.js",
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://json-schema.org/draft/2020-12/schema",
3
3
  "$id": "adventures.json",
4
- "version": "1.10.23",
4
+ "version": "1.10.24",
5
5
  "type": "object",
6
6
  "properties": {
7
7
  "adventure": {
@@ -208,7 +208,8 @@
208
208
  "Vecna",
209
209
  "Quests from the Infinite Staircase",
210
210
  "LEGO",
211
- "Shadow Realm"
211
+ "Shadow Realm",
212
+ "Animated Series"
212
213
  ]
213
214
  },
214
215
  "alAveragePlayerLevel": {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "$schema": "https://json-schema.org/draft/2020-12/schema",
3
- "version": "1.21.36",
3
+ "version": "1.21.37",
4
4
  "title": "Bestiary Schema",
5
5
  "$id": "bestiary.json",
6
6
  "type": "object",
@@ -529,6 +529,34 @@
529
529
  "additionalProperties": false,
530
530
  "minProperties": 1
531
531
  },
532
+ "gear": {
533
+ "type": "array",
534
+ "items": {
535
+ "oneOf": [
536
+ {
537
+ "description": "An item UID, e.g. \"longsword|phb\"",
538
+ "type": "string"
539
+ },
540
+ {
541
+ "type": "object",
542
+ "properties": {
543
+ "item": {
544
+ "description": "An item UID, e.g. \"longsword|phb\"",
545
+ "type": "string"
546
+ },
547
+ "quantity": {
548
+ "type": "integer"
549
+ }
550
+ },
551
+ "required": [
552
+ "item",
553
+ "quantity"
554
+ ],
555
+ "additionalProperties": false
556
+ }
557
+ ]
558
+ }
559
+ },
532
560
  "senses": {
533
561
  "oneOf": [
534
562
  {
@@ -1743,6 +1771,34 @@
1743
1771
  "additionalProperties": false,
1744
1772
  "minProperties": 1
1745
1773
  },
1774
+ "gear": {
1775
+ "type": "array",
1776
+ "items": {
1777
+ "oneOf": [
1778
+ {
1779
+ "description": "An item UID, e.g. \"longsword|phb\"",
1780
+ "type": "string"
1781
+ },
1782
+ {
1783
+ "type": "object",
1784
+ "properties": {
1785
+ "item": {
1786
+ "description": "An item UID, e.g. \"longsword|phb\"",
1787
+ "type": "string"
1788
+ },
1789
+ "quantity": {
1790
+ "type": "integer"
1791
+ }
1792
+ },
1793
+ "required": [
1794
+ "item",
1795
+ "quantity"
1796
+ ],
1797
+ "additionalProperties": false
1798
+ }
1799
+ ]
1800
+ }
1801
+ },
1746
1802
  "senses": {
1747
1803
  "oneOf": [
1748
1804
  {
@@ -2962,6 +3018,34 @@
2962
3018
  "additionalProperties": false,
2963
3019
  "minProperties": 1
2964
3020
  },
3021
+ "gear": {
3022
+ "type": "array",
3023
+ "items": {
3024
+ "oneOf": [
3025
+ {
3026
+ "description": "An item UID, e.g. \"longsword|phb\"",
3027
+ "type": "string"
3028
+ },
3029
+ {
3030
+ "type": "object",
3031
+ "properties": {
3032
+ "item": {
3033
+ "description": "An item UID, e.g. \"longsword|phb\"",
3034
+ "type": "string"
3035
+ },
3036
+ "quantity": {
3037
+ "type": "integer"
3038
+ }
3039
+ },
3040
+ "required": [
3041
+ "item",
3042
+ "quantity"
3043
+ ],
3044
+ "additionalProperties": false
3045
+ }
3046
+ ]
3047
+ }
3048
+ },
2965
3049
  "senses": {
2966
3050
  "oneOf": [
2967
3051
  {
@@ -106,6 +106,9 @@
106
106
  "senses": {
107
107
  "$ref": "util.json#/$defs/sensesArray"
108
108
  },
109
+ "bonusSenses": {
110
+ "$ref": "util.json#/$defs/sensesArray"
111
+ },
109
112
  "traitTags": {
110
113
  "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.",
111
114
  "oneOf": [
@@ -249,6 +252,9 @@
249
252
  "senses": {
250
253
  "$ref": "util.json#/$defs/sensesArray"
251
254
  },
255
+ "bonusSenses": {
256
+ "$ref": "util.json#/$defs/sensesArray"
257
+ },
252
258
  "traitTags": {
253
259
  "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.",
254
260
  "oneOf": [
@@ -395,6 +401,9 @@
395
401
  "senses": {
396
402
  "$ref": "util.json#/$defs/sensesArray"
397
403
  },
404
+ "bonusSenses": {
405
+ "$ref": "util.json#/$defs/sensesArray"
406
+ },
398
407
  "traitTags": {
399
408
  "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.",
400
409
  "oneOf": [
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://json-schema.org/draft/2020-12/schema",
3
3
  "$id": "magicvariants.json",
4
- "version": "1.9.3",
4
+ "version": "1.9.4",
5
5
  "type": "object",
6
6
  "$defs": {
7
7
  "_magicvariantItemBase": {
@@ -970,8 +970,7 @@
970
970
  "additionalProperties": false,
971
971
  "required": [
972
972
  "rarity",
973
- "source",
974
- "page"
973
+ "source"
975
974
  ]
976
975
  },
977
976
  "excludes": {
@@ -1549,8 +1548,7 @@
1549
1548
  },
1550
1549
  "additionalProperties": false,
1551
1550
  "required": [
1552
- "source",
1553
- "page"
1551
+ "source"
1554
1552
  ]
1555
1553
  },
1556
1554
  "excludes": {
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://json-schema.org/draft/2020-12/schema",
3
3
  "$id": "adventures.json",
4
- "version": "1.10.23",
4
+ "version": "1.10.24",
5
5
  "type": "object",
6
6
  "properties": {
7
7
  "adventure": {
@@ -208,7 +208,8 @@
208
208
  "Vecna",
209
209
  "Quests from the Infinite Staircase",
210
210
  "LEGO",
211
- "Shadow Realm"
211
+ "Shadow Realm",
212
+ "Animated Series"
212
213
  ]
213
214
  },
214
215
  "alAveragePlayerLevel": {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "$schema": "https://json-schema.org/draft/2020-12/schema",
3
- "version": "1.21.36",
3
+ "version": "1.21.37",
4
4
  "title": "Bestiary Schema",
5
5
  "$id": "bestiary.json",
6
6
  "type": "object",
@@ -529,6 +529,34 @@
529
529
  "additionalProperties": false,
530
530
  "minProperties": 1
531
531
  },
532
+ "gear": {
533
+ "type": "array",
534
+ "items": {
535
+ "oneOf": [
536
+ {
537
+ "description": "An item UID, e.g. \"longsword|phb\"",
538
+ "type": "string"
539
+ },
540
+ {
541
+ "type": "object",
542
+ "properties": {
543
+ "item": {
544
+ "description": "An item UID, e.g. \"longsword|phb\"",
545
+ "type": "string"
546
+ },
547
+ "quantity": {
548
+ "type": "integer"
549
+ }
550
+ },
551
+ "required": [
552
+ "item",
553
+ "quantity"
554
+ ],
555
+ "additionalProperties": false
556
+ }
557
+ ]
558
+ }
559
+ },
532
560
  "senses": {
533
561
  "oneOf": [
534
562
  {
@@ -1743,6 +1771,34 @@
1743
1771
  "additionalProperties": false,
1744
1772
  "minProperties": 1
1745
1773
  },
1774
+ "gear": {
1775
+ "type": "array",
1776
+ "items": {
1777
+ "oneOf": [
1778
+ {
1779
+ "description": "An item UID, e.g. \"longsword|phb\"",
1780
+ "type": "string"
1781
+ },
1782
+ {
1783
+ "type": "object",
1784
+ "properties": {
1785
+ "item": {
1786
+ "description": "An item UID, e.g. \"longsword|phb\"",
1787
+ "type": "string"
1788
+ },
1789
+ "quantity": {
1790
+ "type": "integer"
1791
+ }
1792
+ },
1793
+ "required": [
1794
+ "item",
1795
+ "quantity"
1796
+ ],
1797
+ "additionalProperties": false
1798
+ }
1799
+ ]
1800
+ }
1801
+ },
1746
1802
  "senses": {
1747
1803
  "oneOf": [
1748
1804
  {
@@ -2962,6 +3018,34 @@
2962
3018
  "additionalProperties": false,
2963
3019
  "minProperties": 1
2964
3020
  },
3021
+ "gear": {
3022
+ "type": "array",
3023
+ "items": {
3024
+ "oneOf": [
3025
+ {
3026
+ "description": "An item UID, e.g. \"longsword|phb\"",
3027
+ "type": "string"
3028
+ },
3029
+ {
3030
+ "type": "object",
3031
+ "properties": {
3032
+ "item": {
3033
+ "description": "An item UID, e.g. \"longsword|phb\"",
3034
+ "type": "string"
3035
+ },
3036
+ "quantity": {
3037
+ "type": "integer"
3038
+ }
3039
+ },
3040
+ "required": [
3041
+ "item",
3042
+ "quantity"
3043
+ ],
3044
+ "additionalProperties": false
3045
+ }
3046
+ ]
3047
+ }
3048
+ },
2965
3049
  "senses": {
2966
3050
  "oneOf": [
2967
3051
  {
@@ -106,6 +106,9 @@
106
106
  "senses": {
107
107
  "$ref": "util.json#/$defs/sensesArray"
108
108
  },
109
+ "bonusSenses": {
110
+ "$ref": "util.json#/$defs/sensesArray"
111
+ },
109
112
  "traitTags": {
110
113
  "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.",
111
114
  "oneOf": [
@@ -249,6 +252,9 @@
249
252
  "senses": {
250
253
  "$ref": "util.json#/$defs/sensesArray"
251
254
  },
255
+ "bonusSenses": {
256
+ "$ref": "util.json#/$defs/sensesArray"
257
+ },
252
258
  "traitTags": {
253
259
  "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.",
254
260
  "oneOf": [
@@ -395,6 +401,9 @@
395
401
  "senses": {
396
402
  "$ref": "util.json#/$defs/sensesArray"
397
403
  },
404
+ "bonusSenses": {
405
+ "$ref": "util.json#/$defs/sensesArray"
406
+ },
398
407
  "traitTags": {
399
408
  "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.",
400
409
  "oneOf": [
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://json-schema.org/draft/2020-12/schema",
3
3
  "$id": "magicvariants.json",
4
- "version": "1.9.3",
4
+ "version": "1.9.4",
5
5
  "type": "object",
6
6
  "$defs": {
7
7
  "_magicvariantItemBase": {
@@ -970,8 +970,7 @@
970
970
  "additionalProperties": false,
971
971
  "required": [
972
972
  "rarity",
973
- "source",
974
- "page"
973
+ "source"
975
974
  ]
976
975
  },
977
976
  "excludes": {
@@ -1549,8 +1548,7 @@
1549
1548
  },
1550
1549
  "additionalProperties": false,
1551
1550
  "required": [
1552
- "source",
1553
- "page"
1551
+ "source"
1554
1552
  ]
1555
1553
  },
1556
1554
  "excludes": {
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://json-schema.org/draft/2020-12/schema",
3
3
  "$id": "adventures.json",
4
- "version": "1.10.23",
4
+ "version": "1.10.24",
5
5
  "type": "object",
6
6
  "properties": {
7
7
  "adventure": {
@@ -208,7 +208,8 @@
208
208
  "Vecna",
209
209
  "Quests from the Infinite Staircase",
210
210
  "LEGO",
211
- "Shadow Realm"
211
+ "Shadow Realm",
212
+ "Animated Series"
212
213
  ]
213
214
  }
214
215
  },
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "$schema": "https://json-schema.org/draft/2020-12/schema",
3
- "version": "1.21.36",
3
+ "version": "1.21.37",
4
4
  "title": "Bestiary Schema",
5
5
  "$id": "bestiary.json",
6
6
  "type": "object",
@@ -521,6 +521,34 @@
521
521
  "additionalProperties": false,
522
522
  "minProperties": 1
523
523
  },
524
+ "gear": {
525
+ "type": "array",
526
+ "items": {
527
+ "oneOf": [
528
+ {
529
+ "description": "An item UID, e.g. \"longsword|phb\"",
530
+ "type": "string"
531
+ },
532
+ {
533
+ "type": "object",
534
+ "properties": {
535
+ "item": {
536
+ "description": "An item UID, e.g. \"longsword|phb\"",
537
+ "type": "string"
538
+ },
539
+ "quantity": {
540
+ "type": "integer"
541
+ }
542
+ },
543
+ "required": [
544
+ "item",
545
+ "quantity"
546
+ ],
547
+ "additionalProperties": false
548
+ }
549
+ ]
550
+ }
551
+ },
524
552
  "senses": {
525
553
  "oneOf": [
526
554
  {
@@ -1638,6 +1666,34 @@
1638
1666
  "additionalProperties": false,
1639
1667
  "minProperties": 1
1640
1668
  },
1669
+ "gear": {
1670
+ "type": "array",
1671
+ "items": {
1672
+ "oneOf": [
1673
+ {
1674
+ "description": "An item UID, e.g. \"longsword|phb\"",
1675
+ "type": "string"
1676
+ },
1677
+ {
1678
+ "type": "object",
1679
+ "properties": {
1680
+ "item": {
1681
+ "description": "An item UID, e.g. \"longsword|phb\"",
1682
+ "type": "string"
1683
+ },
1684
+ "quantity": {
1685
+ "type": "integer"
1686
+ }
1687
+ },
1688
+ "required": [
1689
+ "item",
1690
+ "quantity"
1691
+ ],
1692
+ "additionalProperties": false
1693
+ }
1694
+ ]
1695
+ }
1696
+ },
1641
1697
  "senses": {
1642
1698
  "oneOf": [
1643
1699
  {
@@ -2760,6 +2816,34 @@
2760
2816
  "additionalProperties": false,
2761
2817
  "minProperties": 1
2762
2818
  },
2819
+ "gear": {
2820
+ "type": "array",
2821
+ "items": {
2822
+ "oneOf": [
2823
+ {
2824
+ "description": "An item UID, e.g. \"longsword|phb\"",
2825
+ "type": "string"
2826
+ },
2827
+ {
2828
+ "type": "object",
2829
+ "properties": {
2830
+ "item": {
2831
+ "description": "An item UID, e.g. \"longsword|phb\"",
2832
+ "type": "string"
2833
+ },
2834
+ "quantity": {
2835
+ "type": "integer"
2836
+ }
2837
+ },
2838
+ "required": [
2839
+ "item",
2840
+ "quantity"
2841
+ ],
2842
+ "additionalProperties": false
2843
+ }
2844
+ ]
2845
+ }
2846
+ },
2763
2847
  "senses": {
2764
2848
  "oneOf": [
2765
2849
  {
@@ -106,6 +106,9 @@
106
106
  "senses": {
107
107
  "$ref": "util.json#/$defs/sensesArray"
108
108
  },
109
+ "bonusSenses": {
110
+ "$ref": "util.json#/$defs/sensesArray"
111
+ },
109
112
  "traitTags": {
110
113
  "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.",
111
114
  "oneOf": [
@@ -233,6 +236,9 @@
233
236
  "senses": {
234
237
  "$ref": "util.json#/$defs/sensesArray"
235
238
  },
239
+ "bonusSenses": {
240
+ "$ref": "util.json#/$defs/sensesArray"
241
+ },
236
242
  "traitTags": {
237
243
  "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.",
238
244
  "oneOf": [
@@ -363,6 +369,9 @@
363
369
  "senses": {
364
370
  "$ref": "util.json#/$defs/sensesArray"
365
371
  },
372
+ "bonusSenses": {
373
+ "$ref": "util.json#/$defs/sensesArray"
374
+ },
366
375
  "traitTags": {
367
376
  "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.",
368
377
  "oneOf": [
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://json-schema.org/draft/2020-12/schema",
3
3
  "$id": "magicvariants.json",
4
- "version": "1.9.3",
4
+ "version": "1.9.4",
5
5
  "type": "object",
6
6
  "$defs": {
7
7
  "_magicvariantItemBase": {
@@ -903,8 +903,7 @@
903
903
  "additionalProperties": false,
904
904
  "required": [
905
905
  "rarity",
906
- "source",
907
- "page"
906
+ "source"
908
907
  ]
909
908
  },
910
909
  "excludes": {
@@ -1438,8 +1437,7 @@
1438
1437
  },
1439
1438
  "additionalProperties": false,
1440
1439
  "required": [
1441
- "source",
1442
- "page"
1440
+ "source"
1443
1441
  ]
1444
1442
  },
1445
1443
  "excludes": {
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://json-schema.org/draft/2020-12/schema",
3
3
  "$id": "adventures.json",
4
- "version": "1.10.23",
4
+ "version": "1.10.24",
5
5
  "type": "object",
6
6
  "properties": {
7
7
  "adventure": {
@@ -208,7 +208,8 @@
208
208
  "Vecna",
209
209
  "Quests from the Infinite Staircase",
210
210
  "LEGO",
211
- "Shadow Realm"
211
+ "Shadow Realm",
212
+ "Animated Series"
212
213
  ]
213
214
  }
214
215
  },
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "$schema": "https://json-schema.org/draft/2020-12/schema",
3
- "version": "1.21.36",
3
+ "version": "1.21.37",
4
4
  "title": "Bestiary Schema",
5
5
  "$id": "bestiary.json",
6
6
  "type": "object",
@@ -521,6 +521,34 @@
521
521
  "additionalProperties": false,
522
522
  "minProperties": 1
523
523
  },
524
+ "gear": {
525
+ "type": "array",
526
+ "items": {
527
+ "oneOf": [
528
+ {
529
+ "description": "An item UID, e.g. \"longsword|phb\"",
530
+ "type": "string"
531
+ },
532
+ {
533
+ "type": "object",
534
+ "properties": {
535
+ "item": {
536
+ "description": "An item UID, e.g. \"longsword|phb\"",
537
+ "type": "string"
538
+ },
539
+ "quantity": {
540
+ "type": "integer"
541
+ }
542
+ },
543
+ "required": [
544
+ "item",
545
+ "quantity"
546
+ ],
547
+ "additionalProperties": false
548
+ }
549
+ ]
550
+ }
551
+ },
524
552
  "senses": {
525
553
  "oneOf": [
526
554
  {
@@ -1638,6 +1666,34 @@
1638
1666
  "additionalProperties": false,
1639
1667
  "minProperties": 1
1640
1668
  },
1669
+ "gear": {
1670
+ "type": "array",
1671
+ "items": {
1672
+ "oneOf": [
1673
+ {
1674
+ "description": "An item UID, e.g. \"longsword|phb\"",
1675
+ "type": "string"
1676
+ },
1677
+ {
1678
+ "type": "object",
1679
+ "properties": {
1680
+ "item": {
1681
+ "description": "An item UID, e.g. \"longsword|phb\"",
1682
+ "type": "string"
1683
+ },
1684
+ "quantity": {
1685
+ "type": "integer"
1686
+ }
1687
+ },
1688
+ "required": [
1689
+ "item",
1690
+ "quantity"
1691
+ ],
1692
+ "additionalProperties": false
1693
+ }
1694
+ ]
1695
+ }
1696
+ },
1641
1697
  "senses": {
1642
1698
  "oneOf": [
1643
1699
  {
@@ -2760,6 +2816,34 @@
2760
2816
  "additionalProperties": false,
2761
2817
  "minProperties": 1
2762
2818
  },
2819
+ "gear": {
2820
+ "type": "array",
2821
+ "items": {
2822
+ "oneOf": [
2823
+ {
2824
+ "description": "An item UID, e.g. \"longsword|phb\"",
2825
+ "type": "string"
2826
+ },
2827
+ {
2828
+ "type": "object",
2829
+ "properties": {
2830
+ "item": {
2831
+ "description": "An item UID, e.g. \"longsword|phb\"",
2832
+ "type": "string"
2833
+ },
2834
+ "quantity": {
2835
+ "type": "integer"
2836
+ }
2837
+ },
2838
+ "required": [
2839
+ "item",
2840
+ "quantity"
2841
+ ],
2842
+ "additionalProperties": false
2843
+ }
2844
+ ]
2845
+ }
2846
+ },
2763
2847
  "senses": {
2764
2848
  "oneOf": [
2765
2849
  {
@@ -106,6 +106,9 @@
106
106
  "senses": {
107
107
  "$ref": "util.json#/$defs/sensesArray"
108
108
  },
109
+ "bonusSenses": {
110
+ "$ref": "util.json#/$defs/sensesArray"
111
+ },
109
112
  "traitTags": {
110
113
  "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.",
111
114
  "oneOf": [
@@ -233,6 +236,9 @@
233
236
  "senses": {
234
237
  "$ref": "util.json#/$defs/sensesArray"
235
238
  },
239
+ "bonusSenses": {
240
+ "$ref": "util.json#/$defs/sensesArray"
241
+ },
236
242
  "traitTags": {
237
243
  "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.",
238
244
  "oneOf": [
@@ -363,6 +369,9 @@
363
369
  "senses": {
364
370
  "$ref": "util.json#/$defs/sensesArray"
365
371
  },
372
+ "bonusSenses": {
373
+ "$ref": "util.json#/$defs/sensesArray"
374
+ },
366
375
  "traitTags": {
367
376
  "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.",
368
377
  "oneOf": [
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://json-schema.org/draft/2020-12/schema",
3
3
  "$id": "magicvariants.json",
4
- "version": "1.9.3",
4
+ "version": "1.9.4",
5
5
  "type": "object",
6
6
  "$defs": {
7
7
  "_magicvariantItemBase": {
@@ -903,8 +903,7 @@
903
903
  "additionalProperties": false,
904
904
  "required": [
905
905
  "rarity",
906
- "source",
907
- "page"
906
+ "source"
908
907
  ]
909
908
  },
910
909
  "excludes": {
@@ -1438,8 +1437,7 @@
1438
1437
  },
1439
1438
  "additionalProperties": false,
1440
1439
  "required": [
1441
- "source",
1442
- "page"
1440
+ "source"
1443
1441
  ]
1444
1442
  },
1445
1443
  "excludes": {
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://json-schema.org/draft/2020-12/schema",
3
3
  "$id": "adventures.json",
4
- "version": "1.10.23",
4
+ "version": "1.10.24",
5
5
  "type": "object",
6
6
  "properties": {
7
7
  "adventure": {
@@ -208,7 +208,8 @@
208
208
  "Vecna",
209
209
  "Quests from the Infinite Staircase",
210
210
  "LEGO",
211
- "Shadow Realm"
211
+ "Shadow Realm",
212
+ "Animated Series"
212
213
  ]
213
214
  }
214
215
  },
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "$schema": "https://json-schema.org/draft/2020-12/schema",
3
- "version": "1.21.36",
3
+ "version": "1.21.37",
4
4
  "title": "Bestiary Schema",
5
5
  "$id": "bestiary.json",
6
6
  "type": "object",
@@ -521,6 +521,34 @@
521
521
  "additionalProperties": false,
522
522
  "minProperties": 1
523
523
  },
524
+ "gear": {
525
+ "type": "array",
526
+ "items": {
527
+ "oneOf": [
528
+ {
529
+ "description": "An item UID, e.g. \"longsword|phb\"",
530
+ "type": "string"
531
+ },
532
+ {
533
+ "type": "object",
534
+ "properties": {
535
+ "item": {
536
+ "description": "An item UID, e.g. \"longsword|phb\"",
537
+ "type": "string"
538
+ },
539
+ "quantity": {
540
+ "type": "integer"
541
+ }
542
+ },
543
+ "required": [
544
+ "item",
545
+ "quantity"
546
+ ],
547
+ "additionalProperties": false
548
+ }
549
+ ]
550
+ }
551
+ },
524
552
  "senses": {
525
553
  "oneOf": [
526
554
  {
@@ -1644,6 +1672,34 @@
1644
1672
  "additionalProperties": false,
1645
1673
  "minProperties": 1
1646
1674
  },
1675
+ "gear": {
1676
+ "type": "array",
1677
+ "items": {
1678
+ "oneOf": [
1679
+ {
1680
+ "description": "An item UID, e.g. \"longsword|phb\"",
1681
+ "type": "string"
1682
+ },
1683
+ {
1684
+ "type": "object",
1685
+ "properties": {
1686
+ "item": {
1687
+ "description": "An item UID, e.g. \"longsword|phb\"",
1688
+ "type": "string"
1689
+ },
1690
+ "quantity": {
1691
+ "type": "integer"
1692
+ }
1693
+ },
1694
+ "required": [
1695
+ "item",
1696
+ "quantity"
1697
+ ],
1698
+ "additionalProperties": false
1699
+ }
1700
+ ]
1701
+ }
1702
+ },
1647
1703
  "senses": {
1648
1704
  "oneOf": [
1649
1705
  {
@@ -2772,6 +2828,34 @@
2772
2828
  "additionalProperties": false,
2773
2829
  "minProperties": 1
2774
2830
  },
2831
+ "gear": {
2832
+ "type": "array",
2833
+ "items": {
2834
+ "oneOf": [
2835
+ {
2836
+ "description": "An item UID, e.g. \"longsword|phb\"",
2837
+ "type": "string"
2838
+ },
2839
+ {
2840
+ "type": "object",
2841
+ "properties": {
2842
+ "item": {
2843
+ "description": "An item UID, e.g. \"longsword|phb\"",
2844
+ "type": "string"
2845
+ },
2846
+ "quantity": {
2847
+ "type": "integer"
2848
+ }
2849
+ },
2850
+ "required": [
2851
+ "item",
2852
+ "quantity"
2853
+ ],
2854
+ "additionalProperties": false
2855
+ }
2856
+ ]
2857
+ }
2858
+ },
2775
2859
  "senses": {
2776
2860
  "oneOf": [
2777
2861
  {
@@ -106,6 +106,9 @@
106
106
  "senses": {
107
107
  "$ref": "util.json#/$defs/sensesArray"
108
108
  },
109
+ "bonusSenses": {
110
+ "$ref": "util.json#/$defs/sensesArray"
111
+ },
109
112
  "traitTags": {
110
113
  "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.",
111
114
  "oneOf": [
@@ -233,6 +236,9 @@
233
236
  "senses": {
234
237
  "$ref": "util.json#/$defs/sensesArray"
235
238
  },
239
+ "bonusSenses": {
240
+ "$ref": "util.json#/$defs/sensesArray"
241
+ },
236
242
  "traitTags": {
237
243
  "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.",
238
244
  "oneOf": [
@@ -363,6 +369,9 @@
363
369
  "senses": {
364
370
  "$ref": "util.json#/$defs/sensesArray"
365
371
  },
372
+ "bonusSenses": {
373
+ "$ref": "util.json#/$defs/sensesArray"
374
+ },
366
375
  "traitTags": {
367
376
  "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.",
368
377
  "oneOf": [
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://json-schema.org/draft/2020-12/schema",
3
3
  "$id": "magicvariants.json",
4
- "version": "1.9.3",
4
+ "version": "1.9.4",
5
5
  "type": "object",
6
6
  "$defs": {
7
7
  "_magicvariantItemBase": {
@@ -935,8 +935,7 @@
935
935
  "additionalProperties": false,
936
936
  "required": [
937
937
  "rarity",
938
- "source",
939
- "page"
938
+ "source"
940
939
  ]
941
940
  },
942
941
  "excludes": {
@@ -1489,8 +1488,7 @@
1489
1488
  },
1490
1489
  "additionalProperties": false,
1491
1490
  "required": [
1492
- "source",
1493
- "page"
1491
+ "source"
1494
1492
  ]
1495
1493
  },
1496
1494
  "excludes": {
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://json-schema.org/draft/2020-12/schema",
3
3
  "$id": "adventures.json",
4
- "version": "1.10.23",
4
+ "version": "1.10.24",
5
5
  "type": "object",
6
6
  "properties": {
7
7
  "adventure": {
@@ -208,7 +208,8 @@
208
208
  "Vecna",
209
209
  "Quests from the Infinite Staircase",
210
210
  "LEGO",
211
- "Shadow Realm"
211
+ "Shadow Realm",
212
+ "Animated Series"
212
213
  ]
213
214
  }
214
215
  },
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "$schema": "https://json-schema.org/draft/2020-12/schema",
3
- "version": "1.21.36",
3
+ "version": "1.21.37",
4
4
  "title": "Bestiary Schema",
5
5
  "$id": "bestiary.json",
6
6
  "type": "object",
@@ -521,6 +521,34 @@
521
521
  "additionalProperties": false,
522
522
  "minProperties": 1
523
523
  },
524
+ "gear": {
525
+ "type": "array",
526
+ "items": {
527
+ "oneOf": [
528
+ {
529
+ "description": "An item UID, e.g. \"longsword|phb\"",
530
+ "type": "string"
531
+ },
532
+ {
533
+ "type": "object",
534
+ "properties": {
535
+ "item": {
536
+ "description": "An item UID, e.g. \"longsword|phb\"",
537
+ "type": "string"
538
+ },
539
+ "quantity": {
540
+ "type": "integer"
541
+ }
542
+ },
543
+ "required": [
544
+ "item",
545
+ "quantity"
546
+ ],
547
+ "additionalProperties": false
548
+ }
549
+ ]
550
+ }
551
+ },
524
552
  "senses": {
525
553
  "oneOf": [
526
554
  {
@@ -1644,6 +1672,34 @@
1644
1672
  "additionalProperties": false,
1645
1673
  "minProperties": 1
1646
1674
  },
1675
+ "gear": {
1676
+ "type": "array",
1677
+ "items": {
1678
+ "oneOf": [
1679
+ {
1680
+ "description": "An item UID, e.g. \"longsword|phb\"",
1681
+ "type": "string"
1682
+ },
1683
+ {
1684
+ "type": "object",
1685
+ "properties": {
1686
+ "item": {
1687
+ "description": "An item UID, e.g. \"longsword|phb\"",
1688
+ "type": "string"
1689
+ },
1690
+ "quantity": {
1691
+ "type": "integer"
1692
+ }
1693
+ },
1694
+ "required": [
1695
+ "item",
1696
+ "quantity"
1697
+ ],
1698
+ "additionalProperties": false
1699
+ }
1700
+ ]
1701
+ }
1702
+ },
1647
1703
  "senses": {
1648
1704
  "oneOf": [
1649
1705
  {
@@ -2772,6 +2828,34 @@
2772
2828
  "additionalProperties": false,
2773
2829
  "minProperties": 1
2774
2830
  },
2831
+ "gear": {
2832
+ "type": "array",
2833
+ "items": {
2834
+ "oneOf": [
2835
+ {
2836
+ "description": "An item UID, e.g. \"longsword|phb\"",
2837
+ "type": "string"
2838
+ },
2839
+ {
2840
+ "type": "object",
2841
+ "properties": {
2842
+ "item": {
2843
+ "description": "An item UID, e.g. \"longsword|phb\"",
2844
+ "type": "string"
2845
+ },
2846
+ "quantity": {
2847
+ "type": "integer"
2848
+ }
2849
+ },
2850
+ "required": [
2851
+ "item",
2852
+ "quantity"
2853
+ ],
2854
+ "additionalProperties": false
2855
+ }
2856
+ ]
2857
+ }
2858
+ },
2775
2859
  "senses": {
2776
2860
  "oneOf": [
2777
2861
  {
@@ -106,6 +106,9 @@
106
106
  "senses": {
107
107
  "$ref": "util.json#/$defs/sensesArray"
108
108
  },
109
+ "bonusSenses": {
110
+ "$ref": "util.json#/$defs/sensesArray"
111
+ },
109
112
  "traitTags": {
110
113
  "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.",
111
114
  "oneOf": [
@@ -233,6 +236,9 @@
233
236
  "senses": {
234
237
  "$ref": "util.json#/$defs/sensesArray"
235
238
  },
239
+ "bonusSenses": {
240
+ "$ref": "util.json#/$defs/sensesArray"
241
+ },
236
242
  "traitTags": {
237
243
  "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.",
238
244
  "oneOf": [
@@ -363,6 +369,9 @@
363
369
  "senses": {
364
370
  "$ref": "util.json#/$defs/sensesArray"
365
371
  },
372
+ "bonusSenses": {
373
+ "$ref": "util.json#/$defs/sensesArray"
374
+ },
366
375
  "traitTags": {
367
376
  "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.",
368
377
  "oneOf": [
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://json-schema.org/draft/2020-12/schema",
3
3
  "$id": "magicvariants.json",
4
- "version": "1.9.3",
4
+ "version": "1.9.4",
5
5
  "type": "object",
6
6
  "$defs": {
7
7
  "_magicvariantItemBase": {
@@ -935,8 +935,7 @@
935
935
  "additionalProperties": false,
936
936
  "required": [
937
937
  "rarity",
938
- "source",
939
- "page"
938
+ "source"
940
939
  ]
941
940
  },
942
941
  "excludes": {
@@ -1489,8 +1488,7 @@
1489
1488
  },
1490
1489
  "additionalProperties": false,
1491
1490
  "required": [
1492
- "source",
1493
- "page"
1491
+ "source"
1494
1492
  ]
1495
1493
  },
1496
1494
  "excludes": {