5etools-utils 0.9.30 → 0.9.32

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/backgrounds.json +1 -64
  3. package/schema/brew/bestiary/bestiary.json +1 -64
  4. package/schema/brew/bestiary/legendarygroups.json +1 -64
  5. package/schema/brew/bestiary/template.json +1 -64
  6. package/schema/brew/class/class.json +2 -128
  7. package/schema/brew/decks.json +2 -128
  8. package/schema/brew/deities.json +1 -64
  9. package/schema/brew/fluff-races.json +1 -64
  10. package/schema/brew/foundry-races.json +2 -128
  11. package/schema/brew/items-base.json +246 -149
  12. package/schema/brew/items.json +1 -64
  13. package/schema/brew/magicvariants.json +4 -1
  14. package/schema/brew/races.json +2 -128
  15. package/schema/brew/recipes.json +1 -64
  16. package/schema/brew/spells/spells.json +1 -64
  17. package/schema/brew/util.json +90 -117
  18. package/schema/brew-fast/backgrounds.json +1 -64
  19. package/schema/brew-fast/bestiary/bestiary.json +1 -64
  20. package/schema/brew-fast/bestiary/legendarygroups.json +1 -64
  21. package/schema/brew-fast/bestiary/template.json +1 -64
  22. package/schema/brew-fast/class/class.json +2 -128
  23. package/schema/brew-fast/decks.json +2 -128
  24. package/schema/brew-fast/deities.json +1 -64
  25. package/schema/brew-fast/fluff-races.json +1 -64
  26. package/schema/brew-fast/foundry-races.json +2 -128
  27. package/schema/brew-fast/items-base.json +246 -149
  28. package/schema/brew-fast/items.json +1 -64
  29. package/schema/brew-fast/magicvariants.json +4 -1
  30. package/schema/brew-fast/races.json +2 -128
  31. package/schema/brew-fast/recipes.json +1 -64
  32. package/schema/brew-fast/spells/spells.json +1 -64
  33. package/schema/brew-fast/util.json +90 -117
  34. package/schema/site/backgrounds.json +1 -64
  35. package/schema/site/bestiary/bestiary.json +1 -64
  36. package/schema/site/bestiary/legendarygroups.json +1 -64
  37. package/schema/site/bestiary/template.json +1 -64
  38. package/schema/site/class/class.json +2 -128
  39. package/schema/site/decks.json +2 -128
  40. package/schema/site/deities.json +1 -64
  41. package/schema/site/fluff-races.json +1 -64
  42. package/schema/site/foundry-races.json +2 -128
  43. package/schema/site/items-base.json +249 -152
  44. package/schema/site/items.json +1 -64
  45. package/schema/site/magicvariants.json +4 -1
  46. package/schema/site/races.json +2 -128
  47. package/schema/site/recipes.json +1 -64
  48. package/schema/site/spells/spells.json +1 -64
  49. package/schema/site/util.json +90 -117
  50. package/schema/site-fast/backgrounds.json +1 -64
  51. package/schema/site-fast/bestiary/bestiary.json +1 -64
  52. package/schema/site-fast/bestiary/legendarygroups.json +1 -64
  53. package/schema/site-fast/bestiary/template.json +1 -64
  54. package/schema/site-fast/class/class.json +2 -128
  55. package/schema/site-fast/decks.json +2 -128
  56. package/schema/site-fast/deities.json +1 -64
  57. package/schema/site-fast/fluff-races.json +1 -64
  58. package/schema/site-fast/foundry-races.json +2 -128
  59. package/schema/site-fast/items-base.json +249 -152
  60. package/schema/site-fast/items.json +1 -64
  61. package/schema/site-fast/magicvariants.json +4 -1
  62. package/schema/site-fast/races.json +2 -128
  63. package/schema/site-fast/recipes.json +1 -64
  64. package/schema/site-fast/spells/spells.json +1 -64
  65. package/schema/site-fast/util.json +90 -117
  66. package/schema/ua/backgrounds.json +1 -64
  67. package/schema/ua/bestiary/bestiary.json +1 -64
  68. package/schema/ua/bestiary/legendarygroups.json +1 -64
  69. package/schema/ua/bestiary/template.json +1 -64
  70. package/schema/ua/class/class.json +2 -128
  71. package/schema/ua/decks.json +2 -128
  72. package/schema/ua/deities.json +1 -64
  73. package/schema/ua/fluff-races.json +1 -64
  74. package/schema/ua/foundry-races.json +2 -128
  75. package/schema/ua/items-base.json +249 -152
  76. package/schema/ua/items.json +1 -64
  77. package/schema/ua/magicvariants.json +4 -1
  78. package/schema/ua/races.json +2 -128
  79. package/schema/ua/recipes.json +1 -64
  80. package/schema/ua/spells/spells.json +1 -64
  81. package/schema/ua/util.json +90 -117
  82. package/schema/ua-fast/backgrounds.json +1 -64
  83. package/schema/ua-fast/bestiary/bestiary.json +1 -64
  84. package/schema/ua-fast/bestiary/legendarygroups.json +1 -64
  85. package/schema/ua-fast/bestiary/template.json +1 -64
  86. package/schema/ua-fast/class/class.json +2 -128
  87. package/schema/ua-fast/decks.json +2 -128
  88. package/schema/ua-fast/deities.json +1 -64
  89. package/schema/ua-fast/fluff-races.json +1 -64
  90. package/schema/ua-fast/foundry-races.json +2 -128
  91. package/schema/ua-fast/items-base.json +249 -152
  92. package/schema/ua-fast/items.json +1 -64
  93. package/schema/ua-fast/magicvariants.json +4 -1
  94. package/schema/ua-fast/races.json +2 -128
  95. package/schema/ua-fast/recipes.json +1 -64
  96. package/schema/ua-fast/spells/spells.json +1 -64
  97. package/schema/ua-fast/util.json +90 -117
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "5etools-utils",
3
- "version": "0.9.30",
3
+ "version": "0.9.32",
4
4
  "description": "Shared utilities for the 5etools ecosystem.",
