5etools-utils 0.16.19 → 0.16.24

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.
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "$schema": "https://json-schema.org/draft/2020-12/schema",
3
- "version": "1.14.0",
3
+ "version": "1.14.1",
4
4
  "type": "object",
5
5
  "description": "Homebrew for 5etools. Should include arrays titled similarly to the main site data, e.g. `spell` or `class`",
6
6
  "$defs": {
@@ -184,6 +184,16 @@
184
184
  },
185
185
  "markdownDescription": "Object names are optional feature "type" shorthands (e.g. "EI" for "Eldritch Invocation" which will be displayed in the list view as a sortable column"
186
186
  },
187
+ "vehicleUpgradeTypes": {
188
+ "type": "object",
189
+ "description": "Object names are vehicle upgrade \"type\" shorthands (e.g. \"SHP:H\" for \"Ship Upgrade, Hull\" which will be displayed in the list view as a sortable column",
190
+ "patternProperties": {
191
+ ".*": {
192
+ "type": "string"
193
+ }
194
+ },
195
+ "markdownDescription": "Object names are vehicle upgrade "type" shorthands (e.g. "SHP:H" for "Ship Upgrade, Hull" which will be displayed in the list view as a sortable column"
196
+ },
187
197
  "featCategories": {
188
198
  "type": "object",
189
199
  "description": "Object names are feat \"category\" shorthands (e.g. \"O\" for \"Origin\" which will be displayed in the list view as a sortable column",
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://json-schema.org/draft/2020-12/schema",
3
3
  "$id": "items.json",
4
- "version": "1.14.29",
4
+ "version": "1.14.30",
5
5
  "type": "object",
6
6
  "$defs": {
7
7
  "itemData": {
@@ -415,7 +415,9 @@
415
415
  "type": "string",
416
416
  "description": "UIDs of \"deck\"s to be linked in a \"See Also\" footnote.\n\nEx.: \"deck of many things|dmg\".",
417
417
  "markdownDescription": "UIDs of "deck"s to be linked in a "See Also" footnote.\n\nEx.: "deck of many things|dmg"."
418
- }
418
+ },
419
+ "minItems": 1,
420
+ "uniqueItems": true
419
421
  },
420
422
  "seeAlsoVehicle": {
421
423
  "type": "array",
@@ -423,7 +425,9 @@
423
425
  "type": "string",
424
426
  "description": "UIDs of \"vehicle\"s to be linked in a \"See Also\" footnote.\n\nEx.: \"rowboat|gos\".",
425
427
  "markdownDescription": "UIDs of "vehicle"s to be linked in a "See Also" footnote.\n\nEx.: "rowboat|gos"."
426
- }
428
+ },
429
+ "minItems": 1,
430
+ "uniqueItems": true
427
431
  },
428
432
  "reqAttuneTags": {
429
433
  "$ref": "util.json#/$defs/reqAttuneTags"
@@ -911,7 +915,9 @@
911
915
  "type": "string",
912
916
  "description": "UIDs of \"deck\"s to be linked in a \"See Also\" footnote.\n\nEx.: \"deck of many things|dmg\".",
913
917
  "markdownDescription": "UIDs of "deck"s to be linked in a "See Also" footnote.\n\nEx.: "deck of many things|dmg"."
914
- }
918
+ },
919
+ "minItems": 1,
920
+ "uniqueItems": true
915
921
  },
916
922
  "seeAlsoVehicle": {
917
923
  "type": "array",
@@ -919,7 +925,9 @@
919
925
  "type": "string",
920
926
  "description": "UIDs of \"vehicle\"s to be linked in a \"See Also\" footnote.\n\nEx.: \"rowboat|gos\".",
921
927
  "markdownDescription": "UIDs of "vehicle"s to be linked in a "See Also" footnote.\n\nEx.: "rowboat|gos"."
922
- }
928
+ },
929
+ "minItems": 1,
930
+ "uniqueItems": true
923
931
  },
924
932
  "reqAttuneTags": {
925
933
  "$ref": "util.json#/$defs/reqAttuneTags"
@@ -1409,7 +1417,9 @@
1409
1417
  "type": "string",
1410
1418
  "description": "UIDs of \"deck\"s to be linked in a \"See Also\" footnote.\n\nEx.: \"deck of many things|dmg\".",
1411
1419
  "markdownDescription": "UIDs of "deck"s to be linked in a "See Also" footnote.\n\nEx.: "deck of many things|dmg"."
1412
- }
1420
+ },
1421
+ "minItems": 1,
1422
+ "uniqueItems": true
1413
1423
  },
1414
1424
  "seeAlsoVehicle": {
1415
1425
  "type": "array",
@@ -1417,7 +1427,9 @@
1417
1427
  "type": "string",
1418
1428
  "description": "UIDs of \"vehicle\"s to be linked in a \"See Also\" footnote.\n\nEx.: \"rowboat|gos\".",
1419
1429
  "markdownDescription": "UIDs of "vehicle"s to be linked in a "See Also" footnote.\n\nEx.: "rowboat|gos"."
1420
- }
1430
+ },
1431
+ "minItems": 1,
1432
+ "uniqueItems": true
1421
1433
  },
