5etools-utils 0.15.16 → 0.15.18

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 (121) hide show
  1. package/package.json +1 -1
  2. package/schema/brew/charcreationoptions.json +162 -8
  3. package/schema/brew/cultsboons.json +399 -14
  4. package/schema/brew/encounterbuilder.json +81 -2
  5. package/schema/brew/entry.json +2 -2
  6. package/schema/brew/fluff-charcreationoptions.json +5 -33
  7. package/schema/brew/homebrew.json +8 -2
  8. package/schema/brew/items-base.json +290 -28
  9. package/schema/brew/languages.json +195 -6
  10. package/schema/brew/objects.json +389 -9
  11. package/schema/brew/psionics.json +356 -7
  12. package/schema/brew/rewards.json +207 -8
  13. package/schema/brew/senses.json +68 -7
  14. package/schema/brew/skills.json +74 -7
  15. package/schema/brew/tables.json +676 -94
  16. package/schema/brew/trapshazards.json +571 -14
  17. package/schema/brew/util-additionalspells.json +4 -1
  18. package/schema/brew/util-copy.json +143 -1
  19. package/schema/brew/util.json +26 -3
  20. package/schema/brew/variantrules.json +151 -22
  21. package/schema/brew/vehicles.json +6672 -61
  22. package/schema/brew-fast/charcreationoptions.json +162 -8
  23. package/schema/brew-fast/cultsboons.json +399 -14
  24. package/schema/brew-fast/encounterbuilder.json +81 -2
  25. package/schema/brew-fast/entry.json +2 -2
  26. package/schema/brew-fast/fluff-charcreationoptions.json +5 -33
  27. package/schema/brew-fast/homebrew.json +8 -2
  28. package/schema/brew-fast/items-base.json +290 -28
  29. package/schema/brew-fast/languages.json +195 -6
  30. package/schema/brew-fast/objects.json +389 -9
  31. package/schema/brew-fast/psionics.json +356 -7
  32. package/schema/brew-fast/rewards.json +207 -8
  33. package/schema/brew-fast/senses.json +68 -7
  34. package/schema/brew-fast/skills.json +74 -7
  35. package/schema/brew-fast/tables.json +676 -94
  36. package/schema/brew-fast/trapshazards.json +571 -14
  37. package/schema/brew-fast/util-additionalspells.json +4 -1
  38. package/schema/brew-fast/util-copy.json +143 -1
  39. package/schema/brew-fast/util.json +26 -3
  40. package/schema/brew-fast/variantrules.json +151 -22
  41. package/schema/brew-fast/vehicles.json +6672 -61
  42. package/schema/site/charcreationoptions.json +134 -8
  43. package/schema/site/cultsboons.json +315 -14
  44. package/schema/site/encounterbuilder.json +81 -2
  45. package/schema/site/entry.json +2 -2
  46. package/schema/site/fluff-charcreationoptions.json +5 -33
  47. package/schema/site/homebrew.json +8 -2
  48. package/schema/site/items-base.json +374 -40
  49. package/schema/site/languages.json +197 -6
  50. package/schema/site/objects.json +361 -9
  51. package/schema/site/psionics.json +314 -7
  52. package/schema/site/rewards.json +165 -8
  53. package/schema/site/senses.json +92 -7
  54. package/schema/site/skills.json +98 -7
  55. package/schema/site/tables.json +600 -87
  56. package/schema/site/trapshazards.json +555 -14
  57. package/schema/site/util-additionalspells.json +4 -1
  58. package/schema/site/util-copy.json +143 -1
  59. package/schema/site/util.json +26 -3
  60. package/schema/site/variantrules.json +161 -22
  61. package/schema/site/vehicles.json +6446 -86
  62. package/schema/site-fast/charcreationoptions.json +134 -8
  63. package/schema/site-fast/cultsboons.json +315 -14
  64. package/schema/site-fast/encounterbuilder.json +81 -2
  65. package/schema/site-fast/entry.json +2 -2
  66. package/schema/site-fast/fluff-charcreationoptions.json +5 -33
  67. package/schema/site-fast/homebrew.json +8 -2
  68. package/schema/site-fast/items-base.json +374 -40
  69. package/schema/site-fast/languages.json +197 -6
  70. package/schema/site-fast/objects.json +361 -9
  71. package/schema/site-fast/psionics.json +314 -7
  72. package/schema/site-fast/rewards.json +165 -8
  73. package/schema/site-fast/senses.json +92 -7
  74. package/schema/site-fast/skills.json +98 -7
  75. package/schema/site-fast/tables.json +600 -87
  76. package/schema/site-fast/trapshazards.json +555 -14
  77. package/schema/site-fast/util-additionalspells.json +4 -1
  78. package/schema/site-fast/util-copy.json +143 -1
  79. package/schema/site-fast/util.json +26 -3
  80. package/schema/site-fast/variantrules.json +161 -22
  81. package/schema/site-fast/vehicles.json +6446 -86
  82. package/schema/ua/charcreationoptions.json +110 -8
  83. package/schema/ua/cultsboons.json +315 -14
  84. package/schema/ua/encounterbuilder.json +81 -2
  85. package/schema/ua/entry.json +2 -2
  86. package/schema/ua/fluff-charcreationoptions.json +5 -33
  87. package/schema/ua/homebrew.json +8 -2
  88. package/schema/ua/items-base.json +290 -28
  89. package/schema/ua/languages.json +173 -6
  90. package/schema/ua/objects.json +367 -9
  91. package/schema/ua/psionics.json +314 -7
  92. package/schema/ua/rewards.json +165 -8
  93. package/schema/ua/senses.json +68 -7
  94. package/schema/ua/skills.json +74 -7
  95. package/schema/ua/tables.json +564 -87
  96. package/schema/ua/trapshazards.json +483 -14
  97. package/schema/ua/util-additionalspells.json +4 -1
  98. package/schema/ua/util-copy.json +143 -1
  99. package/schema/ua/util.json +26 -3
  100. package/schema/ua/variantrules.json +139 -22
  101. package/schema/ua/vehicles.json +6574 -76
  102. package/schema/ua-fast/charcreationoptions.json +110 -8
  103. package/schema/ua-fast/cultsboons.json +315 -14
  104. package/schema/ua-fast/encounterbuilder.json +81 -2
  105. package/schema/ua-fast/entry.json +2 -2
  106. package/schema/ua-fast/fluff-charcreationoptions.json +5 -33
  107. package/schema/ua-fast/homebrew.json +8 -2
  108. package/schema/ua-fast/items-base.json +290 -28
  109. package/schema/ua-fast/languages.json +173 -6
  110. package/schema/ua-fast/objects.json +367 -9
  111. package/schema/ua-fast/psionics.json +314 -7
  112. package/schema/ua-fast/rewards.json +165 -8
  113. package/schema/ua-fast/senses.json +68 -7
  114. package/schema/ua-fast/skills.json +74 -7
  115. package/schema/ua-fast/tables.json +564 -87
  116. package/schema/ua-fast/trapshazards.json +483 -14
  117. package/schema/ua-fast/util-additionalspells.json +4 -1
  118. package/schema/ua-fast/util-copy.json +143 -1
  119. package/schema/ua-fast/util.json +26 -3
  120. package/schema/ua-fast/variantrules.json +139 -22
  121. package/schema/ua-fast/vehicles.json +6574 -76