5
5
  "type": "module",
6
6
  "main": "lib/Api.js",
@@ -348,70 +348,7 @@
348
348
  "$ref": "util.json#/$defs/foundryAdvancementsArray"
349
349
  },
350
350
  "_copy": {
351
- "type": "object",
352
- "properties": {
353
- "name": {
354
- "type": "string"
355
- },
356
- "source": {
357
- "$ref": "util.json#/$defs/source"
358
- },
359
- "pantheon": {
360
- "description": "Used in deity data",
361
- "type": "string"
362
- },
363
- "shortName": {
364
- "description": "Used in subclass data",
365
- "type": "string"
366
- },
367
- "className": {
368
- "description": "Used in subclass data",
369
- "type": "string"
370
- },
371
- "classSource": {
372
- "description": "Used in subclass data",
373
- "$ref": "util.json#/$defs/source"
374
- },
375
- "raceName": {
376
- "description": "Used in race feature data",
377
- "type": "string"
378
- },
379
- "raceSource": {
380
- "description": "Used in race feature data",
381
- "$ref": "util.json#/$defs/source"
382
- },
383
- "_mod": {
384
- "$ref": "util.json#/$defs/_modObject"
385
- },
386
- "_trait": {
387
- "type": "object",
388
- "properties": {
389
- "name": {
390
- "type": "string"
391
- },
392
- "source": {
393
- "$ref": "util.json#/$defs/source"
394
- }
395
- },
396
- "required": [
397
- "name",
398
- "source"
399
- ]
400
- },
401
- "_preserve": {
402
- "type": "object",
403
- "patternProperties": {
404
- ".*": {
405
- "const": true
406
- }
407
- }
408
- }
409
- },
410
- "required": [
411
- "name",
412
- "source"
413
- ],
414
- "additionalProperties": false
351
+ "$ref": "util.json#/$defs/copyBlock_copy_generic"
415
352
  }