1422
1434
  "reqAttuneTags": {
1423
1435
  "$ref": "util.json#/$defs/reqAttuneTags"
@@ -1905,7 +1917,9 @@
1905
1917
  "type": "string",
1906
1918
  "description": "UIDs of \"deck\"s to be linked in a \"See Also\" footnote.\n\nEx.: \"deck of many things|dmg\".",
1907
1919
  "markdownDescription": "UIDs of "deck"s to be linked in a "See Also" footnote.\n\nEx.: "deck of many things|dmg"."
1908
- }
1920
+ },
1921
+ "minItems": 1,
1922
+ "uniqueItems": true
1909
1923
  },
1910
1924
  "seeAlsoVehicle": {
1911
1925
  "type": "array",
@@ -1913,7 +1927,9 @@
1913
1927
  "type": "string",
1914
1928
  "description": "UIDs of \"vehicle\"s to be linked in a \"See Also\" footnote.\n\nEx.: \"rowboat|gos\".",
1915
1929
  "markdownDescription": "UIDs of "vehicle"s to be linked in a "See Also" footnote.\n\nEx.: "rowboat|gos"."
1916
- }
1930
+ },
1931
+ "minItems": 1,
1932
+ "uniqueItems": true
1917
1933
  },
1918
1934
  "reqAttuneTags": {
1919
1935
  "$ref": "util.json#/$defs/reqAttuneTags"
@@ -2414,7 +2430,9 @@
2414
2430
  "type": "string",
2415
2431
  "description": "UIDs of \"deck\"s to be linked in a \"See Also\" footnote.\n\nEx.: \"deck of many things|dmg\".",
2416
2432
  "markdownDescription": "UIDs of "deck"s to be linked in a "See Also" footnote.\n\nEx.: "deck of many things|dmg"."
2417
- }
2433
+ },
2434
+ "minItems": 1,
2435
+ "uniqueItems": true
2418
2436
  },
2419
2437
  "seeAlsoVehicle": {
2420
2438
  "type": "array",
@@ -2422,7 +2440,9 @@
2422
2440
  "type": "string",
2423
2441
  "description": "UIDs of \"vehicle\"s to be linked in a \"See Also\" footnote.\n\nEx.: \"rowboat|gos\".",
2424
2442
  "markdownDescription": "UIDs of "vehicle"s to be linked in a "See Also" footnote.\n\nEx.: "rowboat|gos"."
2425
- }
2443
+ },
2444
+ "minItems": 1,
2445
+ "uniqueItems": true
2426
2446
  },
2427
2447
  "reqAttuneTags": {
2428
2448
  "$ref": "util.json#/$defs/reqAttuneTags"
@@ -2914,7 +2934,9 @@
2914
2934
  "type": "string",
2915
2935
  "description": "UIDs of \"deck\"s to be linked in a \"See Also\" footnote.\n\nEx.: \"deck of many things|dmg\".",
2916
2936
  "markdownDescription": "UIDs of "deck"s to be linked in a "See Also" footnote.\n\nEx.: "deck of many things|dmg"."
2917
- }
2937
+ },
2938
+ "minItems": 1,
2939
+ "uniqueItems": true
2918
2940
  },
2919
2941
  "seeAlsoVehicle": {
2920
2942
  "type": "array",
@@ -2922,7 +2944,9 @@
2922
2944
  "type": "string",
2923
2945
  "description": "UIDs of \"vehicle\"s to be linked in a \"See Also\" footnote.\n\nEx.: \"rowboat|gos\".",
2924
2946
  "markdownDescription": "UIDs of "vehicle"s to be linked in a "See Also" footnote.\n\nEx.: "rowboat|gos"."
2925
- }
2947
+ },
2948
+ "minItems": 1,
2949
+ "uniqueItems": true
2926
2950
  },
