5etools-utils 0.12.64 → 0.12.65

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 (67) hide show
  1. package/package.json +1 -1
  2. package/schema/brew/backgrounds.json +3 -3
  3. package/schema/brew/bestiary/bestiary.json +164 -13
  4. package/schema/brew/class/class.json +6 -6
  5. package/schema/brew/class/fluff-class.json +9 -0
  6. package/schema/brew/entry.json +53 -4
  7. package/schema/brew/feats.json +3 -3
  8. package/schema/brew/optionalfeatures.json +3 -3
  9. package/schema/brew/races.json +6 -6
  10. package/schema/brew/util-additionalspells.json +302 -0
  11. package/schema/brew/util-foundry.json +1 -1
  12. package/schema/brew/util.json +10 -295
  13. package/schema/brew-fast/backgrounds.json +3 -3
  14. package/schema/brew-fast/bestiary/bestiary.json +164 -13
  15. package/schema/brew-fast/class/class.json +6 -6
  16. package/schema/brew-fast/class/fluff-class.json +9 -0
  17. package/schema/brew-fast/entry.json +53 -4
  18. package/schema/brew-fast/feats.json +3 -3
  19. package/schema/brew-fast/optionalfeatures.json +3 -3
  20. package/schema/brew-fast/races.json +6 -6
  21. package/schema/brew-fast/util-additionalspells.json +302 -0
  22. package/schema/brew-fast/util-foundry.json +1 -1
  23. package/schema/brew-fast/util.json +10 -295
  24. package/schema/site/backgrounds.json +3 -3
  25. package/schema/site/bestiary/bestiary.json +164 -13
  26. package/schema/site/class/class.json +6 -6
  27. package/schema/site/class/fluff-class.json +9 -0
  28. package/schema/site/entry.json +53 -4
  29. package/schema/site/feats.json +3 -3
  30. package/schema/site/optionalfeatures.json +3 -3
  31. package/schema/site/races.json +6 -6
  32. package/schema/site/util-additionalspells.json +302 -0
  33. package/schema/site/util-foundry.json +1 -1
  34. package/schema/site/util.json +10 -295
  35. package/schema/site-fast/backgrounds.json +3 -3
  36. package/schema/site-fast/bestiary/bestiary.json +164 -13
  37. package/schema/site-fast/class/class.json +6 -6
  38. package/schema/site-fast/class/fluff-class.json +9 -0
  39. package/schema/site-fast/entry.json +53 -4
  40. package/schema/site-fast/feats.json +3 -3
  41. package/schema/site-fast/optionalfeatures.json +3 -3
  42. package/schema/site-fast/races.json +6 -6
  43. package/schema/site-fast/util-additionalspells.json +302 -0
  44. package/schema/site-fast/util-foundry.json +1 -1
  45. package/schema/site-fast/util.json +10 -295
  46. package/schema/ua/backgrounds.json +3 -3
  47. package/schema/ua/bestiary/bestiary.json +164 -13
  48. package/schema/ua/class/class.json +6 -6
  49. package/schema/ua/class/fluff-class.json +9 -0
  50. package/schema/ua/entry.json +53 -4
  51. package/schema/ua/feats.json +3 -3
  52. package/schema/ua/optionalfeatures.json +3 -3
  53. package/schema/ua/races.json +6 -6
  54. package/schema/ua/util-additionalspells.json +302 -0
  55. package/schema/ua/util-foundry.json +1 -1
  56. package/schema/ua/util.json +10 -295
  57. package/schema/ua-fast/backgrounds.json +3 -3
  58. package/schema/ua-fast/bestiary/bestiary.json +164 -13
  59. package/schema/ua-fast/class/class.json +6 -6
  60. package/schema/ua-fast/class/fluff-class.json +9 -0
  61. package/schema/ua-fast/entry.json +53 -4
  62. package/schema/ua-fast/feats.json +3 -3
  63. package/schema/ua-fast/optionalfeatures.json +3 -3
  64. package/schema/ua-fast/races.json +6 -6
  65. package/schema/ua-fast/util-additionalspells.json +302 -0
  66. package/schema/ua-fast/util-foundry.json +1 -1
  67. package/schema/ua-fast/util.json +10 -295
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "$schema": "https://json-schema.org/draft/2020-12/schema",
3
- "version": "1.21.43",
3
+ "version": "1.21.45",
4
4
  "title": "Bestiary Schema",