416
353
  },
417
354
  "additionalProperties": false,
@@ -3684,70 +3684,7 @@
3684
3684
  "$ref": "../util.json#/$defs/foundryImg"
3685
3685
  },
3686
3686
  "_copy": {
3687
- "type": "object",
3688
- "properties": {
3689
- "name": {
3690
- "type": "string"
3691
- },
3692
- "source": {
3693
- "$ref": "../util.json#/$defs/source"
3694
- },
3695
- "pantheon": {
3696
- "description": "Used in deity data",
3697
- "type": "string"
3698
- },
3699
- "shortName": {
3700
- "description": "Used in subclass data",
3701
- "type": "string"
3702
- },
3703
- "className": {
3704
- "description": "Used in subclass data",
3705
- "type": "string"
3706
- },
3707
- "classSource": {
3708
- "description": "Used in subclass data",
3709
- "$ref": "../util.json#/$defs/source"
3710
- },
3711
- "raceName": {
3712
- "description": "Used in race feature data",
3713
- "type": "string"
3714
- },
3715
- "raceSource": {
3716
- "description": "Used in race feature data",
3717
- "$ref": "../util.json#/$defs/source"
3718
- },
3719
- "_mod": {
3720
- "$ref": "../util.json#/$defs/_modObject"
3721
- },
3722
- "_trait": {
3723
- "type": "object",
3724
- "properties": {
3725
- "name": {
3726
- "type": "string"
3727
- },
3728
- "source": {
3729
- "$ref": "../util.json#/$defs/source"
3730
- }
3731
- },
3732
- "required": [
3733
- "name",
3734
- "source"
3735
- ]
3736
- },
3737
- "_preserve": {
3738
- "type": "object",
3739
- "patternProperties": {
3740
- ".*": {
3741
- "const": true
3742
- }
3743
- }
3744
- }
3745
- },
3746
- "required": [
3747
- "name",
3748
- "source"
3749
- ],
3750
- "additionalProperties": false
3687
+ "$ref": "../util.json#/$defs/copyBlock_copy_generic"
3751
3688
  }
3752
3689
  },
3753
3690
  "additionalProperties": false,
@@ -116,70 +116,7 @@
116
116
  }
117
117
  },
118
118
  "_copy": {
119
- "type": "object",
120
- "properties": {
121
- "name": {
122
- "type": "string"
123
- },
124
- "source": {
125
- "$ref": "../util.json#/$defs/source"
126
- },
127
- "pantheon": {
128
- "description": "Used in deity data",
129
- "type": "string"
130
- },
131
- "shortName": {
132
- "description": "Used in subclass data",
133
- "type": "string"
134
- },
135
- "className": {
136
- "description": "Used in subclass data",
137
- "type": "string"
138
- },
139
- "classSource": {
140
- "description": "Used in subclass data",
141
- "$ref": "../util.json#/$defs/source"
142
- },
143
- "raceName": {
144
- "description": "Used in race feature data",
145
- "type": "string"
146
- },
147
- "raceSource": {
148
- "description": "Used in race feature data",
149
- "$ref": "../util.json#/$defs/source"
150
- },
151
- "_mod": {
152
- "$ref": "../util.json#/$defs/_modObject"
153
- },
154
- "_trait": {
155
- "type": "object",
156
- "properties": {
157
- "name": {
158
- "type": "string"
159
- },
160
- "source": {
161
- "$ref": "../util.json#/$defs/source"
162
- }
163
- },
164
- "required": [
165
- "name",
166
- "source"
167
- ]
168
- },
169
- "_preserve": {
170
- "type": "object",
171
- "patternProperties": {
172
- ".*": {
173
- "const": true
174
- }
175
- }
176
- }
177
- },
178
- "required": [
179
- "name",
180
- "source"
181
- ],
182
- "additionalProperties": false
119
+ "$ref": "../util.json#/$defs/copyBlock_copy_generic"
183
120
  }
