5etools-utils 0.12.38 → 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.
@@ -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": "spells.json",
4
- "version": "1.9.16",
4
+ "version": "1.9.17",
5
5
  "title": "Spells",
6
6
  "type": "object",
7
7
  "$defs": {
@@ -278,7 +278,7 @@
278
278
  },
279
279
  "miscTags": {
280
280
  "type": "array",
281
- "description": "AAD: Additional Attack Damage\n ADV: Grants Advantage\n DFT: Difficult Terrain\n FMV: Forced Movement\n HL: Healing\n LGT: Creates Light\n LGTS: Creates Sunlight\n MAC: Modifies AC\n OBJ: Affects Objects\n OBS: Obscures Vision\n PIR: Permanent If Repeated\n PRM: Permanent Effects\n PS: Plane Shifting\nRO: Rollable Effects\n SCL: Scaling Effects\n SMN: Summons Creature\n SGT: Requires Sight\n THP: Grants Temporary Hit Points\n TP: Teleportation\n UBA: Uses Bonus Action",
281
+ "description": "AAD: Additional Attack Damage\nADV: Grants Advantage\nDFT: Difficult Terrain\nFMV: Forced Movement\nHL: Healing\nLGT: Creates Light\nLGTS: Creates Sunlight\nMAC: Modifies AC\nOBJ: Affects Objects\nOBS: Obscures Vision\nPIR: Permanent If Repeated\nPRM: Permanent Effects\nPS: Plane Shifting\nRO: Rollable Effects\nSCL: Scaling Effects\nSCT: Scaling Targets\nSMN: Summons Creature\nSGT: Requires Sight\nTHP: Grants Temporary Hit Points\nTP: Teleportation\nUBA: Uses Bonus Action",
282
282
  "minItems": 1,
283
283
  "uniqueItems": true,
284
284
  "items": {
@@ -299,6 +299,7 @@
299
299
  "PS",
300
300
  "RO",
301
301
  "SCL",
302
+ "SCT",
302
303
  "SMN",
303
304
  "SGT",
304
305
  "THP",
@@ -807,7 +808,7 @@
807
808
  },
808
809
  "miscTags": {
809
810
  "type": "array",
810
- "description": "AAD: Additional Attack Damage\n ADV: Grants Advantage\n DFT: Difficult Terrain\n FMV: Forced Movement\n HL: Healing\n LGT: Creates Light\n LGTS: Creates Sunlight\n MAC: Modifies AC\n OBJ: Affects Objects\n OBS: Obscures Vision\n PIR: Permanent If Repeated\n PRM: Permanent Effects\n PS: Plane Shifting\nRO: Rollable Effects\n SCL: Scaling Effects\n SMN: Summons Creature\n SGT: Requires Sight\n THP: Grants Temporary Hit Points\n TP: Teleportation\n UBA: Uses Bonus Action",
811
+ "description": "AAD: Additional Attack Damage\nADV: Grants Advantage\nDFT: Difficult Terrain\nFMV: Forced Movement\nHL: Healing\nLGT: Creates Light\nLGTS: Creates Sunlight\nMAC: Modifies AC\nOBJ: Affects Objects\nOBS: Obscures Vision\nPIR: Permanent If Repeated\nPRM: Permanent Effects\nPS: Plane Shifting\nRO: Rollable Effects\nSCL: Scaling Effects\nSCT: Scaling Targets\nSMN: Summons Creature\nSGT: Requires Sight\nTHP: Grants Temporary Hit Points\nTP: Teleportation\nUBA: Uses Bonus Action",
811
812
  "minItems": 1,
812
813
  "uniqueItems": true,
813
814
  "items": {
@@ -828,6 +829,7 @@
828
829
  "PS",
829
830
  "RO",
830
831
  "SCL",
832
+ "SCT",
831
833
  "SMN",
832
834
  "SGT",
833
835
  "THP",
@@ -1344,7 +1346,7 @@
1344
1346
  },
1345
1347
  "miscTags": {
1346
1348
  "type": "array",
1347
- "description": "AAD: Additional Attack Damage\n ADV: Grants Advantage\n DFT: Difficult Terrain\n FMV: Forced Movement\n HL: Healing\n LGT: Creates Light\n LGTS: Creates Sunlight\n MAC: Modifies AC\n OBJ: Affects Objects\n OBS: Obscures Vision\n PIR: Permanent If Repeated\n PRM: Permanent Effects\n PS: Plane Shifting\nRO: Rollable Effects\n SCL: Scaling Effects\n SMN: Summons Creature\n SGT: Requires Sight\n THP: Grants Temporary Hit Points\n TP: Teleportation\n UBA: Uses Bonus Action",
1349
+ "description": "AAD: Additional Attack Damage\nADV: Grants Advantage\nDFT: Difficult Terrain\nFMV: Forced Movement\nHL: Healing\nLGT: Creates Light\nLGTS: Creates Sunlight\nMAC: Modifies AC\nOBJ: Affects Objects\nOBS: Obscures Vision\nPIR: Permanent If Repeated\nPRM: Permanent Effects\nPS: Plane Shifting\nRO: Rollable Effects\nSCL: Scaling Effects\nSCT: Scaling Targets\nSMN: Summons Creature\nSGT: Requires Sight\nTHP: Grants Temporary Hit Points\nTP: Teleportation\nUBA: Uses Bonus Action",
1348
1350
  "minItems": 1,
1349
1351
  "uniqueItems": true,
1350
1352
  "items": {
@@ -1365,6 +1367,7 @@
1365
1367
  "PS",
1366
1368
  "RO",
1367
1369
  "SCL",
1370
+ "SCT",
1368
1371
  "SMN",
1369
1372
  "SGT",
1370
1373
  "THP",