5
5
  "$id": "bestiary.json",
6
6
  "type": "object",
@@ -110,6 +110,10 @@
110
110
  }
111
111
  ]
112
112
  },
113
+ "_legendaryActions": {
114
+ "type": "integer",
115
+ "minimum": 1
116
+ },
113
117
  "creatureData": {
114
118
  "type": "object",
115
119
  "properties": {
@@ -963,8 +967,10 @@
963
967
  ]
964
968
  },
965
969
  "legendaryActions": {
966
- "type": "integer",
967
- "minimum": 1
970
+ "$ref": "#/$defs/_legendaryActions"
971
+ },
972
+ "legendaryActionsLair": {
973
+ "$ref": "#/$defs/_legendaryActions"
968
974
  },
969
975
  "legendaryHeader": {
970
976
  "type": "array",
@@ -1097,6 +1103,7 @@
1097
1103
  "items": {
1098
1104
  "type": "string",
1099
1105
  "enum": [
1106
+ "any",
1100
1107
  "underwater",
1101
1108
  "coastal",
1102
1109
  "mountain",
@@ -1108,10 +1115,56 @@
1108
1115
  "swamp",
1109
1116
  "underdark",
1110
1117
  "desert",
1111
- "any",
1112
1118
  "badlands",
1113
1119
  "farmland",
1114
- "planar"
1120
+ "planar",
1121
+ "planar, transitive",
1122
+ "planar, elemental",
1123
+ "planar, inner",
1124
+ "planar, upper",
1125
+ "planar, lower",
1126
+ "planar, water",
1127
+ "planar, earth",
1128
+ "planar, fire",
1129
+ "planar, air",
1130
+ "planar, ooze",
1131
+ "planar, magma",
1132
+ "planar, ash",
1133
+ "planar, ice",
1134
+ "planar, ethereal",
1135
+ "planar, astral",
1136
+ "planar, arborea",
1137
+ "planar, arcadia",
1138
+ "planar, beastlands",
1139
+ "planar, bytopia",
1140
+ "planar, elysium",
1141
+ "planar, mount celestia",
1142
+ "planar, ysgard",
1143
+ "planar, abyss",
1144
+ "planar, acheron",
1145
+ "planar, carceri",
1146
+ "planar, gehenna",
1147
+ "planar, hades",
1148
+ "planar, nine hells",
1149
+ "planar, pandemonium",
1150
+ "planar, limbo",
1151
+ "planar, mechanus",
1152
+ "planar, outlands"
1153
+ ]
1154
+ }
1155
+ },
1156
+ "treasure": {
1157
+ "type": "array",
1158
+ "minItems": 1,
1159
+ "items": {
1160
+ "type": "string",
1161
+ "enum": [
1162
+ "any",
1163
+ "individual",
1164
+ "arcana",
1165
+ "armaments",
1166
+ "implements",
1167
+ "relics"
1115
1168
  ]
1116
1169
  }
1117
1170
  },
@@ -2264,8 +2317,10 @@
2264
2317
  ]
2265
2318
  },
2266
2319
  "legendaryActions": {
2267
- "type": "integer",
2268
- "minimum": 1
2320
+ "$ref": "#/$defs/_legendaryActions"
2321
+ },
2322
+ "legendaryActionsLair": {
2323
+ "$ref": "#/$defs/_legendaryActions"
2269
2324
  },