184
121
  },
185
122
  "additionalProperties": false,
@@ -192,70 +192,7 @@
192
192
  }
193
193
  },
194
194
  "_copy": {
195
- "type": "object",
196
- "properties": {
197
- "name": {
198
- "type": "string"
199
- },
200
- "source": {
201
- "$ref": "../util.json#/$defs/source"
202
- },
203
- "pantheon": {
204
- "description": "Used in deity data",
205
- "type": "string"
206
- },
207
- "shortName": {
208
- "description": "Used in subclass data",
209
- "type": "string"
210
- },
211
- "className": {
212
- "description": "Used in subclass data",
213
- "type": "string"
214
- },
215
- "classSource": {
216
- "description": "Used in subclass data",
217
- "$ref": "../util.json#/$defs/source"
218
- },
219
- "raceName": {
220
- "description": "Used in race feature data",
221
- "type": "string"
222
- },
223
- "raceSource": {
224
- "description": "Used in race feature data",
225
- "$ref": "../util.json#/$defs/source"
226
- },
227
- "_mod": {
228
- "$ref": "../util.json#/$defs/_modObject"
229
- },
230
- "_trait": {
231
- "type": "object",
232
- "properties": {
233
- "name": {
234
- "type": "string"
235
- },
236
- "source": {
237
- "$ref": "../util.json#/$defs/source"
238
- }
239
- },
240
- "required": [
241
- "name",
242
- "source"
243
- ]
244
- },
245
- "_preserve": {
246
- "type": "object",
247
- "patternProperties": {
248
- ".*": {
249
- "const": true
250
- }
251
- }
252
- }
253
- },
254
- "required": [
255
- "name",
256
- "source"
257
- ],
258
- "additionalProperties": false
195
+ "$ref": "../util.json#/$defs/copyBlock_copy_generic"
259
196
  }
260
197
  },
261
198
  "additionalProperties": false,
@@ -800,70 +800,7 @@
800
800
  "$ref": "../util.json#/$defs/foundryImg"
801
801
  },
802
802
  "_copy": {
803
- "type": "object",
804
- "properties": {
805
- "name": {
806
- "type": "string"
807
- },
808
- "source": {
809
- "$ref": "../util.json#/$defs/source"
810
- },
811
- "pantheon": {
812
- "description": "Used in deity data",
813
- "type": "string"
814
- },
815
- "shortName": {
816
- "description": "Used in subclass data",
817
- "type": "string"
818
- },
819
- "className": {
820
- "description": "Used in subclass data",
821
- "type": "string"
822
- },
823
- "classSource": {
824
- "description": "Used in subclass data",
825
- "$ref": "../util.json#/$defs/source"
826
- },
827
- "raceName": {
828
- "description": "Used in race feature data",
829
- "type": "string"
830
- },
831
- "raceSource": {
832
- "description": "Used in race feature data",
833
- "$ref": "../util.json#/$defs/source"
834
- },
835
- "_mod": {
836
- "$ref": "../util.json#/$defs/_modObject"
837
- },
838
- "_trait": {
839
- "type": "object",
840
- "properties": {
841
- "name": {
842
- "type": "string"
843
- },
844
- "source": {
845
- "$ref": "../util.json#/$defs/source"
846
- }
847
- },
848
- "required": [
849
- "name",
850
- "source"
851
- ]
852
- },
853
- "_preserve": {
854
- "type": "object",
855
- "patternProperties": {
856
- ".*": {
857
- "const": true
858
- }
859
- }
860
- }
861
- },
862
- "required": [
863
- "name",
864
- "source"
865
- ],
866
- "additionalProperties": false
803
+ "$ref": "../util.json#/$defs/copyBlock_copy_generic"
867
804
  }
