5etools-utils 0.9.31 → 0.9.33

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 (103) hide show
  1. package/package.json +1 -1
  2. package/schema/brew/adventures.json +4 -2
  3. package/schema/brew/backgrounds.json +1 -64
  4. package/schema/brew/bestiary/bestiary.json +1 -64
  5. package/schema/brew/bestiary/legendarygroups.json +1 -64
  6. package/schema/brew/bestiary/template.json +1 -64
  7. package/schema/brew/class/class.json +2 -128
  8. package/schema/brew/decks.json +2 -128
  9. package/schema/brew/deities.json +1 -64
  10. package/schema/brew/fluff-races.json +1 -64
  11. package/schema/brew/foundry-races.json +2 -128
  12. package/schema/brew/homebrew.json +9 -2
  13. package/schema/brew/items-base.json +246 -149
  14. package/schema/brew/items.json +1 -64
  15. package/schema/brew/races.json +2 -128
  16. package/schema/brew/recipes.json +1 -64
  17. package/schema/brew/spells/spells.json +1 -64
  18. package/schema/brew/util.json +90 -117
  19. package/schema/brew-fast/adventures.json +4 -2
  20. package/schema/brew-fast/backgrounds.json +1 -64
  21. package/schema/brew-fast/bestiary/bestiary.json +1 -64
  22. package/schema/brew-fast/bestiary/legendarygroups.json +1 -64
  23. package/schema/brew-fast/bestiary/template.json +1 -64
  24. package/schema/brew-fast/class/class.json +2 -128
  25. package/schema/brew-fast/decks.json +2 -128
  26. package/schema/brew-fast/deities.json +1 -64
  27. package/schema/brew-fast/fluff-races.json +1 -64
  28. package/schema/brew-fast/foundry-races.json +2 -128
  29. package/schema/brew-fast/homebrew.json +9 -2
  30. package/schema/brew-fast/items-base.json +246 -149
  31. package/schema/brew-fast/items.json +1 -64
  32. package/schema/brew-fast/races.json +2 -128
  33. package/schema/brew-fast/recipes.json +1 -64
  34. package/schema/brew-fast/spells/spells.json +1 -64
  35. package/schema/brew-fast/util.json +90 -117
  36. package/schema/site/adventures.json +4 -2
  37. package/schema/site/backgrounds.json +1 -64
  38. package/schema/site/bestiary/bestiary.json +1 -64
  39. package/schema/site/bestiary/legendarygroups.json +1 -64
  40. package/schema/site/bestiary/template.json +1 -64
  41. package/schema/site/class/class.json +2 -128
  42. package/schema/site/decks.json +2 -128
  43. package/schema/site/deities.json +1 -64
  44. package/schema/site/fluff-races.json +1 -64
  45. package/schema/site/foundry-races.json +2 -128
  46. package/schema/site/homebrew.json +9 -2
  47. package/schema/site/items-base.json +249 -152
  48. package/schema/site/items.json +1 -64
  49. package/schema/site/races.json +2 -128
  50. package/schema/site/recipes.json +1 -64
  51. package/schema/site/spells/spells.json +1 -64
  52. package/schema/site/util.json +90 -117
  53. package/schema/site-fast/adventures.json +4 -2
  54. package/schema/site-fast/backgrounds.json +1 -64
  55. package/schema/site-fast/bestiary/bestiary.json +1 -64
  56. package/schema/site-fast/bestiary/legendarygroups.json +1 -64
  57. package/schema/site-fast/bestiary/template.json +1 -64
  58. package/schema/site-fast/class/class.json +2 -128
  59. package/schema/site-fast/decks.json +2 -128
  60. package/schema/site-fast/deities.json +1 -64
  61. package/schema/site-fast/fluff-races.json +1 -64
  62. package/schema/site-fast/foundry-races.json +2 -128
  63. package/schema/site-fast/homebrew.json +9 -2
  64. package/schema/site-fast/items-base.json +249 -152
  65. package/schema/site-fast/items.json +1 -64
  66. package/schema/site-fast/races.json +2 -128
  67. package/schema/site-fast/recipes.json +1 -64
  68. package/schema/site-fast/spells/spells.json +1 -64
  69. package/schema/site-fast/util.json +90 -117
  70. package/schema/ua/adventures.json +4 -2
  71. package/schema/ua/backgrounds.json +1 -64
  72. package/schema/ua/bestiary/bestiary.json +1 -64
  73. package/schema/ua/bestiary/legendarygroups.json +1 -64
  74. package/schema/ua/bestiary/template.json +1 -64
  75. package/schema/ua/class/class.json +2 -128
  76. package/schema/ua/decks.json +2 -128
  77. package/schema/ua/deities.json +1 -64
  78. package/schema/ua/fluff-races.json +1 -64
  79. package/schema/ua/foundry-races.json +2 -128
  80. package/schema/ua/homebrew.json +9 -2
  81. package/schema/ua/items-base.json +249 -152
  82. package/schema/ua/items.json +1 -64
  83. package/schema/ua/races.json +2 -128
  84. package/schema/ua/recipes.json +1 -64
  85. package/schema/ua/spells/spells.json +1 -64
  86. package/schema/ua/util.json +90 -117
  87. package/schema/ua-fast/adventures.json +4 -2
  88. package/schema/ua-fast/backgrounds.json +1 -64
  89. package/schema/ua-fast/bestiary/bestiary.json +1 -64
  90. package/schema/ua-fast/bestiary/legendarygroups.json +1 -64
  91. package/schema/ua-fast/bestiary/template.json +1 -64
  92. package/schema/ua-fast/class/class.json +2 -128
  93. package/schema/ua-fast/decks.json +2 -128
  94. package/schema/ua-fast/deities.json +1 -64
  95. package/schema/ua-fast/fluff-races.json +1 -64
  96. package/schema/ua-fast/foundry-races.json +2 -128
  97. package/schema/ua-fast/homebrew.json +9 -2
  98. package/schema/ua-fast/items-base.json +249 -152
  99. package/schema/ua-fast/items.json +1 -64
  100. package/schema/ua-fast/races.json +2 -128
  101. package/schema/ua-fast/recipes.json +1 -64
  102. package/schema/ua-fast/spells/spells.json +1 -64
  103. package/schema/ua-fast/util.json +90 -117