2927
2951
  "reqAttuneTags": {
2928
2952
  "$ref": "util.json#/$defs/reqAttuneTags"
@@ -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.18.6",
6
+ "version": "1.19.0",
7
7
  "$defs": {
8
8
  "metaDependenciesArray": {
9
9
  "type": "array",
@@ -2442,8 +2442,8 @@
2442
2442
  },
2443
2443
  "dataOptionalfeatureType": {
2444
2444
  "type": "string",
2445
- "description": "- AF: Alchemical Formula\n- AI: Artificer Infusion\n- AS: Arcane Shot\n- AS:V1-UA: Arcane Shot, V1 (UA)\n- AS:V2-UA: Arcane Shot, V2 (UA)\n- ED: Elemental Discipline\n- EI: Eldritch Invocation\n- FS:B: Fighting Style; Bard\n- FS:F: Fighting Style; Fighter\n- FS:P: Fighting Style; Paladin\n- FS:R: Fighting Style; Ranger\n- IWM:A: Infernal War Machine Upgrade, Armor\n- IWM:G: Infernal War Machine Upgrade, Gadget\n- IWM:W: Infernal War Machine Variant, Weapon\n- MM: Metamagic\n- MV: Maneuver\n- MV:B: Maneuver, Battle Master\n- MV:C2-UA: Maneuver, Cavalier V2 (UA)\n- OR: Onomancy Resonant\n- OTH: Other\n- PB: Pact Boon\n- RN: Rune Knight Rune\n- RP: Renown Perk\n- SHP:F: Ship Upgrade, Figurehead\n- SHP:H: Ship Upgrade, Hull\n- SHP:M: Ship Upgrade, Movement\n- SHP:O: Ship Upgrade, Miscellaneous\n- SHP:W: Ship Upgrade, Weapon\n- TT: Traveler's Trick",
2446
- "markdownDescription": "- AF: Alchemical Formula\n- AI: Artificer Infusion\n- AS: Arcane Shot\n- AS:V1-UA: Arcane Shot, V1 (UA)\n- AS:V2-UA: Arcane Shot, V2 (UA)\n- ED: Elemental Discipline\n- EI: Eldritch Invocation\n- FS:B: Fighting Style; Bard\n- FS:F: Fighting Style; Fighter\n- FS:P: Fighting Style; Paladin\n- FS:R: Fighting Style; Ranger\n- IWM:A: Infernal War Machine Upgrade, Armor\n- IWM:G: Infernal War Machine Upgrade, Gadget\n- IWM:W: Infernal War Machine Variant, Weapon\n- MM: Metamagic\n- MV: Maneuver\n- MV:B: Maneuver, Battle Master\n- MV:C2-UA: Maneuver, Cavalier V2 (UA)\n- OR: Onomancy Resonant\n- OTH: Other\n- PB: Pact Boon\n- RN: Rune Knight Rune\n- RP: Renown Perk\n- SHP:F: Ship Upgrade, Figurehead\n- SHP:H: Ship Upgrade, Hull\n- SHP:M: Ship Upgrade, Movement\n- SHP:O: Ship Upgrade, Miscellaneous\n- SHP:W: Ship Upgrade, Weapon\n- TT: Traveler's Trick",
2445
+ "description": "- AF: Alchemical Formula\n- AI: Artificer Infusion\n- AS: Arcane Shot\n- AS:V1-UA: Arcane Shot, V1 (UA)\n- AS:V2-UA: Arcane Shot, V2 (UA)\n- ED: Elemental Discipline\n- EI: Eldritch Invocation\n- FS:B: Fighting Style; Bard\n- FS:F: Fighting Style; Fighter\n- FS:P: Fighting Style; Paladin\n- FS:R: Fighting Style; Ranger\n- MM: Metamagic\n- MV: Maneuver\n- MV:B: Maneuver, Battle Master\n- MV:C2-UA: Maneuver, Cavalier V2 (UA)\n- OR: Onomancy Resonant\n- OTH: Other\n- PB: Pact Boon\n- RN: Rune Knight Rune\n- RP: Renown Perk\n- TT: Traveler's Trick",
2446
+ "markdownDescription": "- AF: Alchemical Formula\n- AI: Artificer Infusion\n- AS: Arcane Shot\n- AS:V1-UA: Arcane Shot, V1 (UA)\n- AS:V2-UA: Arcane Shot, V2 (UA)\n- ED: Elemental Discipline\n- EI: Eldritch Invocation\n- FS:B: Fighting Style; Bard\n- FS:F: Fighting Style; Fighter\n- FS:P: Fighting Style; Paladin\n- FS:R: Fighting Style; Ranger\n- MM: Metamagic\n- MV: Maneuver\n- MV:B: Maneuver, Battle Master\n- MV:C2-UA: Maneuver, Cavalier V2 (UA)\n- OR: Onomancy Resonant\n- OTH: Other\n- PB: Pact Boon\n- RN: Rune Knight Rune\n- RP: Renown Perk\n- TT: Traveler's Trick",
2447
2447
  "enum": [
2448
2448
  "ED",
2449
2449
  "EI",
@@ -2461,6 +2461,18 @@
2461
2461
  "AS",
2462
2462
  "PB",
2463
2463
  "AI",
2464
+ "OR",
2465
+ "RN",
2466
+ "AF",
2467
+ "TT",
2468
+ "RP"
2469
+ ]
2470
+ },
2471
+ "dataVehicleUpgradeType": {
2472
+ "type": "string",
2473
+ "description": "- IWM:A: Infernal War Machine Upgrade, Armor\n- IWM:G: Infernal War Machine Upgrade, Gadget\n- IWM:W: Infernal War Machine Variant, Weapon\n- SHP:F: Ship Upgrade, Figurehead\n- SHP:H: Ship Upgrade, Hull\n- SHP:M: Ship Upgrade, Movement\n- SHP:O: Ship Upgrade, Miscellaneous\n- SHP:W: Ship Upgrade, Weapon",
2474
+ "markdownDescription": "- IWM:A: Infernal War Machine Upgrade, Armor\n- IWM:G: Infernal War Machine Upgrade, Gadget\n- IWM:W: Infernal War Machine Variant, Weapon\n- SHP:F: Ship Upgrade, Figurehead\n- SHP:H: Ship Upgrade, Hull\n- SHP:M: Ship Upgrade, Movement\n- SHP:O: Ship Upgrade, Miscellaneous\n- SHP:W: Ship Upgrade, Weapon",
2475
+ "enum": [
2464
2476
  "SHP:H",
2465
2477
  "SHP:M",
2466
2478
  "SHP:W",
@@ -2468,12 +2480,7 @@
2468
2480
  "SHP:O",
2469
2481
  "IWM:W",
2470
2482
  "IWM:A",
2471
- "IWM:G",
2472
- "OR",
2473
- "RN",
2474
- "AF",
2475
- "TT",
2476
- "RP"
2483
+ "IWM:G"
2477
2484
  ]
2478
2485
  },
2479
2486
  "dataFeatCategory": {
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://json-schema.org/draft/2020-12/schema",
3
3
  "$id": "vehicles.json",
4
- "version": "1.9.1",
4
+ "version": "1.10.2",
5
5
  "type": "object",
6
6
  "$defs": {
7
7
  "vehicleTerrain": {
@@ -203,10 +203,13 @@
203
203
  "upgradeType": {
204
204
  "type": "array",
205
205
  "items": {
206
- "$ref": "util.json#/$defs/dataOptionalfeatureType",
207
- "type": "string",
208
- "pattern": "^(SHP|IWM):.*"
209
- }
206
+ "$ref": "util.json#/$defs/dataVehicleUpgradeType"
207
+ },
208
+ "minItems": 1,
209
+ "uniqueItems": true
210
+ },
211
+ "cost": {
212
+ "$ref": "#/$defs/_vehicleCost"
210
213
  },
211
214
  "hasFluff": {
212
215
  "type": "boolean"
@@ -252,10 +255,13 @@
252
255
  "upgradeType": {
253
256
  "type": "array",
254
257
  "items": {
255
- "$ref": "util.json#/$defs/dataOptionalfeatureType",
256
- "type": "string",
257
- "pattern": "^(SHP|IWM):.*"
258
- }
258
+ "$ref": "util.json#/$defs/dataVehicleUpgradeType"
259
+ },
260
+ "minItems": 1,
261
+ "uniqueItems": true
262
+ },
263
+ "cost": {
264
+ "$ref": "#/$defs/_vehicleCost"
259
265
  },
260
266
  "hasFluff": {
261
267
  "type": "boolean"
@@ -305,10 +311,13 @@
305
311
  "upgradeType": {
306
312
  "type": "array",
307
313
  "items": {
308
- "$ref": "util.json#/$defs/dataOptionalfeatureType",
309
- "type": "string",
310
- "pattern": "^(SHP|IWM):.*"
311
- }
314
+ "$ref": "util.json#/$defs/dataVehicleUpgradeType"
315
+ },
316
+ "minItems": 1,
317
+ "uniqueItems": true
318
+ },
319
+ "cost": {
320
+ "$ref": "#/$defs/_vehicleCost"
312
321
  },
313
322
  "hasFluff": {
314
323
  "type": "boolean"
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://json-schema.org/draft/2020-12/schema",
3
3
  "$id": "actions.json",
4
- "version": "1.2.8",
4
+ "version": "1.2.9",
5
5
  "type": "object",
6
6
  "$defs": {
7
7
  "action": {
@@ -67,7 +67,9 @@
67
67
  "type": "string",
68
68
  "description": "UIDs of \"action\"s to be linked in a \"See Also\" footnote.\n\nEx.: \"disarm|dmg\".",
69
69
  "markdownDescription": "UIDs of "action"s to be linked in a "See Also" footnote.\n\nEx.: "disarm|dmg"."
70
- }
70
+ },
71
+ "minItems": 1,
72
+ "uniqueItems": true
71
73
  },
72
74
  "srd": {
73
75
  "$ref": "util.json#/$defs/srd"
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "$schema": "https://json-schema.org/draft/2020-12/schema",
3
- "version": "1.14.0",
3
+ "version": "1.14.1",
4
4
  "type": "object",
5
5
  "description": "Homebrew for 5etools. Should include arrays titled similarly to the main site data, e.g. `spell` or `class`",
6
6
  "$defs": {
@@ -182,6 +182,16 @@
182
182
  },
183
183
  "markdownDescription": "Object names are optional feature "type" shorthands (e.g. "EI" for "Eldritch Invocation" which will be displayed in the list view as a sortable column"
184
184
  },
185
+ "vehicleUpgradeTypes": {
186
+ "type": "object",
187
+ "description": "Object names are vehicle upgrade \"type\" shorthands (e.g. \"SHP:H\" for \"Ship Upgrade, Hull\" which will be displayed in the list view as a sortable column",
188
+ "patternProperties": {
189
+ ".*": {
190
+ "type": "string"
191
+ }
192
+ },
193
+ "markdownDescription": "Object names are vehicle upgrade "type" shorthands (e.g. "SHP:H" for "Ship Upgrade, Hull" which will be displayed in the list view as a sortable column"
194
+ },
185
195
  "featCategories": {
186
196
  "type": "object",
187
197
  "description": "Object names are feat \"category\" shorthands (e.g. \"O\" for \"Origin\" which will be displayed in the list view as a sortable column",
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://json-schema.org/draft/2020-12/schema",
3
3
  "$id": "items.json",
4
- "version": "1.14.29",
4
+ "version": "1.14.30",
5
5
  "type": "object",
6
6
  "$defs": {
7
7
  "itemData": {
@@ -415,7 +415,9 @@
415
415
  "type": "string",
416
416
  "description": "UIDs of \"deck\"s to be linked in a \"See Also\" footnote.\n\nEx.: \"deck of many things|dmg\".",
417
417
  "markdownDescription": "UIDs of "deck"s to be linked in a "See Also" footnote.\n\nEx.: "deck of many things|dmg"."
418
- }
418
+ },
419
+ "minItems": 1,
420
+ "uniqueItems": true
419
421
  },
420
422
  "seeAlsoVehicle": {
421
423
  "type": "array",
@@ -423,7 +425,9 @@
423
425
  "type": "string",
424
426
  "description": "UIDs of \"vehicle\"s to be linked in a \"See Also\" footnote.\n\nEx.: \"rowboat|gos\".",
425
427
  "markdownDescription": "UIDs of "vehicle"s to be linked in a "See Also" footnote.\n\nEx.: "rowboat|gos"."
426
- }
428
+ },
429
+ "minItems": 1,
430
+ "uniqueItems": true
427
431
  },
428
432
  "reqAttuneTags": {
429
433
  "$ref": "util.json#/$defs/reqAttuneTags"
@@ -911,7 +915,9 @@
911
915
  "type": "string",
912
916
  "description": "UIDs of \"deck\"s to be linked in a \"See Also\" footnote.\n\nEx.: \"deck of many things|dmg\".",
913
917
  "markdownDescription": "UIDs of "deck"s to be linked in a "See Also" footnote.\n\nEx.: "deck of many things|dmg"."
914
- }
918
+ },
919
+ "minItems": 1,
920
+ "uniqueItems": true
915
921
  },