2270
2325
  "legendaryHeader": {
2271
2326
  "type": "array",
@@ -2398,6 +2453,7 @@
2398
2453
  "items": {
2399
2454
  "type": "string",
2400
2455
  "enum": [
2456
+ "any",
2401
2457
  "underwater",
2402
2458
  "coastal",
2403
2459
  "mountain",
@@ -2409,10 +2465,56 @@
2409
2465
  "swamp",
2410
2466
  "underdark",
2411
2467
  "desert",
2412
- "any",
2413
2468
  "badlands",
2414
2469
  "farmland",
2415
- "planar"
2470
+ "planar",
2471
+ "planar, transitive",
2472
+ "planar, elemental",
2473
+ "planar, inner",
2474
+ "planar, upper",
2475
+ "planar, lower",
2476
+ "planar, water",
2477
+ "planar, earth",
2478
+ "planar, fire",
2479
+ "planar, air",
2480
+ "planar, ooze",
2481
+ "planar, magma",
2482
+ "planar, ash",
2483
+ "planar, ice",
2484
+ "planar, ethereal",
2485
+ "planar, astral",
2486
+ "planar, arborea",
2487
+ "planar, arcadia",
2488
+ "planar, beastlands",
2489
+ "planar, bytopia",
2490
+ "planar, elysium",
2491
+ "planar, mount celestia",
2492
+ "planar, ysgard",
2493
+ "planar, abyss",
2494
+ "planar, acheron",
2495
+ "planar, carceri",
2496
+ "planar, gehenna",
2497
+ "planar, hades",
2498
+ "planar, nine hells",
2499
+ "planar, pandemonium",
2500
+ "planar, limbo",
2501
+ "planar, mechanus",
2502
+ "planar, outlands"
2503
+ ]
2504
+ }
2505
+ },
2506
+ "treasure": {
2507
+ "type": "array",
2508
+ "minItems": 1,
2509
+ "items": {
2510
+ "type": "string",
2511
+ "enum": [
2512
+ "any",
2513
+ "individual",
2514
+ "arcana",
2515
+ "armaments",
2516
+ "implements",
2517
+ "relics"
2416
2518
  ]
2417
2519
  }
2418
2520
  },
@@ -3570,8 +3672,10 @@
3570
3672
  ]
3571
3673
  },
3572
3674
  "legendaryActions": {
3573
- "type": "integer",
3574
- "minimum": 1
3675
+ "$ref": "#/$defs/_legendaryActions"
3676
+ },
3677
+ "legendaryActionsLair": {
3678
+ "$ref": "#/$defs/_legendaryActions"
3575
3679
  },
3576
3680
  "legendaryHeader": {
3577
3681
  "type": "array",
@@ -3704,6 +3808,7 @@
3704
3808
  "items": {
3705
3809
  "type": "string",
3706
3810
  "enum": [
3811
+ "any",
3707
3812
  "underwater",
3708
3813
  "coastal",
3709
3814
  "mountain",
@@ -3715,10 +3820,56 @@
3715
3820
  "swamp",
3716
3821
  "underdark",
3717
3822
  "desert",
3718
- "any",
3719
3823
  "badlands",
3720
3824
  "farmland",
3721
- "planar"
3825
+ "planar",
3826
+ "planar, transitive",
3827
+ "planar, elemental",
3828
+ "planar, inner",
3829
+ "planar, upper",
3830
+ "planar, lower",
3831
+ "planar, water",
3832
+ "planar, earth",
3833
+ "planar, fire",
3834
+ "planar, air",
3835
+ "planar, ooze",
3836
+ "planar, magma",
3837
+ "planar, ash",
3838
+ "planar, ice",
3839
+ "planar, ethereal",
3840
+ "planar, astral",
3841
+ "planar, arborea",
3842
+ "planar, arcadia",
3843
+ "planar, beastlands",
3844
+ "planar, bytopia",
3845
+ "planar, elysium",
3846
+ "planar, mount celestia",
3847
+ "planar, ysgard",
3848
+ "planar, abyss",
3849
+ "planar, acheron",
3850
+ "planar, carceri",
3851
+ "planar, gehenna",
3852
+ "planar, hades",
3853
+ "planar, nine hells",
3854
+ "planar, pandemonium",
3855
+ "planar, limbo",
3856
+ "planar, mechanus",
3857
+ "planar, outlands"
3858
+ ]
3859
+ }
3860
+ },
3861
+ "treasure": {
3862
+ "type": "array",
3863
+ "minItems": 1,
3864
+ "items": {
3865
+ "type": "string",
3866
+ "enum": [
3867
+ "any",
3868
+ "individual",
3869
+ "arcana",
3870
+ "armaments",
3871
+ "implements",
3872
+ "relics"
3722
3873
  ]
3723
3874
  }
3724
3875
  },
