5etools-utils 0.9.31 → 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 (91) 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/races.json +2 -128
  14. package/schema/brew/recipes.json +1 -64
  15. package/schema/brew/spells/spells.json +1 -64
  16. package/schema/brew/util.json +90 -117
  17. package/schema/brew-fast/backgrounds.json +1 -64
  18. package/schema/brew-fast/bestiary/bestiary.json +1 -64
  19. package/schema/brew-fast/bestiary/legendarygroups.json +1 -64
  20. package/schema/brew-fast/bestiary/template.json +1 -64
  21. package/schema/brew-fast/class/class.json +2 -128
  22. package/schema/brew-fast/decks.json +2 -128
  23. package/schema/brew-fast/deities.json +1 -64
  24. package/schema/brew-fast/fluff-races.json +1 -64
  25. package/schema/brew-fast/foundry-races.json +2 -128
  26. package/schema/brew-fast/items-base.json +246 -149
  27. package/schema/brew-fast/items.json +1 -64
  28. package/schema/brew-fast/races.json +2 -128
  29. package/schema/brew-fast/recipes.json +1 -64
  30. package/schema/brew-fast/spells/spells.json +1 -64
  31. package/schema/brew-fast/util.json +90 -117
  32. package/schema/site/backgrounds.json +1 -64
  33. package/schema/site/bestiary/bestiary.json +1 -64
  34. package/schema/site/bestiary/legendarygroups.json +1 -64
  35. package/schema/site/bestiary/template.json +1 -64
  36. package/schema/site/class/class.json +2 -128
  37. package/schema/site/decks.json +2 -128
  38. package/schema/site/deities.json +1 -64
  39. package/schema/site/fluff-races.json +1 -64
  40. package/schema/site/foundry-races.json +2 -128
  41. package/schema/site/items-base.json +249 -152
  42. package/schema/site/items.json +1 -64
  43. package/schema/site/races.json +2 -128
  44. package/schema/site/recipes.json +1 -64
  45. package/schema/site/spells/spells.json +1 -64
  46. package/schema/site/util.json +90 -117
  47. package/schema/site-fast/backgrounds.json +1 -64
  48. package/schema/site-fast/bestiary/bestiary.json +1 -64
  49. package/schema/site-fast/bestiary/legendarygroups.json +1 -64
  50. package/schema/site-fast/bestiary/template.json +1 -64
  51. package/schema/site-fast/class/class.json +2 -128
  52. package/schema/site-fast/decks.json +2 -128
  53. package/schema/site-fast/deities.json +1 -64
  54. package/schema/site-fast/fluff-races.json +1 -64
  55. package/schema/site-fast/foundry-races.json +2 -128
  56. package/schema/site-fast/items-base.json +249 -152
  57. package/schema/site-fast/items.json +1 -64
  58. package/schema/site-fast/races.json +2 -128
  59. package/schema/site-fast/recipes.json +1 -64
  60. package/schema/site-fast/spells/spells.json +1 -64
  61. package/schema/site-fast/util.json +90 -117
  62. package/schema/ua/backgrounds.json +1 -64
  63. package/schema/ua/bestiary/bestiary.json +1 -64
  64. package/schema/ua/bestiary/legendarygroups.json +1 -64
  65. package/schema/ua/bestiary/template.json +1 -64
  66. package/schema/ua/class/class.json +2 -128
  67. package/schema/ua/decks.json +2 -128
  68. package/schema/ua/deities.json +1 -64
  69. package/schema/ua/fluff-races.json +1 -64
  70. package/schema/ua/foundry-races.json +2 -128
  71. package/schema/ua/items-base.json +249 -152
  72. package/schema/ua/items.json +1 -64
  73. package/schema/ua/races.json +2 -128
  74. package/schema/ua/recipes.json +1 -64
  75. package/schema/ua/spells/spells.json +1 -64
  76. package/schema/ua/util.json +90 -117
  77. package/schema/ua-fast/backgrounds.json +1 -64
  78. package/schema/ua-fast/bestiary/bestiary.json +1 -64
  79. package/schema/ua-fast/bestiary/legendarygroups.json +1 -64
  80. package/schema/ua-fast/bestiary/template.json +1 -64
  81. package/schema/ua-fast/class/class.json +2 -128
  82. package/schema/ua-fast/decks.json +2 -128
  83. package/schema/ua-fast/deities.json +1 -64
  84. package/schema/ua-fast/fluff-races.json +1 -64
  85. package/schema/ua-fast/foundry-races.json +2 -128
  86. package/schema/ua-fast/items-base.json +249 -152
  87. package/schema/ua-fast/items.json +1 -64
  88. package/schema/ua-fast/races.json +2 -128
  89. package/schema/ua-fast/recipes.json +1 -64
  90. package/schema/ua-fast/spells/spells.json +1 -64
  91. package/schema/ua-fast/util.json +90 -117
