5etools-utils 0.12.37 → 0.12.38
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/backgrounds.json +10 -1
- package/schema/brew/class/class.json +368 -21
- package/schema/brew/util-copy.json +13 -1
- package/schema/brew/util.json +5 -8
- package/schema/brew-fast/backgrounds.json +10 -1
- package/schema/brew-fast/class/class.json +368 -21
- package/schema/brew-fast/util-copy.json +13 -1
- package/schema/brew-fast/util.json +5 -8
- package/schema/site/backgrounds.json +10 -1
- package/schema/site/class/class.json +269 -12
- package/schema/site/util-copy.json +13 -1
- package/schema/site/util.json +5 -8
- package/schema/site-fast/backgrounds.json +10 -1
- package/schema/site-fast/class/class.json +269 -12
- package/schema/site-fast/util-copy.json +13 -1
- package/schema/site-fast/util.json +5 -8
- package/schema/ua/backgrounds.json +10 -1
- package/schema/ua/class/class.json +269 -12
- package/schema/ua/util-copy.json +13 -1
- package/schema/ua/util.json +5 -8
- package/schema/ua-fast/backgrounds.json +10 -1
- package/schema/ua-fast/class/class.json +269 -12
- package/schema/ua-fast/util-copy.json +13 -1
- package/schema/ua-fast/util.json +5 -8
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
3
|
"$id": "backgrounds.json",
|
|
4
|
-
"version": "1.3.
|
|
4
|
+
"version": "1.3.8",
|
|
5
5
|
"type": "object",
|
|
6
6
|
"$defs": {
|
|
7
7
|
"backgroundData": {
|
|
@@ -19,6 +19,9 @@
|
|
|
19
19
|
"reprintedAs": {
|
|
20
20
|
"$ref": "util.json#/$defs/reprintedAs"
|
|
21
21
|
},
|
|
22
|
+
"edition": {
|
|
23
|
+
"$ref": "util-edition.json#/$defs/edition"
|
|
24
|
+
},
|
|
22
25
|
"prerequisite": {
|
|
23
26
|
"$ref": "util.json#/$defs/prerequisite"
|
|
24
27
|
},
|
|
@@ -146,6 +149,9 @@
|
|
|
146
149
|
"reprintedAs": {
|
|
147
150
|
"$ref": "util.json#/$defs/reprintedAs"
|
|
148
151
|
},
|
|
152
|
+
"edition": {
|
|
153
|
+
"$ref": "util-edition.json#/$defs/edition"
|
|
154
|
+
},
|
|
149
155
|
"prerequisite": {
|
|
150
156
|
"$ref": "util.json#/$defs/prerequisite"
|
|
151
157
|
},
|
|
@@ -276,6 +282,9 @@
|
|
|
276
282
|
"reprintedAs": {
|
|
277
283
|
"$ref": "util.json#/$defs/reprintedAs"
|
|
278
284
|
},
|
|
285
|
+
"edition": {
|
|
286
|
+
"$ref": "util-edition.json#/$defs/edition"
|
|
287
|
+
},
|
|
279
288
|
"prerequisite": {
|
|
280
289
|
"$ref": "util.json#/$defs/prerequisite"
|
|
281
290
|
},
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
|
-
"version": "2.12.
|
|
3
|
+
"version": "2.12.3",
|
|
4
4
|
"$id": "class.json",
|
|
5
5
|
"type": "object",
|
|
6
6
|
"$defs": {
|
|
@@ -298,7 +298,7 @@
|
|
|
298
298
|
],
|
|
299
299
|
"additionalProperties": false
|
|
300
300
|
},
|
|
301
|
-
"
|
|
301
|
+
"subclassFeatureData": {
|
|
302
302
|
"type": "object",
|
|
303
303
|
"properties": {
|
|
304
304
|
"name": {
|
|
@@ -412,18 +412,260 @@
|
|
|
412
412
|
"$ref": "../util.json#/$defs/resourcesArray"
|
|
413
413
|
}
|
|
414
414
|
},
|
|
415
|
-
"required": [
|
|
416
|
-
"name",
|
|
417
|
-
"source",
|
|
418
|
-
"className",
|
|
419
|
-
"classSource",
|
|
420
|
-
"subclassShortName",
|
|
421
|
-
"subclassSource",
|
|
422
|
-
"level",
|
|
423
|
-
"entries"
|
|
424
|
-
],
|
|
425
415
|
"additionalProperties": false
|
|
426
416
|
},
|
|
417
|
+
"subclassFeature": {
|
|
418
|
+
"anyOf": [
|
|
419
|
+
{
|
|
420
|
+
"type": "object",
|
|
421
|
+
"properties": {
|
|
422
|
+
"name": {
|
|
423
|
+
"type": "string"
|
|
424
|
+
},
|
|
425
|
+
"source": {
|
|
426
|
+
"$ref": "../util.json#/$defs/source"
|
|
427
|
+
},
|
|
428
|
+
"srd": {
|
|
429
|
+
"$ref": "../util.json#/$defs/srd"
|
|
430
|
+
},
|
|
431
|
+
"srd52": {
|
|
432
|
+
"$ref": "../util.json#/$defs/srd"
|
|
433
|
+
},
|
|
434
|
+
"basicRules": {
|
|
435
|
+
"$ref": "../util.json#/$defs/basicRules"
|
|
436
|
+
},
|
|
437
|
+
"freeRules2024": {
|
|
438
|
+
"$ref": "../util.json#/$defs/basicRules"
|
|
439
|
+
},
|
|
440
|
+
"className": {
|
|
441
|
+
"type": "string"
|
|
442
|
+
},
|
|
443
|
+
"classSource": {
|
|
444
|
+
"$ref": "../util.json#/$defs/source"
|
|
445
|
+
},
|
|
446
|
+
"subclassShortName": {
|
|
447
|
+
"type": "string"
|
|
448
|
+
},
|
|
449
|
+
"subclassSource": {
|
|
450
|
+
"$ref": "../util.json#/$defs/source"
|
|
451
|
+
},
|
|
452
|
+
"level": {
|
|
453
|
+
"type": "integer"
|
|
454
|
+
},
|
|
455
|
+
"header": {
|
|
456
|
+
"type": "integer"
|
|
457
|
+
},
|
|
458
|
+
"page": {
|
|
459
|
+
"$ref": "../util.json#/$defs/page"
|
|
460
|
+
},
|
|
461
|
+
"type": {
|
|
462
|
+
"type": "string",
|
|
463
|
+
"enum": [
|
|
464
|
+
"inset",
|
|
465
|
+
"item"
|
|
466
|
+
]
|
|
467
|
+
},
|
|
468
|
+
"entries": {
|
|
469
|
+
"type": "array",
|
|
470
|
+
"items": {
|
|
471
|
+
"$ref": "../entry.json"
|
|
472
|
+
}
|
|
473
|
+
},
|
|
474
|
+
"isClassFeatureVariant": {
|
|
475
|
+
"type": "boolean"
|
|
476
|
+
},
|
|
477
|
+
"isGainAtNextFeatureLevel": {
|
|
478
|
+
"description": "If this feature should only be (optionally) gained at the next \"gainSubclassFeature\" level, rather than at the level listed on the feature.",
|
|
479
|
+
"type": "boolean"
|
|
480
|
+
},
|
|
481
|
+
"otherSources": {
|
|
482
|
+
"$ref": "../util.json#/$defs/otherSources"
|
|
483
|
+
},
|
|
484
|
+
"consumes": {
|
|
485
|
+
"$ref": "../util.json#/$defs/consumesObject"
|
|
486
|
+
},
|
|
487
|
+
"foundrySystem": {
|
|
488
|
+
"$ref": "../util-foundry.json#/$defs/foundrySystemObject"
|
|
489
|
+
},
|
|
490
|
+
"foundryFlags": {
|
|
491
|
+
"$ref": "../util-foundry.json#/$defs/foundryFlagsObject"
|
|
492
|
+
},
|
|
493
|
+
"foundryImg": {
|
|
494
|
+
"$ref": "../util-foundry.json#/$defs/foundryImg"
|
|
495
|
+
},
|
|
496
|
+
"languageProficiencies": {
|
|
497
|
+
"$ref": "../util.json#/$defs/languageProficiencies"
|
|
498
|
+
},
|
|
499
|
+
"skillProficiencies": {
|
|
500
|
+
"$ref": "../util.json#/$defs/skillProficiencies"
|
|
501
|
+
},
|
|
502
|
+
"weaponProficiencies": {
|
|
503
|
+
"$ref": "../util.json#/$defs/weaponProficiencies"
|
|
504
|
+
},
|
|
505
|
+
"armorProficiencies": {
|
|
506
|
+
"$ref": "../util.json#/$defs/armorProficiencies"
|
|
507
|
+
},
|
|
508
|
+
"toolProficiencies": {
|
|
509
|
+
"$ref": "../util.json#/$defs/toolProficiencies"
|
|
510
|
+
},
|
|
511
|
+
"savingThrowProficiencies": {
|
|
512
|
+
"$ref": "../util.json#/$defs/savingThrowProficiencies"
|
|
513
|
+
},
|
|
514
|
+
"expertise": {
|
|
515
|
+
"$ref": "../util.json#/$defs/expertise"
|
|
516
|
+
},
|
|
517
|
+
"resist": {
|
|
518
|
+
"$ref": "../util.json#/$defs/damageResistArrayPlayer"
|
|
519
|
+
},
|
|
520
|
+
"immune": {
|
|
521
|
+
"$ref": "../util.json#/$defs/damageImmunityArrayPlayer"
|
|
522
|
+
},
|
|
523
|
+
"vulnerable": {
|
|
524
|
+
"$ref": "../util.json#/$defs/damageVulnerabilityArrayPlayer"
|
|
525
|
+
},
|
|
526
|
+
"conditionImmune": {
|
|
527
|
+
"$ref": "../util.json#/$defs/conditionImmunityArrayPlayer"
|
|
528
|
+
},
|
|
529
|
+
"resources": {
|
|
530
|
+
"$ref": "../util.json#/$defs/resourcesArray"
|
|
531
|
+
}
|
|
532
|
+
},
|
|
533
|
+
"additionalProperties": false,
|
|
534
|
+
"required": [
|
|
535
|
+
"name",
|
|
536
|
+
"source",
|
|
537
|
+
"className",
|
|
538
|
+
"classSource",
|
|
539
|
+
"subclassShortName",
|
|
540
|
+
"subclassSource",
|
|
541
|
+
"level",
|
|
542
|
+
"entries"
|
|
543
|
+
]
|
|
544
|
+
},
|
|
545
|
+
{
|
|
546
|
+
"type": "object",
|
|
547
|
+
"properties": {
|
|
548
|
+
"name": {
|
|
549
|
+
"type": "string"
|
|
550
|
+
},
|
|
551
|
+
"source": {
|
|
552
|
+
"$ref": "../util.json#/$defs/source"
|
|
553
|
+
},
|
|
554
|
+
"srd": {
|
|
555
|
+
"$ref": "../util.json#/$defs/srd"
|
|
556
|
+
},
|
|
557
|
+
"srd52": {
|
|
558
|
+
"$ref": "../util.json#/$defs/srd"
|
|
559
|
+
},
|
|
560
|
+
"basicRules": {
|
|
561
|
+
"$ref": "../util.json#/$defs/basicRules"
|
|
562
|
+
},
|
|
563
|
+
"freeRules2024": {
|
|
564
|
+
"$ref": "../util.json#/$defs/basicRules"
|
|
565
|
+
},
|
|
566
|
+
"className": {
|
|
567
|
+
"type": "string"
|
|
568
|
+
},
|
|
569
|
+
"classSource": {
|
|
570
|
+
"$ref": "../util.json#/$defs/source"
|
|
571
|
+
},
|
|
572
|
+
"subclassShortName": {
|
|
573
|
+
"type": "string"
|
|
574
|
+
},
|
|
575
|
+
"subclassSource": {
|
|
576
|
+
"$ref": "../util.json#/$defs/source"
|
|
577
|
+
},
|
|
578
|
+
"level": {
|
|
579
|
+
"type": "integer"
|
|
580
|
+
},
|
|
581
|
+
"header": {
|
|
582
|
+
"type": "integer"
|
|
583
|
+
},
|
|
584
|
+
"page": {
|
|
585
|
+
"$ref": "../util.json#/$defs/page"
|
|
586
|
+
},
|
|
587
|
+
"type": {
|
|
588
|
+
"type": "string",
|
|
589
|
+
"enum": [
|
|
590
|
+
"inset",
|
|
591
|
+
"item"
|
|
592
|
+
]
|
|
593
|
+
},
|
|
594
|
+
"entries": {
|
|
595
|
+
"type": "array",
|
|
596
|
+
"items": {
|
|
597
|
+
"$ref": "../entry.json"
|
|
598
|
+
}
|
|
599
|
+
},
|
|
600
|
+
"isClassFeatureVariant": {
|
|
601
|
+
"type": "boolean"
|
|
602
|
+
},
|
|
603
|
+
"isGainAtNextFeatureLevel": {
|
|
604
|
+
"description": "If this feature should only be (optionally) gained at the next \"gainSubclassFeature\" level, rather than at the level listed on the feature.",
|
|
605
|
+
"type": "boolean"
|
|
606
|
+
},
|
|
607
|
+
"otherSources": {
|
|
608
|
+
"$ref": "../util.json#/$defs/otherSources"
|
|
609
|
+
},
|
|
610
|
+
"consumes": {
|
|
611
|
+
"$ref": "../util.json#/$defs/consumesObject"
|
|
612
|
+
},
|
|
613
|
+
"foundrySystem": {
|
|
614
|
+
"$ref": "../util-foundry.json#/$defs/foundrySystemObject"
|
|
615
|
+
},
|
|
616
|
+
"foundryFlags": {
|
|
617
|
+
"$ref": "../util-foundry.json#/$defs/foundryFlagsObject"
|
|
618
|
+
},
|
|
619
|
+
"foundryImg": {
|
|
620
|
+
"$ref": "../util-foundry.json#/$defs/foundryImg"
|
|
621
|
+
},
|
|
622
|
+
"languageProficiencies": {
|
|
623
|
+
"$ref": "../util.json#/$defs/languageProficiencies"
|
|
624
|
+
},
|
|
625
|
+
"skillProficiencies": {
|
|
626
|
+
"$ref": "../util.json#/$defs/skillProficiencies"
|
|
627
|
+
},
|
|
628
|
+
"weaponProficiencies": {
|
|
629
|
+
"$ref": "../util.json#/$defs/weaponProficiencies"
|
|
630
|
+
},
|
|
631
|
+
"armorProficiencies": {
|
|
632
|
+
"$ref": "../util.json#/$defs/armorProficiencies"
|
|
633
|
+
},
|
|
634
|
+
"toolProficiencies": {
|
|
635
|
+
"$ref": "../util.json#/$defs/toolProficiencies"
|
|
636
|
+
},
|
|
637
|
+
"savingThrowProficiencies": {
|
|
638
|
+
"$ref": "../util.json#/$defs/savingThrowProficiencies"
|
|
639
|
+
},
|
|
640
|
+
"expertise": {
|
|
641
|
+
"$ref": "../util.json#/$defs/expertise"
|
|
642
|
+
},
|
|
643
|
+
"resist": {
|
|
644
|
+
"$ref": "../util.json#/$defs/damageResistArrayPlayer"
|
|
645
|
+
},
|
|
646
|
+
"immune": {
|
|
647
|
+
"$ref": "../util.json#/$defs/damageImmunityArrayPlayer"
|
|
648
|
+
},
|
|
649
|
+
"vulnerable": {
|
|
650
|
+
"$ref": "../util.json#/$defs/damageVulnerabilityArrayPlayer"
|
|
651
|
+
},
|
|
652
|
+
"conditionImmune": {
|
|
653
|
+
"$ref": "../util.json#/$defs/conditionImmunityArrayPlayer"
|
|
654
|
+
},
|
|
655
|
+
"resources": {
|
|
656
|
+
"$ref": "../util.json#/$defs/resourcesArray"
|
|
657
|
+
},
|
|
658
|
+
"_copy": {
|
|
659
|
+
"$ref": "../util-copy.json#/$defs/copyBlock_copy_generic"
|
|
660
|
+
}
|
|
661
|
+
},
|
|
662
|
+
"additionalProperties": false,
|
|
663
|
+
"required": [
|
|
664
|
+
"_copy"
|
|
665
|
+
]
|
|
666
|
+
}
|
|
667
|
+
]
|
|
668
|
+
},
|
|
427
669
|
"proficiencies": {
|
|
428
670
|
"type": "object",
|
|
429
671
|
"properties": {
|
|
@@ -536,6 +778,9 @@
|
|
|
536
778
|
"description": "The source of the class this subclass belongs to (defaults to PHB).",
|
|
537
779
|
"$ref": "../util.json#/$defs/source"
|
|
538
780
|
},
|
|
781
|
+
"edition": {
|
|
782
|
+
"$ref": "../util-edition.json#/$defs/edition"
|
|
783
|
+
},
|
|
539
784
|
"isReprinted": {
|
|
540
785
|
"type": "boolean"
|
|
541
786
|
},
|
|
@@ -640,6 +885,38 @@
|
|
|
640
885
|
"hasFluffImages": {
|
|
641
886
|
"const": true
|
|
642
887
|
},
|
|
888
|
+
"fluff": {
|
|
889
|
+
"anyOf": [
|
|
890
|
+
{
|
|
891
|
+
"$ref": "../util.json#/$defs/fluffObject"
|
|
892
|
+
},
|
|
893
|
+
{
|
|
894
|
+
"description": "Reference \"subclassFluff\" array items",
|
|
895
|
+
"type": "object",
|
|
896
|
+
"properties": {
|
|
897
|
+
"_subclassFluff": {
|
|
898
|
+
"type": "object",
|
|
899
|
+
"properties": {
|
|
900
|
+
"name": {
|
|
901
|
+
"type": "string"
|
|
902
|
+
},
|
|
903
|
+
"source": {
|
|
904
|
+
"$ref": "../util.json#/$defs/source"
|
|
905
|
+
},
|
|
906
|
+
"className": {
|
|
907
|
+
"type": "string"
|
|
908
|
+
},
|
|
909
|
+
"classSource": {
|
|
910
|
+
"$ref": "../util.json#/$defs/source"
|
|
911
|
+
}
|
|
912
|
+
}
|
|
913
|
+
}
|
|
914
|
+
},
|
|
915
|
+
"additionalProperties": false,
|
|
916
|
+
"minProperties": 1
|
|
917
|
+
}
|
|
918
|
+
]
|
|
919
|
+
},
|
|
643
920
|
"subclassSpells": {
|
|
644
921
|
"description": "Homebrew use only; adds custom subclasses to lists in spells.\nDoes not enable VTT import - see \"additionalSpells\".",
|
|
645
922
|
"type": "array",
|
|
@@ -664,9 +941,6 @@
|
|
|
664
941
|
}
|
|
665
942
|
}
|
|
666
943
|
},
|
|
667
|
-
"fluff": {
|
|
668
|
-
"$ref": "../util.json#/$defs/fluffObject"
|
|
669
|
-
},
|
|
670
944
|
"foundrySystem": {
|
|
671
945
|
"$ref": "../util-foundry.json#/$defs/foundrySystemObject"
|
|
672
946
|
},
|
|
@@ -713,6 +987,9 @@
|
|
|
713
987
|
"description": "The source of the class this subclass belongs to (defaults to PHB).",
|
|
714
988
|
"$ref": "../util.json#/$defs/source"
|
|
715
989
|
},
|
|
990
|
+
"edition": {
|
|
991
|
+
"$ref": "../util-edition.json#/$defs/edition"
|
|
992
|
+
},
|
|
716
993
|
"isReprinted": {
|
|
717
994
|
"type": "boolean"
|
|
718
995
|
},
|
|
@@ -817,6 +1094,38 @@
|
|
|
817
1094
|
"hasFluffImages": {
|
|
818
1095
|
"const": true
|
|
819
1096
|
},
|
|
1097
|
+
"fluff": {
|
|
1098
|
+
"anyOf": [
|
|
1099
|
+
{
|
|
1100
|
+
"$ref": "../util.json#/$defs/fluffObject"
|
|
1101
|
+
},
|
|
1102
|
+
{
|
|
1103
|
+
"description": "Reference \"subclassFluff\" array items",
|
|
1104
|
+
"type": "object",
|
|
1105
|
+
"properties": {
|
|
1106
|
+
"_subclassFluff": {
|
|
1107
|
+
"type": "object",
|
|
1108
|
+
"properties": {
|
|
1109
|
+
"name": {
|
|
1110
|
+
"type": "string"
|
|
1111
|
+
},
|
|
1112
|
+
"source": {
|
|
1113
|
+
"$ref": "../util.json#/$defs/source"
|
|
1114
|
+
},
|
|
1115
|
+
"className": {
|
|
1116
|
+
"type": "string"
|
|
1117
|
+
},
|
|
1118
|
+
"classSource": {
|
|
1119
|
+
"$ref": "../util.json#/$defs/source"
|
|
1120
|
+
}
|
|
1121
|
+
}
|
|
1122
|
+
}
|
|
1123
|
+
},
|
|
1124
|
+
"additionalProperties": false,
|
|
1125
|
+
"minProperties": 1
|
|
1126
|
+
}
|
|
1127
|
+
]
|
|
1128
|
+
},
|
|
820
1129
|
"subclassSpells": {
|
|
821
1130
|
"description": "Homebrew use only; adds custom subclasses to lists in spells.\nDoes not enable VTT import - see \"additionalSpells\".",
|
|
822
1131
|
"type": "array",
|
|
@@ -841,9 +1150,6 @@
|
|
|
841
1150
|
}
|
|
842
1151
|
}
|
|
843
1152
|
},
|
|
844
|
-
"fluff": {
|
|
845
|
-
"$ref": "../util.json#/$defs/fluffObject"
|
|
846
|
-
},
|
|
847
1153
|
"foundrySystem": {
|
|
848
1154
|
"$ref": "../util-foundry.json#/$defs/foundrySystemObject"
|
|
849
1155
|
},
|
|
@@ -890,6 +1196,9 @@
|
|
|
890
1196
|
"description": "The source of the class this subclass belongs to (defaults to PHB).",
|
|
891
1197
|
"$ref": "../util.json#/$defs/source"
|
|
892
1198
|
},
|
|
1199
|
+
"edition": {
|
|
1200
|
+
"$ref": "../util-edition.json#/$defs/edition"
|
|
1201
|
+
},
|
|
893
1202
|
"isReprinted": {
|
|
894
1203
|
"type": "boolean"
|
|
895
1204
|
},
|
|
@@ -994,6 +1303,38 @@
|
|
|
994
1303
|
"hasFluffImages": {
|
|
995
1304
|
"const": true
|
|
996
1305
|
},
|
|
1306
|
+
"fluff": {
|
|
1307
|
+
"anyOf": [
|
|
1308
|
+
{
|
|
1309
|
+
"$ref": "../util.json#/$defs/fluffObject"
|
|
1310
|
+
},
|
|
1311
|
+
{
|
|
1312
|
+
"description": "Reference \"subclassFluff\" array items",
|
|
1313
|
+
"type": "object",
|
|
1314
|
+
"properties": {
|
|
1315
|
+
"_subclassFluff": {
|
|
1316
|
+
"type": "object",
|
|
1317
|
+
"properties": {
|
|
1318
|
+
"name": {
|
|
1319
|
+
"type": "string"
|
|
1320
|
+
},
|
|
1321
|
+
"source": {
|
|
1322
|
+
"$ref": "../util.json#/$defs/source"
|
|
1323
|
+
},
|
|
1324
|
+
"className": {
|
|
1325
|
+
"type": "string"
|
|
1326
|
+
},
|
|
1327
|
+
"classSource": {
|
|
1328
|
+
"$ref": "../util.json#/$defs/source"
|
|
1329
|
+
}
|
|
1330
|
+
}
|
|
1331
|
+
}
|
|
1332
|
+
},
|
|
1333
|
+
"additionalProperties": false,
|
|
1334
|
+
"minProperties": 1
|
|
1335
|
+
}
|
|
1336
|
+
]
|
|
1337
|
+
},
|
|
997
1338
|
"subclassSpells": {
|
|
998
1339
|
"description": "Homebrew use only; adds custom subclasses to lists in spells.\nDoes not enable VTT import - see \"additionalSpells\".",
|
|
999
1340
|
"type": "array",
|
|
@@ -1018,9 +1359,6 @@
|
|
|
1018
1359
|
}
|
|
1019
1360
|
}
|
|
1020
1361
|
},
|
|
1021
|
-
"fluff": {
|
|
1022
|
-
"$ref": "../util.json#/$defs/fluffObject"
|
|
1023
|
-
},
|
|
1024
1362
|
"foundrySystem": {
|
|
1025
1363
|
"$ref": "../util-foundry.json#/$defs/foundrySystemObject"
|
|
1026
1364
|
},
|
|
@@ -1138,6 +1476,9 @@
|
|
|
1138
1476
|
"otherSources": {
|
|
1139
1477
|
"$ref": "../util.json#/$defs/otherSources"
|
|
1140
1478
|
},
|
|
1479
|
+
"edition": {
|
|
1480
|
+
"$ref": "../util-edition.json#/$defs/edition"
|
|
1481
|
+
},
|
|
1141
1482
|
"srd": {
|
|
1142
1483
|
"$ref": "../util.json#/$defs/srd"
|
|
1143
1484
|
},
|
|
@@ -1439,6 +1780,9 @@
|
|
|
1439
1780
|
"otherSources": {
|
|
1440
1781
|
"$ref": "../util.json#/$defs/otherSources"
|
|
1441
1782
|
},
|
|
1783
|
+
"edition": {
|
|
1784
|
+
"$ref": "../util-edition.json#/$defs/edition"
|
|
1785
|
+
},
|
|
1442
1786
|
"srd": {
|
|
1443
1787
|
"$ref": "../util.json#/$defs/srd"
|
|
1444
1788
|
},
|
|
@@ -1743,6 +2087,9 @@
|
|
|
1743
2087
|
"otherSources": {
|
|
1744
2088
|
"$ref": "../util.json#/$defs/otherSources"
|
|
1745
2089
|
},
|
|
2090
|
+
"edition": {
|
|
2091
|
+
"$ref": "../util-edition.json#/$defs/edition"
|
|
2092
|
+
},
|
|
1746
2093
|
"srd": {
|
|
1747
2094
|
"$ref": "../util.json#/$defs/srd"
|
|
1748
2095
|
},
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
3
|
"$id": "util-copy.json",
|
|
4
4
|
"title": "Util: Copy",
|
|
5
|
-
"version": "1.0.
|
|
5
|
+
"version": "1.0.2",
|
|
6
6
|
"$defs": {
|
|
7
7
|
"_mod_renameArr_rename": {
|
|
8
8
|
"type": "object",
|
|
@@ -953,6 +953,18 @@
|
|
|
953
953
|
"description": "Used in subclass data",
|
|
954
954
|
"$ref": "util.json#/$defs/source"
|
|
955
955
|
},
|
|
956
|
+
"subclassSource": {
|
|
957
|
+
"description": "Used in subclass feature data",
|
|
958
|
+
"$ref": "util.json#/$defs/source"
|
|
959
|
+
},
|
|
960
|
+
"subclassShortName": {
|
|
961
|
+
"description": "Used in subclass feature data",
|
|
962
|
+
"type": "string"
|
|
963
|
+
},
|
|
964
|
+
"level": {
|
|
965
|
+
"description": "Used in subclass feature data",
|
|
966
|
+
"type": "integer"
|
|
967
|
+
},
|
|
956
968
|
"raceName": {
|
|
957
969
|
"description": "Used in race feature data",
|
|
958
970
|
"type": "string"
|
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.17.
|
|
6
|
+
"version": "1.17.6",
|
|
7
7
|
"$defs": {
|
|
8
8
|
"metaDependenciesArray": {
|
|
9
9
|
"type": "array",
|
|
@@ -1642,13 +1642,7 @@
|
|
|
1642
1642
|
"properties": {
|
|
1643
1643
|
"any": {
|
|
1644
1644
|
"type": "integer"
|
|
1645
|
-
}
|
|
1646
|
-
},
|
|
1647
|
-
"additionalProperties": true
|
|
1648
|
-
},
|
|
1649
|
-
{
|
|
1650
|
-
"type": "object",
|
|
1651
|
-
"properties": {
|
|
1645
|
+
},
|
|
1652
1646
|
"anyFromCategory": {
|
|
1653
1647
|
"type": "object",
|
|
1654
1648
|
"properties": {
|
|
@@ -1659,6 +1653,9 @@
|
|
|
1659
1653
|
"type": "integer"
|
|
1660
1654
|
}
|
|
1661
1655
|
},
|
|
1656
|
+
"required": [
|
|
1657
|
+
"category"
|
|
1658
|
+
],
|
|
1662
1659
|
"additionalProperties": false
|
|
1663
1660
|
}
|
|
1664
1661
|
},
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
3
|
"$id": "backgrounds.json",
|
|
4
|
-
"version": "1.3.
|
|
4
|
+
"version": "1.3.8",
|
|
5
5
|
"type": "object",
|
|
6
6
|
"$defs": {
|
|
7
7
|
"backgroundData": {
|
|
@@ -19,6 +19,9 @@
|
|
|
19
19
|
"reprintedAs": {
|
|
20
20
|
"$ref": "util.json#/$defs/reprintedAs"
|
|
21
21
|
},
|
|
22
|
+
"edition": {
|
|
23
|
+
"$ref": "util-edition.json#/$defs/edition"
|
|
24
|
+
},
|
|
22
25
|
"prerequisite": {
|
|
23
26
|
"$ref": "util.json#/$defs/prerequisite"
|
|
24
27
|
},
|
|
@@ -146,6 +149,9 @@
|
|
|
146
149
|
"reprintedAs": {
|
|
147
150
|
"$ref": "util.json#/$defs/reprintedAs"
|
|
148
151
|
},
|
|
152
|
+
"edition": {
|
|
153
|
+
"$ref": "util-edition.json#/$defs/edition"
|
|
154
|
+
},
|
|
149
155
|
"prerequisite": {
|
|
150
156
|
"$ref": "util.json#/$defs/prerequisite"
|
|
151
157
|
},
|
|
@@ -276,6 +282,9 @@
|
|
|
276
282
|
"reprintedAs": {
|
|
277
283
|
"$ref": "util.json#/$defs/reprintedAs"
|
|
278
284
|
},
|
|
285
|
+
"edition": {
|
|
286
|
+
"$ref": "util-edition.json#/$defs/edition"
|
|
287
|
+
},
|
|
279
288
|
"prerequisite": {
|
|
280
289
|
"$ref": "util.json#/$defs/prerequisite"
|
|
281
290
|
},
|