5etools-utils 0.5.15 → 0.5.16

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 (73) hide show
  1. package/package.json +1 -1
  2. package/schema/brew/bestiary/bestiary.json +10 -1
  3. package/schema/brew/books.json +4 -1
  4. package/schema/brew/cultsboons.json +4 -1
  5. package/schema/brew/deities.json +10 -1
  6. package/schema/brew/items-base.json +4 -1
  7. package/schema/brew/items.json +10 -1
  8. package/schema/brew/languages.json +4 -1
  9. package/schema/brew/magicvariants.json +4 -1
  10. package/schema/brew/names.json +4 -1
  11. package/schema/brew/optionalfeatures.json +4 -1
  12. package/schema/brew/races.json +19 -1
  13. package/schema/brew/rewards.json +4 -1
  14. package/schema/brew/spells/spells.json +10 -1
  15. package/schema/brew/tables.json +4 -1
  16. package/schema/brew/trapshazards.json +10 -1
  17. package/schema/brew/util.json +4 -1
  18. package/schema/brew/variantrules.json +4 -1
  19. package/schema/brew/vehicles.json +13 -1
  20. package/schema/brew-fast/bestiary/bestiary.json +10 -1
  21. package/schema/brew-fast/books.json +4 -1
  22. package/schema/brew-fast/cultsboons.json +4 -1
  23. package/schema/brew-fast/deities.json +10 -1
  24. package/schema/brew-fast/items-base.json +4 -1
  25. package/schema/brew-fast/items.json +10 -1
  26. package/schema/brew-fast/languages.json +4 -1
  27. package/schema/brew-fast/magicvariants.json +4 -1
  28. package/schema/brew-fast/names.json +4 -1
  29. package/schema/brew-fast/optionalfeatures.json +4 -1
  30. package/schema/brew-fast/races.json +19 -1
  31. package/schema/brew-fast/rewards.json +4 -1
  32. package/schema/brew-fast/spells/spells.json +10 -1
  33. package/schema/brew-fast/tables.json +4 -1
  34. package/schema/brew-fast/trapshazards.json +10 -1
  35. package/schema/brew-fast/util.json +4 -1
  36. package/schema/brew-fast/variantrules.json +4 -1
  37. package/schema/brew-fast/vehicles.json +13 -1
  38. package/schema/site/bestiary/bestiary.json +10 -1
  39. package/schema/site/books.json +4 -1
  40. package/schema/site/cultsboons.json +4 -1
  41. package/schema/site/deities.json +10 -1
  42. package/schema/site/items-base.json +4 -1
  43. package/schema/site/items.json +10 -1
  44. package/schema/site/languages.json +4 -1
  45. package/schema/site/magicvariants.json +4 -1
  46. package/schema/site/names.json +4 -1
  47. package/schema/site/optionalfeatures.json +4 -1
  48. package/schema/site/races.json +19 -1
  49. package/schema/site/rewards.json +4 -1
  50. package/schema/site/spells/spells.json +10 -1
  51. package/schema/site/tables.json +4 -1
  52. package/schema/site/trapshazards.json +10 -1
  53. package/schema/site/util.json +4 -1
  54. package/schema/site/variantrules.json +4 -1
  55. package/schema/site/vehicles.json +13 -1
  56. package/schema/site-fast/bestiary/bestiary.json +10 -1
  57. package/schema/site-fast/books.json +4 -1
  58. package/schema/site-fast/cultsboons.json +4 -1
  59. package/schema/site-fast/deities.json +10 -1
  60. package/schema/site-fast/items-base.json +4 -1
  61. package/schema/site-fast/items.json +10 -1
  62. package/schema/site-fast/languages.json +4 -1
  63. package/schema/site-fast/magicvariants.json +4 -1
  64. package/schema/site-fast/names.json +4 -1
  65. package/schema/site-fast/optionalfeatures.json +4 -1
  66. package/schema/site-fast/races.json +19 -1
  67. package/schema/site-fast/rewards.json +4 -1
  68. package/schema/site-fast/spells/spells.json +10 -1
  69. package/schema/site-fast/tables.json +4 -1
  70. package/schema/site-fast/trapshazards.json +10 -1
  71. package/schema/site-fast/util.json +4 -1
  72. package/schema/site-fast/variantrules.json +4 -1
  73. package/schema/site-fast/vehicles.json +13 -1
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://json-schema.org/draft/2020-12/schema",
3
3
  "$id": "trapshazards.json",