@@ -1653,70 +1653,7 @@
1653
1653
  "description": "Whether this item has references within its data to dedicated \"itemEntry\"s."
1654
1654
  },
1655
1655
  "_copy": {
1656
- "type": "object",
1657
- "properties": {
1658
- "name": {
1659
- "type": "string"
1660
- },
1661
- "source": {
1662
- "$ref": "util.json#/$defs/source"
1663
- },
1664
- "pantheon": {
1665
- "description": "Used in deity data",
1666
- "type": "string"
1667
- },
1668
- "shortName": {
1669
- "description": "Used in subclass data",
1670
- "type": "string"
1671
- },
1672
- "className": {
1673
- "description": "Used in subclass data",
1674
- "type": "string"
1675
- },
1676
- "classSource": {
1677
- "description": "Used in subclass data",
1678
- "$ref": "util.json#/$defs/source"
1679
- },
1680
- "raceName": {
1681
- "description": "Used in race feature data",
1682
- "type": "string"
1683
- },
1684
- "raceSource": {
1685
- "description": "Used in race feature data",
1686
- "$ref": "util.json#/$defs/source"
1687
- },
1688
- "_mod": {
1689
- "$ref": "util.json#/$defs/_modObject"
1690
- },
1691
- "_trait": {
1692
- "type": "object",
1693
- "properties": {
1694
- "name": {
1695
- "type": "string"
1696
- },
1697
- "source": {
1698
- "$ref": "util.json#/$defs/source"
1699
- }
1700
- },
1701
- "required": [
1702
- "name",
1703
- "source"
1704
- ]
1705
- },
1706
- "_preserve": {
1707
- "type": "object",
1708
- "patternProperties": {
1709
- ".*": {
1710
- "const": true
1711
- }
1712
- }
1713
- }
1714
- },
1715
- "required": [
1716
- "name",
1717
- "source"
1718
- ],
1719
- "additionalProperties": false
1656
+ "$ref": "util.json#/$defs/copyBlock_copy_generic"
1720
1657
  }
