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
@@ -1025,70 +1025,7 @@
1025
1025
  "$ref": "#/$defs/fluff"
1026
1026
  },
1027
1027
  "_copy": {
1028
- "type": "object",
1029
- "properties": {
1030
- "name": {
1031
- "type": "string"
1032
- },
1033
- "source": {
1034
- "$ref": "util.json#/$defs/source"
1035
- },
1036
- "pantheon": {
1037
- "description": "Used in deity data",
1038
- "type": "string"
1039
- },
1040
- "shortName": {
1041
- "description": "Used in subclass data",
1042
- "type": "string"
1043
- },
1044
- "className": {
1045
- "description": "Used in subclass data",
1046
- "type": "string"
1047
- },
1048
- "classSource": {
1049
- "description": "Used in subclass data",
1050
- "$ref": "util.json#/$defs/source"
1051
- },
1052
- "raceName": {
1053
- "description": "Used in race feature data",
1054
- "type": "string"
1055
- },
1056
- "raceSource": {
1057
- "description": "Used in race feature data",
1058
- "$ref": "util.json#/$defs/source"
1059
- },
1060
- "_mod": {
1061
- "$ref": "util.json#/$defs/_modObject"
1062
- },
1063
- "_trait": {
1064
- "type": "object",
1065
- "properties": {
1066
- "name": {
1067
- "type": "string"
1068
- },
1069
- "source": {
1070
- "$ref": "util.json#/$defs/source"
1071
- }
1072
- },
1073
- "required": [
1074
- "name",
1075
- "source"
1076
- ]
1077
- },
1078
- "_preserve": {
1079
- "type": "object",
1080
- "patternProperties": {
1081
- ".*": {
1082
- "const": true
1083
- }
1084
- }
1085
- }
1086
- },
1087
- "required": [
1088
- "name",
1089
- "source"
1090
- ],
1091
- "additionalProperties": false
1028
+ "$ref": "util.json#/$defs/copyBlock_copy_generic"
1092
1029
  }
1093
1030
  },
1094
1031
  "additionalProperties": false,
@@ -1587,70 +1524,7 @@
1587
1524
  "type": "object"
1588
1525
  },
1589
1526
  "_copy": {
1590
- "type": "object",
1591
- "properties": {
1592
- "name": {
1593
- "type": "string"
1594
- },
1595
- "source": {
1596
- "$ref": "util.json#/$defs/source"
1597
- },
1598
- "pantheon": {
1599
- "description": "Used in deity data",
1600
- "type": "string"
1601
- },
1602
- "shortName": {
1603
- "description": "Used in subclass data",
1604
- "type": "string"
1605
- },
1606
- "className": {
1607
- "description": "Used in subclass data",
1608
- "type": "string"
1609
- },
1610
- "classSource": {
1611
- "description": "Used in subclass data",
1612
- "$ref": "util.json#/$defs/source"
1613
- },
1614
- "raceName": {
1615
- "description": "Used in race feature data",
1616
- "type": "string"
1617
- },
1618
- "raceSource": {
1619
- "description": "Used in race feature data",
1620
- "$ref": "util.json#/$defs/source"
1621
- },
1622
- "_mod": {
1623
- "$ref": "util.json#/$defs/_modObject"
1624
- },
1625
- "_trait": {
1626
- "type": "object",
1627
- "properties": {
1628
- "name": {
1629
- "type": "string"
1630
- },
1631
- "source": {
1632
- "$ref": "util.json#/$defs/source"
1633
- }
1634
- },
1635
- "required": [
1636
- "name",
1637
- "source"
1638
- ]
1639
- },
1640
- "_preserve": {
1641
- "type": "object",
1642
- "patternProperties": {
1643
- ".*": {
1644
- "const": true
1645
- }
1646
- }
1647
- }
1648
- },
1649
- "required": [
1650
- "name",
1651
- "source"
1652
- ],
1653
- "additionalProperties": false
1527
+ "$ref": "util.json#/$defs/copyBlock_copy_generic"
1654
1528
  }
1655
1529
  },
1656
1530
  "additionalProperties": false,
@@ -496,70 +496,7 @@
496
496
  "type": "boolean"
497
497
  },
