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.
- package/lib/TestJson.js +3 -1
- package/package.json +1 -1
- package/schema/brew/actions.json +4 -2
- package/schema/brew/homebrew.json +11 -1
- package/schema/brew/items.json +37 -13
- package/schema/brew/util.json +16 -9
- package/schema/brew/vehicles.json +22 -10
- package/schema/brew-fast/actions.json +4 -2
- package/schema/brew-fast/homebrew.json +11 -1
- package/schema/brew-fast/items.json +37 -13
- package/schema/brew-fast/util.json +16 -9
- package/schema/brew-fast/vehicles.json +22 -10
- package/schema/site/actions.json +4 -2
- package/schema/site/homebrew.json +11 -1
- package/schema/site/items.json +37 -13
- package/schema/site/util.json +16 -9
- package/schema/site/vehicles.json +22 -13
- package/schema/site-fast/actions.json +4 -2
- package/schema/site-fast/homebrew.json +11 -1
- package/schema/site-fast/items.json +37 -13
- package/schema/site-fast/util.json +16 -9
- package/schema/site-fast/vehicles.json +22 -13
- package/schema/ua/actions.json +4 -2
- package/schema/ua/homebrew.json +11 -1
- package/schema/ua/items.json +37 -13
- package/schema/ua/util.json +16 -9
- package/schema/ua/vehicles.json +22 -13
- package/schema/ua-fast/actions.json +4 -2
- package/schema/ua-fast/homebrew.json +11 -1
- package/schema/ua-fast/items.json +37 -13
- package/schema/ua-fast/util.json +16 -9
- package/schema/ua-fast/vehicles.json +22 -13
package/schema/ua/items.json
CHANGED
|
@@ -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.
|
|
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"
|
|
@@ -902,7 +906,9 @@
|
|
|
902
906
|
"type": "string",
|
|
903
907
|
"description": "UIDs of \"deck\"s to be linked in a \"See Also\" footnote.\n\nEx.: \"deck of many things|dmg\".",
|
|
904
908
|
"markdownDescription": "UIDs of "deck"s to be linked in a "See Also" footnote.\n\nEx.: "deck of many things|dmg"."
|
|
905
|
-
}
|
|
909
|
+
},
|
|
910
|
+
"minItems": 1,
|
|
911
|
+
"uniqueItems": true
|
|
906
912
|
},
|
|
907
913
|
"seeAlsoVehicle": {
|
|
908
914
|
"type": "array",
|
|
@@ -910,7 +916,9 @@
|
|
|
910
916
|
"type": "string",
|
|
911
917
|
"description": "UIDs of \"vehicle\"s to be linked in a \"See Also\" footnote.\n\nEx.: \"rowboat|gos\".",
|
|
912
918
|
"markdownDescription": "UIDs of "vehicle"s to be linked in a "See Also" footnote.\n\nEx.: "rowboat|gos"."
|
|
913
|
-
}
|
|
919
|
+
},
|
|
920
|
+
"minItems": 1,
|
|
921
|
+
"uniqueItems": true
|
|
914
922
|
},
|
|
915
923
|
"reqAttuneTags": {
|
|
916
924
|
"$ref": "util.json#/$defs/reqAttuneTags"
|
|
@@ -1391,7 +1399,9 @@
|
|
|
1391
1399
|
"type": "string",
|
|
1392
1400
|
"description": "UIDs of \"deck\"s to be linked in a \"See Also\" footnote.\n\nEx.: \"deck of many things|dmg\".",
|
|
1393
1401
|
"markdownDescription": "UIDs of "deck"s to be linked in a "See Also" footnote.\n\nEx.: "deck of many things|dmg"."
|
|
1394
|
-
}
|
|
1402
|
+
},
|
|
1403
|
+
"minItems": 1,
|
|
1404
|
+
"uniqueItems": true
|
|
1395
1405
|
},
|
|
1396
1406
|
"seeAlsoVehicle": {
|
|
1397
1407
|
"type": "array",
|
|
@@ -1399,7 +1409,9 @@
|
|
|
1399
1409
|
"type": "string",
|
|
1400
1410
|
"description": "UIDs of \"vehicle\"s to be linked in a \"See Also\" footnote.\n\nEx.: \"rowboat|gos\".",
|
|
1401
1411
|
"markdownDescription": "UIDs of "vehicle"s to be linked in a "See Also" footnote.\n\nEx.: "rowboat|gos"."
|
|
1402
|
-
}
|
|
1412
|
+
},
|
|
1413
|
+
"minItems": 1,
|
|
1414
|
+
"uniqueItems": true
|
|
1403
1415
|
},
|
|
1404
1416
|
"reqAttuneTags": {
|
|
1405
1417
|
"$ref": "util.json#/$defs/reqAttuneTags"
|
|
@@ -1878,7 +1890,9 @@
|
|
|
1878
1890
|
"type": "string",
|
|
1879
1891
|
"description": "UIDs of \"deck\"s to be linked in a \"See Also\" footnote.\n\nEx.: \"deck of many things|dmg\".",
|
|
1880
1892
|
"markdownDescription": "UIDs of "deck"s to be linked in a "See Also" footnote.\n\nEx.: "deck of many things|dmg"."
|
|
1881
|
-
}
|
|
1893
|
+
},
|
|
1894
|
+
"minItems": 1,
|
|
1895
|
+
"uniqueItems": true
|
|
1882
1896
|
},
|
|
1883
1897
|
"seeAlsoVehicle": {
|
|
1884
1898
|
"type": "array",
|
|
@@ -1886,7 +1900,9 @@
|
|
|
1886
1900
|
"type": "string",
|
|
1887
1901
|
"description": "UIDs of \"vehicle\"s to be linked in a \"See Also\" footnote.\n\nEx.: \"rowboat|gos\".",
|
|
1888
1902
|
"markdownDescription": "UIDs of "vehicle"s to be linked in a "See Also" footnote.\n\nEx.: "rowboat|gos"."
|
|
1889
|
-
}
|
|
1903
|
+
},
|
|
1904
|
+
"minItems": 1,
|
|
1905
|
+
"uniqueItems": true
|
|
1890
1906
|
},
|
|
1891
1907
|
"reqAttuneTags": {
|
|
1892
1908
|
"$ref": "util.json#/$defs/reqAttuneTags"
|
|
@@ -2378,7 +2394,9 @@
|
|
|
2378
2394
|
"type": "string",
|
|
2379
2395
|
"description": "UIDs of \"deck\"s to be linked in a \"See Also\" footnote.\n\nEx.: \"deck of many things|dmg\".",
|
|
2380
2396
|
"markdownDescription": "UIDs of "deck"s to be linked in a "See Also" footnote.\n\nEx.: "deck of many things|dmg"."
|
|
2381
|
-
}
|
|
2397
|
+
},
|
|
2398
|
+
"minItems": 1,
|
|
2399
|
+
"uniqueItems": true
|
|
2382
2400
|
},
|
|
2383
2401
|
"seeAlsoVehicle": {
|
|
2384
2402
|
"type": "array",
|
|
@@ -2386,7 +2404,9 @@
|
|
|
2386
2404
|
"type": "string",
|
|
2387
2405
|
"description": "UIDs of \"vehicle\"s to be linked in a \"See Also\" footnote.\n\nEx.: \"rowboat|gos\".",
|
|
2388
2406
|
"markdownDescription": "UIDs of "vehicle"s to be linked in a "See Also" footnote.\n\nEx.: "rowboat|gos"."
|
|
2389
|
-
}
|
|
2407
|
+
},
|
|
2408
|
+
"minItems": 1,
|
|
2409
|
+
"uniqueItems": true
|
|
2390
2410
|
},
|
|
2391
2411
|
"reqAttuneTags": {
|
|
2392
2412
|
"$ref": "util.json#/$defs/reqAttuneTags"
|
|
@@ -2869,7 +2889,9 @@
|
|
|
2869
2889
|
"type": "string",
|
|
2870
2890
|
"description": "UIDs of \"deck\"s to be linked in a \"See Also\" footnote.\n\nEx.: \"deck of many things|dmg\".",
|
|
2871
2891
|
"markdownDescription": "UIDs of "deck"s to be linked in a "See Also" footnote.\n\nEx.: "deck of many things|dmg"."
|
|
2872
|
-
}
|
|
2892
|
+
},
|
|
2893
|
+
"minItems": 1,
|
|
2894
|
+
"uniqueItems": true
|
|
2873
2895
|
},
|
|
2874
2896
|
"seeAlsoVehicle": {
|
|
2875
2897
|
"type": "array",
|
|
@@ -2877,7 +2899,9 @@
|
|
|
2877
2899
|
"type": "string",
|
|
2878
2900
|
"description": "UIDs of \"vehicle\"s to be linked in a \"See Also\" footnote.\n\nEx.: \"rowboat|gos\".",
|
|
2879
2901
|
"markdownDescription": "UIDs of "vehicle"s to be linked in a "See Also" footnote.\n\nEx.: "rowboat|gos"."
|
|
2880
|
-
}
|
|
2902
|
+
},
|
|
2903
|
+
"minItems": 1,
|
|
2904
|
+
"uniqueItems": true
|
|
2881
2905
|
},
|
|
2882
2906
|
"reqAttuneTags": {
|
|
2883
2907
|
"$ref": "util.json#/$defs/reqAttuneTags"
|
package/schema/ua/util.json
CHANGED
|
@@ -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.
|
|
6
|
+
"version": "1.19.0",
|
|
7
7
|
"$defs": {
|
|
8
8
|
"metaDependenciesArray": {
|
|
9
9
|
"type": "array",
|
|
@@ -2453,8 +2453,8 @@
|
|
|
2453
2453
|
},
|
|
2454
2454
|
"dataOptionalfeatureType": {
|
|
2455
2455
|
"type": "string",
|
|
2456
|
-
"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-
|
|
2457
|
-
"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-
|
|
2456
|
+
"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",
|
|
2457
|
+
"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",
|
|
2458
2458
|
"examples": [
|
|
2459
2459
|
"ED",
|
|
2460
2460
|
"EI",
|
|
@@ -2472,6 +2472,18 @@
|
|
|
2472
2472
|
"AS",
|
|
2473
2473
|
"PB",
|
|
2474
2474
|
"AI",
|
|
2475
|
+
"OR",
|
|
2476
|
+
"RN",
|
|
2477
|
+
"AF",
|
|
2478
|
+
"TT",
|
|
2479
|
+
"RP"
|
|
2480
|
+
]
|
|
2481
|
+
},
|
|
2482
|
+
"dataVehicleUpgradeType": {
|
|
2483
|
+
"type": "string",
|
|
2484
|
+
"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",
|
|
2485
|
+
"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",
|
|
2486
|
+
"examples": [
|
|
2475
2487
|
"SHP:H",
|
|
2476
2488
|
"SHP:M",
|
|
2477
2489
|
"SHP:W",
|
|
@@ -2479,12 +2491,7 @@
|
|
|
2479
2491
|
"SHP:O",
|
|
2480
2492
|
"IWM:W",
|
|
2481
2493
|
"IWM:A",
|
|
2482
|
-
"IWM:G"
|
|
2483
|
-
"OR",
|
|
2484
|
-
"RN",
|
|
2485
|
-
"AF",
|
|
2486
|
-
"TT",
|
|
2487
|
-
"RP"
|
|
2494
|
+
"IWM:G"
|
|
2488
2495
|
]
|
|
2489
2496
|
},
|
|
2490
2497
|
"dataFeatCategory": {
|
package/schema/ua/vehicles.json
CHANGED
|
@@ -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.
|
|
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/
|
|
207
|
-
|
|
208
|
-
|
|
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/
|
|
256
|
-
|
|
257
|
-
|
|
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/
|
|
309
|
-
|
|
310
|
-
|
|
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.
|
|
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.
|
|
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.
|
|
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"
|
|
@@ -902,7 +906,9 @@
|
|
|
902
906
|
"type": "string",
|
|
903
907
|
"description": "UIDs of \"deck\"s to be linked in a \"See Also\" footnote.\n\nEx.: \"deck of many things|dmg\".",
|
|
904
908
|
"markdownDescription": "UIDs of "deck"s to be linked in a "See Also" footnote.\n\nEx.: "deck of many things|dmg"."
|
|
905
|
-
}
|
|
909
|
+
},
|
|
910
|
+
"minItems": 1,
|
|
911
|
+
"uniqueItems": true
|
|
906
912
|
},
|
|
907
913
|
"seeAlsoVehicle": {
|
|
908
914
|
"type": "array",
|
|
@@ -910,7 +916,9 @@
|
|
|
910
916
|
"type": "string",
|
|
911
917
|
"description": "UIDs of \"vehicle\"s to be linked in a \"See Also\" footnote.\n\nEx.: \"rowboat|gos\".",
|
|
912
918
|
"markdownDescription": "UIDs of "vehicle"s to be linked in a "See Also" footnote.\n\nEx.: "rowboat|gos"."
|
|
913
|
-
}
|
|
919
|
+
},
|
|
920
|
+
"minItems": 1,
|
|
921
|
+
"uniqueItems": true
|
|
914
922
|
},
|
|
915
923
|
"reqAttuneTags": {
|
|
916
924
|
"$ref": "util.json#/$defs/reqAttuneTags"
|
|
@@ -1391,7 +1399,9 @@
|
|
|
1391
1399
|
"type": "string",
|
|
1392
1400
|
"description": "UIDs of \"deck\"s to be linked in a \"See Also\" footnote.\n\nEx.: \"deck of many things|dmg\".",
|
|
1393
1401
|
"markdownDescription": "UIDs of "deck"s to be linked in a "See Also" footnote.\n\nEx.: "deck of many things|dmg"."
|
|
1394
|
-
}
|
|
1402
|
+
},
|
|
1403
|
+
"minItems": 1,
|
|
1404
|
+
"uniqueItems": true
|
|
1395
1405
|
},
|
|
1396
1406
|
"seeAlsoVehicle": {
|
|
1397
1407
|
"type": "array",
|
|
@@ -1399,7 +1409,9 @@
|
|
|
1399
1409
|
"type": "string",
|
|
1400
1410
|
"description": "UIDs of \"vehicle\"s to be linked in a \"See Also\" footnote.\n\nEx.: \"rowboat|gos\".",
|
|
1401
1411
|
"markdownDescription": "UIDs of "vehicle"s to be linked in a "See Also" footnote.\n\nEx.: "rowboat|gos"."
|
|
1402
|
-
}
|
|
1412
|
+
},
|
|
1413
|
+
"minItems": 1,
|
|
1414
|
+
"uniqueItems": true
|
|
1403
1415
|
},
|
|
1404
1416
|
"reqAttuneTags": {
|
|
1405
1417
|
"$ref": "util.json#/$defs/reqAttuneTags"
|
|
@@ -1878,7 +1890,9 @@
|
|
|
1878
1890
|
"type": "string",
|
|
1879
1891
|
"description": "UIDs of \"deck\"s to be linked in a \"See Also\" footnote.\n\nEx.: \"deck of many things|dmg\".",
|
|
1880
1892
|
"markdownDescription": "UIDs of "deck"s to be linked in a "See Also" footnote.\n\nEx.: "deck of many things|dmg"."
|
|
1881
|
-
}
|
|
1893
|
+
},
|
|
1894
|
+
"minItems": 1,
|
|
1895
|
+
"uniqueItems": true
|
|
1882
1896
|
},
|
|
1883
1897
|
"seeAlsoVehicle": {
|
|
1884
1898
|
"type": "array",
|
|
@@ -1886,7 +1900,9 @@
|
|
|
1886
1900
|
"type": "string",
|
|
1887
1901
|
"description": "UIDs of \"vehicle\"s to be linked in a \"See Also\" footnote.\n\nEx.: \"rowboat|gos\".",
|
|
1888
1902
|
"markdownDescription": "UIDs of "vehicle"s to be linked in a "See Also" footnote.\n\nEx.: "rowboat|gos"."
|
|
1889
|
-
}
|
|
1903
|
+
},
|
|
1904
|
+
"minItems": 1,
|
|
1905
|
+
"uniqueItems": true
|
|
1890
1906
|
},
|
|
1891
1907
|
"reqAttuneTags": {
|
|
1892
1908
|
"$ref": "util.json#/$defs/reqAttuneTags"
|
|
@@ -2378,7 +2394,9 @@
|
|
|
2378
2394
|
"type": "string",
|
|
2379
2395
|
"description": "UIDs of \"deck\"s to be linked in a \"See Also\" footnote.\n\nEx.: \"deck of many things|dmg\".",
|
|
2380
2396
|
"markdownDescription": "UIDs of "deck"s to be linked in a "See Also" footnote.\n\nEx.: "deck of many things|dmg"."
|
|
2381
|
-
}
|
|
2397
|
+
},
|
|
2398
|
+
"minItems": 1,
|
|
2399
|
+
"uniqueItems": true
|
|
2382
2400
|
},
|
|
2383
2401
|
"seeAlsoVehicle": {
|
|
2384
2402
|
"type": "array",
|
|
@@ -2386,7 +2404,9 @@
|
|
|
2386
2404
|
"type": "string",
|
|
2387
2405
|
"description": "UIDs of \"vehicle\"s to be linked in a \"See Also\" footnote.\n\nEx.: \"rowboat|gos\".",
|
|
2388
2406
|
"markdownDescription": "UIDs of "vehicle"s to be linked in a "See Also" footnote.\n\nEx.: "rowboat|gos"."
|
|
2389
|
-
}
|
|
2407
|
+
},
|
|
2408
|
+
"minItems": 1,
|
|
2409
|
+
"uniqueItems": true
|
|
2390
2410
|
},
|
|
2391
2411
|
"reqAttuneTags": {
|
|
2392
2412
|
"$ref": "util.json#/$defs/reqAttuneTags"
|
|
@@ -2869,7 +2889,9 @@
|
|
|
2869
2889
|
"type": "string",
|
|
2870
2890
|
"description": "UIDs of \"deck\"s to be linked in a \"See Also\" footnote.\n\nEx.: \"deck of many things|dmg\".",
|
|
2871
2891
|
"markdownDescription": "UIDs of "deck"s to be linked in a "See Also" footnote.\n\nEx.: "deck of many things|dmg"."
|
|
2872
|
-
}
|
|
2892
|
+
},
|
|
2893
|
+
"minItems": 1,
|
|
2894
|
+
"uniqueItems": true
|
|
2873
2895
|
},
|
|
2874
2896
|
"seeAlsoVehicle": {
|
|
2875
2897
|
"type": "array",
|
|
@@ -2877,7 +2899,9 @@
|
|
|
2877
2899
|
"type": "string",
|
|
2878
2900
|
"description": "UIDs of \"vehicle\"s to be linked in a \"See Also\" footnote.\n\nEx.: \"rowboat|gos\".",
|
|
2879
2901
|
"markdownDescription": "UIDs of "vehicle"s to be linked in a "See Also" footnote.\n\nEx.: "rowboat|gos"."
|
|
2880
|
-
}
|
|
2902
|
+
},
|
|
2903
|
+
"minItems": 1,
|
|
2904
|
+
"uniqueItems": true
|
|
2881
2905
|
},
|
|
2882
2906
|
"reqAttuneTags": {
|
|
2883
2907
|
"$ref": "util.json#/$defs/reqAttuneTags"
|
package/schema/ua-fast/util.json
CHANGED
|
@@ -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.
|
|
6
|
+
"version": "1.19.0",
|
|
7
7
|
"$defs": {
|
|
8
8
|
"metaDependenciesArray": {
|
|
9
9
|
"type": "array",
|
|
@@ -2453,8 +2453,8 @@
|
|
|
2453
2453
|
},
|
|
2454
2454
|
"dataOptionalfeatureType": {
|
|
2455
2455
|
"type": "string",
|
|
2456
|
-
"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-
|
|
2457
|
-
"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-
|
|
2456
|
+
"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",
|
|
2457
|
+
"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",
|
|
2458
2458
|
"examples": [
|
|
2459
2459
|
"ED",
|
|
2460
2460
|
"EI",
|
|
@@ -2472,6 +2472,18 @@
|
|
|
2472
2472
|
"AS",
|
|
2473
2473
|
"PB",
|
|
2474
2474
|
"AI",
|
|
2475
|
+
"OR",
|
|
2476
|
+
"RN",
|
|
2477
|
+
"AF",
|
|
2478
|
+
"TT",
|
|
2479
|
+
"RP"
|
|
2480
|
+
]
|
|
2481
|
+
},
|
|
2482
|
+
"dataVehicleUpgradeType": {
|
|
2483
|
+
"type": "string",
|
|
2484
|
+
"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",
|
|
2485
|
+
"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",
|
|
2486
|
+
"examples": [
|
|
2475
2487
|
"SHP:H",
|
|
2476
2488
|
"SHP:M",
|
|
2477
2489
|
"SHP:W",
|
|
@@ -2479,12 +2491,7 @@
|
|
|
2479
2491
|
"SHP:O",
|
|
2480
2492
|
"IWM:W",
|
|
2481
2493
|
"IWM:A",
|
|
2482
|
-
"IWM:G"
|
|
2483
|
-
"OR",
|
|
2484
|
-
"RN",
|
|
2485
|
-
"AF",
|
|
2486
|
-
"TT",
|
|
2487
|
-
"RP"
|
|
2494
|
+
"IWM:G"
|
|
2488
2495
|
]
|
|
2489
2496
|
},
|
|
2490
2497
|
"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.
|
|
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/
|
|
207
|
-
|
|
208
|
-
|
|
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/
|
|
256
|
-
|
|
257
|
-
|
|
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/
|
|
309
|
-
|
|
310
|
-
|
|
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"
|