868
805
  },
869
806
  "additionalProperties": false,
@@ -1578,70 +1515,7 @@
1578
1515
  "$ref": "../util.json#/$defs/foundryImg"
1579
1516
  },
1580
1517
  "_copy": {
1581
- "type": "object",
1582
- "properties": {
1583
- "name": {
1584
- "type": "string"
1585
- },
1586
- "source": {
1587
- "$ref": "../util.json#/$defs/source"
1588
- },
1589
- "pantheon": {
1590
- "description": "Used in deity data",
1591
- "type": "string"
1592
- },
1593
- "shortName": {
1594
- "description": "Used in subclass data",
1595
- "type": "string"
1596
- },
1597
- "className": {
1598
- "description": "Used in subclass data",
1599
- "type": "string"
1600
- },
1601
- "classSource": {
1602
- "description": "Used in subclass data",
1603
- "$ref": "../util.json#/$defs/source"
1604
- },
1605
- "raceName": {
1606
- "description": "Used in race feature data",
1607
- "type": "string"
1608
- },
1609
- "raceSource": {
1610
- "description": "Used in race feature data",
1611
- "$ref": "../util.json#/$defs/source"
1612
- },
1613
- "_mod": {
1614
- "$ref": "../util.json#/$defs/_modObject"
1615
- },
1616
- "_trait": {
1617
- "type": "object",
1618
- "properties": {
1619
- "name": {
1620
- "type": "string"
1621
- },
1622
- "source": {
1623
- "$ref": "../util.json#/$defs/source"
1624
- }
1625
- },
1626
- "required": [
1627
- "name",
1628
- "source"
1629
- ]
1630
- },
1631
- "_preserve": {
1632
- "type": "object",
1633
- "patternProperties": {
1634
- ".*": {
1635
- "const": true
1636
- }
1637
- }
1638
- }
1639
- },
1640
- "required": [
1641
- "name",
1642
- "source"
1643
- ],
1644
- "additionalProperties": false
1518
+ "$ref": "../util.json#/$defs/copyBlock_copy_generic"
1645
1519
  }
1646
1520
  },
1647
1521
  "additionalProperties": false,
@@ -213,70 +213,7 @@
213
213
  "type": "boolean"
214
214
  },
215
215
  "_copy": {
216
- "type": "object",
217
- "properties": {
218
- "name": {
219
- "type": "string"
220
- },
221
- "source": {
222
- "$ref": "util.json#/$defs/source"
223
- },
224
- "pantheon": {
225
- "description": "Used in deity data",
226
- "type": "string"
227
- },
228
- "shortName": {
229
- "description": "Used in subclass data",
230
- "type": "string"
231
- },
232
- "className": {
233
- "description": "Used in subclass data",
234
- "type": "string"
235
- },
236
- "classSource": {
237
- "description": "Used in subclass data",
238
- "$ref": "util.json#/$defs/source"
239
- },
240
- "raceName": {
241
- "description": "Used in race feature data",
242
- "type": "string"
243
- },
244
- "raceSource": {
245
- "description": "Used in race feature data",
246
- "$ref": "util.json#/$defs/source"
247
- },
248
- "_mod": {
249
- "$ref": "util.json#/$defs/_modObject"
250
- },
251
- "_trait": {
252
- "type": "object",
253
- "properties": {
254
- "name": {
255
- "type": "string"
256
- },
257
- "source": {
258
- "$ref": "util.json#/$defs/source"
259
- }
260
- },
261
- "required": [
262
- "name",
263
- "source"
264
- ]
265
- },
266
- "_preserve": {
267
- "type": "object",
268
- "patternProperties": {
269
- ".*": {
270
- "const": true
271
- }
272
- }
273
- }
274
- },
275
- "required": [
276
- "name",
277
- "source"
278
- ],
279
- "additionalProperties": false
216
+ "$ref": "util.json#/$defs/copyBlock_copy_generic"
280
217
  }
