5etools-utils 0.9.31 → 0.9.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 (91) hide show
  1. package/package.json +1 -1
  2. package/schema/brew/backgrounds.json +1 -64
  3. package/schema/brew/bestiary/bestiary.json +1 -64
  4. package/schema/brew/bestiary/legendarygroups.json +1 -64
  5. package/schema/brew/bestiary/template.json +1 -64
  6. package/schema/brew/class/class.json +2 -128
  7. package/schema/brew/decks.json +2 -128
  8. package/schema/brew/deities.json +1 -64
  9. package/schema/brew/fluff-races.json +1 -64
  10. package/schema/brew/foundry-races.json +2 -128
  11. package/schema/brew/items-base.json +246 -149
  12. package/schema/brew/items.json +1 -64
  13. package/schema/brew/races.json +2 -128
  14. package/schema/brew/recipes.json +1 -64
  15. package/schema/brew/spells/spells.json +1 -64
  16. package/schema/brew/util.json +90 -117
  17. package/schema/brew-fast/backgrounds.json +1 -64
  18. package/schema/brew-fast/bestiary/bestiary.json +1 -64
  19. package/schema/brew-fast/bestiary/legendarygroups.json +1 -64
  20. package/schema/brew-fast/bestiary/template.json +1 -64
  21. package/schema/brew-fast/class/class.json +2 -128
  22. package/schema/brew-fast/decks.json +2 -128
  23. package/schema/brew-fast/deities.json +1 -64
  24. package/schema/brew-fast/fluff-races.json +1 -64
  25. package/schema/brew-fast/foundry-races.json +2 -128
  26. package/schema/brew-fast/items-base.json +246 -149
  27. package/schema/brew-fast/items.json +1 -64
  28. package/schema/brew-fast/races.json +2 -128
  29. package/schema/brew-fast/recipes.json +1 -64
  30. package/schema/brew-fast/spells/spells.json +1 -64
  31. package/schema/brew-fast/util.json +90 -117
  32. package/schema/site/backgrounds.json +1 -64
  33. package/schema/site/bestiary/bestiary.json +1 -64
  34. package/schema/site/bestiary/legendarygroups.json +1 -64
  35. package/schema/site/bestiary/template.json +1 -64
  36. package/schema/site/class/class.json +2 -128
  37. package/schema/site/decks.json +2 -128
  38. package/schema/site/deities.json +1 -64
  39. package/schema/site/fluff-races.json +1 -64
  40. package/schema/site/foundry-races.json +2 -128
  41. package/schema/site/items-base.json +249 -152
  42. package/schema/site/items.json +1 -64
  43. package/schema/site/races.json +2 -128
  44. package/schema/site/recipes.json +1 -64
  45. package/schema/site/spells/spells.json +1 -64
  46. package/schema/site/util.json +90 -117
  47. package/schema/site-fast/backgrounds.json +1 -64
  48. package/schema/site-fast/bestiary/bestiary.json +1 -64
  49. package/schema/site-fast/bestiary/legendarygroups.json +1 -64
  50. package/schema/site-fast/bestiary/template.json +1 -64
  51. package/schema/site-fast/class/class.json +2 -128
  52. package/schema/site-fast/decks.json +2 -128
  53. package/schema/site-fast/deities.json +1 -64
  54. package/schema/site-fast/fluff-races.json +1 -64
  55. package/schema/site-fast/foundry-races.json +2 -128
  56. package/schema/site-fast/items-base.json +249 -152
  57. package/schema/site-fast/items.json +1 -64
  58. package/schema/site-fast/races.json +2 -128
  59. package/schema/site-fast/recipes.json +1 -64
  60. package/schema/site-fast/spells/spells.json +1 -64
  61. package/schema/site-fast/util.json +90 -117
  62. package/schema/ua/backgrounds.json +1 -64
  63. package/schema/ua/bestiary/bestiary.json +1 -64
  64. package/schema/ua/bestiary/legendarygroups.json +1 -64
  65. package/schema/ua/bestiary/template.json +1 -64
  66. package/schema/ua/class/class.json +2 -128
  67. package/schema/ua/decks.json +2 -128
  68. package/schema/ua/deities.json +1 -64
  69. package/schema/ua/fluff-races.json +1 -64
  70. package/schema/ua/foundry-races.json +2 -128
  71. package/schema/ua/items-base.json +249 -152
  72. package/schema/ua/items.json +1 -64
  73. package/schema/ua/races.json +2 -128
  74. package/schema/ua/recipes.json +1 -64
  75. package/schema/ua/spells/spells.json +1 -64
  76. package/schema/ua/util.json +90 -117
  77. package/schema/ua-fast/backgrounds.json +1 -64
  78. package/schema/ua-fast/bestiary/bestiary.json +1 -64
  79. package/schema/ua-fast/bestiary/legendarygroups.json +1 -64
  80. package/schema/ua-fast/bestiary/template.json +1 -64
  81. package/schema/ua-fast/class/class.json +2 -128
  82. package/schema/ua-fast/decks.json +2 -128
  83. package/schema/ua-fast/deities.json +1 -64
  84. package/schema/ua-fast/fluff-races.json +1 -64
  85. package/schema/ua-fast/foundry-races.json +2 -128
  86. package/schema/ua-fast/items-base.json +249 -152
  87. package/schema/ua-fast/items.json +1 -64
  88. package/schema/ua-fast/races.json +2 -128
  89. package/schema/ua-fast/recipes.json +1 -64
  90. package/schema/ua-fast/spells/spells.json +1 -64
  91. package/schema/ua-fast/util.json +90 -117