916
922
  "seeAlsoVehicle": {
917
923
  "type": "array",
@@ -919,7 +925,9 @@
919
925
  "type": "string",
920
926
  "description": "UIDs of \"vehicle\"s to be linked in a \"See Also\" footnote.\n\nEx.: \"rowboat|gos\".",
921
927
  "markdownDescription": "UIDs of "vehicle"s to be linked in a "See Also" footnote.\n\nEx.: "rowboat|gos"."
922
- }
928
+ },
929
+ "minItems": 1,
930
+ "uniqueItems": true
923
931
  },
924
932
  "reqAttuneTags": {
925
933
  "$ref": "util.json#/$defs/reqAttuneTags"
@@ -1409,7 +1417,9 @@
1409
1417
  "type": "string",
1410
1418
  "description": "UIDs of \"deck\"s to be linked in a \"See Also\" footnote.\n\nEx.: \"deck of many things|dmg\".",
1411
1419
  "markdownDescription": "UIDs of "deck"s to be linked in a "See Also" footnote.\n\nEx.: "deck of many things|dmg"."
1412
- }
1420
+ },
1421
+ "minItems": 1,
1422
+ "uniqueItems": true
1413
1423
  },
1414
1424
  "seeAlsoVehicle": {
1415
1425
  "type": "array",
@@ -1417,7 +1427,9 @@
1417
1427
  "type": "string",
1418
1428
  "description": "UIDs of \"vehicle\"s to be linked in a \"See Also\" footnote.\n\nEx.: \"rowboat|gos\".",
1419
1429
  "markdownDescription": "UIDs of "vehicle"s to be linked in a "See Also" footnote.\n\nEx.: "rowboat|gos"."
1420
- }
1430
+ },
1431
+ "minItems": 1,
1432
+ "uniqueItems": true
1421
1433
  },