1721
1658
  },
1722
1659
  "additionalProperties": false,
@@ -1013,70 +1013,7 @@
1013
1013
  "$ref": "util.json#/$defs/versionsArray"
1014
1014
  },
1015
1015
  "_copy": {
1016
- "type": "object",
1017
- "properties": {
1018
- "name": {
1019
- "type": "string"
1020
- },
1021
- "source": {
1022
- "$ref": "util.json#/$defs/source"
1023
- },
1024
- "pantheon": {
1025
- "description": "Used in deity data",
1026
- "type": "string"
1027
- },
1028
- "shortName": {
1029
- "description": "Used in subclass data",
1030
- "type": "string"
1031
- },
1032
- "className": {
1033
- "description": "Used in subclass data",
1034
- "type": "string"
1035
- },
1036
- "classSource": {
1037
- "description": "Used in subclass data",
1038
- "$ref": "util.json#/$defs/source"
1039
- },
1040
- "raceName": {
1041
- "description": "Used in race feature data",
1042
- "type": "string"
1043
- },
1044
- "raceSource": {
1045
- "description": "Used in race feature data",
1046
- "$ref": "util.json#/$defs/source"
1047
- },
1048
- "_mod": {
1049
- "$ref": "util.json#/$defs/_modObject"
1050
- },
1051
- "_trait": {
1052
- "type": "object",
1053
- "properties": {
1054
- "name": {
1055
- "type": "string"
1056
- },
1057
- "source": {
1058
- "$ref": "util.json#/$defs/source"
1059
- }
1060
- },
1061
- "required": [
1062
- "name",
1063
- "source"
1064
- ]
1065
- },
1066
- "_preserve": {
1067
- "type": "object",
1068
- "patternProperties": {
1069
- ".*": {
1070
- "const": true
1071
- }
1072
- }
1073
- }
1074
- },
1075
- "required": [
1076
- "name",
1077
- "source"
1078
- ],
1079
- "additionalProperties": false
1016
+ "$ref": "util.json#/$defs/copyBlock_copy_generic"
1080
1017
  }
1081
1018
  },
1082
1019
  "additionalProperties": false,
@@ -1569,70 +1506,7 @@
1569
1506
  "type": "object"
1570
1507
  },
1571
1508
  "_copy": {
1572
- "type": "object",
1573
- "properties": {
1574
- "name": {
1575
- "type": "string"
1576
- },
1577
- "source": {
1578
- "$ref": "util.json#/$defs/source"
1579
- },
1580
- "pantheon": {
1581
- "description": "Used in deity data",
1582
- "type": "string"
1583
- },
1584
- "shortName": {
1585
- "description": "Used in subclass data",
1586
- "type": "string"
1587
- },
1588
- "className": {
1589
- "description": "Used in subclass data",
1590
- "type": "string"
1591
- },
1592
- "classSource": {
1593
- "description": "Used in subclass data",
1594
- "$ref": "util.json#/$defs/source"
1595
- },
1596
- "raceName": {
1597
- "description": "Used in race feature data",
1598
- "type": "string"
1599
- },
1600
- "raceSource": {
1601
- "description": "Used in race feature data",
1602
- "$ref": "util.json#/$defs/source"
1603
- },
1604
- "_mod": {
1605
- "$ref": "util.json#/$defs/_modObject"
1606
- },
1607
- "_trait": {
1608
- "type": "object",
1609
- "properties": {
1610
- "name": {
1611
- "type": "string"
1612
- },
1613
- "source": {
1614
- "$ref": "util.json#/$defs/source"
1615
- }
1616
- },
1617
- "required": [
1618
- "name",
1619
- "source"
1620
- ]
1621
- },
1622
- "_preserve": {
1623
- "type": "object",
1624
- "patternProperties": {
1625
- ".*": {
1626
- "const": true
1627
- }
1628
- }
1629
- }
1630
- },
1631
- "required": [
1632
- "name",
1633
- "source"
1634
- ],
1635
- "additionalProperties": false
1509
+ "$ref": "util.json#/$defs/copyBlock_copy_generic"
1636
1510
  }
