5etools-utils 0.16.18 → 0.16.20
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/package.json +1 -1
- package/schema/brew/entry.json +35 -1
- package/schema/brew/homebrew.json +11 -1
- package/schema/brew/util.json +16 -9
- package/schema/brew/vehicles.json +19 -10
- package/schema/brew-fast/entry.json +35 -1
- package/schema/brew-fast/homebrew.json +11 -1
- package/schema/brew-fast/util.json +16 -9
- package/schema/brew-fast/vehicles.json +19 -10
- package/schema/site/entry.json +35 -1
- package/schema/site/homebrew.json +11 -1
- package/schema/site/util.json +16 -9
- package/schema/site/vehicles.json +19 -13
- package/schema/site-fast/entry.json +35 -1
- package/schema/site-fast/homebrew.json +11 -1
- package/schema/site-fast/util.json +16 -9
- package/schema/site-fast/vehicles.json +19 -13
- package/schema/ua/entry.json +35 -1
- package/schema/ua/homebrew.json +11 -1
- package/schema/ua/util.json +16 -9
- package/schema/ua/vehicles.json +19 -13
- package/schema/ua-fast/entry.json +35 -1
- package/schema/ua-fast/homebrew.json +11 -1
- package/schema/ua-fast/util.json +16 -9
- package/schema/ua-fast/vehicles.json +19 -13
package/package.json
CHANGED
package/schema/brew/entry.json
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"$id": "entry.json",
|
|
4
4
|
"title": "Entry",
|
|
5
5
|
"description": "A recursively renderable object.",
|
|
6
|
-
"version": "1.9.
|
|
6
|
+
"version": "1.9.20",
|
|
7
7
|
"$defs": {
|
|
8
8
|
"_arrayOfSpell": {
|
|
9
9
|
"type": "array",
|
|
@@ -38,6 +38,16 @@
|
|
|
38
38
|
"narrow"
|
|
39
39
|
]
|
|
40
40
|
},
|
|
41
|
+
"_entryStatblockSlotSize": {
|
|
42
|
+
"type": "string",
|
|
43
|
+
"enum": [
|
|
44
|
+
"extraSmall",
|
|
45
|
+
"small",
|
|
46
|
+
"medium",
|
|
47
|
+
"large",
|
|
48
|
+
"extraLarge"
|
|
49
|
+
]
|
|
50
|
+
},
|
|
41
51
|
"_entryDataData": {
|
|
42
52
|
"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.",
|
|
43
53
|
"type": "object",
|
|
@@ -126,6 +136,9 @@
|
|
|
126
136
|
"style": {
|
|
127
137
|
"$ref": "#/$defs/_entryDataStyle"
|
|
128
138
|
},
|
|
139
|
+
"slotSize": {
|
|
140
|
+
"$ref": "#/$defs/_entryStatblockSlotSize"
|
|
141
|
+
},
|
|
129
142
|
"collapsed": {
|
|
130
143
|
"const": true
|
|
131
144
|
}
|
|
@@ -3101,6 +3114,9 @@
|
|
|
3101
3114
|
"style": {
|
|
3102
3115
|
"$ref": "#/$defs/_entryDataStyle"
|
|
3103
3116
|
},
|
|
3117
|
+
"slotSize": {
|
|
3118
|
+
"$ref": "#/$defs/_entryStatblockSlotSize"
|
|
3119
|
+
},
|
|
3104
3120
|
"collapsed": {
|
|
3105
3121
|
"const": true
|
|
3106
3122
|
},
|
|
@@ -3146,6 +3162,9 @@
|
|
|
3146
3162
|
"style": {
|
|
3147
3163
|
"$ref": "#/$defs/_entryDataStyle"
|
|
3148
3164
|
},
|
|
3165
|
+
"slotSize": {
|
|
3166
|
+
"$ref": "#/$defs/_entryStatblockSlotSize"
|
|
3167
|
+
},
|
|
3149
3168
|
"collapsed": {
|
|
3150
3169
|
"const": true
|
|
3151
3170
|
},
|
|
@@ -3194,6 +3213,9 @@
|
|
|
3194
3213
|
"style": {
|
|
3195
3214
|
"$ref": "#/$defs/_entryDataStyle"
|
|
3196
3215
|
},
|
|
3216
|
+
"slotSize": {
|
|
3217
|
+
"$ref": "#/$defs/_entryStatblockSlotSize"
|
|
3218
|
+
},
|
|
3197
3219
|
"collapsed": {
|
|
3198
3220
|
"const": true
|
|
3199
3221
|
},
|
|
@@ -3242,6 +3264,9 @@
|
|
|
3242
3264
|
"style": {
|
|
3243
3265
|
"$ref": "#/$defs/_entryDataStyle"
|
|
3244
3266
|
},
|
|
3267
|
+
"slotSize": {
|
|
3268
|
+
"$ref": "#/$defs/_entryStatblockSlotSize"
|
|
3269
|
+
},
|
|
3245
3270
|
"collapsed": {
|
|
3246
3271
|
"const": true
|
|
3247
3272
|
},
|
|
@@ -3290,6 +3315,9 @@
|
|
|
3290
3315
|
"style": {
|
|
3291
3316
|
"$ref": "#/$defs/_entryDataStyle"
|
|
3292
3317
|
},
|
|
3318
|
+
"slotSize": {
|
|
3319
|
+
"$ref": "#/$defs/_entryStatblockSlotSize"
|
|
3320
|
+
},
|
|
3293
3321
|
"collapsed": {
|
|
3294
3322
|
"const": true
|
|
3295
3323
|
},
|
|
@@ -3335,6 +3363,9 @@
|
|
|
3335
3363
|
"style": {
|
|
3336
3364
|
"$ref": "#/$defs/_entryDataStyle"
|
|
3337
3365
|
},
|
|
3366
|
+
"slotSize": {
|
|
3367
|
+
"$ref": "#/$defs/_entryStatblockSlotSize"
|
|
3368
|
+
},
|
|
3338
3369
|
"collapsed": {
|
|
3339
3370
|
"const": true
|
|
3340
3371
|
},
|
|
@@ -3393,6 +3424,9 @@
|
|
|
3393
3424
|
"style": {
|
|
3394
3425
|
"$ref": "#/$defs/_entryDataStyle"
|
|
3395
3426
|
},
|
|
3427
|
+
"slotSize": {
|
|
3428
|
+
"$ref": "#/$defs/_entryStatblockSlotSize"
|
|
3429
|
+
},
|
|
3396
3430
|
"collapsed": {
|
|
3397
3431
|
"const": true
|
|
3398
3432
|
},
|
|
@@ -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": {
|
|
@@ -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",
|
package/schema/brew/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",
|
|
@@ -2500,8 +2500,8 @@
|
|
|
2500
2500
|
},
|
|
2501
2501
|
"dataOptionalfeatureType": {
|
|
2502
2502
|
"type": "string",
|
|
2503
|
-
"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-
|
|
2504
|
-
"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-
|
|
2503
|
+
"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",
|
|
2504
|
+
"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",
|
|
2505
2505
|
"examples": [
|
|
2506
2506
|
"ED",
|
|
2507
2507
|
"EI",
|
|
@@ -2519,6 +2519,18 @@
|
|
|
2519
2519
|
"AS",
|
|
2520
2520
|
"PB",
|
|
2521
2521
|
"AI",
|
|
2522
|
+
"OR",
|
|
2523
|
+
"RN",
|
|
2524
|
+
"AF",
|
|
2525
|
+
"TT",
|
|
2526
|
+
"RP"
|
|
2527
|
+
]
|
|
2528
|
+
},
|
|
2529
|
+
"dataVehicleUpgradeType": {
|
|
2530
|
+
"type": "string",
|
|
2531
|
+
"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",
|
|
2532
|
+
"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",
|
|
2533
|
+
"examples": [
|
|
2522
2534
|
"SHP:H",
|
|
2523
2535
|
"SHP:M",
|
|
2524
2536
|
"SHP:W",
|
|
@@ -2526,12 +2538,7 @@
|
|
|
2526
2538
|
"SHP:O",
|
|
2527
2539
|
"IWM:W",
|
|
2528
2540
|
"IWM:A",
|
|
2529
|
-
"IWM:G"
|
|
2530
|
-
"OR",
|
|
2531
|
-
"RN",
|
|
2532
|
-
"AF",
|
|
2533
|
-
"TT",
|
|
2534
|
-
"RP"
|
|
2541
|
+
"IWM:G"
|
|
2535
2542
|
]
|
|
2536
2543
|
},
|
|
2537
2544
|
"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.1",
|
|
5
5
|
"type": "object",
|
|
6
6
|
"$defs": {
|
|
7
7
|
"vehicleTerrain": {
|
|
@@ -203,9 +203,12 @@
|
|
|
203
203
|
"upgradeType": {
|
|
204
204
|
"type": "array",
|
|
205
205
|
"items": {
|
|
206
|
-
"$ref": "util.json#/$defs/
|
|
207
|
-
|
|
208
|
-
|
|
206
|
+
"$ref": "util.json#/$defs/dataVehicleUpgradeType"
|
|
207
|
+
},
|
|
208
|
+
"minItems": 1
|
|
209
|
+
},
|
|
210
|
+
"cost": {
|
|
211
|
+
"$ref": "#/$defs/_vehicleCost"
|
|
209
212
|
},
|
|
210
213
|
"hasFluff": {
|
|
211
214
|
"type": "boolean"
|
|
@@ -251,9 +254,12 @@
|
|
|
251
254
|
"upgradeType": {
|
|
252
255
|
"type": "array",
|
|
253
256
|
"items": {
|
|
254
|
-
"$ref": "util.json#/$defs/
|
|
255
|
-
|
|
256
|
-
|
|
257
|
+
"$ref": "util.json#/$defs/dataVehicleUpgradeType"
|
|
258
|
+
},
|
|
259
|
+
"minItems": 1
|
|
260
|
+
},
|
|
261
|
+
"cost": {
|
|
262
|
+
"$ref": "#/$defs/_vehicleCost"
|
|
257
263
|
},
|
|
258
264
|
"hasFluff": {
|
|
259
265
|
"type": "boolean"
|
|
@@ -303,9 +309,12 @@
|
|
|
303
309
|
"upgradeType": {
|
|
304
310
|
"type": "array",
|
|
305
311
|
"items": {
|
|
306
|
-
"$ref": "util.json#/$defs/
|
|
307
|
-
|
|
308
|
-
|
|
312
|
+
"$ref": "util.json#/$defs/dataVehicleUpgradeType"
|
|
313
|
+
},
|
|
314
|
+
"minItems": 1
|
|
315
|
+
},
|
|
316
|
+
"cost": {
|
|
317
|
+
"$ref": "#/$defs/_vehicleCost"
|
|
309
318
|
},
|
|
310
319
|
"hasFluff": {
|
|
311
320
|
"type": "boolean"
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"$id": "entry.json",
|
|
4
4
|
"title": "Entry",
|
|
5
5
|
"description": "A recursively renderable object.",
|
|
6
|
-
"version": "1.9.
|
|
6
|
+
"version": "1.9.20",
|
|
7
7
|
"$defs": {
|
|
8
8
|
"_arrayOfSpell": {
|
|
9
9
|
"type": "array",
|
|
@@ -38,6 +38,16 @@
|
|
|
38
38
|
"narrow"
|
|
39
39
|
]
|
|
40
40
|
},
|
|
41
|
+
"_entryStatblockSlotSize": {
|
|
42
|
+
"type": "string",
|
|
43
|
+
"enum": [
|
|
44
|
+
"extraSmall",
|
|
45
|
+
"small",
|
|
46
|
+
"medium",
|
|
47
|
+
"large",
|
|
48
|
+
"extraLarge"
|
|
49
|
+
]
|
|
50
|
+
},
|
|
41
51
|
"_entryDataData": {
|
|
42
52
|
"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.",
|
|
43
53
|
"type": "object",
|
|
@@ -126,6 +136,9 @@
|
|
|
126
136
|
"style": {
|
|
127
137
|
"$ref": "#/$defs/_entryDataStyle"
|
|
128
138
|
},
|
|
139
|
+
"slotSize": {
|
|
140
|
+
"$ref": "#/$defs/_entryStatblockSlotSize"
|
|
141
|
+
},
|
|
129
142
|
"collapsed": {
|
|
130
143
|
"const": true
|
|
131
144
|
}
|
|
@@ -3101,6 +3114,9 @@
|
|
|
3101
3114
|
"style": {
|
|
3102
3115
|
"$ref": "#/$defs/_entryDataStyle"
|
|
3103
3116
|
},
|
|
3117
|
+
"slotSize": {
|
|
3118
|
+
"$ref": "#/$defs/_entryStatblockSlotSize"
|
|
3119
|
+
},
|
|
3104
3120
|
"collapsed": {
|
|
3105
3121
|
"const": true
|
|
3106
3122
|
},
|
|
@@ -3146,6 +3162,9 @@
|
|
|
3146
3162
|
"style": {
|
|
3147
3163
|
"$ref": "#/$defs/_entryDataStyle"
|
|
3148
3164
|
},
|
|
3165
|
+
"slotSize": {
|
|
3166
|
+
"$ref": "#/$defs/_entryStatblockSlotSize"
|
|
3167
|
+
},
|
|
3149
3168
|
"collapsed": {
|
|
3150
3169
|
"const": true
|
|
3151
3170
|
},
|
|
@@ -3194,6 +3213,9 @@
|
|
|
3194
3213
|
"style": {
|
|
3195
3214
|
"$ref": "#/$defs/_entryDataStyle"
|
|
3196
3215
|
},
|
|
3216
|
+
"slotSize": {
|
|
3217
|
+
"$ref": "#/$defs/_entryStatblockSlotSize"
|
|
3218
|
+
},
|
|
3197
3219
|
"collapsed": {
|
|
3198
3220
|
"const": true
|
|
3199
3221
|
},
|
|
@@ -3242,6 +3264,9 @@
|
|
|
3242
3264
|
"style": {
|
|
3243
3265
|
"$ref": "#/$defs/_entryDataStyle"
|
|
3244
3266
|
},
|
|
3267
|
+
"slotSize": {
|
|
3268
|
+
"$ref": "#/$defs/_entryStatblockSlotSize"
|
|
3269
|
+
},
|
|
3245
3270
|
"collapsed": {
|
|
3246
3271
|
"const": true
|
|
3247
3272
|
},
|
|
@@ -3290,6 +3315,9 @@
|
|
|
3290
3315
|
"style": {
|
|
3291
3316
|
"$ref": "#/$defs/_entryDataStyle"
|
|
3292
3317
|
},
|
|
3318
|
+
"slotSize": {
|
|
3319
|
+
"$ref": "#/$defs/_entryStatblockSlotSize"
|
|
3320
|
+
},
|
|
3293
3321
|
"collapsed": {
|
|
3294
3322
|
"const": true
|
|
3295
3323
|
},
|
|
@@ -3335,6 +3363,9 @@
|
|
|
3335
3363
|
"style": {
|
|
3336
3364
|
"$ref": "#/$defs/_entryDataStyle"
|
|
3337
3365
|
},
|
|
3366
|
+
"slotSize": {
|
|
3367
|
+
"$ref": "#/$defs/_entryStatblockSlotSize"
|
|
3368
|
+
},
|
|
3338
3369
|
"collapsed": {
|
|
3339
3370
|
"const": true
|
|
3340
3371
|
},
|
|
@@ -3393,6 +3424,9 @@
|
|
|
3393
3424
|
"style": {
|
|
3394
3425
|
"$ref": "#/$defs/_entryDataStyle"
|
|
3395
3426
|
},
|
|
3427
|
+
"slotSize": {
|
|
3428
|
+
"$ref": "#/$defs/_entryStatblockSlotSize"
|
|
3429
|
+
},
|
|
3396
3430
|
"collapsed": {
|
|
3397
3431
|
"const": true
|
|
3398
3432
|
},
|
|
@@ -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",
|
|
@@ -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",
|
|
@@ -2500,8 +2500,8 @@
|
|
|
2500
2500
|
},
|
|
2501
2501
|
"dataOptionalfeatureType": {
|
|
2502
2502
|
"type": "string",
|
|
2503
|
-
"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-
|
|
2504
|
-
"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-
|
|
2503
|
+
"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",
|
|
2504
|
+
"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",
|
|
2505
2505
|
"examples": [
|
|
2506
2506
|
"ED",
|
|
2507
2507
|
"EI",
|
|
@@ -2519,6 +2519,18 @@
|
|
|
2519
2519
|
"AS",
|
|
2520
2520
|
"PB",
|
|
2521
2521
|
"AI",
|
|
2522
|
+
"OR",
|
|
2523
|
+
"RN",
|
|
2524
|
+
"AF",
|
|
2525
|
+
"TT",
|
|
2526
|
+
"RP"
|
|
2527
|
+
]
|
|
2528
|
+
},
|
|
2529
|
+
"dataVehicleUpgradeType": {
|
|
2530
|
+
"type": "string",
|
|
2531
|
+
"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",
|
|
2532
|
+
"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",
|
|
2533
|
+
"examples": [
|
|
2522
2534
|
"SHP:H",
|
|
2523
2535
|
"SHP:M",
|
|
2524
2536
|
"SHP:W",
|
|
@@ -2526,12 +2538,7 @@
|
|
|
2526
2538
|
"SHP:O",
|
|
2527
2539
|
"IWM:W",
|
|
2528
2540
|
"IWM:A",
|
|
2529
|
-
"IWM:G"
|
|
2530
|
-
"OR",
|
|
2531
|
-
"RN",
|
|
2532
|
-
"AF",
|
|
2533
|
-
"TT",
|
|
2534
|
-
"RP"
|
|
2541
|
+
"IWM:G"
|
|
2535
2542
|
]
|
|
2536
2543
|
},
|
|
2537
2544
|
"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.1",
|
|
5
5
|
"type": "object",
|
|
6
6
|
"$defs": {
|
|
7
7
|
"vehicleTerrain": {
|
|
@@ -203,9 +203,12 @@
|
|
|
203
203
|
"upgradeType": {
|
|
204
204
|
"type": "array",
|
|
205
205
|
"items": {
|
|
206
|
-
"$ref": "util.json#/$defs/
|
|
207
|
-
|
|
208
|
-
|
|
206
|
+
"$ref": "util.json#/$defs/dataVehicleUpgradeType"
|
|
207
|
+
},
|
|
208
|
+
"minItems": 1
|
|
209
|
+
},
|
|
210
|
+
"cost": {
|
|
211
|
+
"$ref": "#/$defs/_vehicleCost"
|
|
209
212
|
},
|
|
210
213
|
"hasFluff": {
|
|
211
214
|
"type": "boolean"
|
|
@@ -251,9 +254,12 @@
|
|
|
251
254
|
"upgradeType": {
|
|
252
255
|
"type": "array",
|
|
253
256
|
"items": {
|
|
254
|
-
"$ref": "util.json#/$defs/
|
|
255
|
-
|
|
256
|
-
|
|
257
|
+
"$ref": "util.json#/$defs/dataVehicleUpgradeType"
|
|
258
|
+
},
|
|
259
|
+
"minItems": 1
|
|
260
|
+
},
|
|
261
|
+
"cost": {
|
|
262
|
+
"$ref": "#/$defs/_vehicleCost"
|
|
257
263
|
},
|
|
258
264
|
"hasFluff": {
|
|
259
265
|
"type": "boolean"
|
|
@@ -303,9 +309,12 @@
|
|
|
303
309
|
"upgradeType": {
|
|
304
310
|
"type": "array",
|
|
305
311
|
"items": {
|
|
306
|
-
"$ref": "util.json#/$defs/
|
|
307
|
-
|
|
308
|
-
|
|
312
|
+
"$ref": "util.json#/$defs/dataVehicleUpgradeType"
|
|
313
|
+
},
|
|
314
|
+
"minItems": 1
|
|
315
|
+
},
|
|
316
|
+
"cost": {
|
|
317
|
+
"$ref": "#/$defs/_vehicleCost"
|
|
309
318
|
},
|
|
310
319
|
"hasFluff": {
|
|
311
320
|
"type": "boolean"
|
package/schema/site/entry.json
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"$id": "entry.json",
|
|
4
4
|
"title": "Entry",
|
|
5
5
|
"description": "A recursively renderable object.",
|
|
6
|
-
"version": "1.9.
|
|
6
|
+
"version": "1.9.20",
|
|
7
7
|
"$defs": {
|
|
8
8
|
"_arrayOfSpell": {
|
|
9
9
|
"type": "array",
|
|
@@ -38,6 +38,16 @@
|
|
|
38
38
|
"narrow"
|
|
39
39
|
]
|
|
40
40
|
},
|
|
41
|
+
"_entryStatblockSlotSize": {
|
|
42
|
+
"type": "string",
|
|
43
|
+
"enum": [
|
|
44
|
+
"extraSmall",
|
|
45
|
+
"small",
|
|
46
|
+
"medium",
|
|
47
|
+
"large",
|
|
48
|
+
"extraLarge"
|
|
49
|
+
]
|
|
50
|
+
},
|
|
41
51
|
"_entryDataData": {
|
|
42
52
|
"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.",
|
|
43
53
|
"type": "object",
|
|
@@ -138,6 +148,9 @@
|
|
|
138
148
|
"style": {
|
|
139
149
|
"$ref": "#/$defs/_entryDataStyle"
|
|
140
150
|
},
|
|
151
|
+
"slotSize": {
|
|
152
|
+
"$ref": "#/$defs/_entryStatblockSlotSize"
|
|
153
|
+
},
|
|
141
154
|
"collapsed": {
|
|
142
155
|
"const": true
|
|
143
156
|
}
|
|
@@ -3527,6 +3540,9 @@
|
|
|
3527
3540
|
"style": {
|
|
3528
3541
|
"$ref": "#/$defs/_entryDataStyle"
|
|
3529
3542
|
},
|
|
3543
|
+
"slotSize": {
|
|
3544
|
+
"$ref": "#/$defs/_entryStatblockSlotSize"
|
|
3545
|
+
},
|
|
3530
3546
|
"collapsed": {
|
|
3531
3547
|
"const": true
|
|
3532
3548
|
},
|
|
@@ -3584,6 +3600,9 @@
|
|
|
3584
3600
|
"style": {
|
|
3585
3601
|
"$ref": "#/$defs/_entryDataStyle"
|
|
3586
3602
|
},
|
|
3603
|
+
"slotSize": {
|
|
3604
|
+
"$ref": "#/$defs/_entryStatblockSlotSize"
|
|
3605
|
+
},
|
|
3587
3606
|
"collapsed": {
|
|
3588
3607
|
"const": true
|
|
3589
3608
|
},
|
|
@@ -3644,6 +3663,9 @@
|
|
|
3644
3663
|
"style": {
|
|
3645
3664
|
"$ref": "#/$defs/_entryDataStyle"
|
|
3646
3665
|
},
|
|
3666
|
+
"slotSize": {
|
|
3667
|
+
"$ref": "#/$defs/_entryStatblockSlotSize"
|
|
3668
|
+
},
|
|
3647
3669
|
"collapsed": {
|
|
3648
3670
|
"const": true
|
|
3649
3671
|
},
|
|
@@ -3704,6 +3726,9 @@
|
|
|
3704
3726
|
"style": {
|
|
3705
3727
|
"$ref": "#/$defs/_entryDataStyle"
|
|
3706
3728
|
},
|
|
3729
|
+
"slotSize": {
|
|
3730
|
+
"$ref": "#/$defs/_entryStatblockSlotSize"
|
|
3731
|
+
},
|
|
3707
3732
|
"collapsed": {
|
|
3708
3733
|
"const": true
|
|
3709
3734
|
},
|
|
@@ -3764,6 +3789,9 @@
|
|
|
3764
3789
|
"style": {
|
|
3765
3790
|
"$ref": "#/$defs/_entryDataStyle"
|
|
3766
3791
|
},
|
|
3792
|
+
"slotSize": {
|
|
3793
|
+
"$ref": "#/$defs/_entryStatblockSlotSize"
|
|
3794
|
+
},
|
|
3767
3795
|
"collapsed": {
|
|
3768
3796
|
"const": true
|
|
3769
3797
|
},
|
|
@@ -3821,6 +3849,9 @@
|
|
|
3821
3849
|
"style": {
|
|
3822
3850
|
"$ref": "#/$defs/_entryDataStyle"
|
|
3823
3851
|
},
|
|
3852
|
+
"slotSize": {
|
|
3853
|
+
"$ref": "#/$defs/_entryStatblockSlotSize"
|
|
3854
|
+
},
|
|
3824
3855
|
"collapsed": {
|
|
3825
3856
|
"const": true
|
|
3826
3857
|
},
|
|
@@ -3891,6 +3922,9 @@
|
|
|
3891
3922
|
"style": {
|
|
3892
3923
|
"$ref": "#/$defs/_entryDataStyle"
|
|
3893
3924
|
},
|
|
3925
|
+
"slotSize": {
|
|
3926
|
+
"$ref": "#/$defs/_entryStatblockSlotSize"
|
|
3927
|
+
},
|
|
3894
3928
|
"collapsed": {
|
|
3895
3929
|
"const": true
|
|
3896
3930
|
},
|
|
@@ -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": {
|
|
@@ -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",
|