@@ -1013,70 +1013,7 @@
1013
1013
  "$ref": "util.json#/$defs/versionsArray"
1014
1014
  },
1015
1015
  "_copy": {
1016
- "type": "object",
1017
- "properties": {
1018
- "name": {
1019
- "type": "string"
1020
- },
1021
- "source": {
1022
- "$ref": "util.json#/$defs/source"
1023
- },
1024
- "pantheon": {
1025
- "description": "Used in deity data",
1026
- "type": "string"
1027
- },
1028
- "shortName": {
1029
- "description": "Used in subclass data",
1030
- "type": "string"
1031
- },
1032
- "className": {
1033
- "description": "Used in subclass data",
1034
- "type": "string"
1035
- },
1036
- "classSource": {
1037
- "description": "Used in subclass data",
1038
- "$ref": "util.json#/$defs/source"
1039
- },
1040
- "raceName": {
1041
- "description": "Used in race feature data",
1042
- "type": "string"
1043
- },
1044
- "raceSource": {
1045
- "description": "Used in race feature data",
1046
- "$ref": "util.json#/$defs/source"
1047
- },
1048
- "_mod": {
1049
- "$ref": "util.json#/$defs/_modObject"
1050
- },
1051
- "_trait": {
1052
- "type": "object",
1053
- "properties": {
1054
- "name": {
1055
- "type": "string"
1056
- },
1057
- "source": {
1058
- "$ref": "util.json#/$defs/source"
1059
- }
1060
- },
1061
- "required": [
1062
- "name",
1063
- "source"
1064
- ]
1065
- },
1066
- "_preserve": {
1067
- "type": "object",
1068
- "patternProperties": {
1069
- ".*": {
1070
- "const": true
1071
- }
1072
- }
1073
- }
1074
- },
1075
- "required": [
1076
- "name",
1077
- "source"
1078
- ],
1079
- "additionalProperties": false
1016
+ "$ref": "util.json#/$defs/copyBlock_copy_generic"
1080
1017
  }
1081
1018
  },
1082
1019
  "additionalProperties": false,
@@ -1569,70 +1506,7 @@
1569
1506
  "type": "object"
1570
1507
  },
1571
1508
  "_copy": {
1572
- "type": "object",
1573
- "properties": {
1574
- "name": {
1575
- "type": "string"
1576
- },
1577
- "source": {
1578
- "$ref": "util.json#/$defs/source"
1579
- },
1580
- "pantheon": {
1581
- "description": "Used in deity data",
1582
- "type": "string"
1583
- },
1584
- "shortName": {
1585
- "description": "Used in subclass data",
1586
- "type": "string"
1587
- },
1588
- "className": {
1589
- "description": "Used in subclass data",
1590
- "type": "string"
1591
- },
1592
- "classSource": {
1593
- "description": "Used in subclass data",
1594
- "$ref": "util.json#/$defs/source"
1595
- },
1596
- "raceName": {
1597
- "description": "Used in race feature data",
1598
- "type": "string"
1599
- },
1600
- "raceSource": {
1601
- "description": "Used in race feature data",
1602
- "$ref": "util.json#/$defs/source"
1603
- },
1604
- "_mod": {
1605
- "$ref": "util.json#/$defs/_modObject"
1606
- },
1607
- "_trait": {
1608
- "type": "object",
1609
- "properties": {
1610
- "name": {
1611
- "type": "string"
1612
- },
1613
- "source": {
1614
- "$ref": "util.json#/$defs/source"
1615
- }
1616
- },
1617
- "required": [
1618
- "name",
1619
- "source"
1620
- ]
1621
- },
1622
- "_preserve": {
1623
- "type": "object",
1624
- "patternProperties": {
1625
- ".*": {
1626
- "const": true
1627
- }
1628
- }
1629
- }
1630
- },
1631
- "required": [
1632
- "name",
1633
- "source"
1634
- ],
1635
- "additionalProperties": false
1509
+ "$ref": "util.json#/$defs/copyBlock_copy_generic"
1636
1510
  }