1637
1511
  },
1638
1512
  "additionalProperties": false,
@@ -529,70 +529,7 @@
529
529
  "type": "boolean"
530
530
  },
531
531
  "_copy": {
532
- "type": "object",
533
- "properties": {
534
- "name": {
535
- "type": "string"
536
- },
537
- "source": {
538
- "$ref": "util.json#/$defs/source"
539
- },
540
- "pantheon": {
541
- "description": "Used in deity data",
542
- "type": "string"
543
- },
544
- "shortName": {
545
- "description": "Used in subclass data",
546
- "type": "string"
547
- },
548
- "className": {
549
- "description": "Used in subclass data",
550
- "type": "string"
551
- },
552
- "classSource": {
553
- "description": "Used in subclass data",
554
- "$ref": "util.json#/$defs/source"
555
- },
556
- "raceName": {
557
- "description": "Used in race feature data",
558
- "type": "string"
559
- },
560
- "raceSource": {
561
- "description": "Used in race feature data",
562
- "$ref": "util.json#/$defs/source"
563
- },
564
- "_mod": {
565
- "$ref": "util.json#/$defs/_modObject"
566
- },
567
- "_trait": {
568
- "type": "object",
569
- "properties": {
570
- "name": {
571
- "type": "string"
572
- },
573
- "source": {
574
- "$ref": "util.json#/$defs/source"
575
- }
576
- },
577
- "required": [
578
- "name",
579
- "source"
580
- ]
581
- },
582
- "_preserve": {
583
- "type": "object",
584
- "patternProperties": {
585
- ".*": {
586
- "const": true
587
- }
588
- }
589
- }
590
- },
591
- "required": [
592
- "name",
593
- "source"
594
- ],
595
- "additionalProperties": false
532
+ "$ref": "util.json#/$defs/copyBlock_copy_generic"
596
533
  }
597
534
  },
598
535
  "additionalProperties": false,
@@ -981,70 +981,7 @@
981
981
  "type": "boolean"
982
982
  },
983
983
  "_copy": {
984
- "type": "object",
985
- "properties": {
986
- "name": {
987
- "type": "string"
988
- },
989
- "source": {
990
- "$ref": "../util.json#/$defs/source"
991
- },
992
- "pantheon": {
993
- "description": "Used in deity data",
994
- "type": "string"
995
- },
996
- "shortName": {
997
- "description": "Used in subclass data",
998
- "type": "string"
999
- },
1000
- "className": {
1001
- "description": "Used in subclass data",
1002
- "type": "string"
1003
- },
1004
- "classSource": {
1005
- "description": "Used in subclass data",
1006
- "$ref": "../util.json#/$defs/source"
1007
- },
1008
- "raceName": {
1009
- "description": "Used in race feature data",
1010
- "type": "string"
1011
- },
1012
- "raceSource": {
1013
- "description": "Used in race feature data",
1014
- "$ref": "../util.json#/$defs/source"
1015
- },
1016
- "_mod": {
1017
- "$ref": "../util.json#/$defs/_modObject"
1018
- },
1019
- "_trait": {
1020
- "type": "object",
1021
- "properties": {
1022
- "name": {
1023
- "type": "string"
1024
- },
1025
- "source": {
1026
- "$ref": "../util.json#/$defs/source"
1027
- }
1028
- },
1029
- "required": [
1030
- "name",
1031
- "source"
1032
- ]
1033
- },
1034
- "_preserve": {
1035
- "type": "object",
1036
- "patternProperties": {
1037
- ".*": {
1038
- "const": true
1039
- }
1040
- }
1041
- }
1042
- },
1043
- "required": [
1044
- "name",
1045
- "source"
1046
- ],
1047
- "additionalProperties": false
984
+ "$ref": "../util.json#/$defs/copyBlock_copy_generic"
1048
985
  }