@@ -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.4.9",
4
+ "version": "1.5.0",
5
5
  "type": "object",
6
6
  "$defs": {
7
7
  "_trapHazardTier": {
@@ -78,11 +78,177 @@
78
78
  },
79
79
  "minItems": 1
80
80
  },
81
+ "trapDataDMG": {
82
+ "description": "Older format, used in DMG.\n\nExtended to support XDMG.",
83
+ "type": "object",
84
+ "properties": {
85
+ "name": {
86
+ "type": "string"
87
+ },
88
+ "alias": {
89
+ "$ref": "util.json#/$defs/alias"
90
+ },
91
+ "trapHazType": {
92
+ "type": "string",
93
+ "description": "- HAUNT: Haunted Trap\n- MAG: Magical Trap\n- MECH: Mechanical Trap\n- TRP: Trap",
94
+ "enum": [
95
+ "MECH",
96
+ "MAG",
97
+ "TRP",
98
+ "HAUNT"
99
+ ],
100
+ "markdownDescription": "- HAUNT: Haunted Trap\n- MAG: Magical Trap\n- MECH: Mechanical Trap\n- TRP: Trap"
101
+ },
102
+ "source": {
103
+ "$ref": "util.json#/$defs/source"
104
+ },
105
+ "page": {
106
+ "$ref": "util.json#/$defs/page"
107
+ },
108
+ "otherSources": {
109
+ "$ref": "util.json#/$defs/otherSources"
110
+ },
111
+ "referenceSources": {
112
+ "$ref": "util.json#/$defs/referenceSources"
113
+ },
114
+ "reprintedAs": {
115
+ "$ref": "util.json#/$defs/reprintedAs"
116
+ },
117
+ "trigger": {
118
+ "$ref": "#/$defs/_trapTrigger"
119
+ },
120
+ "duration": {
121
+ "$ref": "util-time.json#/$defs/durationEffect"
122
+ },
123
+ "entries": {
124
+ "type": "array",
125
+ "items": {
126
+ "$ref": "entry.json"
127
+ }
128
+ },
129
+ "rating": {
130
+ "$ref": "#/$defs/_trapHazardRating"
131
+ },
132
+ "hauntBonus": {
133
+ "type": "string"
134
+ },
135
+ "legacy": {
136
+ "$ref": "util.json#/$defs/legacy"
137
+ },
138
+ "hasFluff": {
139
+ "type": "boolean"
140
+ },
141
+ "hasFluffImages": {
142
+ "type": "boolean"
143
+ }
144
+ },
145
+ "additionalProperties": false,
146
+ "markdownDescription": "Older format, used in DMG.\n\nExtended to support XDMG."
147
+ },
148
+ "trapDataXGE": {
149
+ "description": "XGE \"Traps Revisited\" Simple/Complex traps",
150
+ "type": "object",
151
+ "properties": {
152
+ "name": {
153
+ "type": "string"
154
+ },
155
+ "alias": {
156
+ "$ref": "util.json#/$defs/alias"
157
+ },
158
+ "trapHazType": {
159
+ "type": "string",
160
+ "enum": [
161
+ "SMPL",
162
+ "CMPX"
163
+ ]
164
+ },
165
+ "source": {
166
+ "$ref": "util.json#/$defs/source"
167
+ },
168
+ "page": {
169
+ "$ref": "util.json#/$defs/page"
170
+ },
171
+ "otherSources": {
172
+ "$ref": "util.json#/$defs/otherSources"
173
+ },
174
+ "referenceSources": {
175
+ "$ref": "util.json#/$defs/referenceSources"
176
+ },
177
+ "reprintedAs": {
178
+ "$ref": "util.json#/$defs/reprintedAs"
179
+ },
180
+ "entries": {
181
+ "type": "array",
182
+ "items": {
183
+ "$ref": "entry.json"
184
+ }
185
+ },
186
+ "rating": {
187
+ "$ref": "#/$defs/_trapHazardRating"
188
+ },
189
+ "trigger": {
190
+ "$ref": "#/$defs/_trapTrigger"
191
+ },
192
+ "initiative": {
193
+ "oneOf": [
194
+ {
195
+ "type": "integer",
196
+ "minimum": 1,
197
+ "maximum": 3
198
+ }
199
+ ]
200
+ },
201
+ "initiativeNote": {
202
+ "$ref": "entry.json"
203
+ },
204
+ "effect": {
205
+ "type": "array",
206
+ "items": {
207
+ "$ref": "entry.json"
208
+ }
209
+ },
210
+ "eActive": {
211
+ "type": "array",
212
+ "items": {
213
+ "$ref": "entry.json"
214
+ }
215
+ },
216
+ "eDynamic": {
217
+ "type": "array",
218
+ "items": {
219
+ "$ref": "entry.json"
220
+ }
221
+ },
222
+ "eConstant": {
223
+ "type": "array",
224
+ "items": {
225
+ "$ref": "entry.json"
226
+ }
227
+ },
228
+ "countermeasures": {
229
+ "type": "array",
230
+ "items": {
231
+ "$ref": "entry.json"
232
+ }
233
+ },
234
+ "legacy": {
235
+ "$ref": "util.json#/$defs/legacy"
236
+ },
237
+ "hasFluff": {
238
+ "type": "boolean"
239
+ },
240
+ "hasFluffImages": {
241
+ "type": "boolean"
242
+ }
243
+ },
244
+ "additionalProperties": false,
245
+ "markdownDescription": "XGE "Traps Revisited" Simple/Complex traps"
246
+ },
81
247
  "trap": {
82
- "oneOf": [
248
+ "anyOf": [
83
249
  {
84
- "description": "Older format, used in DMG.\n\nExtended to support XDMG.",
85
250
  "type": "object",
251
+ "description": "Older format, used in DMG.\n\nExtended to support XDMG.",
86
252
  "properties": {
87
253
  "name": {
88
254
  "type": "string"
@@ -145,17 +311,90 @@
145
311
  }
146
312
  },
147
313
  "additionalProperties": false,
314
+ "markdownDescription": "Older format, used in DMG.\n\nExtended to support XDMG.",
148
315
  "required": [
149
316
  "name",
150
317
  "trapHazType",
151
318
  "source",
152
319
  "entries"
153
- ],
154
- "markdownDescription": "Older format, used in DMG.\n\nExtended to support XDMG."
320
+ ]
155
321
  },
156
322
  {
157
- "description": "XGE \"Traps Revisited\" Simple/Complex traps",
158
323
  "type": "object",
324
+ "description": "Older format, used in DMG.\n\nExtended to support XDMG.",
325
+ "properties": {
326
+ "name": {
327
+ "type": "string"
328
+ },
329
+ "alias": {
330
+ "$ref": "util.json#/$defs/alias"
331
+ },
332
+ "trapHazType": {
333
+ "type": "string",
334
+ "description": "- HAUNT: Haunted Trap\n- MAG: Magical Trap\n- MECH: Mechanical Trap\n- TRP: Trap",
335
+ "enum": [
336
+ "MECH",
337
+ "MAG",
338
+ "TRP",
339
+ "HAUNT"
340
+ ],
341
+ "markdownDescription": "- HAUNT: Haunted Trap\n- MAG: Magical Trap\n- MECH: Mechanical Trap\n- TRP: Trap"
342
+ },
343
+ "source": {
344
+ "$ref": "util.json#/$defs/source"
345
+ },
346
+ "page": {
347
+ "$ref": "util.json#/$defs/page"
348
+ },
349
+ "otherSources": {
350
+ "$ref": "util.json#/$defs/otherSources"
351
+ },
352
+ "referenceSources": {
353
+ "$ref": "util.json#/$defs/referenceSources"
354
+ },
355
+ "reprintedAs": {
356
+ "$ref": "util.json#/$defs/reprintedAs"
357
+ },
358
+ "trigger": {
359
+ "$ref": "#/$defs/_trapTrigger"
360
+ },
361
+ "duration": {
362
+ "$ref": "util-time.json#/$defs/durationEffect"
363
+ },
364
+ "entries": {
365
+ "type": "array",
366
+ "items": {
367
+ "$ref": "entry.json"
368
+ }
369
+ },
370
+ "rating": {
371
+ "$ref": "#/$defs/_trapHazardRating"
372
+ },
373
+ "hauntBonus": {
374
+ "type": "string"
375
+ },
376
+ "legacy": {
377
+ "$ref": "util.json#/$defs/legacy"
378
+ },
379
+ "hasFluff": {
380
+ "type": "boolean"
381
+ },
382
+ "hasFluffImages": {
383
+ "type": "boolean"
384
+ },
385
+ "_copy": {
386
+ "$ref": "util-copy.json#/$defs/copyBlock_copy_generic"
387
+ }
388
+ },
389
+ "additionalProperties": false,
390
+ "markdownDescription": "Older format, used in DMG.\n\nExtended to support XDMG.",
391
+ "required": [
392
+ "_copy"
393
+ ]
394
+ },
395
+ {
396
+ "type": "object",
397
+ "description": "XGE \"Traps Revisited\" Simple/Complex traps",
159
398
  "properties": {
160
399
  "name": {
161
400
  "type": "string"
@@ -250,6 +489,7 @@
250
489
  }
251
490
  },
252
491
  "additionalProperties": false,
492
+ "markdownDescription": "XGE "Traps Revisited" Simple/Complex traps",
253
493
  "required": [
254
494
  "name",
255
495
  "trapHazType",
@@ -257,12 +497,116 @@
257
497
  "entries",
258
498
  "trigger",
259
499
  "countermeasures"
260
- ],
261
- "markdownDescription": "XGE "Traps Revisited" Simple/Complex traps"
500
+ ]
501
+ },
502
+ {
503
+ "type": "object",
504
+ "description": "XGE \"Traps Revisited\" Simple/Complex traps",
505
+ "properties": {
506
+ "name": {
507
+ "type": "string"
508
+ },
509
+ "alias": {
510
+ "$ref": "util.json#/$defs/alias"
511
+ },
512
+ "trapHazType": {
513
+ "type": "string",
514
+ "enum": [
515
+ "SMPL",
516
+ "CMPX"
517
+ ]
518
+ },
519
+ "source": {
520
+ "$ref": "util.json#/$defs/source"
521
+ },
522
+ "page": {
523
+ "$ref": "util.json#/$defs/page"
524
+ },
525
+ "otherSources": {
526
+ "$ref": "util.json#/$defs/otherSources"
527
+ },
528
+ "referenceSources": {
529
+ "$ref": "util.json#/$defs/referenceSources"
530
+ },
531
+ "reprintedAs": {
532
+ "$ref": "util.json#/$defs/reprintedAs"
533
+ },
534
+ "entries": {
535
+ "type": "array",
536
+ "items": {
537
+ "$ref": "entry.json"
538
+ }
539
+ },
540
+ "rating": {
541
+ "$ref": "#/$defs/_trapHazardRating"
542
+ },
543
+ "trigger": {
544
+ "$ref": "#/$defs/_trapTrigger"
545
+ },
546
+ "initiative": {
547
+ "oneOf": [
548
+ {
549
+ "type": "integer",
550
+ "minimum": 1,
551
+ "maximum": 3
552
+ }
553
+ ]
554
+ },
555
+ "initiativeNote": {
556
+ "$ref": "entry.json"
557
+ },
558
+ "effect": {
559
+ "type": "array",
560
+ "items": {
561
+ "$ref": "entry.json"
562
+ }
563
+ },
564
+ "eActive": {
565
+ "type": "array",
566
+ "items": {
567
+ "$ref": "entry.json"
568
+ }
569
+ },
570
+ "eDynamic": {
571
+ "type": "array",
572
+ "items": {
573
+ "$ref": "entry.json"
574
+ }
575
+ },
576
+ "eConstant": {
577
+ "type": "array",
578
+ "items": {
579
+ "$ref": "entry.json"
580
+ }
581
+ },
582
+ "countermeasures": {
583
+ "type": "array",
584
+ "items": {
585
+ "$ref": "entry.json"
586
+ }
587
+ },
588
+ "legacy": {
589
+ "$ref": "util.json#/$defs/legacy"
590
+ },
591
+ "hasFluff": {
592
+ "type": "boolean"
593
+ },
594
+ "hasFluffImages": {
595
+ "type": "boolean"
596
+ },
597
+ "_copy": {
598
+ "$ref": "util-copy.json#/$defs/copyBlock_copy_generic"
599
+ }
600
+ },
601
+ "additionalProperties": false,
602
+ "markdownDescription": "XGE "Traps Revisited" Simple/Complex traps",
603
+ "required": [
604
+ "_copy"
605
+ ]
262
606
  }
263
607
  ]
