5etools-utils 0.8.23 → 0.8.25
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 +118 -2
- package/schema/brew/homebrew.json +4 -2
- package/schema/brew/items.json +1 -1
- package/schema/brew/util.json +12 -8
- package/schema/brew-fast/entry.json +118 -2
- package/schema/brew-fast/homebrew.json +4 -2
- package/schema/brew-fast/items.json +1 -1
- package/schema/brew-fast/util.json +12 -8
- package/schema/site/entry.json +118 -2
- package/schema/site/homebrew.json +4 -2
- package/schema/site/items.json +1 -1
- package/schema/site/util.json +12 -8
- package/schema/site-fast/entry.json +118 -2
- package/schema/site-fast/homebrew.json +4 -2
- package/schema/site-fast/items.json +1 -1
- package/schema/site-fast/util.json +12 -8
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.8.
|
|
6
|
+
"version": "1.8.15",
|
|
7
7
|
"$defs": {
|
|
8
8
|
"_arrayOfSpell": {
|
|
9
9
|
"type": "array",
|
|
@@ -2255,6 +2255,9 @@
|
|
|
2255
2255
|
"type": {
|
|
2256
2256
|
"const": "statblockInline"
|
|
2257
2257
|
},
|
|
2258
|
+
"dependencies": {
|
|
2259
|
+
"$ref": "util.json#/$defs/metaDependenciesArray"
|
|
2260
|
+
},
|
|
2258
2261
|
"dataType": {
|
|
2259
2262
|
"const": "monster"
|
|
2260
2263
|
},
|
|
@@ -2281,6 +2284,9 @@
|
|
|
2281
2284
|
"type": {
|
|
2282
2285
|
"const": "statblockInline"
|
|
2283
2286
|
},
|
|
2287
|
+
"dependencies": {
|
|
2288
|
+
"$ref": "util.json#/$defs/metaDependenciesArray"
|
|
2289
|
+
},
|
|
2284
2290
|
"dataType": {
|
|
2285
2291
|
"const": "legendaryGroup"
|
|
2286
2292
|
},
|
|
@@ -2307,6 +2313,9 @@
|
|
|
2307
2313
|
"type": {
|
|
2308
2314
|
"const": "statblockInline"
|
|
2309
2315
|
},
|
|
2316
|
+
"dependencies": {
|
|
2317
|
+
"$ref": "util.json#/$defs/metaDependenciesArray"
|
|
2318
|
+
},
|
|
2310
2319
|
"dataType": {
|
|
2311
2320
|
"const": "spell"
|
|
2312
2321
|
},
|
|
@@ -2333,6 +2342,9 @@
|
|
|
2333
2342
|
"type": {
|
|
2334
2343
|
"const": "statblockInline"
|
|
2335
2344
|
},
|
|
2345
|
+
"dependencies": {
|
|
2346
|
+
"$ref": "util.json#/$defs/metaDependenciesArray"
|
|
2347
|
+
},
|
|
2336
2348
|
"dataType": {
|
|
2337
2349
|
"const": "action"
|
|
2338
2350
|
},
|
|
@@ -2359,6 +2371,9 @@
|
|
|
2359
2371
|
"type": {
|
|
2360
2372
|
"const": "statblockInline"
|
|
2361
2373
|
},
|
|
2374
|
+
"dependencies": {
|
|
2375
|
+
"$ref": "util.json#/$defs/metaDependenciesArray"
|
|
2376
|
+
},
|
|
2362
2377
|
"dataType": {
|
|
2363
2378
|
"const": "item"
|
|
2364
2379
|
},
|
|
@@ -2385,6 +2400,9 @@
|
|
|
2385
2400
|
"type": {
|
|
2386
2401
|
"const": "statblockInline"
|
|
2387
2402
|
},
|
|
2403
|
+
"dependencies": {
|
|
2404
|
+
"$ref": "util.json#/$defs/metaDependenciesArray"
|
|
2405
|
+
},
|
|
2388
2406
|
"dataType": {
|
|
2389
2407
|
"const": "background"
|
|
2390
2408
|
},
|
|
@@ -2411,6 +2429,9 @@
|
|
|
2411
2429
|
"type": {
|
|
2412
2430
|
"const": "statblockInline"
|
|
2413
2431
|
},
|
|
2432
|
+
"dependencies": {
|
|
2433
|
+
"$ref": "util.json#/$defs/metaDependenciesArray"
|
|
2434
|
+
},
|
|
2414
2435
|
"dataType": {
|
|
2415
2436
|
"const": "charoption"
|
|
2416
2437
|
},
|
|
@@ -2437,6 +2458,9 @@
|
|
|
2437
2458
|
"type": {
|
|
2438
2459
|
"const": "statblockInline"
|
|
2439
2460
|
},
|
|
2461
|
+
"dependencies": {
|
|
2462
|
+
"$ref": "util.json#/$defs/metaDependenciesArray"
|
|
2463
|
+
},
|
|
2440
2464
|
"dataType": {
|
|
2441
2465
|
"const": "condition"
|
|
2442
2466
|
},
|
|
@@ -2463,6 +2487,9 @@
|
|
|
2463
2487
|
"type": {
|
|
2464
2488
|
"const": "statblockInline"
|
|
2465
2489
|
},
|
|
2490
|
+
"dependencies": {
|
|
2491
|
+
"$ref": "util.json#/$defs/metaDependenciesArray"
|
|
2492
|
+
},
|
|
2466
2493
|
"dataType": {
|
|
2467
2494
|
"const": "disease"
|
|
2468
2495
|
},
|
|
@@ -2489,6 +2516,9 @@
|
|
|
2489
2516
|
"type": {
|
|
2490
2517
|
"const": "statblockInline"
|
|
2491
2518
|
},
|
|
2519
|
+
"dependencies": {
|
|
2520
|
+
"$ref": "util.json#/$defs/metaDependenciesArray"
|
|
2521
|
+
},
|
|
2492
2522
|
"dataType": {
|
|
2493
2523
|
"const": "status"
|
|
2494
2524
|
},
|
|
@@ -2515,6 +2545,9 @@
|
|
|
2515
2545
|
"type": {
|
|
2516
2546
|
"const": "statblockInline"
|
|
2517
2547
|
},
|
|
2548
|
+
"dependencies": {
|
|
2549
|
+
"$ref": "util.json#/$defs/metaDependenciesArray"
|
|
2550
|
+
},
|
|
2518
2551
|
"dataType": {
|
|
2519
2552
|
"const": "cult"
|
|
2520
2553
|
},
|
|
@@ -2541,6 +2574,9 @@
|
|
|
2541
2574
|
"type": {
|
|
2542
2575
|
"const": "statblockInline"
|
|
2543
2576
|
},
|
|
2577
|
+
"dependencies": {
|
|
2578
|
+
"$ref": "util.json#/$defs/metaDependenciesArray"
|
|
2579
|
+
},
|
|
2544
2580
|
"dataType": {
|
|
2545
2581
|
"const": "boon"
|
|
2546
2582
|
},
|
|
@@ -2567,6 +2603,9 @@
|
|
|
2567
2603
|
"type": {
|
|
2568
2604
|
"const": "statblockInline"
|
|
2569
2605
|
},
|
|
2606
|
+
"dependencies": {
|
|
2607
|
+
"$ref": "util.json#/$defs/metaDependenciesArray"
|
|
2608
|
+
},
|
|
2570
2609
|
"dataType": {
|
|
2571
2610
|
"const": "deity"
|
|
2572
2611
|
},
|
|
@@ -2593,6 +2632,9 @@
|
|
|
2593
2632
|
"type": {
|
|
2594
2633
|
"const": "statblockInline"
|
|
2595
2634
|
},
|
|
2635
|
+
"dependencies": {
|
|
2636
|
+
"$ref": "util.json#/$defs/metaDependenciesArray"
|
|
2637
|
+
},
|
|
2596
2638
|
"dataType": {
|
|
2597
2639
|
"const": "feat"
|
|
2598
2640
|
},
|
|
@@ -2619,6 +2661,9 @@
|
|
|
2619
2661
|
"type": {
|
|
2620
2662
|
"const": "statblockInline"
|
|
2621
2663
|
},
|
|
2664
|
+
"dependencies": {
|
|
2665
|
+
"$ref": "util.json#/$defs/metaDependenciesArray"
|
|
2666
|
+
},
|
|
2622
2667
|
"dataType": {
|
|
2623
2668
|
"const": "language"
|
|
2624
2669
|
},
|
|
@@ -2645,6 +2690,9 @@
|
|
|
2645
2690
|
"type": {
|
|
2646
2691
|
"const": "statblockInline"
|
|
2647
2692
|
},
|
|
2693
|
+
"dependencies": {
|
|
2694
|
+
"$ref": "util.json#/$defs/metaDependenciesArray"
|
|
2695
|
+
},
|
|
2648
2696
|
"dataType": {
|
|
2649
2697
|
"const": "object"
|
|
2650
2698
|
},
|
|
@@ -2671,6 +2719,9 @@
|
|
|
2671
2719
|
"type": {
|
|
2672
2720
|
"const": "statblockInline"
|
|
2673
2721
|
},
|
|
2722
|
+
"dependencies": {
|
|
2723
|
+
"$ref": "util.json#/$defs/metaDependenciesArray"
|
|
2724
|
+
},
|
|
2674
2725
|
"dataType": {
|
|
2675
2726
|
"const": "optionalfeature"
|
|
2676
2727
|
},
|
|
@@ -2697,6 +2748,9 @@
|
|
|
2697
2748
|
"type": {
|
|
2698
2749
|
"const": "statblockInline"
|
|
2699
2750
|
},
|
|
2751
|
+
"dependencies": {
|
|
2752
|
+
"$ref": "util.json#/$defs/metaDependenciesArray"
|
|
2753
|
+
},
|
|
2700
2754
|
"dataType": {
|
|
2701
2755
|
"const": "psionic"
|
|
2702
2756
|
},
|
|
@@ -2723,6 +2777,9 @@
|
|
|
2723
2777
|
"type": {
|
|
2724
2778
|
"const": "statblockInline"
|
|
2725
2779
|
},
|
|
2780
|
+
"dependencies": {
|
|
2781
|
+
"$ref": "util.json#/$defs/metaDependenciesArray"
|
|
2782
|
+
},
|
|
2726
2783
|
"dataType": {
|
|
2727
2784
|
"const": "race"
|
|
2728
2785
|
},
|
|
@@ -2749,6 +2806,9 @@
|
|
|
2749
2806
|
"type": {
|
|
2750
2807
|
"const": "statblockInline"
|
|
2751
2808
|
},
|
|
2809
|
+
"dependencies": {
|
|
2810
|
+
"$ref": "util.json#/$defs/metaDependenciesArray"
|
|
2811
|
+
},
|
|
2752
2812
|
"dataType": {
|
|
2753
2813
|
"const": "recipe"
|
|
2754
2814
|
},
|
|
@@ -2775,6 +2835,9 @@
|
|
|
2775
2835
|
"type": {
|
|
2776
2836
|
"const": "statblockInline"
|
|
2777
2837
|
},
|
|
2838
|
+
"dependencies": {
|
|
2839
|
+
"$ref": "util.json#/$defs/metaDependenciesArray"
|
|
2840
|
+
},
|
|
2778
2841
|
"dataType": {
|
|
2779
2842
|
"const": "reward"
|
|
2780
2843
|
},
|
|
@@ -2801,6 +2864,9 @@
|
|
|
2801
2864
|
"type": {
|
|
2802
2865
|
"const": "statblockInline"
|
|
2803
2866
|
},
|
|
2867
|
+
"dependencies": {
|
|
2868
|
+
"$ref": "util.json#/$defs/metaDependenciesArray"
|
|
2869
|
+
},
|
|
2804
2870
|
"dataType": {
|
|
2805
2871
|
"const": "table"
|
|
2806
2872
|
},
|
|
@@ -2827,6 +2893,9 @@
|
|
|
2827
2893
|
"type": {
|
|
2828
2894
|
"const": "statblockInline"
|
|
2829
2895
|
},
|
|
2896
|
+
"dependencies": {
|
|
2897
|
+
"$ref": "util.json#/$defs/metaDependenciesArray"
|
|
2898
|
+
},
|
|
2830
2899
|
"dataType": {
|
|
2831
2900
|
"const": "trap"
|
|
2832
2901
|
},
|
|
@@ -2853,6 +2922,9 @@
|
|
|
2853
2922
|
"type": {
|
|
2854
2923
|
"const": "statblockInline"
|
|
2855
2924
|
},
|
|
2925
|
+
"dependencies": {
|
|
2926
|
+
"$ref": "util.json#/$defs/metaDependenciesArray"
|
|
2927
|
+
},
|
|
2856
2928
|
"dataType": {
|
|
2857
2929
|
"const": "hazard"
|
|
2858
2930
|
},
|
|
@@ -2879,6 +2951,9 @@
|
|
|
2879
2951
|
"type": {
|
|
2880
2952
|
"const": "statblockInline"
|
|
2881
2953
|
},
|
|
2954
|
+
"dependencies": {
|
|
2955
|
+
"$ref": "util.json#/$defs/metaDependenciesArray"
|
|
2956
|
+
},
|
|
2882
2957
|
"dataType": {
|
|
2883
2958
|
"const": "variantrule"
|
|
2884
2959
|
},
|
|
@@ -2905,6 +2980,9 @@
|
|
|
2905
2980
|
"type": {
|
|
2906
2981
|
"const": "statblockInline"
|
|
2907
2982
|
},
|
|
2983
|
+
"dependencies": {
|
|
2984
|
+
"$ref": "util.json#/$defs/metaDependenciesArray"
|
|
2985
|
+
},
|
|
2908
2986
|
"dataType": {
|
|
2909
2987
|
"const": "vehicle"
|
|
2910
2988
|
},
|
|
@@ -2931,6 +3009,9 @@
|
|
|
2931
3009
|
"type": {
|
|
2932
3010
|
"const": "statblockInline"
|
|
2933
3011
|
},
|
|
3012
|
+
"dependencies": {
|
|
3013
|
+
"$ref": "util.json#/$defs/metaDependenciesArray"
|
|
3014
|
+
},
|
|
2934
3015
|
"dataType": {
|
|
2935
3016
|
"const": "vehicleUpgrade"
|
|
2936
3017
|
},
|
|
@@ -2957,6 +3038,9 @@
|
|
|
2957
3038
|
"type": {
|
|
2958
3039
|
"const": "statblockInline"
|
|
2959
3040
|
},
|
|
3041
|
+
"dependencies": {
|
|
3042
|
+
"$ref": "util.json#/$defs/metaDependenciesArray"
|
|
3043
|
+
},
|
|
2960
3044
|
"dataType": {
|
|
2961
3045
|
"const": "skill"
|
|
2962
3046
|
},
|
|
@@ -2983,6 +3067,9 @@
|
|
|
2983
3067
|
"type": {
|
|
2984
3068
|
"const": "statblockInline"
|
|
2985
3069
|
},
|
|
3070
|
+
"dependencies": {
|
|
3071
|
+
"$ref": "util.json#/$defs/metaDependenciesArray"
|
|
3072
|
+
},
|
|
2986
3073
|
"dataType": {
|
|
2987
3074
|
"const": "sense"
|
|
2988
3075
|
},
|
|
@@ -3234,6 +3321,9 @@
|
|
|
3234
3321
|
"charges": {
|
|
3235
3322
|
"$ref": "#/$defs/entrySpellcasting_frequency"
|
|
3236
3323
|
},
|
|
3324
|
+
"recharge": {
|
|
3325
|
+
"$ref": "#/$defs/entrySpellcasting_recharge"
|
|
3326
|
+
},
|
|
3237
3327
|
"spells": {
|
|
3238
3328
|
"type": "object",
|
|
3239
3329
|
"properties": {
|
|
@@ -3296,7 +3386,9 @@
|
|
|
3296
3386
|
"weekly",
|
|
3297
3387
|
"yearly",
|
|
3298
3388
|
"ritual",
|
|
3299
|
-
"spells"
|
|
3389
|
+
"spells",
|
|
3390
|
+
"charges",
|
|
3391
|
+
"recharge"
|
|
3300
3392
|
]
|
|
3301
3393
|
}
|
|
3302
3394
|
},
|
|
@@ -3420,6 +3512,30 @@
|
|
|
3420
3512
|
},
|
|
3421
3513
|
"additionalProperties": false
|
|
3422
3514
|
},
|
|
3515
|
+
"entrySpellcasting_recharge": {
|
|
3516
|
+
"type": "object",
|
|
3517
|
+
"properties": {
|
|
3518
|
+
"1": {
|
|
3519
|
+
"$ref": "#/$defs/_arrayOfSpell"
|
|
3520
|
+
},
|
|
3521
|
+
"2": {
|
|
3522
|
+
"$ref": "#/$defs/_arrayOfSpell"
|
|
3523
|
+
},
|
|
3524
|
+
"3": {
|
|
3525
|
+
"$ref": "#/$defs/_arrayOfSpell"
|
|
3526
|
+
},
|
|
3527
|
+
"4": {
|
|
3528
|
+
"$ref": "#/$defs/_arrayOfSpell"
|
|
3529
|
+
},
|
|
3530
|
+
"5": {
|
|
3531
|
+
"$ref": "#/$defs/_arrayOfSpell"
|
|
3532
|
+
},
|
|
3533
|
+
"6": {
|
|
3534
|
+
"$ref": "#/$defs/_arrayOfSpell"
|
|
3535
|
+
}
|
|
3536
|
+
},
|
|
3537
|
+
"additionalProperties": false
|
|
3538
|
+
},
|
|
3423
3539
|
"entryWrapped": {
|
|
3424
3540
|
"type": "object",
|
|
3425
3541
|
"properties": {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
|
-
"version": "1.10.
|
|
3
|
+
"version": "1.10.10",
|
|
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": {
|
|
@@ -240,7 +240,9 @@
|
|
|
240
240
|
"type": "array",
|
|
241
241
|
"items": {
|
|
242
242
|
"type": "string"
|
|
243
|
-
}
|
|
243
|
+
},
|
|
244
|
+
"minItems": 1,
|
|
245
|
+
"uniqueItems": true
|
|
244
246
|
}
|
|
245
247
|
}
|
|
246
248
|
},
|
package/schema/brew/items.json
CHANGED
package/schema/brew/util.json
CHANGED
|
@@ -3,20 +3,24 @@
|
|
|
3
3
|
"$id": "util.json",
|
|
4
4
|
"title": "Util",
|
|
5
5
|
"description": "Utility definitions to be used in other schemas.",
|
|
6
|
-
"version": "1.13.
|
|
6
|
+
"version": "1.13.21",
|
|
7
7
|
"$defs": {
|
|
8
|
+
"metaDependenciesArray": {
|
|
9
|
+
"type": "array",
|
|
10
|
+
"items": {
|
|
11
|
+
"type": "string"
|
|
12
|
+
},
|
|
13
|
+
"minItems": 1,
|
|
14
|
+
"uniqueItems": true
|
|
15
|
+
},
|
|
8
16
|
"metaBlock": {
|
|
9
17
|
"type": "object",
|
|
10
18
|
"properties": {
|
|
11
19
|
"dependencies": {
|
|
12
20
|
"type": "object",
|
|
13
|
-
"
|
|
14
|
-
"
|
|
15
|
-
"
|
|
16
|
-
"items": {
|
|
17
|
-
"type": "string"
|
|
18
|
-
},
|
|
19
|
-
"uniqueItems": true
|
|
21
|
+
"patternProperties": {
|
|
22
|
+
"^[a-zA-Z]+$": {
|
|
23
|
+
"$ref": "#/$defs/metaDependenciesArray"
|
|
20
24
|
}
|
|
21
25
|
}
|
|
22
26
|
},
|