5etools-utils 0.12.35 → 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 (91) 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 +2 -4
  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 +10 -1
  9. package/schema/brew/items-base.json +28 -1
  10. package/schema/brew/optionalfeatures.json +10 -1
  11. package/schema/brew/rewards.json +4 -1
  12. package/schema/brew/senses.json +4 -1
  13. package/schema/brew/skills.json +4 -1
  14. package/schema/brew/spells/spells.json +10 -1
  15. package/schema/brew/util-foundry.json +3 -0
  16. package/schema/brew/variantrules.json +4 -1
  17. package/schema/brew-fast/actions.json +4 -1
  18. package/schema/brew-fast/backgrounds.json +10 -1
  19. package/schema/brew-fast/bestiary/bestiary.json +2 -4
  20. package/schema/brew-fast/class/class.json +18 -0
  21. package/schema/brew-fast/conditionsdiseases.json +4 -1
  22. package/schema/brew-fast/entry.json +79 -87
  23. package/schema/brew-fast/feats.json +10 -1
  24. package/schema/brew-fast/items-base.json +28 -1
  25. package/schema/brew-fast/optionalfeatures.json +10 -1
  26. package/schema/brew-fast/rewards.json +4 -1
  27. package/schema/brew-fast/senses.json +4 -1
  28. package/schema/brew-fast/skills.json +4 -1
  29. package/schema/brew-fast/spells/spells.json +10 -1
  30. package/schema/brew-fast/util-foundry.json +3 -0
  31. package/schema/brew-fast/variantrules.json +4 -1
  32. package/schema/site/actions.json +4 -1
  33. package/schema/site/backgrounds.json +10 -1
  34. package/schema/site/bestiary/bestiary.json +2 -4
  35. package/schema/site/class/class.json +18 -0
  36. package/schema/site/conditionsdiseases.json +4 -1
  37. package/schema/site/entry.json +78 -85
  38. package/schema/site/feats.json +10 -1
  39. package/schema/site/items-base.json +28 -1
  40. package/schema/site/optionalfeatures.json +10 -1
  41. package/schema/site/rewards.json +4 -1
  42. package/schema/site/senses.json +4 -1
  43. package/schema/site/skills.json +4 -1
  44. package/schema/site/spells/spells.json +10 -1
  45. package/schema/site/util-foundry.json +3 -0
  46. package/schema/site/variantrules.json +4 -1
  47. package/schema/site-fast/actions.json +4 -1
  48. package/schema/site-fast/backgrounds.json +10 -1
  49. package/schema/site-fast/bestiary/bestiary.json +2 -4
  50. package/schema/site-fast/class/class.json +18 -0
  51. package/schema/site-fast/conditionsdiseases.json +4 -1
  52. package/schema/site-fast/entry.json +78 -85
  53. package/schema/site-fast/feats.json +10 -1
  54. package/schema/site-fast/items-base.json +28 -1
  55. package/schema/site-fast/optionalfeatures.json +10 -1
  56. package/schema/site-fast/rewards.json +4 -1
  57. package/schema/site-fast/senses.json +4 -1
  58. package/schema/site-fast/skills.json +4 -1
  59. package/schema/site-fast/spells/spells.json +10 -1
  60. package/schema/site-fast/util-foundry.json +3 -0
  61. package/schema/site-fast/variantrules.json +4 -1
  62. package/schema/ua/actions.json +4 -1
  63. package/schema/ua/backgrounds.json +10 -1
  64. package/schema/ua/bestiary/bestiary.json +2 -4
  65. package/schema/ua/class/class.json +18 -0
  66. package/schema/ua/conditionsdiseases.json +4 -1
  67. package/schema/ua/entry.json +78 -85
  68. package/schema/ua/feats.json +10 -1
  69. package/schema/ua/items-base.json +28 -1
  70. package/schema/ua/optionalfeatures.json +10 -1
  71. package/schema/ua/rewards.json +4 -1
  72. package/schema/ua/senses.json +4 -1
  73. package/schema/ua/skills.json +4 -1
  74. package/schema/ua/spells/spells.json +10 -1
  75. package/schema/ua/util-foundry.json +3 -0
  76. package/schema/ua/variantrules.json +4 -1
  77. package/schema/ua-fast/actions.json +4 -1
  78. package/schema/ua-fast/backgrounds.json +10 -1
  79. package/schema/ua-fast/bestiary/bestiary.json +2 -4
  80. package/schema/ua-fast/class/class.json +18 -0
  81. package/schema/ua-fast/conditionsdiseases.json +4 -1
  82. package/schema/ua-fast/entry.json +78 -85
  83. package/schema/ua-fast/feats.json +10 -1
  84. package/schema/ua-fast/items-base.json +28 -1
  85. package/schema/ua-fast/optionalfeatures.json +10 -1
  86. package/schema/ua-fast/rewards.json +4 -1
  87. package/schema/ua-fast/senses.json +4 -1
  88. package/schema/ua-fast/skills.json +4 -1
  89. package/schema/ua-fast/spells/spells.json +10 -1
  90. package/schema/ua-fast/util-foundry.json +3 -0
  91. package/schema/ua-fast/variantrules.json +4 -1
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://json-schema.org/draft/2020-12/schema",
3
3
  "$id": "rewards.json",
