5etools-utils 0.12.5 → 0.12.7

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 (127) hide show
  1. package/package.json +1 -1
  2. package/schema/brew/backgrounds.json +1 -1
  3. package/schema/brew/bestiary/bestiary.json +2 -2
  4. package/schema/brew/bestiary/legendarygroups.json +1 -1
  5. package/schema/brew/bestiary/template.json +4 -4
  6. package/schema/brew/class/class.json +2 -2
  7. package/schema/brew/decks.json +2 -2
  8. package/schema/brew/deities.json +1 -1
  9. package/schema/brew/feats.json +1 -1
  10. package/schema/brew/fluff-races.json +1 -1
  11. package/schema/brew/foundry-races.json +2 -2
  12. package/schema/brew/items-base.json +2 -2
  13. package/schema/brew/items.json +1075 -509
  14. package/schema/brew/optionalfeatures.json +1 -1
  15. package/schema/brew/races.json +8 -8
  16. package/schema/brew/recipes.json +1 -1
  17. package/schema/brew/sources-5etools.json +7 -0
  18. package/schema/brew/spells/spells.json +1 -1
  19. package/schema/brew/util-copy.json +960 -0
  20. package/schema/brew/util-foundry.json +8 -2
  21. package/schema/brew/util-token.json +7 -3
  22. package/schema/brew/util.json +2 -856
  23. package/schema/brew-fast/backgrounds.json +1 -1
  24. package/schema/brew-fast/bestiary/bestiary.json +2 -2
  25. package/schema/brew-fast/bestiary/legendarygroups.json +1 -1
  26. package/schema/brew-fast/bestiary/template.json +4 -4
  27. package/schema/brew-fast/class/class.json +2 -2
  28. package/schema/brew-fast/decks.json +2 -2
  29. package/schema/brew-fast/deities.json +1 -1
  30. package/schema/brew-fast/feats.json +1 -1
  31. package/schema/brew-fast/fluff-races.json +1 -1
  32. package/schema/brew-fast/foundry-races.json +2 -2
  33. package/schema/brew-fast/items-base.json +2 -2
  34. package/schema/brew-fast/items.json +1075 -509
  35. package/schema/brew-fast/optionalfeatures.json +1 -1
  36. package/schema/brew-fast/races.json +8 -8
  37. package/schema/brew-fast/recipes.json +1 -1
  38. package/schema/brew-fast/sources-5etools.json +7 -0
  39. package/schema/brew-fast/spells/spells.json +1 -1
  40. package/schema/brew-fast/util-copy.json +960 -0
  41. package/schema/brew-fast/util-foundry.json +8 -2
  42. package/schema/brew-fast/util-token.json +7 -3
  43. package/schema/brew-fast/util.json +2 -856
  44. package/schema/site/backgrounds.json +1 -1
  45. package/schema/site/bestiary/bestiary.json +2 -2
  46. package/schema/site/bestiary/legendarygroups.json +1 -1
  47. package/schema/site/bestiary/template.json +4 -4
  48. package/schema/site/class/class.json +2 -2
  49. package/schema/site/decks.json +2 -2
  50. package/schema/site/deities.json +1 -1
  51. package/schema/site/feats.json +1 -1
  52. package/schema/site/fluff-races.json +1 -1
  53. package/schema/site/foundry-races.json +2 -2
  54. package/schema/site/items-base.json +2 -2
  55. package/schema/site/items.json +1253 -728
  56. package/schema/site/optionalfeatures.json +1 -1
  57. package/schema/site/races.json +8 -8
  58. package/schema/site/recipes.json +1 -1
  59. package/schema/site/sources-5etools.json +7 -0
  60. package/schema/site/spells/spells.json +1 -1
  61. package/schema/site/util-copy.json +960 -0
  62. package/schema/site/util-foundry.json +8 -2
  63. package/schema/site/util-token.json +7 -3
  64. package/schema/site/util.json +2 -856
  65. package/schema/site-fast/backgrounds.json +1 -1
  66. package/schema/site-fast/bestiary/bestiary.json +2 -2
  67. package/schema/site-fast/bestiary/legendarygroups.json +1 -1
  68. package/schema/site-fast/bestiary/template.json +4 -4
  69. package/schema/site-fast/class/class.json +2 -2
  70. package/schema/site-fast/decks.json +2 -2
  71. package/schema/site-fast/deities.json +1 -1
  72. package/schema/site-fast/feats.json +1 -1
  73. package/schema/site-fast/fluff-races.json +1 -1
  74. package/schema/site-fast/foundry-races.json +2 -2
  75. package/schema/site-fast/items-base.json +2 -2
  76. package/schema/site-fast/items.json +1253 -728
  77. package/schema/site-fast/optionalfeatures.json +1 -1
  78. package/schema/site-fast/races.json +8 -8
  79. package/schema/site-fast/recipes.json +1 -1
  80. package/schema/site-fast/sources-5etools.json +7 -0
  81. package/schema/site-fast/spells/spells.json +1 -1
  82. package/schema/site-fast/util-copy.json +960 -0
  83. package/schema/site-fast/util-foundry.json +8 -2
  84. package/schema/site-fast/util-token.json +7 -3
  85. package/schema/site-fast/util.json +2 -856
  86. package/schema/ua/backgrounds.json +1 -1
  87. package/schema/ua/bestiary/bestiary.json +2 -2
  88. package/schema/ua/bestiary/legendarygroups.json +1 -1
  89. package/schema/ua/bestiary/template.json +4 -4
  90. package/schema/ua/class/class.json +2 -2
  91. package/schema/ua/decks.json +2 -2
  92. package/schema/ua/deities.json +1 -1
  93. package/schema/ua/feats.json +1 -1
  94. package/schema/ua/fluff-races.json +1 -1
  95. package/schema/ua/foundry-races.json +2 -2
  96. package/schema/ua/items-base.json +2 -2
  97. package/schema/ua/items.json +1257 -729
  98. package/schema/ua/optionalfeatures.json +1 -1
  99. package/schema/ua/races.json +8 -8
  100. package/schema/ua/recipes.json +1 -1
  101. package/schema/ua/sources-5etools.json +7 -0
  102. package/schema/ua/spells/spells.json +1 -1
  103. package/schema/ua/util-copy.json +960 -0
  104. package/schema/ua/util-foundry.json +8 -2
  105. package/schema/ua/util-token.json +7 -3
  106. package/schema/ua/util.json +2 -856
  107. package/schema/ua-fast/backgrounds.json +1 -1
  108. package/schema/ua-fast/bestiary/bestiary.json +2 -2
  109. package/schema/ua-fast/bestiary/legendarygroups.json +1 -1
  110. package/schema/ua-fast/bestiary/template.json +4 -4
  111. package/schema/ua-fast/class/class.json +2 -2
  112. package/schema/ua-fast/decks.json +2 -2
  113. package/schema/ua-fast/deities.json +1 -1
  114. package/schema/ua-fast/feats.json +1 -1
  115. package/schema/ua-fast/fluff-races.json +1 -1
  116. package/schema/ua-fast/foundry-races.json +2 -2
  117. package/schema/ua-fast/items-base.json +2 -2
  118. package/schema/ua-fast/items.json +1257 -729
  119. package/schema/ua-fast/optionalfeatures.json +1 -1
  120. package/schema/ua-fast/races.json +8 -8
  121. package/schema/ua-fast/recipes.json +1 -1
  122. package/schema/ua-fast/sources-5etools.json +7 -0
  123. package/schema/ua-fast/spells/spells.json +1 -1
  124. package/schema/ua-fast/util-copy.json +960 -0
  125. package/schema/ua-fast/util-foundry.json +8 -2
  126. package/schema/ua-fast/util-token.json +7 -3
  127. package/schema/ua-fast/util.json +2 -856