@@ -1788,70 +1788,7 @@
1788
1788
  "$ref": "items-shared.json#/$defs/fluff"
1789
1789
  },
1790
1790
  "_copy": {
1791
- "type": "object",
1792
- "properties": {
1793
- "name": {
1794
- "type": "string"
1795
- },
1796
- "source": {
1797
- "$ref": "util.json#/$defs/source"
1798
- },
1799
- "pantheon": {
1800
- "description": "Used in deity data",
1801
- "type": "string"
1802
- },
1803
- "shortName": {
1804
- "description": "Used in subclass data",
1805
- "type": "string"
1806
- },
1807
- "className": {
1808
- "description": "Used in subclass data",
1809
- "type": "string"
1810
- },
1811
- "classSource": {
1812
- "description": "Used in subclass data",
1813
- "$ref": "util.json#/$defs/source"
1814
- },
1815
- "raceName": {
1816
- "description": "Used in race feature data",
1817
- "type": "string"
1818
- },
1819
- "raceSource": {
1820
- "description": "Used in race feature data",
1821
- "$ref": "util.json#/$defs/source"
1822
- },
1823
- "_mod": {
1824
- "$ref": "util.json#/$defs/_modObject"
1825
- },
1826
- "_trait": {
1827
- "type": "object",
1828
- "properties": {
1829
- "name": {
1830
- "type": "string"
1831
- },
1832
- "source": {
1833
- "$ref": "util.json#/$defs/source"
1834
- }
1835
- },
1836
- "required": [
1837
- "name",
1838
- "source"
1839
- ]
1840
- },
1841
- "_preserve": {
1842
- "type": "object",
1843
- "patternProperties": {
1844
- ".*": {
1845
- "const": true
1846
- }
1847
- }
1848
- }
1849
- },
1850
- "required": [
1851
- "name",
1852
- "source"
1853
- ],
1854
- "additionalProperties": false
1791
+ "$ref": "util.json#/$defs/copyBlock_copy_generic"
1855
1792
  }
1856
1793
  },
1857
1794
  "additionalProperties": false,
@@ -1073,70 +1073,7 @@
1073
1073
  "$ref": "util.json#/$defs/foundryImg"
1074
1074
  },
1075
1075
  "_copy": {
1076
- "type": "object",
1077
- "properties": {
1078
- "name": {
1079
- "type": "string"
1080
- },
1081
- "source": {
1082
- "$ref": "util.json#/$defs/source"
1083
- },
1084
- "pantheon": {
1085
- "description": "Used in deity data",
1086
- "type": "string"
1087
- },
1088
- "shortName": {
1089
- "description": "Used in subclass data",
1090
- "type": "string"
1091
- },
1092
- "className": {
1093
- "description": "Used in subclass data",
1094
- "type": "string"
1095
- },
1096
- "classSource": {
1097
- "description": "Used in subclass data",
1098
- "$ref": "util.json#/$defs/source"
1099
- },
1100
- "raceName": {
1101
- "description": "Used in race feature data",
1102
- "type": "string"
1103
- },
1104
- "raceSource": {
1105
- "description": "Used in race feature data",
1106
- "$ref": "util.json#/$defs/source"
1107
- },
1108
- "_mod": {
1109
- "$ref": "util.json#/$defs/_modObject"
1110
- },
1111
- "_trait": {
1112
- "type": "object",
1113
- "properties": {
1114
- "name": {
1115
- "type": "string"
1116
- },
1117
- "source": {
1118
- "$ref": "util.json#/$defs/source"
1119
- }
1120
- },
1121
- "required": [
1122
- "name",
1123
- "source"
1124
- ]
1125
- },
1126
- "_preserve": {
1127
- "type": "object",
1128
- "patternProperties": {
1129
- ".*": {
1130
- "const": true
1131
- }
1132
- }
1133
- }
1134
- },
1135
- "required": [
1136
- "name",
1137
- "source"
1138
- ],
1139
- "additionalProperties": false
1076
+ "$ref": "util.json#/$defs/copyBlock_copy_generic"
1140
1077
  }