264
608
  },
265
- "hazard": {
609
+ "hazardData": {
266
610
  "type": "object",
267
611
  "properties": {
268
612
  "name": {
@@ -314,15 +658,136 @@
314
658
  "type": "boolean"
315
659
  }
316
660
  },
317
- "additionalProperties": false,
318
- "required": [
319
- "name",
320
- "source",
321
- "entries"
661
+ "additionalProperties": false
662
+ },
663
+ "hazard": {
664
+ "anyOf": [
665
+ {
666
+ "type": "object",
667
+ "properties": {
668
+ "name": {
669
+ "type": "string"
670
+ },
671
+ "alias": {
672
+ "$ref": "util.json#/$defs/alias"
673
+ },
674
+ "trapHazType": {
675
+ "type": "string",
676
+ "description": "- ENV: Environmental Hazard\n- EST: Eldritch Storm\n- GEN: Generic\n- WTH: Weather\n- WLD: Wilderness Hazard",
677
+ "markdownDescription": "- ENV: Environmental Hazard\n- EST: Eldritch Storm\n- GEN: Generic\n- WTH: Weather\n- WLD: Wilderness Hazard",
678
+ "enum": [
679
+ "ENV",
680
+ "EST",
681
+ "GEN",
682
+ "WTH",
683
+ "WLD"
684
+ ]
685
+ },
686
+ "source": {
687
+ "$ref": "util.json#/$defs/source"
688
+ },
689
+ "page": {
690
+ "$ref": "util.json#/$defs/page"
691
+ },
692
+ "otherSources": {
693
+ "$ref": "util.json#/$defs/otherSources"
694
+ },
695
+ "reprintedAs": {
696
+ "$ref": "util.json#/$defs/reprintedAs"
697
+ },
698
+ "entries": {
699
+ "type": "array",
700
+ "items": {
701
+ "$ref": "entry.json"
702
+ }
703
+ },
704
+ "legacy": {
705
+ "$ref": "util.json#/$defs/legacy"
706
+ },
707
+ "rating": {
708
+ "$ref": "#/$defs/_trapHazardRating"
709
+ },
710
+ "hasFluff": {
711
+ "type": "boolean"
712
+ },
713
+ "hasFluffImages": {
714
+ "type": "boolean"
715
+ }
716
+ },
717
+ "additionalProperties": false,
718
+ "required": [
719
+ "name",
720
+ "source",
721
+ "entries"
722
+ ]
723
+ },
724
+ {
725
+ "type": "object",
726
+ "properties": {
727
+ "name": {
728
+ "type": "string"
729
+ },
730
+ "alias": {
731
+ "$ref": "util.json#/$defs/alias"
732
+ },
733
+ "trapHazType": {
734
+ "type": "string",
735
+ "description": "- ENV: Environmental Hazard\n- EST: Eldritch Storm\n- GEN: Generic\n- WTH: Weather\n- WLD: Wilderness Hazard",
736
+ "markdownDescription": "- ENV: Environmental Hazard\n- EST: Eldritch Storm\n- GEN: Generic\n- WTH: Weather\n- WLD: Wilderness Hazard",
737
+ "enum": [
738
+ "ENV",
739
+ "EST",
740
+ "GEN",
741
+ "WTH",
742
+ "WLD"
743
+ ]
744
+ },
745
+ "source": {
746
+ "$ref": "util.json#/$defs/source"
747
+ },
748
+ "page": {
749
+ "$ref": "util.json#/$defs/page"
750
+ },
751
+ "otherSources": {
752
+ "$ref": "util.json#/$defs/otherSources"
753
+ },
754
+ "reprintedAs": {
755
+ "$ref": "util.json#/$defs/reprintedAs"
756
+ },
757
+ "entries": {
758
+ "type": "array",
759
+ "items": {
760
+ "$ref": "entry.json"
761
+ }
762
+ },
763
+ "legacy": {
764
+ "$ref": "util.json#/$defs/legacy"
765
+ },
766
+ "rating": {
767
+ "$ref": "#/$defs/_trapHazardRating"
768
+ },
769
+ "hasFluff": {
770
+ "type": "boolean"
771
+ },
772
+ "hasFluffImages": {
773
+ "type": "boolean"
774
+ },
775
+ "_copy": {
776
+ "$ref": "util-copy.json#/$defs/copyBlock_copy_generic"
777
+ }
778
+ },
779
+ "additionalProperties": false,
780
+ "required": [
781
+ "_copy"
782
+ ]
783
+ }
322
784
  ]
323
785
  }
324
786
  },
325
787
  "properties": {
788
+ "_meta": {
789
+ "$ref": "util.json#/$defs/metaBlock"
790
+ },
326
791
  "trap": {
327
792
  "type": "array",
328
793
  "minItems": 1,
@@ -340,5 +805,9 @@
340
805
  }
341
806
  }
342
807
  },
808
+ "required": [
809
+ "trap",
810
+ "hazard"
811
+ ],
343
812
  "additionalProperties": false
344
813
  }
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://json-schema.org/draft/2020-12/schema",
3
3
  "$id": "util-additionalspells.json",
4
- "version": "1.0.3",
4
+ "version": "1.0.4",
5
5
  "title": "Util: Additional Spells",
6
6
  "$defs": {
7
7
  "_additionalSpellObject": {
@@ -176,6 +176,9 @@
176
176
  },
177
177
  "cha": {
178
178
  "$ref": "#/$defs/_additionalSpellArrayOfStringOrFilterObject"
179
+ },
180
+ "mod": {
181
+ "$ref": "#/$defs/_additionalSpellArrayOfStringOrFilterObject"
179
182
  }
180
183
  },
181
184
  "additionalProperties": false