5etools-utils 0.12.63 → 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 (97) 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/class/foundry.json +17 -1
  7. package/schema/brew/entry.json +53 -4
  8. package/schema/brew/feats.json +3 -3
  9. package/schema/brew/foundry-backgrounds.json +3 -0
  10. package/schema/brew/foundry-items.json +3 -0
  11. package/schema/brew/foundry-psionics.json +3 -0
  12. package/schema/brew/foundry-races.json +15 -0
  13. package/schema/brew/optionalfeatures.json +3 -3
  14. package/schema/brew/races.json +6 -6
  15. package/schema/brew/util-additionalspells.json +302 -0
  16. package/schema/brew/util-foundry.json +11 -2
  17. package/schema/brew/util.json +10 -295
  18. package/schema/brew-fast/backgrounds.json +3 -3
  19. package/schema/brew-fast/bestiary/bestiary.json +164 -13
  20. package/schema/brew-fast/class/class.json +6 -6
  21. package/schema/brew-fast/class/fluff-class.json +9 -0
  22. package/schema/brew-fast/class/foundry.json +17 -1
  23. package/schema/brew-fast/entry.json +53 -4
  24. package/schema/brew-fast/feats.json +3 -3
  25. package/schema/brew-fast/foundry-backgrounds.json +3 -0
  26. package/schema/brew-fast/foundry-items.json +3 -0
  27. package/schema/brew-fast/foundry-psionics.json +3 -0
  28. package/schema/brew-fast/foundry-races.json +15 -0
  29. package/schema/brew-fast/optionalfeatures.json +3 -3
  30. package/schema/brew-fast/races.json +6 -6
  31. package/schema/brew-fast/util-additionalspells.json +302 -0
  32. package/schema/brew-fast/util-foundry.json +11 -2
  33. package/schema/brew-fast/util.json +10 -295
  34. package/schema/site/backgrounds.json +3 -3
  35. package/schema/site/bestiary/bestiary.json +164 -13
  36. package/schema/site/class/class.json +6 -6
  37. package/schema/site/class/fluff-class.json +9 -0
  38. package/schema/site/class/foundry.json +17 -1
  39. package/schema/site/entry.json +53 -4
  40. package/schema/site/feats.json +3 -3
  41. package/schema/site/foundry-backgrounds.json +3 -0
  42. package/schema/site/foundry-items.json +3 -0
  43. package/schema/site/foundry-psionics.json +3 -0
  44. package/schema/site/foundry-races.json +15 -0
  45. package/schema/site/optionalfeatures.json +3 -3
  46. package/schema/site/races.json +6 -6
  47. package/schema/site/util-additionalspells.json +302 -0
  48. package/schema/site/util-foundry.json +11 -2
  49. package/schema/site/util.json +10 -295
  50. package/schema/site-fast/backgrounds.json +3 -3
  51. package/schema/site-fast/bestiary/bestiary.json +164 -13
  52. package/schema/site-fast/class/class.json +6 -6
  53. package/schema/site-fast/class/fluff-class.json +9 -0
  54. package/schema/site-fast/class/foundry.json +17 -1
  55. package/schema/site-fast/entry.json +53 -4
  56. package/schema/site-fast/feats.json +3 -3
  57. package/schema/site-fast/foundry-backgrounds.json +3 -0
  58. package/schema/site-fast/foundry-items.json +3 -0
  59. package/schema/site-fast/foundry-psionics.json +3 -0
  60. package/schema/site-fast/foundry-races.json +15 -0
  61. package/schema/site-fast/optionalfeatures.json +3 -3
  62. package/schema/site-fast/races.json +6 -6
  63. package/schema/site-fast/util-additionalspells.json +302 -0
  64. package/schema/site-fast/util-foundry.json +11 -2
  65. package/schema/site-fast/util.json +10 -295
  66. package/schema/ua/backgrounds.json +3 -3
  67. package/schema/ua/bestiary/bestiary.json +164 -13
  68. package/schema/ua/class/class.json +6 -6
  69. package/schema/ua/class/fluff-class.json +9 -0
  70. package/schema/ua/class/foundry.json +17 -1
  71. package/schema/ua/entry.json +53 -4
  72. package/schema/ua/feats.json +3 -3
  73. package/schema/ua/foundry-backgrounds.json +3 -0
  74. package/schema/ua/foundry-items.json +3 -0
  75. package/schema/ua/foundry-psionics.json +3 -0
  76. package/schema/ua/foundry-races.json +15 -0
  77. package/schema/ua/optionalfeatures.json +3 -3
  78. package/schema/ua/races.json +6 -6
  79. package/schema/ua/util-additionalspells.json +302 -0
  80. package/schema/ua/util-foundry.json +11 -2
  81. package/schema/ua/util.json +10 -295
  82. package/schema/ua-fast/backgrounds.json +3 -3
  83. package/schema/ua-fast/bestiary/bestiary.json +164 -13
  84. package/schema/ua-fast/class/class.json +6 -6
  85. package/schema/ua-fast/class/fluff-class.json +9 -0
  86. package/schema/ua-fast/class/foundry.json +17 -1
  87. package/schema/ua-fast/entry.json +53 -4
  88. package/schema/ua-fast/feats.json +3 -3
  89. package/schema/ua-fast/foundry-backgrounds.json +3 -0
  90. package/schema/ua-fast/foundry-items.json +3 -0
  91. package/schema/ua-fast/foundry-psionics.json +3 -0
  92. package/schema/ua-fast/foundry-races.json +15 -0
  93. package/schema/ua-fast/optionalfeatures.json +3 -3
  94. package/schema/ua-fast/races.json +6 -6
  95. package/schema/ua-fast/util-additionalspells.json +302 -0
  96. package/schema/ua-fast/util-foundry.json +11 -2
  97. package/schema/ua-fast/util.json +10 -295