@@ -341,7 +341,7 @@
341
341
  "const": true
342
342
  },
343
343
  "_copy": {
344
- "$ref": "util.json#/$defs/copyBlock_copy_generic"
344
+ "$ref": "util-copy.json#/$defs/copyBlock_copy_generic"
345
345
  }
346
346
  },
347
347
  "additionalProperties": false,
@@ -228,7 +228,7 @@
228
228
  "type": "boolean"
229
229
  },
230
230
  "_versions": {
231
- "$ref": "util.json#/$defs/versionsArray"
231
+ "$ref": "util-copy.json#/$defs/versionsArray"
232
232
  },
233
233
  "fluff": {
234
234
  "$ref": "#/$defs/fluff"
@@ -460,7 +460,7 @@
460
460
  "type": "boolean"
461
461
  },
462
462
  "_versions": {
463
- "$ref": "util.json#/$defs/versionsArray"
463
+ "$ref": "util-copy.json#/$defs/versionsArray"
464
464
  },
465
465
  "fluff": {
466
466
  "$ref": "#/$defs/fluff"
@@ -783,7 +783,7 @@
783
783
  "type": "boolean"
784
784
  },
785
785
  "_versions": {
786
- "$ref": "util.json#/$defs/versionsArray"
786
+ "$ref": "util-copy.json#/$defs/versionsArray"
787
787
  },