1141
1078
  },
1142
1079
  "additionalProperties": false,
@@ -1660,70 +1597,7 @@
1660
1597
  "type": "object"
1661
1598
  },
1662
1599
  "_copy": {
1663
- "type": "object",
1664
- "properties": {
1665
- "name": {
1666
- "type": "string"
1667
- },
1668
- "source": {
1669
- "$ref": "util.json#/$defs/source"
1670
- },
1671
- "pantheon": {
1672
- "description": "Used in deity data",
1673
- "type": "string"
1674
- },
1675
- "shortName": {
1676
- "description": "Used in subclass data",
1677
- "type": "string"
1678
- },
1679
- "className": {
1680
- "description": "Used in subclass data",
1681
- "type": "string"
1682
- },
1683
- "classSource": {
1684
- "description": "Used in subclass data",
1685
- "$ref": "util.json#/$defs/source"
1686
- },
1687
- "raceName": {
1688
- "description": "Used in race feature data",
1689
- "type": "string"
1690
- },
1691
- "raceSource": {
1692
- "description": "Used in race feature data",
1693
- "$ref": "util.json#/$defs/source"
1694
- },
1695
- "_mod": {
1696
- "$ref": "util.json#/$defs/_modObject"
1697
- },
1698
- "_trait": {
1699
- "type": "object",
1700
- "properties": {
1701
- "name": {
1702
- "type": "string"
1703
- },
1704
- "source": {
1705
- "$ref": "util.json#/$defs/source"
1706
- }
1707
- },
1708
- "required": [
1709
- "name",
1710
- "source"
1711
- ]
1712
- },
1713
- "_preserve": {
1714
- "type": "object",
1715
- "patternProperties": {
1716
- ".*": {
1717
- "const": true
1718
- }
1719
- }
1720
- }
1721
- },
1722
- "required": [
1723
- "name",
1724
- "source"
1725
- ],
1726
- "additionalProperties": false
1600
+ "$ref": "util.json#/$defs/copyBlock_copy_generic"
1727
1601
  }
1728
1602
  },
1729
1603
  "additionalProperties": false,
@@ -529,70 +529,7 @@
529
529
  "$ref": "util.json#/$defs/foundryImg"
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,
@@ -1647,70 +1647,7 @@
1647
1647
  "$ref": "../util.json#/$defs/foundryImg"
1648
1648
  },
1649
1649
  "_copy": {
1650
- "type": "object",
1651
- "properties": {
1652
- "name": {
1653
- "type": "string"
1654
- },
1655
- "source": {
1656
- "$ref": "../util.json#/$defs/source"
1657
- },
1658
- "pantheon": {
1659
- "description": "Used in deity data",
1660
- "type": "string"
1661
- },
1662
- "shortName": {
1663
- "description": "Used in subclass data",
1664
- "type": "string"
1665
- },
1666
- "className": {
1667
- "description": "Used in subclass data",
1668
- "type": "string"
1669
- },
1670
- "classSource": {
1671
- "description": "Used in subclass data",
1672
- "$ref": "../util.json#/$defs/source"
1673
- },
1674
- "raceName": {
1675
- "description": "Used in race feature data",
1676
- "type": "string"
1677
- },
1678
- "raceSource": {
1679
- "description": "Used in race feature data",
1680
- "$ref": "../util.json#/$defs/source"
1681
- },
1682
- "_mod": {
1683
- "$ref": "../util.json#/$defs/_modObject"
1684
- },
1685
- "_trait": {
1686
- "type": "object",
1687
- "properties": {
1688
- "name": {
1689
- "type": "string"
1690
- },
1691
- "source": {
1692
- "$ref": "../util.json#/$defs/source"
1693
- }
1694
- },
1695
- "required": [
1696
- "name",
1697
- "source"
1698
- ]
1699
- },
1700
- "_preserve": {
1701
- "type": "object",
1702
- "patternProperties": {
1703
- ".*": {
1704
- "const": true
1705
- }
1706
- }
1707
- }
1708
- },
1709
- "required": [
1710
- "name",
1711
- "source"
1712
- ],
1713
- "additionalProperties": false
1650
+ "$ref": "../util.json#/$defs/copyBlock_copy_generic"
1714
1651
  }
