5etools-utils 0.12.34 → 0.12.36

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 (97) hide show
  1. package/package.json +1 -1
  2. package/schema/brew/actions.json +4 -1
  3. package/schema/brew/backgrounds.json +10 -1
  4. package/schema/brew/bestiary/bestiary.json +12 -8
  5. package/schema/brew/class/class.json +18 -0
  6. package/schema/brew/conditionsdiseases.json +4 -1
  7. package/schema/brew/entry.json +79 -87
  8. package/schema/brew/feats.json +28 -1
  9. package/schema/brew/items-base.json +148 -1
  10. package/schema/brew/optionalfeatures.json +10 -1
  11. package/schema/brew/races.json +73 -73
  12. package/schema/brew/rewards.json +4 -1
  13. package/schema/brew/senses.json +4 -1
  14. package/schema/brew/skills.json +4 -1
  15. package/schema/brew/spells/spells.json +10 -1
  16. package/schema/brew/util-foundry.json +3 -0
  17. package/schema/brew/variantrules.json +10 -1
  18. package/schema/brew-fast/actions.json +4 -1
  19. package/schema/brew-fast/backgrounds.json +10 -1
  20. package/schema/brew-fast/bestiary/bestiary.json +12 -8
  21. package/schema/brew-fast/class/class.json +18 -0
  22. package/schema/brew-fast/conditionsdiseases.json +4 -1
  23. package/schema/brew-fast/entry.json +79 -87
  24. package/schema/brew-fast/feats.json +28 -1
  25. package/schema/brew-fast/items-base.json +148 -1
  26. package/schema/brew-fast/optionalfeatures.json +10 -1
  27. package/schema/brew-fast/races.json +73 -73
  28. package/schema/brew-fast/rewards.json +4 -1
  29. package/schema/brew-fast/senses.json +4 -1
  30. package/schema/brew-fast/skills.json +4 -1
  31. package/schema/brew-fast/spells/spells.json +10 -1
  32. package/schema/brew-fast/util-foundry.json +3 -0
  33. package/schema/brew-fast/variantrules.json +10 -1
  34. package/schema/site/actions.json +4 -1
  35. package/schema/site/backgrounds.json +10 -1
  36. package/schema/site/bestiary/bestiary.json +12 -8
  37. package/schema/site/class/class.json +18 -0
  38. package/schema/site/conditionsdiseases.json +4 -1
  39. package/schema/site/entry.json +78 -85
  40. package/schema/site/feats.json +28 -1
  41. package/schema/site/items-base.json +148 -1
  42. package/schema/site/optionalfeatures.json +10 -1
  43. package/schema/site/races.json +73 -73
  44. package/schema/site/rewards.json +4 -1
  45. package/schema/site/senses.json +4 -1
  46. package/schema/site/skills.json +4 -1
  47. package/schema/site/spells/spells.json +10 -1
  48. package/schema/site/util-foundry.json +3 -0
  49. package/schema/site/variantrules.json +10 -1
  50. package/schema/site-fast/actions.json +4 -1
  51. package/schema/site-fast/backgrounds.json +10 -1
  52. package/schema/site-fast/bestiary/bestiary.json +12 -8
  53. package/schema/site-fast/class/class.json +18 -0
  54. package/schema/site-fast/conditionsdiseases.json +4 -1
  55. package/schema/site-fast/entry.json +78 -85
  56. package/schema/site-fast/feats.json +28 -1
  57. package/schema/site-fast/items-base.json +148 -1
  58. package/schema/site-fast/optionalfeatures.json +10 -1
  59. package/schema/site-fast/races.json +73 -73
  60. package/schema/site-fast/rewards.json +4 -1
  61. package/schema/site-fast/senses.json +4 -1
  62. package/schema/site-fast/skills.json +4 -1
  63. package/schema/site-fast/spells/spells.json +10 -1
  64. package/schema/site-fast/util-foundry.json +3 -0
  65. package/schema/site-fast/variantrules.json +10 -1
  66. package/schema/ua/actions.json +4 -1
  67. package/schema/ua/backgrounds.json +10 -1
  68. package/schema/ua/bestiary/bestiary.json +12 -8
  69. package/schema/ua/class/class.json +18 -0
  70. package/schema/ua/conditionsdiseases.json +4 -1
  71. package/schema/ua/entry.json +78 -85
  72. package/schema/ua/feats.json +28 -1
  73. package/schema/ua/items-base.json +148 -1
  74. package/schema/ua/optionalfeatures.json +10 -1
  75. package/schema/ua/races.json +73 -73
  76. package/schema/ua/rewards.json +4 -1
  77. package/schema/ua/senses.json +4 -1
  78. package/schema/ua/skills.json +4 -1
  79. package/schema/ua/spells/spells.json +10 -1
  80. package/schema/ua/util-foundry.json +3 -0
  81. package/schema/ua/variantrules.json +10 -1
  82. package/schema/ua-fast/actions.json +4 -1
  83. package/schema/ua-fast/backgrounds.json +10 -1
  84. package/schema/ua-fast/bestiary/bestiary.json +12 -8
  85. package/schema/ua-fast/class/class.json +18 -0
  86. package/schema/ua-fast/conditionsdiseases.json +4 -1
  87. package/schema/ua-fast/entry.json +78 -85
  88. package/schema/ua-fast/feats.json +28 -1
  89. package/schema/ua-fast/items-base.json +148 -1
  90. package/schema/ua-fast/optionalfeatures.json +10 -1
  91. package/schema/ua-fast/races.json +73 -73
  92. package/schema/ua-fast/rewards.json +4 -1
  93. package/schema/ua-fast/senses.json +4 -1
  94. package/schema/ua-fast/skills.json +4 -1
  95. package/schema/ua-fast/spells/spells.json +10 -1
  96. package/schema/ua-fast/util-foundry.json +3 -0
  97. package/schema/ua-fast/variantrules.json +10 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "5etools-utils",