281
218
  },
282
219
  "additionalProperties": false,
@@ -435,70 +372,7 @@
435
372
  "type": "string"
436
373
  },
437
374
  "_copy": {
438
- "type": "object",
439
- "properties": {
440
- "name": {
441
- "type": "string"
442
- },
443
- "source": {
444
- "$ref": "util.json#/$defs/source"
445
- },
446
- "pantheon": {
447
- "description": "Used in deity data",
448
- "type": "string"
449
- },
450
- "shortName": {
451
- "description": "Used in subclass data",
452
- "type": "string"
453
- },
454
- "className": {
455
- "description": "Used in subclass data",
456
- "type": "string"
457
- },
458
- "classSource": {
459
- "description": "Used in subclass data",
460
- "$ref": "util.json#/$defs/source"
461
- },
462
- "raceName": {
463
- "description": "Used in race feature data",
464
- "type": "string"
465
- },
466
- "raceSource": {
467
- "description": "Used in race feature data",
468
- "$ref": "util.json#/$defs/source"
469
- },
470
- "_mod": {
471
- "$ref": "util.json#/$defs/_modObject"
472
- },
473
- "_trait": {
474
- "type": "object",
475
- "properties": {
476
- "name": {
477
- "type": "string"
478
- },
479
- "source": {
480
- "$ref": "util.json#/$defs/source"
481
- }
482
- },
483
- "required": [
484
- "name",
485
- "source"
486
- ]
487
- },
488
- "_preserve": {
489
- "type": "object",
490
- "patternProperties": {
491
- ".*": {
492
- "const": true
493
- }
494
- }
495
- }
496
- },
497
- "required": [
498
- "name",
499
- "source"
500
- ],
501
- "additionalProperties": false
375
+ "$ref": "util.json#/$defs/copyBlock_copy_generic"
502
376
  }
503
377
  },
504
378
  "additionalProperties": false,
@@ -414,70 +414,7 @@
414
414
  "$ref": "util.json#/$defs/foundryImg"
415
415
  },
416
416
  "_copy": {
417
- "type": "object",
418
- "properties": {
419
- "name": {
420
- "type": "string"
421
- },
422
- "source": {
423
- "$ref": "util.json#/$defs/source"
424
- },
425
- "pantheon": {
426
- "description": "Used in deity data",
427
- "type": "string"
428
- },
429
- "shortName": {
430
- "description": "Used in subclass data",
431
- "type": "string"
432
- },
433
- "className": {
434
- "description": "Used in subclass data",
435
- "type": "string"
436
- },
437
- "classSource": {
438
- "description": "Used in subclass data",
439
- "$ref": "util.json#/$defs/source"
440
- },
441
- "raceName": {
442
- "description": "Used in race feature data",
443
- "type": "string"
444
- },
445
- "raceSource": {
446
- "description": "Used in race feature data",
447
- "$ref": "util.json#/$defs/source"
448
- },
449
- "_mod": {
450
- "$ref": "util.json#/$defs/_modObject"
451
- },
452
- "_trait": {
453
- "type": "object",
454
- "properties": {
455
- "name": {
456
- "type": "string"
457
- },
458
- "source": {
459
- "$ref": "util.json#/$defs/source"
460
- }
461
- },
462
- "required": [
463
- "name",
464
- "source"
465
- ]
466
- },
467
- "_preserve": {
468
- "type": "object",
469
- "patternProperties": {
470
- ".*": {
471
- "const": true
472
- }
473
- }
474
- }
475
- },
476
- "required": [
477
- "name",
478
- "source"
479
- ],
480
- "additionalProperties": false
417
+ "$ref": "util.json#/$defs/copyBlock_copy_generic"
481
418
  }
482
419
  },
483
420
  "additionalProperties": false,