4
- "version": "1.3.0",
4
+ "version": "1.3.1",
5
5
  "type": "object",
6
6
  "$defs": {
7
7
  "trap": {
@@ -35,6 +35,9 @@
35
35
  },
36
36
  "srd": {
37
37
  "$ref": "util.json#/$defs/srd"
38
+ },
39
+ "legacy": {
40
+ "$ref": "util.json#/$defs/legacy"
38
41
  }
39
42
  },
40
43
  "additionalProperties": false,
@@ -146,6 +149,9 @@
146
149
  },
147
150
  "srd": {
148
151
  "$ref": "util.json#/$defs/srd"
152
+ },
153
+ "legacy": {
154
+ "$ref": "util.json#/$defs/legacy"
149
155
  }
150
156
  },
151
157
  "additionalProperties": false,
@@ -195,6 +201,9 @@
195
201
  },
196
202
  "srd": {
197
203
  "$ref": "util.json#/$defs/srd"
204
+ },
205
+ "legacy": {
206
+ "$ref": "util.json#/$defs/legacy"
198
207
  }
199
208
  },
200
209
  "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.13.7",
6
+ "version": "1.13.8",
7
7
  "$defs": {
8
8
  "metaBlock": {
9
9
  "type": "object",
@@ -3227,6 +3227,9 @@
3227
3227
  "basicRules": {
3228
3228
  "const": true
3229
3229
  },
3230
+ "legacy": {
3231
+ "const": true
3232
+ },
3230
3233
  "fluffObject": {
3231
3234
  "type": "object",
3232
3235
  "properties": {
@@ -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.4",
4
+ "version": "1.1.5",
5
5
  "title": "RulesArray",
6
6
  "type": "object",
7
7
  "properties": {
@@ -53,6 +53,9 @@
53
53
  "srd": {
54
54
  "$ref": "util.json#/$defs/srd"
55
55
  },
56
+ "legacy": {
57
+ "$ref": "util.json#/$defs/legacy"
58
+ },
56
59
  "additionalSources": {
57
60
  "$ref": "util.json#/$defs/additionalSources"
58
61
  },
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://json-schema.org/draft/2020-12/schema",
3
3
  "$id": "vehicles.json",
4
- "version": "1.7.0",
4
+ "version": "1.7.1",
5
5
  "type": "object",
6
6
  "$defs": {
7
7
  "vehicleTerrain": {
@@ -88,6 +88,9 @@
88
88
  "otherSources": {
89
89
  "$ref": "util.json#/$defs/otherSources"
90
90
  },
91
+ "legacy": {
92
+ "$ref": "util.json#/$defs/legacy"
93
+ },
91
94
  "upgradeType": {
92
95
  "type": "array",
93
96
  "items": {
@@ -126,6 +129,9 @@
126
129
  "otherSources": {
127
130
  "$ref": "util.json#/$defs/otherSources"
128
131
  },
132
+ "legacy": {
133
+ "$ref": "util.json#/$defs/legacy"
134
+ },
129
135
  "vehicleType": {
130
136
  "const": "SHIP"
131
137
  },
@@ -463,6 +469,9 @@
463
469
  "otherSources": {
464
470
  "$ref": "util.json#/$defs/otherSources"
465
471
  },
472
+ "legacy": {
473
+ "$ref": "util.json#/$defs/legacy"
474
+ },
466
475
  "vehicleType": {
467
476
  "const": "SPELLJAMMER"
468
477
  },
@@ -620,6 +629,9 @@
620
629
  "otherSources": {
621
630
  "$ref": "util.json#/$defs/otherSources"
622
631
  },
632
+ "legacy": {
633
+ "$ref": "util.json#/$defs/legacy"
634
+ },
623
635
  "vehicleType": {
624
636
  "const": "INFWAR"
625
637
  },