3
- "version": "0.12.34",
3
+ "version": "0.12.36",
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": "actions.json",
4
- "version": "1.2.1",
4
+ "version": "1.2.2",
5
5
  "type": "object",
6
6
  "$defs": {
7
7
  "action": {
@@ -22,6 +22,9 @@
22
22
  "page": {
23
23
  "$ref": "util.json#/$defs/page"
24
24
  },
25
+ "reprintedAs": {
26
+ "$ref": "util.json#/$defs/reprintedAs"
27
+ },
25
28
  "fromVariant": {
26
29
  "type": "string",
27
30
  "description": "UID of a \"variantrule\" to be linked as a footnote in the action."
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://json-schema.org/draft/2020-12/schema",
3
3
  "$id": "backgrounds.json",
4
- "version": "1.3.6",
4
+ "version": "1.3.7",
5
5
  "type": "object",
6
6
  "$defs": {
7
7
  "backgroundData": {
@@ -16,6 +16,9 @@
16
16
  "page": {
17
17
  "$ref": "util.json#/$defs/page"
18
18
  },
19
+ "reprintedAs": {
20
+ "$ref": "util.json#/$defs/reprintedAs"
21
+ },
19
22
  "prerequisite": {
20
23
  "$ref": "util.json#/$defs/prerequisite"
21
24
  },
@@ -140,6 +143,9 @@
140
143
  "page": {
141
144
  "$ref": "util.json#/$defs/page"
142
145
  },
146
+ "reprintedAs": {
147
+ "$ref": "util.json#/$defs/reprintedAs"
148
+ },
143
149
  "prerequisite": {
144
150
  "$ref": "util.json#/$defs/prerequisite"
145
151
  },
@@ -267,6 +273,9 @@
267
273
  "page": {
268
274
  "$ref": "util.json#/$defs/page"
269
275
  },
276
+ "reprintedAs": {
277
+ "$ref": "util.json#/$defs/reprintedAs"
278
+ },
270
279
  "prerequisite": {
271
280
  "$ref": "util.json#/$defs/prerequisite"
272
281
  },
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "$schema": "https://json-schema.org/draft/2020-12/schema",
3
- "version": "1.21.35",
3
+ "version": "1.21.36",
4
4
  "title": "Bestiary Schema",
5
5
  "$id": "bestiary.json",
6
6
  "type": "object",
@@ -1136,7 +1136,7 @@
1136
1136
  "miscTags": {
1137
1137
  "type": "array",
1138
1138
  "items": {
1139
- "description": "AOE: Has Areas of Effect\n CUR: Inflicts Curse\n DIS: Inflicts Disease\n HPR: Has HP Reduction\n MW: Has Weapon Attacks, Melee\n RW: Has Weapon Attacks, Ranged\n RCH: Has Reach Attacks\n MLW: Has Melee Weapons\n RNG: Has Ranged Weapons\n THW: Has Thrown Weapons",
1139
+ "description": "AOE: Has Areas of Effect\nCUR: Inflicts Curse\nDIS: Inflicts Disease\nHPR: Has HP Reduction\nMW: Has Weapon Attacks, Melee\nRW: Has Weapon Attacks, Ranged\nMA: Has Attacks, Melee\nRA: Has Attacks, Ranged\nRCH: Has Reach Attacks\nMLW: Has Melee Weapons\nRNG: Has Ranged Weapons\nTHW: Has Thrown Weapons",
1140
1140
  "enum": [
1141
1141
  "AOE",
1142
1142
  "CUR",
@@ -1144,6 +1144,8 @@
1144
1144
  "HPR",
1145
1145
  "MW",
1146
1146
  "RW",
1147
+ "MA",
1148
+ "RA",
1147
1149
  "RCH",
1148
1150
  "MLW",
1149
1151
  "RNG",
@@ -2348,7 +2350,7 @@
2348
2350
  "miscTags": {
2349
2351
  "type": "array",
2350
2352
  "items": {
2351
- "description": "AOE: Has Areas of Effect\n CUR: Inflicts Curse\n DIS: Inflicts Disease\n HPR: Has HP Reduction\n MW: Has Weapon Attacks, Melee\n RW: Has Weapon Attacks, Ranged\n RCH: Has Reach Attacks\n MLW: Has Melee Weapons\n RNG: Has Ranged Weapons\n THW: Has Thrown Weapons",
2353
+ "description": "AOE: Has Areas of Effect\nCUR: Inflicts Curse\nDIS: Inflicts Disease\nHPR: Has HP Reduction\nMW: Has Weapon Attacks, Melee\nRW: Has Weapon Attacks, Ranged\nMA: Has Attacks, Melee\nRA: Has Attacks, Ranged\nRCH: Has Reach Attacks\nMLW: Has Melee Weapons\nRNG: Has Ranged Weapons\nTHW: Has Thrown Weapons",
2352
2354
  "enum": [
2353
2355
  "AOE",
2354
2356
  "CUR",
@@ -2356,6 +2358,8 @@
2356
2358
  "HPR",
2357
2359
  "MW",
2358
2360
  "RW",
2361
+ "MA",
2362
+ "RA",
2359
2363
  "RCH",
2360
2364
  "MLW",
2361
2365
  "RNG",
@@ -3565,7 +3569,7 @@
3565
3569
  "miscTags": {
3566
3570
  "type": "array",
3567
3571
  "items": {
3568
- "description": "AOE: Has Areas of Effect\n CUR: Inflicts Curse\n DIS: Inflicts Disease\n HPR: Has HP Reduction\n MW: Has Weapon Attacks, Melee\n RW: Has Weapon Attacks, Ranged\n RCH: Has Reach Attacks\n MLW: Has Melee Weapons\n RNG: Has Ranged Weapons\n THW: Has Thrown Weapons",
3572
+ "description": "AOE: Has Areas of Effect\nCUR: Inflicts Curse\nDIS: Inflicts Disease\nHPR: Has HP Reduction\nMW: Has Weapon Attacks, Melee\nRW: Has Weapon Attacks, Ranged\nMA: Has Attacks, Melee\nRA: Has Attacks, Ranged\nRCH: Has Reach Attacks\nMLW: Has Melee Weapons\nRNG: Has Ranged Weapons\nTHW: Has Thrown Weapons",
3569
3573
  "enum": [
3570
3574
  "AOE",
3571
3575
  "CUR",
@@ -3573,6 +3577,8 @@
3573
3577
  "HPR",
3574
3578
  "MW",
3575
3579
  "RW",
3580
+ "MA",
3581
+ "RA",
3576
3582
  "RCH",
3577
3583
  "MLW",
3578
3584
  "RNG",
@@ -3856,8 +3862,7 @@
3856
3862
  "$ref": "../util.json#/$defs/basicRules"
3857
3863
  },
3858
3864
  "data": {
3859
- "description": "A generic object for storing special data for external use-cases. Keys prefixed with \"rd-\" should be added as \"data-\" HTML attributes when rendering to HTML.",
3860
- "type": "object"
3865
+ "$ref": "../entry.json#/$defs/_entryDataData"
3861
3866
  },
3862
3867
  "id": {
3863
3868
  "type": "string"
@@ -3963,8 +3968,7 @@
3963
3968
  "$ref": "../util.json#/$defs/basicRules"
3964
3969
  },
3965
3970
  "data": {
3966
- "description": "A generic object for storing special data for external use-cases. Keys prefixed with \"rd-\" should be added as \"data-\" HTML attributes when rendering to HTML.",
3967
- "type": "object"
3971
+ "$ref": "../entry.json#/$defs/_entryDataData"
3968
3972
  },
3969
3973
  "id": {
3970
3974
  "type": "string"
@@ -539,6 +539,9 @@
539
539
  "isReprinted": {
540
540
  "type": "boolean"
541
541
  },
542
+ "reprintedAs": {
543
+ "$ref": "../util.json#/$defs/reprintedAs"
544
+ },
542
545
  "srd": {
543
546
  "$ref": "../util.json#/$defs/srd"
544
547
  },
@@ -713,6 +716,9 @@
713
716
  "isReprinted": {
714
717
  "type": "boolean"
715
718
  },
719
+ "reprintedAs": {
720
+ "$ref": "../util.json#/$defs/reprintedAs"
721
+ },
716
722
  "srd": {
717
723
  "$ref": "../util.json#/$defs/srd"
718
724
  },
@@ -887,6 +893,9 @@
887
893
  "isReprinted": {
888
894
  "type": "boolean"
889
895
  },
896
+ "reprintedAs": {
897
+ "$ref": "../util.json#/$defs/reprintedAs"
898
+ },
890
899
  "srd": {
891
900
  "$ref": "../util.json#/$defs/srd"
892
901
  },
@@ -1144,6 +1153,9 @@
1144
1153
  "isReprinted": {
1145
1154
  "type": "boolean"
1146
1155
  },
1156
+ "reprintedAs": {
1157
+ "$ref": "../util.json#/$defs/reprintedAs"
1158
+ },
1147
1159
  "classGroup": {
1148
1160
  "type": "array",
1149
1161
  "items": {
@@ -1442,6 +1454,9 @@
1442
1454
  "isReprinted": {
1443
1455
  "type": "boolean"
1444
1456
  },
1457
+ "reprintedAs": {
1458
+ "$ref": "../util.json#/$defs/reprintedAs"
1459
+ },
1445
1460
  "classGroup": {
1446
1461
  "type": "array",
1447
1462
  "items": {
@@ -1743,6 +1758,9 @@
1743
1758
  "isReprinted": {
1744
1759
  "type": "boolean"
1745
1760
  },
1761
+ "reprintedAs": {
1762
+ "$ref": "../util.json#/$defs/reprintedAs"
1763
+ },
1746
1764
  "classGroup": {
1747
1765
  "type": "array",
1748
1766
  "items": {
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://json-schema.org/draft/2020-12/schema",
3
3
  "$id": "conditionsdiseases.json",
4
- "version": "1.2.3",
4
+ "version": "1.2.4",
5
5
  "type": "object",
6
6
  "$defs": {
7
7
  "conditionDisease": {
@@ -40,6 +40,9 @@
40
40
  "otherSources": {
41
41
  "$ref": "util.json#/$defs/otherSources"
42
42
  },
43
+ "reprintedAs": {
44
+ "$ref": "util.json#/$defs/reprintedAs"
45
+ },
43
46
  "hasFluff": {
44
47
  "type": "boolean"
45
48
  },