788
788
  "fluff": {
789
789
  "$ref": "#/$defs/fluff"
@@ -1019,13 +1019,13 @@
1019
1019
  "type": "boolean"
1020
1020
  },
1021
1021
  "_versions": {
1022
- "$ref": "util.json#/$defs/versionsArray"
1022
+ "$ref": "util-copy.json#/$defs/versionsArray"
1023
1023
  },
1024
1024
  "fluff": {
1025
1025
  "$ref": "#/$defs/fluff"
1026
1026
  },
1027
1027
  "_copy": {
1028
- "$ref": "util.json#/$defs/copyBlock_copy_generic"
1028
+ "$ref": "util-copy.json#/$defs/copyBlock_copy_generic"
1029
1029
  }
1030
1030
  },
1031
1031
  "additionalProperties": false,
@@ -1261,7 +1261,7 @@
1261
1261
  "type": "boolean"
1262
1262
  },
1263
1263
  "_versions": {
1264
- "$ref": "util.json#/$defs/versionsArray"
1264
+ "$ref": "util-copy.json#/$defs/versionsArray"
1265
1265
  },
1266
1266
  "fluff": {
1267
1267
  "$ref": "#/$defs/fluff"
@@ -1508,7 +1508,7 @@
1508
1508
  "type": "boolean"
1509
1509
  },
1510
1510
  "_versions": {
1511
- "$ref": "util.json#/$defs/versionsArray"
1511
+ "$ref": "util-copy.json#/$defs/versionsArray"
1512
1512
  },
1513
1513
  "fluff": {
1514
1514
  "$ref": "#/$defs/fluff"
@@ -1524,7 +1524,7 @@
1524
1524
  "type": "object"
1525
1525
  },
1526
1526
  "_copy": {
1527
- "$ref": "util.json#/$defs/copyBlock_copy_generic"
1527
+ "$ref": "util-copy.json#/$defs/copyBlock_copy_generic"
1528
1528
  }
1529
1529
  },
1530
1530
  "additionalProperties": false,
@@ -538,7 +538,7 @@
538
538
  "type": "boolean"
539
539
  },
540
540
  "_copy": {
541
- "$ref": "util.json#/$defs/copyBlock_copy_generic"
541
+ "$ref": "util-copy.json#/$defs/copyBlock_copy_generic"
542
542
  }
543
543
  },
544
544
  "additionalProperties": false,
@@ -110,10 +110,14 @@
110
110
  "MPP",
111
111
  "BMT",
112
112
  "DMTCRG",
113
+ "QftIS",
114
+ "VEoR",
113
115
  "GHLoE",
114
116
  "DoDk",
115
117
  "HWCS",
116
118
  "HWAitW",
119
+ "ToB1-2023",
120
+ "TD",
117
121
  "Screen",
118
122
  "ScreenWildernessKit",
119
123
  "ScreenDungeonKit",
@@ -139,6 +143,9 @@
139
143
  "LK",
140
144
  "CoA",
141
145
  "PiP",
146
+ "DitLCoT",
147
+ "VNotEE",
148
+ "LRDT",
142
149
  "ALCurseOfStrahd",
143
150
  "ALElementalEvil",
144
151
  "ALRageOfDemons",
@@ -1566,7 +1566,7 @@
1566
1566
  "$ref": "../util.json#/$defs/fluffObject"
1567
1567
  },
1568
1568
  "_copy": {
1569
- "$ref": "../util.json#/$defs/copyBlock_copy_generic"
1569
+ "$ref": "../util-copy.json#/$defs/copyBlock_copy_generic"
1570
1570
  }
1571
1571
  },
1572
1572
  "additionalProperties": false,