1422
1434
  "reqAttuneTags": {
1423
1435
  "$ref": "util.json#/$defs/reqAttuneTags"
@@ -1905,7 +1917,9 @@
1905
1917
  "type": "string",
1906
1918
  "description": "UIDs of \"deck\"s to be linked in a \"See Also\" footnote.\n\nEx.: \"deck of many things|dmg\".",
1907
1919
  "markdownDescription": "UIDs of "deck"s to be linked in a "See Also" footnote.\n\nEx.: "deck of many things|dmg"."
1908
- }
1920
+ },
1921
+ "minItems": 1,
1922
+ "uniqueItems": true
1909
1923
  },
1910
1924
  "seeAlsoVehicle": {
1911
1925
  "type": "array",
@@ -1913,7 +1927,9 @@
1913
1927
  "type": "string",
1914
1928
  "description": "UIDs of \"vehicle\"s to be linked in a \"See Also\" footnote.\n\nEx.: \"rowboat|gos\".",
1915
1929
  "markdownDescription": "UIDs of "vehicle"s to be linked in a "See Also" footnote.\n\nEx.: "rowboat|gos"."
1916
- }
1930
+ },
1931
+ "minItems": 1,
1932
+ "uniqueItems": true
1917
1933
  },
1918
1934
  "reqAttuneTags": {
1919
1935
  "$ref": "util.json#/$defs/reqAttuneTags"
@@ -2414,7 +2430,9 @@
2414
2430
  "type": "string",
2415
2431
  "description": "UIDs of \"deck\"s to be linked in a \"See Also\" footnote.\n\nEx.: \"deck of many things|dmg\".",
2416
2432
  "markdownDescription": "UIDs of "deck"s to be linked in a "See Also" footnote.\n\nEx.: "deck of many things|dmg"."
2417
- }
2433
+ },
2434
+ "minItems": 1,
2435
+ "uniqueItems": true
2418
2436
  },