1715
1652
  },
1716
1653
  "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",
@@ -2046,7 +2046,8 @@
2046
2046
  "items": {
2047
2047
  "type": "string",
2048
2048
  "examples": [
2049
- "Dragonlance"
2049
+ "Dragonlance",
2050
+ "Planescape"
2050
2051
  ]
2051
2052
  }
2052
2053
  },
@@ -2795,70 +2796,7 @@
2795
2796
  }
2796
2797
  },
2797
2798
  "_copy": {
2798
- "type": "object",
2799
- "properties": {
2800
- "name": {
2801
- "type": "string"
2802
- },
2803
- "source": {
2804
- "$ref": "util.json#/$defs/source"
2805
- },
2806
- "pantheon": {
2807
- "description": "Used in deity data",
2808
- "type": "string"
2809
- },
2810
- "shortName": {
2811
- "description": "Used in subclass data",
2812
- "type": "string"
2813
- },
2814
- "className": {
2815
- "description": "Used in subclass data",
2816
- "type": "string"
2817
- },
2818
- "classSource": {
2819
- "description": "Used in subclass data",
2820
- "$ref": "util.json#/$defs/source"
2821
- },
2822
- "raceName": {
2823
- "description": "Used in race feature data",
2824
- "type": "string"
2825
- },
2826
- "raceSource": {
2827
- "description": "Used in race feature data",
2828
- "$ref": "util.json#/$defs/source"
2829
- },
2830
- "_mod": {
2831
- "$ref": "#/$defs/_modObject"
2832
- },
2833
- "_trait": {
2834
- "type": "object",
2835
- "properties": {
2836
- "name": {
2837
- "type": "string"
2838
- },
2839
- "source": {
2840
- "$ref": "util.json#/$defs/source"
2841
- }
2842
- },
2843
- "required": [
2844
- "name",
2845
- "source"
2846
- ]
2847
- },
2848
- "_preserve": {
2849
- "type": "object",
2850
- "patternProperties": {
2851
- ".*": {
2852
- "const": true
2853
- }
2854
- }
2855
- }
2856
- },
2857
- "required": [
2858
- "name",
2859
- "source"
2860
- ],
2861
- "additionalProperties": false
2799
+ "$ref": "#/$defs/copyBlock_copy_generic"
2862
2800
  }
2863
2801
  },
2864
2802
  "additionalProperties": false,
@@ -3531,10 +3469,13 @@
3531
3469
  }
3532
3470
  ]
3533
3471
  },