1637
1511
  },
1638
1512
  "additionalProperties": false,
@@ -529,70 +529,7 @@
529
529
  "type": "boolean"
530
530
  },
531
531
  "_copy": {
532
- "type": "object",
533
- "properties": {
534
- "name": {
535
- "type": "string"
536
- },
537
- "source": {
538
- "$ref": "util.json#/$defs/source"
539
- },
540
- "pantheon": {
541
- "description": "Used in deity data",
542
- "type": "string"
543
- },
544
- "shortName": {
545
- "description": "Used in subclass data",
546
- "type": "string"
547
- },
548
- "className": {
549
- "description": "Used in subclass data",
550
- "type": "string"
551
- },
552
- "classSource": {
553
- "description": "Used in subclass data",
554
- "$ref": "util.json#/$defs/source"
555
- },
556
- "raceName": {
557
- "description": "Used in race feature data",
558
- "type": "string"
559
- },
560
- "raceSource": {
561
- "description": "Used in race feature data",
562
- "$ref": "util.json#/$defs/source"
563
- },
564
- "_mod": {
565
- "$ref": "util.json#/$defs/_modObject"
566
- },
567
- "_trait": {
568
- "type": "object",
569
- "properties": {
570
- "name": {
571
- "type": "string"
572
- },
573
- "source": {
574
- "$ref": "util.json#/$defs/source"
575
- }
576
- },
577
- "required": [
578
- "name",
579
- "source"
580
- ]
581
- },
582
- "_preserve": {
583
- "type": "object",
584
- "patternProperties": {
585
- ".*": {
586
- "const": true
587
- }
588
- }
589
- }
590
- },
591
- "required": [
592
- "name",
593
- "source"
594
- ],
595
- "additionalProperties": false
532
+ "$ref": "util.json#/$defs/copyBlock_copy_generic"
596
533
  }
597
534
  },
598
535
  "additionalProperties": false,
@@ -981,70 +981,7 @@
981
981
  "type": "boolean"
982
982
  },
983
983
  "_copy": {
984
- "type": "object",
985
- "properties": {
986
- "name": {
987
- "type": "string"
988
- },
989
- "source": {
990
- "$ref": "../util.json#/$defs/source"
991
- },
992
- "pantheon": {
993
- "description": "Used in deity data",
994
- "type": "string"
995
- },
996
- "shortName": {
997
- "description": "Used in subclass data",
998
- "type": "string"
999
- },
1000
- "className": {
1001
- "description": "Used in subclass data",
1002
- "type": "string"
1003
- },
1004
- "classSource": {
1005
- "description": "Used in subclass data",
1006
- "$ref": "../util.json#/$defs/source"
1007
- },
1008
- "raceName": {
1009
- "description": "Used in race feature data",
1010
- "type": "string"
1011
- },
1012
- "raceSource": {
1013
- "description": "Used in race feature data",
1014
- "$ref": "../util.json#/$defs/source"
1015
- },
1016
- "_mod": {
1017
- "$ref": "../util.json#/$defs/_modObject"
1018
- },
1019
- "_trait": {
1020
- "type": "object",
1021
- "properties": {
1022
- "name": {
1023
- "type": "string"
1024
- },
1025
- "source": {
1026
- "$ref": "../util.json#/$defs/source"
1027
- }
1028
- },
1029
- "required": [
1030
- "name",
1031
- "source"
1032
- ]
1033
- },
1034
- "_preserve": {
1035
- "type": "object",
1036
- "patternProperties": {
1037
- ".*": {
1038
- "const": true
1039
- }
1040
- }
1041
- }
1042
- },
1043
- "required": [
1044
- "name",
1045
- "source"
1046
- ],
1047
- "additionalProperties": false
984
+ "$ref": "../util.json#/$defs/copyBlock_copy_generic"
1048
985
  }
1049
986
  },
1050
987
  "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,