@@ -710,7 +710,7 @@
710
710
  "$ref": "../util.json#/$defs/otherSources"
711
711
  },
712
712
  "additionalSpells": {
713
- "$ref": "../util.json#/$defs/additionalSpellsArray"
713
+ "$ref": "../util-additionalspells.json#/$defs/additionalSpellsArray"
714
714
  },
715
715
  "hasFluff": {
716
716
  "const": true
@@ -883,7 +883,7 @@
883
883
  "$ref": "../util.json#/$defs/otherSources"
884
884
  },
885
885
  "additionalSpells": {
886
- "$ref": "../util.json#/$defs/additionalSpellsArray"
886
+ "$ref": "../util-additionalspells.json#/$defs/additionalSpellsArray"
887
887
  },
888
888
  "hasFluff": {
889
889
  "const": true
@@ -1056,7 +1056,7 @@
1056
1056
  "$ref": "../util.json#/$defs/otherSources"
1057
1057
  },
1058
1058
  "additionalSpells": {
1059
- "$ref": "../util.json#/$defs/additionalSpellsArray"
1059
+ "$ref": "../util-additionalspells.json#/$defs/additionalSpellsArray"
1060
1060
  },
1061
1061
  "hasFluff": {
1062
1062
  "const": true
@@ -1446,7 +1446,7 @@
1446
1446
  ]
1447
1447
  },
1448
1448
  "additionalSpells": {
1449
- "$ref": "../util.json#/$defs/additionalSpellsArray"
1449
+ "$ref": "../util-additionalspells.json#/$defs/additionalSpellsArray"
1450
1450
  },
1451
1451
  "hasFluff": {
1452
1452
  "const": true
@@ -1726,7 +1726,7 @@
1726
1726
  ]
1727
1727
  },
1728
1728
  "additionalSpells": {
1729
- "$ref": "../util.json#/$defs/additionalSpellsArray"
1729
+ "$ref": "../util-additionalspells.json#/$defs/additionalSpellsArray"
1730
1730
  },
1731
1731
  "hasFluff": {
1732
1732
  "const": true
@@ -2009,7 +2009,7 @@
2009
2009
  ]
2010
2010
  },
2011
2011
  "additionalSpells": {
2012
- "$ref": "../util.json#/$defs/additionalSpellsArray"
2012
+ "$ref": "../util-additionalspells.json#/$defs/additionalSpellsArray"
2013
2013
  },