3534
- "copyBlock": {
3472
+ "copyBlock_copy_base": {
3535
3473
  "type": "object",
3536
3474
  "properties": {
3537
- "_copy": {
3475
+ "_mod": {
3476
+ "$ref": "#/$defs/_modObject"
3477
+ },
3478
+ "_trait": {
3538
3479
  "type": "object",
3539
3480
  "properties": {
3540
3481
  "name": {
@@ -3542,63 +3483,95 @@
3542
3483
  },
3543
3484
  "source": {
3544
3485
  "$ref": "util.json#/$defs/source"
3545
- },
3546
- "pantheon": {
3547
- "description": "Used in deity data",
3548
- "type": "string"
3549
- },
3550
- "shortName": {
3551
- "description": "Used in subclass data",
3552
- "type": "string"
3553
- },
3554
- "className": {
3555
- "description": "Used in subclass data",
3556
- "type": "string"
3557
- },
3558
- "classSource": {
3559
- "description": "Used in subclass data",
3560
- "$ref": "util.json#/$defs/source"
3561
- },
3562
- "raceName": {
3563
- "description": "Used in race feature data",
3486
+ }
3487
+ },
3488
+ "required": [
3489
+ "name",
3490
+ "source"
3491
+ ]
3492
+ },
3493
+ "_preserve": {
3494
+ "type": "object",
3495
+ "patternProperties": {
3496
+ ".*": {
3497
+ "const": true
3498
+ }
3499
+ }
3500
+ }
3501
+ },
3502
+ "additionalProperties": false
3503
+ },
3504
+ "copyBlock_copy_generic": {
3505
+ "type": "object",
3506
+ "properties": {
3507
+ "_mod": {
3508
+ "$ref": "#/$defs/_modObject"
3509
+ },
3510
+ "_trait": {
3511
+ "type": "object",
3512
+ "properties": {
3513
+ "name": {
3564
3514
  "type": "string"
3565
3515
  },
3566
- "raceSource": {
3567
- "description": "Used in race feature data",
3516
+ "source": {
3568
3517
  "$ref": "util.json#/$defs/source"
3569
- },
3570
- "_mod": {
3571
- "$ref": "#/$defs/_modObject"
3572
- },
3573
- "_trait": {
3574
- "type": "object",
3575
- "properties": {
3576
- "name": {
3577
- "type": "string"
3578
- },
3579
- "source": {
3580
- "$ref": "util.json#/$defs/source"
3581
- }
3582
- },
3583
- "required": [
3584
- "name",
3585
- "source"
3586
- ]
3587
- },
3588
- "_preserve": {
3589
- "type": "object",
3590
- "patternProperties": {
3591
- ".*": {
3592
- "const": true
3593
- }
3594
- }
3595
3518
  }
3596
3519
  },
3597
3520
  "required": [
3598
3521
  "name",
3599
3522
  "source"
3600
- ],
3601
- "additionalProperties": false
3523
+ ]
3524
+ },
3525
+ "_preserve": {
3526
+ "type": "object",
3527
+ "patternProperties": {
3528
+ ".*": {
3529
+ "const": true
3530
+ }
3531
+ }
3532
+ },
3533
+ "name": {
3534
+ "type": "string"
3535
+ },
3536
+ "source": {
3537
+ "$ref": "util.json#/$defs/source"
3538
+ },
3539
+ "pantheon": {
3540
+ "description": "Used in deity data",
3541
+ "type": "string"
3542
+ },
3543
+ "shortName": {
3544
+ "description": "Used in subclass data",
3545
+ "type": "string"
3546
+ },
3547
+ "className": {
3548
+ "description": "Used in subclass data",
3549
+ "type": "string"
3550
+ },
3551
+ "classSource": {
3552
+ "description": "Used in subclass data",
3553
+ "$ref": "util.json#/$defs/source"
3554
+ },
3555
+ "raceName": {
3556
+ "description": "Used in race feature data",
3557
+ "type": "string"
3558
+ },
3559
+ "raceSource": {
3560
+ "description": "Used in race feature data",
3561
+ "$ref": "util.json#/$defs/source"
3562
+ }
3563
+ },
3564
+ "additionalProperties": false,
3565
+ "required": [
3566
+ "name",
3567
+ "source"
3568
+ ]
3569
+ },
3570
+ "copyBlockGeneric": {
3571
+ "type": "object",
3572
+ "properties": {
3573
+ "_copy": {
3574
+ "$ref": "#/$defs/copyBlock_copy_generic"
3602
3575
  }
3603
3576
  },
3604
3577
  "required": [
@@ -348,70 +348,7 @@
348
348
  "$ref": "util.json#/$defs/foundryAdvancementsArray"
349
349
  },
350
350
  "_copy": {
351
- "type": "object",
352
- "properties": {
353
- "name": {
354
- "type": "string"
355
- },
356
- "source": {
357
- "$ref": "util.json#/$defs/source"
358
- },
359
- "pantheon": {
360
- "description": "Used in deity data",
361
- "type": "string"
362
- },
363
- "shortName": {
364
- "description": "Used in subclass data",
365
- "type": "string"
366
- },
367
- "className": {
368
- "description": "Used in subclass data",
369
- "type": "string"
370
- },
371
- "classSource": {
372
- "description": "Used in subclass data",
373
- "$ref": "util.json#/$defs/source"
374
- },
375
- "raceName": {
376
- "description": "Used in race feature data",
377
- "type": "string"
378
- },
379
- "raceSource": {
380
- "description": "Used in race feature data",
381
- "$ref": "util.json#/$defs/source"
382
- },
383
- "_mod": {
384
- "$ref": "util.json#/$defs/_modObject"
385
- },
386
- "_trait": {
387
- "type": "object",
388
- "properties": {
389
- "name": {
390
- "type": "string"
391
- },
392
- "source": {
393
- "$ref": "util.json#/$defs/source"
394
- }
395
- },
396
- "required": [
397
- "name",
398
- "source"
399
- ]
400
- },
401
- "_preserve": {
402
- "type": "object",
403
- "patternProperties": {
404
- ".*": {
405
- "const": true
406
- }
407
- }
408
- }
409
- },
410
- "required": [
411
- "name",
412
- "source"
413
- ],
414
- "additionalProperties": false
351
+ "$ref": "util.json#/$defs/copyBlock_copy_generic"
415
352
  }
416
353
  },
417
354
  "additionalProperties": false,