498
498
  "_copy": {
499
- "type": "object",
500
- "properties": {
501
- "name": {
502
- "type": "string"
503
- },
504
- "source": {
505
- "$ref": "util.json#/$defs/source"
506
- },
507
- "pantheon": {
508
- "description": "Used in deity data",
509
- "type": "string"
510
- },
511
- "shortName": {
512
- "description": "Used in subclass data",
513
- "type": "string"
514
- },
515
- "className": {
516
- "description": "Used in subclass data",
517
- "type": "string"
518
- },
519
- "classSource": {
520
- "description": "Used in subclass data",
521
- "$ref": "util.json#/$defs/source"
522
- },
523
- "raceName": {
524
- "description": "Used in race feature data",
525
- "type": "string"
526
- },
527
- "raceSource": {
528
- "description": "Used in race feature data",
529
- "$ref": "util.json#/$defs/source"
530
- },
531
- "_mod": {
532
- "$ref": "util.json#/$defs/_modObject"
533
- },
534
- "_trait": {
535
- "type": "object",
536
- "properties": {
537
- "name": {
538
- "type": "string"
539
- },
540
- "source": {
541
- "$ref": "util.json#/$defs/source"
542
- }
543
- },
544
- "required": [
545
- "name",
546
- "source"
547
- ]
548
- },
549
- "_preserve": {
550
- "type": "object",
551
- "patternProperties": {
552
- ".*": {
553
- "const": true
554
- }
555
- }
556
- }
557
- },
558
- "required": [
559
- "name",
560
- "source"
561
- ],
562
- "additionalProperties": false
499
+ "$ref": "util.json#/$defs/copyBlock_copy_generic"
563
500
  }
564
501
  },
565
502
  "additionalProperties": false,
@@ -1041,70 +1041,7 @@
1041
1041
  "uniqueItems": true
1042
1042
  },
1043
1043
  "_copy": {
1044
- "type": "object",
1045
- "properties": {
1046
- "name": {
1047
- "type": "string"
1048
- },
1049
- "source": {
1050
- "$ref": "../util.json#/$defs/source"
1051
- },
1052
- "pantheon": {
1053
- "description": "Used in deity data",
1054
- "type": "string"
1055
- },
1056
- "shortName": {
1057
- "description": "Used in subclass data",
1058
- "type": "string"
1059
- },
1060
- "className": {
1061
- "description": "Used in subclass data",
1062
- "type": "string"
1063
- },
1064
- "classSource": {
1065
- "description": "Used in subclass data",
1066
- "$ref": "../util.json#/$defs/source"
1067
- },
1068
- "raceName": {
1069
- "description": "Used in race feature data",
1070
- "type": "string"
1071
- },
1072
- "raceSource": {
1073
- "description": "Used in race feature data",
1074
- "$ref": "../util.json#/$defs/source"
1075
- },
1076
- "_mod": {
1077
- "$ref": "../util.json#/$defs/_modObject"
1078
- },
1079
- "_trait": {
1080
- "type": "object",
1081
- "properties": {
1082
- "name": {
1083
- "type": "string"
1084
- },
1085
- "source": {
1086
- "$ref": "../util.json#/$defs/source"
1087
- }
1088
- },
1089
- "required": [
1090
- "name",
1091
- "source"
1092
- ]
1093
- },
1094
- "_preserve": {
1095
- "type": "object",
1096
- "patternProperties": {
1097
- ".*": {
1098
- "const": true
1099
- }
1100
- }
1101
- }
1102
- },
1103
- "required": [
1104
- "name",
1105
- "source"
1106
- ],
1107
- "additionalProperties": false
1044
+ "$ref": "../util.json#/$defs/copyBlock_copy_generic"
1108
1045
  }
1109
1046
  },
1110
1047
  "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.14.1",
6
+ "version": "1.14.2",
7
7
  "$defs": {
8
8
  "metaDependenciesArray": {
9
9
  "type": "array",
@@ -2028,7 +2028,8 @@
2028
2028
  "items": {
2029
2029
  "type": "string",
2030
2030
  "enum": [
2031
- "Dragonlance"
2031
+ "Dragonlance",
2032
+ "Planescape"
2032
2033
  ]
2033
2034
  }
2034
2035
  },
@@ -2774,70 +2775,7 @@
2774
2775
  }
2775
2776
  },
2776
2777
  "_copy": {
2777
- "type": "object",
2778
- "properties": {
2779
- "name": {
2780
- "type": "string"
2781
- },
2782
- "source": {
2783
- "$ref": "util.json#/$defs/source"
2784
- },
2785
- "pantheon": {
2786
- "description": "Used in deity data",
2787
- "type": "string"
2788
- },
2789
- "shortName": {
2790
- "description": "Used in subclass data",
2791
- "type": "string"
2792
- },
2793
- "className": {
2794
- "description": "Used in subclass data",
2795
- "type": "string"
2796
- },
2797
- "classSource": {
2798
- "description": "Used in subclass data",
2799
- "$ref": "util.json#/$defs/source"
2800
- },
2801
- "raceName": {
2802
- "description": "Used in race feature data",
2803
- "type": "string"
2804
- },
2805
- "raceSource": {
2806
- "description": "Used in race feature data",
2807
- "$ref": "util.json#/$defs/source"
2808
- },
2809
- "_mod": {
2810
- "$ref": "#/$defs/_modObject"
2811
- },
2812
- "_trait": {
2813
- "type": "object",
2814
- "properties": {
2815
- "name": {
2816
- "type": "string"
2817
- },
2818
- "source": {
2819
- "$ref": "util.json#/$defs/source"
2820
- }
2821
- },
2822
- "required": [
2823
- "name",
2824
- "source"
2825
- ]
2826
- },
2827
- "_preserve": {
2828
- "type": "object",
2829
- "patternProperties": {
2830
- ".*": {
2831
- "const": true
2832
- }
2833
- }
2834
- }
2835
- },
2836
- "required": [
2837
- "name",
2838
- "source"
2839
- ],
2840
- "additionalProperties": false
2778
+ "$ref": "#/$defs/copyBlock_copy_generic"
2841
2779
  }