1049
986
  },
1050
987
  "additionalProperties": false,
@@ -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.14.1",
6
+ "version": "1.14.2",
7
7
  "$defs": {
8
8
  "metaDependenciesArray": {
9
9
  "type": "array",
@@ -2028,7 +2028,8 @@
2028
2028
  "items": {
2029
2029
  "type": "string",
2030
2030
  "enum": [
2031
- "Dragonlance"
2031
+ "Dragonlance",
2032
+ "Planescape"
2032
2033
  ]
2033
2034
  }
2034
2035
  },
@@ -2774,70 +2775,7 @@
2774
2775
  }
2775
2776
  },
2776
2777
  "_copy": {
2777
- "type": "object",
2778
- "properties": {
2779
- "name": {
2780
- "type": "string"
2781
- },
2782
- "source": {
2783
- "$ref": "util.json#/$defs/source"
2784
- },
2785
- "pantheon": {
2786
- "description": "Used in deity data",
2787
- "type": "string"
2788
- },
2789
- "shortName": {
2790
- "description": "Used in subclass data",
2791
- "type": "string"
2792
- },
2793
- "className": {
2794
- "description": "Used in subclass data",
2795
- "type": "string"
2796
- },
2797
- "classSource": {
2798
- "description": "Used in subclass data",
2799
- "$ref": "util.json#/$defs/source"
2800
- },
2801
- "raceName": {
2802
- "description": "Used in race feature data",
2803
- "type": "string"
2804
- },
2805
- "raceSource": {
2806
- "description": "Used in race feature data",
2807
- "$ref": "util.json#/$defs/source"
2808
- },
2809
- "_mod": {
2810
- "$ref": "#/$defs/_modObject"
2811
- },
2812
- "_trait": {
2813
- "type": "object",
2814
- "properties": {
2815
- "name": {
2816
- "type": "string"
2817
- },
2818
- "source": {
2819
- "$ref": "util.json#/$defs/source"
2820
- }
2821
- },
2822
- "required": [
2823
- "name",
2824
- "source"
2825
- ]
2826
- },
2827
- "_preserve": {
2828
- "type": "object",
2829
- "patternProperties": {
2830
- ".*": {
2831
- "const": true
2832
- }
2833
- }
2834
- }
2835
- },
2836
- "required": [
2837
- "name",
2838
- "source"
2839
- ],
2840
- "additionalProperties": false
2778
+ "$ref": "#/$defs/copyBlock_copy_generic"
2841
2779
  }
2842
2780
  },
2843
2781
  "additionalProperties": false,
@@ -3510,10 +3448,13 @@
3510
3448
  }
3511
3449
  ]
3512
3450
  },