2014
2014
  "hasFluff": {
2015
2015
  "const": true
@@ -10,6 +10,9 @@
10
10
  "name": {
11
11
  "type": "string"
12
12
  },
13
+ "preserveName": {
14
+ "const": true
15
+ },
13
16
  "source": {
14
17
  "$ref": "../util.json#/$defs/source"
15
18
  },
@@ -56,6 +59,9 @@
56
59
  "name": {
57
60
  "type": "string"
58
61
  },
62
+ "preserveName": {
63
+ "const": true
64
+ },
59
65
  "source": {
60
66
  "$ref": "../util.json#/$defs/source"
61
67
  },
@@ -103,6 +109,9 @@
103
109
  "name": {
104
110
  "type": "string"
105
111
  },
112
+ "preserveName": {
113
+ "const": true
114
+ },
106
115
  "source": {
107
116
  "$ref": "../util.json#/$defs/source"
108
117
  },
@@ -3,7 +3,7 @@
3
3
  "$id": "entry.json",
4
4
  "title": "Entry",
5
5
  "description": "A recursively renderable object.",
6
- "version": "1.9.3",
6
+ "version": "1.9.5",
7
7
  "$defs": {
8
8
  "_arrayOfSpell": {
9
9
  "type": "array",
@@ -39,7 +39,46 @@
39
39
  },
40
40
  "_entryDataData": {
41
41
  "description": "A generic object for storing special data for external use-cases. Keys prefixed with \"rd-\" should be added as \"data-\" HTML attributes when rendering to HTML.",
42
- "type": "object"
42
+ "type": "object",
43
+ "properties": {
44
+ "genTables": {
45
+ "type": "object",
46
+ "properties": {
47
+ "tableIgnore": {
48
+ "const": true
49
+ },
50
+ "tableChapterIgnore": {
51
+ "const": true
52
+ },
53
+ "tableInclude": {
54
+ "const": true
55
+ },
56
+ "tableNamePrefix": {
57
+ "type": "string"
58
+ },
59
+ "tableName": {
60
+ "type": "string"
61
+ },
62
+ "skipSectionPrefix": {
63
+ "const": true
64
+ },
65
+ "fauxGroupName": {
66
+ "type": "string"
67
+ },
68
+ "fauxGroupSource": {
69
+ "$ref": "util.json#/$defs/source"
70
+ },
71
+ "fauxGroupPage": {
72
+ "$ref": "util.json#/$defs/page"
73
+ },
74
+ "isFauxGroupAdditional": {
75
+ "const": true
76
+ }
77
+ },
78
+ "additionalProperties": false,
79
+ "minProperties": 1
80
+ }
81
+ }
43
82
  },
44
83
  "_entryTableColLabelItem": {
45
84
  "anyOf": [
@@ -3749,6 +3788,9 @@
3749
3788
  "rest": {
3750
3789
  "$ref": "#/$defs/entrySpellcasting_frequency"
3751
3790
  },
3791
+ "restLong": {
3792
+ "$ref": "#/$defs/entrySpellcasting_frequency"
3793
+ },
3752
3794
  "daily": {
3753
3795
  "$ref": "#/$defs/entrySpellcasting_frequency"
3754
3796
  },
@@ -3767,6 +3809,9 @@
3767
3809
  "recharge": {
3768
3810
  "$ref": "#/$defs/entrySpellcasting_recharge"
3769
3811
  },
3812
+ "legendary": {
3813
+ "$ref": "#/$defs/entrySpellcasting_frequency"
3814
+ },
3770
3815
  "spells": {
3771
3816
  "type": "object",
3772
3817
  "properties": {
@@ -3825,6 +3870,7 @@
3825
3870
  "constant",
3826
3871
  "will",
3827
3872
  "rest",
3873
+ "restLong",
3828
3874
  "daily",
3829
3875
  "weekly",
3830
3876
  "monthly",
@@ -3832,7 +3878,8 @@
3832
3878
  "ritual",
3833
3879
  "spells",
3834
3880
  "charges",
3835
- "recharge"
3881
+ "recharge",
3882
+ "legendary"
3836
3883
  ]
3837
3884
  }
3838
3885
  },
@@ -3852,7 +3899,9 @@
3852
3899
  "trait",
3853
3900
  "action",
3854
3901
  "bonus",
3855
- "reaction"
3902
+ "reaction",
3903
+ "legendary",
3904
+ "mythic"
3856
3905
  ]
3857
3906
  },
3858
3907
  "chargesItem": {
@@ -65,7 +65,7 @@
65
65
  "$ref": "util.json#/$defs/dataFeatCategory"
66
66
  },
67
67
  "additionalSpells": {
68
- "$ref": "util.json#/$defs/additionalSpellsArray"
68
+ "$ref": "util-additionalspells.json#/$defs/additionalSpellsArray"
69
69
  },
70
70
  "languageProficiencies": {
71
71
  "$ref": "util.json#/$defs/languageProficiencies"
@@ -204,7 +204,7 @@
204
204
  "$ref": "util.json#/$defs/dataFeatCategory"
205
205
  },
206
206
  "additionalSpells": {
207
- "$ref": "util.json#/$defs/additionalSpellsArray"
207
+ "$ref": "util-additionalspells.json#/$defs/additionalSpellsArray"
208
208
  },
209
209
  "languageProficiencies": {
210
210
  "$ref": "util.json#/$defs/languageProficiencies"
@@ -346,7 +346,7 @@
346
346
  "$ref": "util.json#/$defs/dataFeatCategory"
347
347
  },
348
348
  "additionalSpells": {
349
- "$ref": "util.json#/$defs/additionalSpellsArray"
349
+ "$ref": "util-additionalspells.json#/$defs/additionalSpellsArray"
350
350
  },
351
351
  "languageProficiencies": {
352
352
  "$ref": "util.json#/$defs/languageProficiencies"
@@ -68,7 +68,7 @@
68
68
  "type": "boolean"
69
69
  },
70
70
  "additionalSpells": {
71
- "$ref": "util.json#/$defs/additionalSpellsArray"
71
+ "$ref": "util-additionalspells.json#/$defs/additionalSpellsArray"
72
72
  },
73
73
  "languageProficiencies": {
74
74
  "$ref": "util.json#/$defs/languageProficiencies"
@@ -189,7 +189,7 @@
189
189
  "type": "boolean"
190
190
  },
191
191
  "additionalSpells": {
192
- "$ref": "util.json#/$defs/additionalSpellsArray"
192
+ "$ref": "util-additionalspells.json#/$defs/additionalSpellsArray"
193
193
  },
194
194
  "languageProficiencies": {
195
195
  "$ref": "util.json#/$defs/languageProficiencies"
@@ -314,7 +314,7 @@
314
314
  "type": "boolean"
315
315
  },
316
316
  "additionalSpells": {
317
- "$ref": "util.json#/$defs/additionalSpellsArray"
317
+ "$ref": "util-additionalspells.json#/$defs/additionalSpellsArray"
318
318
  },
319
319
  "languageProficiencies": {
320
320
  "$ref": "util.json#/$defs/languageProficiencies"
@@ -173,7 +173,7 @@
173
173
  "type": "null"
174
174
  },
175
175
  {
176
- "$ref": "util.json#/$defs/additionalSpellsArray"
176
+ "$ref": "util-additionalspells.json#/$defs/additionalSpellsArray"
177
177
  }
178
178
  ]