2842
2780
  },
2843
2781
  "additionalProperties": false,
@@ -3510,10 +3448,13 @@
3510
3448
  }
3511
3449
  ]
3512
3450
  },
3513
- "copyBlock": {
3451
+ "copyBlock_copy_base": {
3514
3452
  "type": "object",
3515
3453
  "properties": {
3516
- "_copy": {
3454
+ "_mod": {
3455
+ "$ref": "#/$defs/_modObject"
3456
+ },
3457
+ "_trait": {
3517
3458
  "type": "object",
3518
3459
  "properties": {
3519
3460
  "name": {
@@ -3521,63 +3462,95 @@
3521
3462
  },
3522
3463
  "source": {
3523
3464
  "$ref": "util.json#/$defs/source"
3524
- },
3525
- "pantheon": {
3526
- "description": "Used in deity data",
3527
- "type": "string"
3528
- },
3529
- "shortName": {
3530
- "description": "Used in subclass data",
3531
- "type": "string"
3532
- },
3533
- "className": {
3534
- "description": "Used in subclass data",
3535
- "type": "string"
3536
- },
3537
- "classSource": {
3538
- "description": "Used in subclass data",
3539
- "$ref": "util.json#/$defs/source"
3540
- },
3541
- "raceName": {
3542
- "description": "Used in race feature data",
3465
+ }
3466
+ },
3467
+ "required": [
3468
+ "name",
3469
+ "source"
3470
+ ]
3471
+ },
3472
+ "_preserve": {
3473
+ "type": "object",
3474
+ "patternProperties": {
3475
+ ".*": {
3476
+ "const": true
3477
+ }
3478
+ }
3479
+ }
3480
+ },
3481
+ "additionalProperties": false
3482
+ },
3483
+ "copyBlock_copy_generic": {
3484
+ "type": "object",
3485
+ "properties": {
3486
+ "_mod": {
3487
+ "$ref": "#/$defs/_modObject"
3488
+ },
3489
+ "_trait": {
3490
+ "type": "object",
3491
+ "properties": {
3492
+ "name": {
3543
3493
  "type": "string"
3544
3494
  },
3545
- "raceSource": {
3546
- "description": "Used in race feature data",
3495
+ "source": {
3547
3496
  "$ref": "util.json#/$defs/source"
3548
- },
3549
- "_mod": {
3550
- "$ref": "#/$defs/_modObject"
3551
- },
3552
- "_trait": {
3553
- "type": "object",
3554
- "properties": {
3555
- "name": {
3556
- "type": "string"
3557
- },
3558
- "source": {
3559
- "$ref": "util.json#/$defs/source"
3560
- }
3561
- },
3562
- "required": [
3563
- "name",
3564
- "source"
3565
- ]
3566
- },
3567
- "_preserve": {
3568
- "type": "object",
3569
- "patternProperties": {
3570
- ".*": {
3571
- "const": true
3572
- }
3573
- }
3574
3497
  }
3575
3498
  },
3576
3499
  "required": [
3577
3500
  "name",
3578
3501
  "source"
3579
- ],
3580
- "additionalProperties": false
3502
+ ]
3503
+ },
3504
+ "_preserve": {
3505
+ "type": "object",
3506
+ "patternProperties": {
3507
+ ".*": {
3508
+ "const": true
3509
+ }
3510
+ }
3511
+ },
3512
+ "name": {
3513
+ "type": "string"
3514
+ },
3515
+ "source": {
3516
+ "$ref": "util.json#/$defs/source"
3517
+ },
3518
+ "pantheon": {
3519
+ "description": "Used in deity data",
3520
+ "type": "string"
3521
+ },
3522
+ "shortName": {
3523
+ "description": "Used in subclass data",
3524
+ "type": "string"
3525
+ },
3526
+ "className": {
3527
+ "description": "Used in subclass data",
3528
+ "type": "string"
3529
+ },
3530
+ "classSource": {
3531
+ "description": "Used in subclass data",
3532
+ "$ref": "util.json#/$defs/source"
3533
+ },
3534
+ "raceName": {
3535
+ "description": "Used in race feature data",
3536
+ "type": "string"
3537
+ },
3538
+ "raceSource": {
3539
+ "description": "Used in race feature data",
3540
+ "$ref": "util.json#/$defs/source"
3541
+ }
3542
+ },
3543
+ "additionalProperties": false,
3544
+ "required": [
3545
+ "name",
3546
+ "source"
3547
+ ]
3548
+ },
3549
+ "copyBlockGeneric": {
3550
+ "type": "object",
3551
+ "properties": {
3552
+ "_copy": {
3553
+ "$ref": "#/$defs/copyBlock_copy_generic"
3581
3554
  }
3582
3555
  },
3583
3556
  "required": [
@@ -258,70 +258,7 @@
258
258
  "$ref": "util.json#/$defs/fluffObject"
259
259
  },
260
260
  "_copy": {
261
- "type": "object",
262
- "properties": {
263
- "name": {
264
- "type": "string"
265
- },
266
- "source": {
267
- "$ref": "util.json#/$defs/source"
268
- },
269
- "pantheon": {
270
- "description": "Used in deity data",
271
- "type": "string"
272
- },
273
- "shortName": {
274
- "description": "Used in subclass data",
275
- "type": "string"
276
- },
277
- "className": {
278
- "description": "Used in subclass data",
279
- "type": "string"
280
- },
281
- "classSource": {
282
- "description": "Used in subclass data",
283
- "$ref": "util.json#/$defs/source"
284
- },
285
- "raceName": {
286
- "description": "Used in race feature data",
287
- "type": "string"
288
- },
289
- "raceSource": {
290
- "description": "Used in race feature data",
291
- "$ref": "util.json#/$defs/source"
292
- },
293
- "_mod": {
294
- "$ref": "util.json#/$defs/_modObject"
295
- },
296
- "_trait": {
297
- "type": "object",
298
- "properties": {
299
- "name": {
300
- "type": "string"
301
- },
302
- "source": {
303
- "$ref": "util.json#/$defs/source"
304
- }
305
- },
306
- "required": [
307
- "name",
308
- "source"
309
- ]
310
- },
311
- "_preserve": {
312
- "type": "object",
313
- "patternProperties": {
314
- ".*": {
315
- "const": true
316
- }
317
- }
318
- }
319
- },
320
- "required": [
321
- "name",
322
- "source"
323
- ],
324
- "additionalProperties": false
261
+ "$ref": "util.json#/$defs/copyBlock_copy_generic"
325
262
  }
326
263
  },
327
264
  "additionalProperties": false,
@@ -3378,70 +3378,7 @@
3378
3378
  "type": "boolean"
3379
3379
  },
3380
3380
  "_copy": {
3381
- "type": "object",
3382
- "properties": {
3383
- "name": {
3384
- "type": "string"
3385
- },
3386
- "source": {
3387
- "$ref": "../util.json#/$defs/source"
3388
- },
3389
- "pantheon": {
3390
- "description": "Used in deity data",
3391
- "type": "string"
3392
- },
3393
- "shortName": {
3394
- "description": "Used in subclass data",
3395
- "type": "string"
3396
- },
3397
- "className": {
3398
- "description": "Used in subclass data",
3399
- "type": "string"
3400
- },
3401
- "classSource": {
3402
- "description": "Used in subclass data",
3403
- "$ref": "../util.json#/$defs/source"
3404
- },
3405
- "raceName": {
3406
- "description": "Used in race feature data",
3407
- "type": "string"
3408
- },
3409
- "raceSource": {
3410
- "description": "Used in race feature data",
3411
- "$ref": "../util.json#/$defs/source"
3412
- },
3413
- "_mod": {
3414
- "$ref": "../util.json#/$defs/_modObject"
3415
- },
3416
- "_trait": {
3417
- "type": "object",
3418
- "properties": {
3419
- "name": {
3420
- "type": "string"
3421
- },
3422
- "source": {
3423
- "$ref": "../util.json#/$defs/source"
3424
- }
3425
- },
3426
- "required": [
3427
- "name",
3428
- "source"
3429
- ]
3430
- },
3431
- "_preserve": {
3432
- "type": "object",
3433
- "patternProperties": {
3434
- ".*": {
3435
- "const": true
3436
- }
3437
- }
3438
- }
3439
- },
3440
- "required": [
3441
- "name",
3442
- "source"
3443
- ],
3444
- "additionalProperties": false
3381
+ "$ref": "../util.json#/$defs/copyBlock_copy_generic"
3445
3382
  }
3446
3383
  },
3447
3384
  "additionalProperties": false,