4
- "version": "1.1.3",
4
+ "version": "1.1.4",
5
5
  "type": "object",
6
6
  "$defs": {
7
7
  "reward": {
@@ -19,6 +19,9 @@
19
19
  "legacy": {
20
20
  "$ref": "util.json#/$defs/legacy"
21
21
  },
22
+ "reprintedAs": {
23
+ "$ref": "util.json#/$defs/reprintedAs"
24
+ },
22
25
  "type": {
23
26
  "type": "string",
24
27
  "enum": [
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://json-schema.org/draft/2020-12/schema",
3
3
  "$id": "senses.json",
4
- "version": "1.0.2",
4
+ "version": "1.0.3",
5
5
  "type": "object",
6
6
  "$defs": {
7
7
  "sense": {
@@ -28,6 +28,9 @@
28
28
  "freeRules2024": {
29
29
  "$ref": "util.json#/$defs/basicRules"
30
30
  },
31
+ "reprintedAs": {
32
+ "$ref": "util.json#/$defs/reprintedAs"
33
+ },
31
34
  "entries": {
32
35
  "type": "array",
33
36
  "items": {
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://json-schema.org/draft/2020-12/schema",
3
3
  "$id": "skills.json",
4
- "version": "1.0.3",
4
+ "version": "1.0.4",
5
5
  "type": "object",
6
6
  "$defs": {
7
7
  "skill": {
@@ -28,6 +28,9 @@
28
28
  "freeRules2024": {
29
29
  "$ref": "util.json#/$defs/basicRules"
30
30
  },
31
+ "reprintedAs": {
32
+ "$ref": "util.json#/$defs/reprintedAs"
33
+ },
31
34
  "ability": {
32
35
  "$ref": "util.json#/$defs/abilityScoreAbbreviation"
33
36
  },
@@ -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.15",
4
+ "version": "1.9.16",
5
5
  "title": "Spells",
6
6
  "type": "object",
7
7
  "$defs": {
@@ -181,6 +181,9 @@
181
181
  "otherSources": {
182
182
  "$ref": "../util.json#/$defs/otherSources"
183
183
  },
184
+ "reprintedAs": {
185
+ "$ref": "../util.json#/$defs/reprintedAs"
186
+ },
184
187
  "damageInflict": {
185
188
  "type": "array",
186
189
  "uniqueItems": true,
@@ -707,6 +710,9 @@
707
710
  "otherSources": {
708
711
  "$ref": "../util.json#/$defs/otherSources"
709
712
  },
713
+ "reprintedAs": {
714
+ "$ref": "../util.json#/$defs/reprintedAs"
715
+ },
710
716
  "damageInflict": {
711
717
  "type": "array",
712
718
  "uniqueItems": true,
@@ -1241,6 +1247,9 @@
1241
1247
  "otherSources": {
1242
1248
  "$ref": "../util.json#/$defs/otherSources"
1243
1249
  },
1250
+ "reprintedAs": {
1251
+ "$ref": "../util.json#/$defs/reprintedAs"
1252
+ },
1244
1253
  "damageInflict": {
1245
1254
  "type": "array",
1246
1255
  "uniqueItems": true,
@@ -26,6 +26,9 @@
26
26
  "savingThrowProficiencies": {
27
27
  "$ref": "util.json#/$defs/savingThrowProficiencies"
28
28
  },
29
+ "skillToolLanguageProficiencies": {
30
+ "$ref": "util.json#/$defs/skillToolLanguageProficiencies"
31
+ },
29
32
  "expertise": {
30
33
  "$ref": "util.json#/$defs/expertise"
31
34
  },
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://json-schema.org/draft/2020-12/schema",
3
3
  "$id": "variantrules.json",
4
- "version": "1.1.9",
4
+ "version": "1.1.10",
5
5
  "title": "RulesArray",
6
6
  "type": "object",
7
7
  "properties": {
@@ -72,6 +72,9 @@
72
72
  },
73
73
  "otherSources": {
74
74
  "$ref": "util.json#/$defs/otherSources"
75
+ },
76
+ "reprintedAs": {
77
+ "$ref": "util.json#/$defs/reprintedAs"
75
78
  }
76
79
  },
77
80
  "required": [
@@ -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
  },
@@ -110,6 +113,9 @@
110
113
  "page": {
111
114
  "$ref": "util.json#/$defs/page"
112
115
  },
116
+ "reprintedAs": {
117
+ "$ref": "util.json#/$defs/reprintedAs"
118
+ },
113
119
  "prerequisite": {
114
120
  "$ref": "util.json#/$defs/prerequisite"
115
121
  },
@@ -207,6 +213,9 @@
207
213
  "page": {
208
214
  "$ref": "util.json#/$defs/page"
209
215
  },
216
+ "reprintedAs": {
217
+ "$ref": "util.json#/$defs/reprintedAs"
218
+ },
210
219
  "prerequisite": {
211
220
  "$ref": "util.json#/$defs/prerequisite"
212
221
  },
@@ -3589,8 +3589,7 @@
3589
3589
  "$ref": "../util.json#/$defs/basicRules"
3590
3590
  },
3591
3591
  "data": {
3592
- "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.",
3593
- "type": "object"
3592
+ "$ref": "../entry.json#/$defs/_entryDataData"
3594
3593
  },
3595
3594
  "id": {
3596
3595
  "type": "string"
@@ -3696,8 +3695,7 @@
3696
3695
  "$ref": "../util.json#/$defs/basicRules"
3697
3696
  },
3698
3697
  "data": {
3699
- "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.",
3700
- "type": "object"
3698
+ "$ref": "../entry.json#/$defs/_entryDataData"
3701
3699
  },
3702
3700
  "id": {
3703
3701
  "type": "string"
@@ -449,6 +449,9 @@
449
449
  "isReprinted": {
450
450
  "type": "boolean"
451
451
  },
452
+ "reprintedAs": {
453
+ "$ref": "../util.json#/$defs/reprintedAs"
454
+ },
452
455
  "srd": {
453
456
  "$ref": "../util.json#/$defs/srd"
454
457
  },
@@ -608,6 +611,9 @@
608
611
  "isReprinted": {
609
612
  "type": "boolean"
610
613
  },
614
+ "reprintedAs": {
615
+ "$ref": "../util.json#/$defs/reprintedAs"
616
+ },
611
617
  "srd": {
612
618
  "$ref": "../util.json#/$defs/srd"
613
619
  },
@@ -767,6 +773,9 @@
767
773
  "isReprinted": {
768
774
  "type": "boolean"
769
775
  },
776
+ "reprintedAs": {
777
+ "$ref": "../util.json#/$defs/reprintedAs"
778
+ },
770
779
  "srd": {
771
780
  "$ref": "../util.json#/$defs/srd"
772
781
  },
@@ -1009,6 +1018,9 @@
1009
1018
  "isReprinted": {
1010
1019
  "type": "boolean"
1011
1020
  },
1021
+ "reprintedAs": {
1022
+ "$ref": "../util.json#/$defs/reprintedAs"
1023
+ },
1012
1024
  "classGroup": {
1013
1025
  "type": "array",
1014
1026
  "items": {
@@ -1287,6 +1299,9 @@
1287
1299
  "isReprinted": {
1288
1300
  "type": "boolean"
1289
1301
  },
1302
+ "reprintedAs": {
1303
+ "$ref": "../util.json#/$defs/reprintedAs"
1304
+ },
1290
1305
  "classGroup": {
1291
1306
  "type": "array",
1292
1307
  "items": {
@@ -1568,6 +1583,9 @@
1568
1583
  "isReprinted": {
1569
1584
  "type": "boolean"
1570
1585
  },
1586
+ "reprintedAs": {
1587
+ "$ref": "../util.json#/$defs/reprintedAs"
1588
+ },
1571
1589
  "classGroup": {
1572
1590
  "type": "array",
1573
1591
  "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
  },