2419
2437
  "seeAlsoVehicle": {
2420
2438
  "type": "array",
@@ -2422,7 +2440,9 @@
2422
2440
  "type": "string",
2423
2441
  "description": "UIDs of \"vehicle\"s to be linked in a \"See Also\" footnote.\n\nEx.: \"rowboat|gos\".",
2424
2442
  "markdownDescription": "UIDs of "vehicle"s to be linked in a "See Also" footnote.\n\nEx.: "rowboat|gos"."
2425
- }
2443
+ },
2444
+ "minItems": 1,
2445
+ "uniqueItems": true
2426
2446
  },
2427
2447
  "reqAttuneTags": {
2428
2448
  "$ref": "util.json#/$defs/reqAttuneTags"
@@ -2914,7 +2934,9 @@
2914
2934
  "type": "string",
2915
2935
  "description": "UIDs of \"deck\"s to be linked in a \"See Also\" footnote.\n\nEx.: \"deck of many things|dmg\".",
2916
2936
  "markdownDescription": "UIDs of "deck"s to be linked in a "See Also" footnote.\n\nEx.: "deck of many things|dmg"."
2917
- }
2937
+ },
2938
+ "minItems": 1,
2939
+ "uniqueItems": true
2918
2940
  },
2919
2941
  "seeAlsoVehicle": {
2920
2942
  "type": "array",
@@ -2922,7 +2944,9 @@
2922
2944
  "type": "string",
2923
2945
  "description": "UIDs of \"vehicle\"s to be linked in a \"See Also\" footnote.\n\nEx.: \"rowboat|gos\".",
2924
2946
  "markdownDescription": "UIDs of "vehicle"s to be linked in a "See Also" footnote.\n\nEx.: "rowboat|gos"."
2925
- }
2947
+ },
2948
+ "minItems": 1,
2949
+ "uniqueItems": true
2926
2950
  },