179
179
  },
@@ -434,7 +434,7 @@
434
434
  "type": "null"
435
435
  },
436
436
  {
437
- "$ref": "util.json#/$defs/additionalSpellsArray"
437
+ "$ref": "util-additionalspells.json#/$defs/additionalSpellsArray"
438
438
  }
439
439
  ]
440
440
  },
@@ -777,7 +777,7 @@
777
777
  "type": "null"
778
778
  },
779
779
  {
780
- "$ref": "util.json#/$defs/additionalSpellsArray"
780
+ "$ref": "util-additionalspells.json#/$defs/additionalSpellsArray"
781
781
  }
782
782
  ]
783
783
  },
@@ -1042,7 +1042,7 @@
1042
1042
  "type": "null"
1043
1043
  },
1044
1044
  {
1045
- "$ref": "util.json#/$defs/additionalSpellsArray"
1045
+ "$ref": "util-additionalspells.json#/$defs/additionalSpellsArray"
1046
1046
  }
1047
1047
  ]
1048
1048
  },
@@ -1313,7 +1313,7 @@
1313
1313
  "type": "null"
1314
1314
  },
1315
1315
  {
1316
- "$ref": "util.json#/$defs/additionalSpellsArray"
1316
+ "$ref": "util-additionalspells.json#/$defs/additionalSpellsArray"
1317
1317
  }
1318
1318
  ]
1319
1319
  },
@@ -1589,7 +1589,7 @@
1589
1589
  "type": "null"
1590
1590
  },
1591
1591
  {
1592
- "$ref": "util.json#/$defs/additionalSpellsArray"
1592
+ "$ref": "util-additionalspells.json#/$defs/additionalSpellsArray"
1593
1593
  }
1594
1594
  ]
1595
1595
  },