@@ -74,7 +74,7 @@
74
74
  "$ref": "util.json#/$defs/startingEquipment"
75
75
  },
76
76
  "additionalSpells": {
77
- "$ref": "util.json#/$defs/additionalSpellsArray"
77
+ "$ref": "util-additionalspells.json#/$defs/additionalSpellsArray"
78
78
  },
79
79
  "ability": {
80
80
  "$ref": "util.json#/$defs/abilityScores"
@@ -170,7 +170,7 @@
170
170
  "$ref": "util.json#/$defs/startingEquipment"
171
171
  },
172
172
  "additionalSpells": {
173
- "$ref": "util.json#/$defs/additionalSpellsArray"
173
+ "$ref": "util-additionalspells.json#/$defs/additionalSpellsArray"
174
174
  },
175
175
  "ability": {
176
176
  "$ref": "util.json#/$defs/abilityScores"
@@ -270,7 +270,7 @@
270
270
  "$ref": "util.json#/$defs/startingEquipment"
271
271
  },
272
272
  "additionalSpells": {
273
- "$ref": "util.json#/$defs/additionalSpellsArray"
273
+ "$ref": "util-additionalspells.json#/$defs/additionalSpellsArray"
274
274
  },
275
275
  "ability": {
276
276
  "$ref": "util.json#/$defs/abilityScores"
@@ -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
  },
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://json-schema.org/draft/2020-12/schema",
3
3
  "$id": "foundry-class.json",
4
- "version": "1.4.5",
4
+ "version": "1.4.6",
5
5
  "type": "object",