2927
2951
  "reqAttuneTags": {
2928
2952
  "$ref": "util.json#/$defs/reqAttuneTags"
@@ -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.18.6",
6
+ "version": "1.19.0",
7
7
  "$defs": {
8
8
  "metaDependenciesArray": {
9
9
  "type": "array",
@@ -2442,8 +2442,8 @@
2442
2442
  },
2443
2443
  "dataOptionalfeatureType": {
2444
2444
  "type": "string",
2445
- "description": "- AF: Alchemical Formula\n- AI: Artificer Infusion\n- AS: Arcane Shot\n- AS:V1-UA: Arcane Shot, V1 (UA)\n- AS:V2-UA: Arcane Shot, V2 (UA)\n- ED: Elemental Discipline\n- EI: Eldritch Invocation\n- FS:B: Fighting Style; Bard\n- FS:F: Fighting Style; Fighter\n- FS:P: Fighting Style; Paladin\n- FS:R: Fighting Style; Ranger\n- IWM:A: Infernal War Machine Upgrade, Armor\n- IWM:G: Infernal War Machine Upgrade, Gadget\n- IWM:W: Infernal War Machine Variant, Weapon\n- MM: Metamagic\n- MV: Maneuver\n- MV:B: Maneuver, Battle Master\n- MV:C2-UA: Maneuver, Cavalier V2 (UA)\n- OR: Onomancy Resonant\n- OTH: Other\n- PB: Pact Boon\n- RN: Rune Knight Rune\n- RP: Renown Perk\n- SHP:F: Ship Upgrade, Figurehead\n- SHP:H: Ship Upgrade, Hull\n- SHP:M: Ship Upgrade, Movement\n- SHP:O: Ship Upgrade, Miscellaneous\n- SHP:W: Ship Upgrade, Weapon\n- TT: Traveler's Trick",
2446
- "markdownDescription": "- AF: Alchemical Formula\n- AI: Artificer Infusion\n- AS: Arcane Shot\n- AS:V1-UA: Arcane Shot, V1 (UA)\n- AS:V2-UA: Arcane Shot, V2 (UA)\n- ED: Elemental Discipline\n- EI: Eldritch Invocation\n- FS:B: Fighting Style; Bard\n- FS:F: Fighting Style; Fighter\n- FS:P: Fighting Style; Paladin\n- FS:R: Fighting Style; Ranger\n- IWM:A: Infernal War Machine Upgrade, Armor\n- IWM:G: Infernal War Machine Upgrade, Gadget\n- IWM:W: Infernal War Machine Variant, Weapon\n- MM: Metamagic\n- MV: Maneuver\n- MV:B: Maneuver, Battle Master\n- MV:C2-UA: Maneuver, Cavalier V2 (UA)\n- OR: Onomancy Resonant\n- OTH: Other\n- PB: Pact Boon\n- RN: Rune Knight Rune\n- RP: Renown Perk\n- SHP:F: Ship Upgrade, Figurehead\n- SHP:H: Ship Upgrade, Hull\n- SHP:M: Ship Upgrade, Movement\n- SHP:O: Ship Upgrade, Miscellaneous\n- SHP:W: Ship Upgrade, Weapon\n- TT: Traveler's Trick",
2445
+ "description": "- AF: Alchemical Formula\n- AI: Artificer Infusion\n- AS: Arcane Shot\n- AS:V1-UA: Arcane Shot, V1 (UA)\n- AS:V2-UA: Arcane Shot, V2 (UA)\n- ED: Elemental Discipline\n- EI: Eldritch Invocation\n- FS:B: Fighting Style; Bard\n- FS:F: Fighting Style; Fighter\n- FS:P: Fighting Style; Paladin\n- FS:R: Fighting Style; Ranger\n- MM: Metamagic\n- MV: Maneuver\n- MV:B: Maneuver, Battle Master\n- MV:C2-UA: Maneuver, Cavalier V2 (UA)\n- OR: Onomancy Resonant\n- OTH: Other\n- PB: Pact Boon\n- RN: Rune Knight Rune\n- RP: Renown Perk\n- TT: Traveler's Trick",
2446
+ "markdownDescription": "- AF: Alchemical Formula\n- AI: Artificer Infusion\n- AS: Arcane Shot\n- AS:V1-UA: Arcane Shot, V1 (UA)\n- AS:V2-UA: Arcane Shot, V2 (UA)\n- ED: Elemental Discipline\n- EI: Eldritch Invocation\n- FS:B: Fighting Style; Bard\n- FS:F: Fighting Style; Fighter\n- FS:P: Fighting Style; Paladin\n- FS:R: Fighting Style; Ranger\n- MM: Metamagic\n- MV: Maneuver\n- MV:B: Maneuver, Battle Master\n- MV:C2-UA: Maneuver, Cavalier V2 (UA)\n- OR: Onomancy Resonant\n- OTH: Other\n- PB: Pact Boon\n- RN: Rune Knight Rune\n- RP: Renown Perk\n- TT: Traveler's Trick",
2447
2447
  "enum": [
2448
2448
  "ED",
2449
2449
  "EI",
@@ -2461,6 +2461,18 @@
2461
2461
  "AS",
2462
2462
  "PB",
2463
2463
  "AI",
2464
+ "OR",
2465
+ "RN",
2466
+ "AF",
2467
+ "TT",
2468
+ "RP"
2469
+ ]
2470
+ },
2471
+ "dataVehicleUpgradeType": {
2472
+ "type": "string",
2473
+ "description": "- IWM:A: Infernal War Machine Upgrade, Armor\n- IWM:G: Infernal War Machine Upgrade, Gadget\n- IWM:W: Infernal War Machine Variant, Weapon\n- SHP:F: Ship Upgrade, Figurehead\n- SHP:H: Ship Upgrade, Hull\n- SHP:M: Ship Upgrade, Movement\n- SHP:O: Ship Upgrade, Miscellaneous\n- SHP:W: Ship Upgrade, Weapon",
2474
+ "markdownDescription": "- IWM:A: Infernal War Machine Upgrade, Armor\n- IWM:G: Infernal War Machine Upgrade, Gadget\n- IWM:W: Infernal War Machine Variant, Weapon\n- SHP:F: Ship Upgrade, Figurehead\n- SHP:H: Ship Upgrade, Hull\n- SHP:M: Ship Upgrade, Movement\n- SHP:O: Ship Upgrade, Miscellaneous\n- SHP:W: Ship Upgrade, Weapon",
2475
+ "enum": [
2464
2476
  "SHP:H",
2465
2477
  "SHP:M",
2466
2478
  "SHP:W",
@@ -2468,12 +2480,7 @@
2468
2480
  "SHP:O",
2469
2481
  "IWM:W",
2470
2482
  "IWM:A",
2471
- "IWM:G",
2472
- "OR",
2473
- "RN",
2474
- "AF",
2475
- "TT",
2476
- "RP"
2483
+ "IWM:G"
2477
2484
  ]
2478
2485
  },
2479
2486
  "dataFeatCategory": {
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://json-schema.org/draft/2020-12/schema",
3
3
  "$id": "vehicles.json",
4
- "version": "1.9.1",
4
+ "version": "1.10.2",
5
5
  "type": "object",
6
6
  "$defs": {
7
7
  "vehicleTerrain": {
@@ -203,10 +203,13 @@
203
203
  "upgradeType": {
204
204
  "type": "array",
205
205
  "items": {
206
- "$ref": "util.json#/$defs/dataOptionalfeatureType",
207
- "type": "string",
208
- "pattern": "^(SHP|IWM):.*"
209
- }
206
+ "$ref": "util.json#/$defs/dataVehicleUpgradeType"
207
+ },
208
+ "minItems": 1,
209
+ "uniqueItems": true
210
+ },
211
+ "cost": {
212
+ "$ref": "#/$defs/_vehicleCost"
210
213
  },
211
214
  "hasFluff": {
212
215
  "type": "boolean"
@@ -252,10 +255,13 @@
252
255
  "upgradeType": {
253
256
  "type": "array",
254
257
  "items": {
255
- "$ref": "util.json#/$defs/dataOptionalfeatureType",
256
- "type": "string",
257
- "pattern": "^(SHP|IWM):.*"
258
- }
258
+ "$ref": "util.json#/$defs/dataVehicleUpgradeType"
259
+ },
260
+ "minItems": 1,
261
+ "uniqueItems": true
262
+ },
263
+ "cost": {
264
+ "$ref": "#/$defs/_vehicleCost"
259
265
  },
260
266
  "hasFluff": {
261
267
  "type": "boolean"
@@ -305,10 +311,13 @@
305
311
  "upgradeType": {
306
312
  "type": "array",
307
313
  "items": {
308
- "$ref": "util.json#/$defs/dataOptionalfeatureType",
309
- "type": "string",
310
- "pattern": "^(SHP|IWM):.*"
311
- }
314
+ "$ref": "util.json#/$defs/dataVehicleUpgradeType"
315
+ },
316
+ "minItems": 1,
317
+ "uniqueItems": true
318
+ },
319
+ "cost": {
320
+ "$ref": "#/$defs/_vehicleCost"
312
321
  },
313
322
  "hasFluff": {
314
323
  "type": "boolean"
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://json-schema.org/draft/2020-12/schema",
3
3
  "$id": "actions.json",
4
- "version": "1.2.8",
4
+ "version": "1.2.9",
5
5
  "type": "object",
6
6
  "$defs": {
7
7
  "action": {
@@ -67,7 +67,9 @@
67
67
  "type": "string",
68
68
  "description": "UIDs of \"action\"s to be linked in a \"See Also\" footnote.\n\nEx.: \"disarm|dmg\".",
69
69
  "markdownDescription": "UIDs of "action"s to be linked in a "See Also" footnote.\n\nEx.: "disarm|dmg"."
70
- }
70
+ },
71
+ "minItems": 1,
72
+ "uniqueItems": true
71
73
  }
72
74
  },
73
75
  "required": [
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "$schema": "https://json-schema.org/draft/2020-12/schema",
3
- "version": "1.14.0",
3
+ "version": "1.14.1",
4
4
  "type": "object",
5
5
  "description": "Homebrew for 5etools. Should include arrays titled similarly to the main site data, e.g. `spell` or `class`",
6
6
  "$defs": {
@@ -184,6 +184,16 @@
184
184
  },
185
185
  "markdownDescription": "Object names are optional feature "type" shorthands (e.g. "EI" for "Eldritch Invocation" which will be displayed in the list view as a sortable column"
186
186
  },
187
+ "vehicleUpgradeTypes": {
188
+ "type": "object",
189
+ "description": "Object names are vehicle upgrade \"type\" shorthands (e.g. \"SHP:H\" for \"Ship Upgrade, Hull\" which will be displayed in the list view as a sortable column",
190
+ "patternProperties": {
191
+ ".*": {
192
+ "type": "string"
193
+ }
194
+ },
195
+ "markdownDescription": "Object names are vehicle upgrade "type" shorthands (e.g. "SHP:H" for "Ship Upgrade, Hull" which will be displayed in the list view as a sortable column"
196
+ },
187
197
  "featCategories": {
188
198
  "type": "object",
189
199
  "description": "Object names are feat \"category\" shorthands (e.g. \"O\" for \"Origin\" which will be displayed in the list view as a sortable column",