3513
- "copyBlock": {
3451
+ "copyBlock_copy_base": {
3514
3452
  "type": "object",
3515
3453
  "properties": {
3516
- "_copy": {
3454
+ "_mod": {
3455
+ "$ref": "#/$defs/_modObject"
3456
+ },
3457
+ "_trait": {
3517
3458
  "type": "object",
3518
3459
  "properties": {
3519
3460
  "name": {
@@ -3521,63 +3462,95 @@
3521
3462
  },
3522
3463
  "source": {
3523
3464
  "$ref": "util.json#/$defs/source"
3524
- },
3525
- "pantheon": {
3526
- "description": "Used in deity data",
3527
- "type": "string"
3528
- },
3529
- "shortName": {
3530
- "description": "Used in subclass data",
3531
- "type": "string"
3532
- },
3533
- "className": {
3534
- "description": "Used in subclass data",
3535
- "type": "string"
3536
- },
3537
- "classSource": {
3538
- "description": "Used in subclass data",
3539
- "$ref": "util.json#/$defs/source"
3540
- },
3541
- "raceName": {
3542
- "description": "Used in race feature data",
3465
+ }
3466
+ },
3467
+ "required": [
3468
+ "name",
3469
+ "source"
3470
+ ]
3471
+ },
3472
+ "_preserve": {
3473
+ "type": "object",
3474
+ "patternProperties": {
3475
+ ".*": {
3476
+ "const": true
3477
+ }
3478
+ }
3479
+ }
3480
+ },
3481
+ "additionalProperties": false
3482
+ },
3483
+ "copyBlock_copy_generic": {
3484
+ "type": "object",
3485
+ "properties": {
3486
+ "_mod": {
3487
+ "$ref": "#/$defs/_modObject"
3488
+ },
3489
+ "_trait": {
3490
+ "type": "object",
3491
+ "properties": {
3492
+ "name": {
3543
3493
  "type": "string"
3544
3494
  },
3545
- "raceSource": {
3546
- "description": "Used in race feature data",
3495
+ "source": {
3547
3496
  "$ref": "util.json#/$defs/source"
3548
- },
3549
- "_mod": {
3550
- "$ref": "#/$defs/_modObject"
3551
- },
3552
- "_trait": {
3553
- "type": "object",
3554
- "properties": {
3555
- "name": {
3556
- "type": "string"
3557
- },
3558
- "source": {
3559
- "$ref": "util.json#/$defs/source"
3560
- }
3561
- },
3562
- "required": [
3563
- "name",
3564
- "source"
3565
- ]
3566
- },
3567
- "_preserve": {
3568
- "type": "object",
3569
- "patternProperties": {
3570
- ".*": {
3571
- "const": true
3572
- }
3573
- }
3574
3497
  }
3575
3498
  },
3576
3499
  "required": [
3577
3500
  "name",
3578
3501
  "source"
3579
- ],
3580
- "additionalProperties": false
3502
+ ]
3503
+ },
3504
+ "_preserve": {
3505
+ "type": "object",
3506
+ "patternProperties": {
3507
+ ".*": {
3508
+ "const": true
3509
+ }
3510
+ }
3511
+ },
3512
+ "name": {
3513
+ "type": "string"
3514
+ },
3515
+ "source": {
3516
+ "$ref": "util.json#/$defs/source"
3517
+ },
3518
+ "pantheon": {
3519
+ "description": "Used in deity data",
3520
+ "type": "string"
3521
+ },
3522
+ "shortName": {
3523
+ "description": "Used in subclass data",
3524
+ "type": "string"
3525
+ },
3526
+ "className": {
3527
+ "description": "Used in subclass data",
3528
+ "type": "string"
3529
+ },
3530
+ "classSource": {
3531
+ "description": "Used in subclass data",
3532
+ "$ref": "util.json#/$defs/source"
3533
+ },
3534
+ "raceName": {
3535
+ "description": "Used in race feature data",
3536
+ "type": "string"
3537
+ },
3538
+ "raceSource": {
3539
+ "description": "Used in race feature data",
3540
+ "$ref": "util.json#/$defs/source"
3541
+ }
3542
+ },
3543
+ "additionalProperties": false,
3544
+ "required": [
3545
+ "name",
3546
+ "source"
3547
+ ]
3548
+ },
3549
+ "copyBlockGeneric": {
3550
+ "type": "object",
3551
+ "properties": {
3552
+ "_copy": {
3553
+ "$ref": "#/$defs/copyBlock_copy_generic"
3581
3554
  }
3582
3555
  },
3583
3556
  "required": [
@@ -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.13",
4
+ "version": "1.10.14",
5
5
  "type": "object",
6
6
  "properties": {
7
7
  "adventure": {
@@ -194,7 +194,9 @@
194
194
  "Dragonlance",
195
195
  "Keys from the Golden Vault",
196
196
  "Giants of the Star Forge",
197
- "Minecraft"
197
+ "Minecraft",
198
+ "Planescape",
199
+ "Adventure Atlas"
198
200
  ]
199
201
  }
200
202
  },