6
6
  "properties": {
7
7
  "class": {
@@ -31,6 +31,9 @@
31
31
  "img": {
32
32
  "type": "string"
33
33
  },
34
+ "migrationVersion": {
35
+ "type": "integer"
36
+ },
34
37
  "_merge": {
35
38
  "type": "object",
36
39
  "description": "If our \"X\" (e.g. \"system\") should be merged with any base \"X\", rather than overwriting.",
@@ -109,6 +112,7 @@
109
112
  "type": "object",
110
113
  "required": [
111
114
  "name",
115
+ "shortName",
112
116
  "source",
113
117
  "className",
114
118
  "classSource"
@@ -136,6 +140,9 @@
136
140
  "img": {
137
141
  "type": "string"
138
142
  },
143
+ "migrationVersion": {
144
+ "type": "integer"
145
+ },
139
146
  "_merge": {
140
147
  "type": "object",
141
148
  "description": "If our \"X\" (e.g. \"system\") should be merged with any base \"X\", rather than overwriting.",
@@ -157,6 +164,9 @@
157
164
  }
158
165
  }
159
166
  },
167
+ "shortName": {
168
+ "type": "string"
169
+ },
160
170
  "className": {
161
171
  "type": "string"
162
172
  },
@@ -244,6 +254,9 @@
244
254
  "img": {
245
255
  "type": "string"
246
256
  },
257
+ "migrationVersion": {
258
+ "type": "integer"
259
+ },
247
260
  "_merge": {
248
261
  "type": "object",
249
262
  "description": "If our \"X\" (e.g. \"system\") should be merged with any base \"X\", rather than overwriting.",
@@ -354,6 +367,9 @@
354
367
  "img": {
355
368
  "type": "string"
356
369
  },
370
+ "migrationVersion": {
371
+ "type": "integer"
372
+ },
357
373
  "_merge": {
358
374
  "type": "object",
359
375
  "description": "If our \"X\" (e.g. \"system\") should be merged with any base \"X\", rather than overwriting.",
@@ -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"
@@ -39,6 +39,9 @@
39
39
  "img": {
40
40
  "type": "string"
41
41
  },
42
+ "migrationVersion": {
43
+ "type": "integer"
44
+ },
42
45
  "_merge": {
43
46
  "type": "object",
44
47
  "description": "If our \"X\" (e.g. \"system\") should be merged with any base \"X\", rather than overwriting.",
@@ -36,6 +36,9 @@
36
36
  "img": {
37
37
  "type": "string"
38
38
  },
39
+ "migrationVersion": {
40
+ "type": "integer"
41
+ },
39
42
  "_merge": {
40
43
  "type": "object",
41
44
  "description": "If our \"X\" (e.g. \"system\") should be merged with any base \"X\", rather than overwriting.",
@@ -42,6 +42,9 @@
42
42
  "img": {
43
43
  "type": "string"
44
44
  },
45
+ "migrationVersion": {
46
+ "type": "integer"
47
+ },
45
48
  "_merge": {
46
49
  "type": "object",
47
50
  "description": "If our \"X\" (e.g. \"system\") should be merged with any base \"X\", rather than overwriting.",
@@ -29,6 +29,9 @@
29
29
  "img": {
30
30
  "type": "string"
31
31
  },
32
+ "migrationVersion": {
33
+ "type": "integer"
34
+ },
32
35
  "_merge": {
33
36
  "type": "object",
34
37
  "description": "If our \"X\" (e.g. \"system\") should be merged with any base \"X\", rather than overwriting.",
@@ -89,6 +92,9 @@
89
92
  "img": {
90
93
  "type": "string"
91
94
  },
95
+ "migrationVersion": {
96
+ "type": "integer"
97
+ },
92
98
  "_merge": {
93
99
  "type": "object",
94
100
  "description": "If our \"X\" (e.g. \"system\") should be merged with any base \"X\", rather than overwriting.",
@@ -150,6 +156,9 @@
150
156
  "img": {
151
157
  "type": "string"
152
158
  },
159
+ "migrationVersion": {
160
+ "type": "integer"
161
+ },
153
162
  "_merge": {
154
163
  "type": "object",
155
164
  "description": "If our \"X\" (e.g. \"system\") should be merged with any base \"X\", rather than overwriting.",
@@ -212,6 +221,9 @@
212
221
  "img": {
213
222
  "type": "string"
214
223
  },
224
+ "migrationVersion": {
225
+ "type": "integer"
226
+ },
215
227
  "_merge": {
216
228
  "type": "object",
217
229
  "description": "If our \"X\" (e.g. \"system\") should be merged with any base \"X\", rather than overwriting.",
@@ -274,6 +286,9 @@
274
286
  "img": {
275
287
  "type": "string"
276
288
  },
289
+ "migrationVersion": {
290
+ "type": "integer"
291
+ },
277
292
  "_merge": {
278
293
  "type": "object",
279
294
  "description": "If our \"X\" (e.g. \"system\") should be merged with any base \"X\", rather than overwriting.",
@@ -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"