5etools-utils 0.12.2 → 0.12.4
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/class/class.json +19 -1
- package/schema/brew/homebrew.json +7 -1
- package/schema/brew-fast/class/class.json +19 -1
- package/schema/brew-fast/homebrew.json +7 -1
- package/schema/site/class/class.json +19 -1
- package/schema/site/homebrew.json +7 -1
- package/schema/site-fast/class/class.json +19 -1
- package/schema/site-fast/homebrew.json +7 -1
- package/schema/ua/class/class.json +19 -1
- package/schema/ua/homebrew.json +7 -1
- package/schema/ua-fast/class/class.json +19 -1
- package/schema/ua-fast/homebrew.json +7 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
|
-
"version": "2.11.
|
|
3
|
+
"version": "2.11.8",
|
|
4
4
|
"$id": "class.json",
|
|
5
5
|
"type": "object",
|
|
6
6
|
"$defs": {
|
|
@@ -513,6 +513,9 @@
|
|
|
513
513
|
"shortName": {
|
|
514
514
|
"type": "string"
|
|
515
515
|
},
|
|
516
|
+
"alias": {
|
|
517
|
+
"$ref": "../util.json#/$defs/alias"
|
|
518
|
+
},
|
|
516
519
|
"source": {
|
|
517
520
|
"$ref": "../util.json#/$defs/source"
|
|
518
521
|
},
|
|
@@ -675,6 +678,9 @@
|
|
|
675
678
|
"shortName": {
|
|
676
679
|
"type": "string"
|
|
677
680
|
},
|
|
681
|
+
"alias": {
|
|
682
|
+
"$ref": "../util.json#/$defs/alias"
|
|
683
|
+
},
|
|
678
684
|
"source": {
|
|
679
685
|
"$ref": "../util.json#/$defs/source"
|
|
680
686
|
},
|
|
@@ -837,6 +843,9 @@
|
|
|
837
843
|
"shortName": {
|
|
838
844
|
"type": "string"
|
|
839
845
|
},
|
|
846
|
+
"alias": {
|
|
847
|
+
"$ref": "../util.json#/$defs/alias"
|
|
848
|
+
},
|
|
840
849
|
"source": {
|
|
841
850
|
"$ref": "../util.json#/$defs/source"
|
|
842
851
|
},
|
|
@@ -1048,6 +1057,9 @@
|
|
|
1048
1057
|
"name": {
|
|
1049
1058
|
"type": "string"
|
|
1050
1059
|
},
|
|
1060
|
+
"alias": {
|
|
1061
|
+
"$ref": "../util.json#/$defs/alias"
|
|
1062
|
+
},
|
|
1051
1063
|
"source": {
|
|
1052
1064
|
"$ref": "../util.json#/$defs/source"
|
|
1053
1065
|
},
|
|
@@ -1316,6 +1328,9 @@
|
|
|
1316
1328
|
"name": {
|
|
1317
1329
|
"type": "string"
|
|
1318
1330
|
},
|
|
1331
|
+
"alias": {
|
|
1332
|
+
"$ref": "../util.json#/$defs/alias"
|
|
1333
|
+
},
|
|
1319
1334
|
"source": {
|
|
1320
1335
|
"$ref": "../util.json#/$defs/source"
|
|
1321
1336
|
},
|
|
@@ -1587,6 +1602,9 @@
|
|
|
1587
1602
|
"name": {
|
|
1588
1603
|
"type": "string"
|
|
1589
1604
|
},
|
|
1605
|
+
"alias": {
|
|
1606
|
+
"$ref": "../util.json#/$defs/alias"
|
|
1607
|
+
},
|
|
1590
1608
|
"source": {
|
|
1591
1609
|
"$ref": "../util.json#/$defs/source"
|
|
1592
1610
|
},
|
|
@@ -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.22",
|
|
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": {
|
|
@@ -514,6 +514,12 @@
|
|
|
514
514
|
"item": {
|
|
515
515
|
"$ref": "items.json#/properties/item"
|
|
516
516
|
},
|
|
517
|
+
"foundryItem": {
|
|
518
|
+
"$ref": "foundry-items.json#/properties/item"
|
|
519
|
+
},
|
|
520
|
+
"foundryMagicvariant": {
|
|
521
|
+
"$ref": "foundry-items.json#/properties/magicvariant"
|
|
522
|
+
},
|
|
517
523
|
"itemGroup": {
|
|
518
524
|
"$ref": "items.json#/properties/itemGroup"
|
|
519
525
|
},
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
|
-
"version": "2.11.
|
|
3
|
+
"version": "2.11.8",
|
|
4
4
|
"$id": "class.json",
|
|
5
5
|
"type": "object",
|
|
6
6
|
"$defs": {
|
|
@@ -513,6 +513,9 @@
|
|
|
513
513
|
"shortName": {
|
|
514
514
|
"type": "string"
|
|
515
515
|
},
|
|
516
|
+
"alias": {
|
|
517
|
+
"$ref": "../util.json#/$defs/alias"
|
|
518
|
+
},
|
|
516
519
|
"source": {
|
|
517
520
|
"$ref": "../util.json#/$defs/source"
|
|
518
521
|
},
|
|
@@ -675,6 +678,9 @@
|
|
|
675
678
|
"shortName": {
|
|
676
679
|
"type": "string"
|
|
677
680
|
},
|
|
681
|
+
"alias": {
|
|
682
|
+
"$ref": "../util.json#/$defs/alias"
|
|
683
|
+
},
|
|
678
684
|
"source": {
|
|
679
685
|
"$ref": "../util.json#/$defs/source"
|
|
680
686
|
},
|
|
@@ -837,6 +843,9 @@
|
|
|
837
843
|
"shortName": {
|
|
838
844
|
"type": "string"
|
|
839
845
|
},
|
|
846
|
+
"alias": {
|
|
847
|
+
"$ref": "../util.json#/$defs/alias"
|
|
848
|
+
},
|
|
840
849
|
"source": {
|
|
841
850
|
"$ref": "../util.json#/$defs/source"
|
|
842
851
|
},
|
|
@@ -1048,6 +1057,9 @@
|
|
|
1048
1057
|
"name": {
|
|
1049
1058
|
"type": "string"
|
|
1050
1059
|
},
|
|
1060
|
+
"alias": {
|
|
1061
|
+
"$ref": "../util.json#/$defs/alias"
|
|
1062
|
+
},
|
|
1051
1063
|
"source": {
|
|
1052
1064
|
"$ref": "../util.json#/$defs/source"
|
|
1053
1065
|
},
|
|
@@ -1316,6 +1328,9 @@
|
|
|
1316
1328
|
"name": {
|
|
1317
1329
|
"type": "string"
|
|
1318
1330
|
},
|
|
1331
|
+
"alias": {
|
|
1332
|
+
"$ref": "../util.json#/$defs/alias"
|
|
1333
|
+
},
|
|
1319
1334
|
"source": {
|
|
1320
1335
|
"$ref": "../util.json#/$defs/source"
|
|
1321
1336
|
},
|
|
@@ -1587,6 +1602,9 @@
|
|
|
1587
1602
|
"name": {
|
|
1588
1603
|
"type": "string"
|
|
1589
1604
|
},
|
|
1605
|
+
"alias": {
|
|
1606
|
+
"$ref": "../util.json#/$defs/alias"
|
|
1607
|
+
},
|
|
1590
1608
|
"source": {
|
|
1591
1609
|
"$ref": "../util.json#/$defs/source"
|
|
1592
1610
|
},
|
|
@@ -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.22",
|
|
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": {
|
|
@@ -512,6 +512,12 @@
|
|
|
512
512
|
"item": {
|
|
513
513
|
"$ref": "items.json#/properties/item"
|
|
514
514
|
},
|
|
515
|
+
"foundryItem": {
|
|
516
|
+
"$ref": "foundry-items.json#/properties/item"
|
|
517
|
+
},
|
|
518
|
+
"foundryMagicvariant": {
|
|
519
|
+
"$ref": "foundry-items.json#/properties/magicvariant"
|
|
520
|
+
},
|
|
515
521
|
"itemGroup": {
|
|
516
522
|
"$ref": "items.json#/properties/itemGroup"
|
|
517
523
|
},
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
|
-
"version": "2.11.
|
|
3
|
+
"version": "2.11.8",
|
|
4
4
|
"$id": "class.json",
|
|
5
5
|
"type": "object",
|
|
6
6
|
"$defs": {
|
|
@@ -423,6 +423,9 @@
|
|
|
423
423
|
"shortName": {
|
|
424
424
|
"type": "string"
|
|
425
425
|
},
|
|
426
|
+
"alias": {
|
|
427
|
+
"$ref": "../util.json#/$defs/alias"
|
|
428
|
+
},
|
|
426
429
|
"source": {
|
|
427
430
|
"$ref": "../util.json#/$defs/source"
|
|
428
431
|
},
|
|
@@ -546,6 +549,9 @@
|
|
|
546
549
|
"shortName": {
|
|
547
550
|
"type": "string"
|
|
548
551
|
},
|
|
552
|
+
"alias": {
|
|
553
|
+
"$ref": "../util.json#/$defs/alias"
|
|
554
|
+
},
|
|
549
555
|
"source": {
|
|
550
556
|
"$ref": "../util.json#/$defs/source"
|
|
551
557
|
},
|
|
@@ -669,6 +675,9 @@
|
|
|
669
675
|
"shortName": {
|
|
670
676
|
"type": "string"
|
|
671
677
|
},
|
|
678
|
+
"alias": {
|
|
679
|
+
"$ref": "../util.json#/$defs/alias"
|
|
680
|
+
},
|
|
672
681
|
"source": {
|
|
673
682
|
"$ref": "../util.json#/$defs/source"
|
|
674
683
|
},
|
|
@@ -841,6 +850,9 @@
|
|
|
841
850
|
"name": {
|
|
842
851
|
"type": "string"
|
|
843
852
|
},
|
|
853
|
+
"alias": {
|
|
854
|
+
"$ref": "../util.json#/$defs/alias"
|
|
855
|
+
},
|
|
844
856
|
"source": {
|
|
845
857
|
"$ref": "../util.json#/$defs/source"
|
|
846
858
|
},
|
|
@@ -1080,6 +1092,9 @@
|
|
|
1080
1092
|
"name": {
|
|
1081
1093
|
"type": "string"
|
|
1082
1094
|
},
|
|
1095
|
+
"alias": {
|
|
1096
|
+
"$ref": "../util.json#/$defs/alias"
|
|
1097
|
+
},
|
|
1083
1098
|
"source": {
|
|
1084
1099
|
"$ref": "../util.json#/$defs/source"
|
|
1085
1100
|
},
|
|
@@ -1322,6 +1337,9 @@
|
|
|
1322
1337
|
"name": {
|
|
1323
1338
|
"type": "string"
|
|
1324
1339
|
},
|
|
1340
|
+
"alias": {
|
|
1341
|
+
"$ref": "../util.json#/$defs/alias"
|
|
1342
|
+
},
|
|
1325
1343
|
"source": {
|
|
1326
1344
|
"$ref": "../util.json#/$defs/source"
|
|
1327
1345
|
},
|
|
@@ -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.22",
|
|
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": {
|
|
@@ -514,6 +514,12 @@
|
|
|
514
514
|
"item": {
|
|
515
515
|
"$ref": "items.json#/properties/item"
|
|
516
516
|
},
|
|
517
|
+
"foundryItem": {
|
|
518
|
+
"$ref": "foundry-items.json#/properties/item"
|
|
519
|
+
},
|
|
520
|
+
"foundryMagicvariant": {
|
|
521
|
+
"$ref": "foundry-items.json#/properties/magicvariant"
|
|
522
|
+
},
|
|
517
523
|
"itemGroup": {
|
|
518
524
|
"$ref": "items.json#/properties/itemGroup"
|
|
519
525
|
},
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
|
-
"version": "2.11.
|
|
3
|
+
"version": "2.11.8",
|
|
4
4
|
"$id": "class.json",
|
|
5
5
|
"type": "object",
|
|
6
6
|
"$defs": {
|
|
@@ -423,6 +423,9 @@
|
|
|
423
423
|
"shortName": {
|
|
424
424
|
"type": "string"
|
|
425
425
|
},
|
|
426
|
+
"alias": {
|
|
427
|
+
"$ref": "../util.json#/$defs/alias"
|
|
428
|
+
},
|
|
426
429
|
"source": {
|
|
427
430
|
"$ref": "../util.json#/$defs/source"
|
|
428
431
|
},
|
|
@@ -546,6 +549,9 @@
|
|
|
546
549
|
"shortName": {
|
|
547
550
|
"type": "string"
|
|
548
551
|
},
|
|
552
|
+
"alias": {
|
|
553
|
+
"$ref": "../util.json#/$defs/alias"
|
|
554
|
+
},
|
|
549
555
|
"source": {
|
|
550
556
|
"$ref": "../util.json#/$defs/source"
|
|
551
557
|
},
|
|
@@ -669,6 +675,9 @@
|
|
|
669
675
|
"shortName": {
|
|
670
676
|
"type": "string"
|
|
671
677
|
},
|
|
678
|
+
"alias": {
|
|
679
|
+
"$ref": "../util.json#/$defs/alias"
|
|
680
|
+
},
|
|
672
681
|
"source": {
|
|
673
682
|
"$ref": "../util.json#/$defs/source"
|
|
674
683
|
},
|
|
@@ -841,6 +850,9 @@
|
|
|
841
850
|
"name": {
|
|
842
851
|
"type": "string"
|
|
843
852
|
},
|
|
853
|
+
"alias": {
|
|
854
|
+
"$ref": "../util.json#/$defs/alias"
|
|
855
|
+
},
|
|
844
856
|
"source": {
|
|
845
857
|
"$ref": "../util.json#/$defs/source"
|
|
846
858
|
},
|
|
@@ -1080,6 +1092,9 @@
|
|
|
1080
1092
|
"name": {
|
|
1081
1093
|
"type": "string"
|
|
1082
1094
|
},
|
|
1095
|
+
"alias": {
|
|
1096
|
+
"$ref": "../util.json#/$defs/alias"
|
|
1097
|
+
},
|
|
1083
1098
|
"source": {
|
|
1084
1099
|
"$ref": "../util.json#/$defs/source"
|
|
1085
1100
|
},
|
|
@@ -1322,6 +1337,9 @@
|
|
|
1322
1337
|
"name": {
|
|
1323
1338
|
"type": "string"
|
|
1324
1339
|
},
|
|
1340
|
+
"alias": {
|
|
1341
|
+
"$ref": "../util.json#/$defs/alias"
|
|
1342
|
+
},
|
|
1325
1343
|
"source": {
|
|
1326
1344
|
"$ref": "../util.json#/$defs/source"
|
|
1327
1345
|
},
|
|
@@ -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.22",
|
|
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": {
|
|
@@ -512,6 +512,12 @@
|
|
|
512
512
|
"item": {
|
|
513
513
|
"$ref": "items.json#/properties/item"
|
|
514
514
|
},
|
|
515
|
+
"foundryItem": {
|
|
516
|
+
"$ref": "foundry-items.json#/properties/item"
|
|
517
|
+
},
|
|
518
|
+
"foundryMagicvariant": {
|
|
519
|
+
"$ref": "foundry-items.json#/properties/magicvariant"
|
|
520
|
+
},
|
|
515
521
|
"itemGroup": {
|
|
516
522
|
"$ref": "items.json#/properties/itemGroup"
|
|
517
523
|
},
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
|
-
"version": "2.11.
|
|
3
|
+
"version": "2.11.8",
|
|
4
4
|
"$id": "class.json",
|
|
5
5
|
"type": "object",
|
|
6
6
|
"$defs": {
|
|
@@ -423,6 +423,9 @@
|
|
|
423
423
|
"shortName": {
|
|
424
424
|
"type": "string"
|
|
425
425
|
},
|
|
426
|
+
"alias": {
|
|
427
|
+
"$ref": "../util.json#/$defs/alias"
|
|
428
|
+
},
|
|
426
429
|
"source": {
|
|
427
430
|
"$ref": "../util.json#/$defs/source"
|
|
428
431
|
},
|
|
@@ -570,6 +573,9 @@
|
|
|
570
573
|
"shortName": {
|
|
571
574
|
"type": "string"
|
|
572
575
|
},
|
|
576
|
+
"alias": {
|
|
577
|
+
"$ref": "../util.json#/$defs/alias"
|
|
578
|
+
},
|
|
573
579
|
"source": {
|
|
574
580
|
"$ref": "../util.json#/$defs/source"
|
|
575
581
|
},
|
|
@@ -717,6 +723,9 @@
|
|
|
717
723
|
"shortName": {
|
|
718
724
|
"type": "string"
|
|
719
725
|
},
|
|
726
|
+
"alias": {
|
|
727
|
+
"$ref": "../util.json#/$defs/alias"
|
|
728
|
+
},
|
|
720
729
|
"source": {
|
|
721
730
|
"$ref": "../util.json#/$defs/source"
|
|
722
731
|
},
|
|
@@ -913,6 +922,9 @@
|
|
|
913
922
|
"name": {
|
|
914
923
|
"type": "string"
|
|
915
924
|
},
|
|
925
|
+
"alias": {
|
|
926
|
+
"$ref": "../util.json#/$defs/alias"
|
|
927
|
+
},
|
|
916
928
|
"source": {
|
|
917
929
|
"$ref": "../util.json#/$defs/source"
|
|
918
930
|
},
|
|
@@ -1161,6 +1173,9 @@
|
|
|
1161
1173
|
"name": {
|
|
1162
1174
|
"type": "string"
|
|
1163
1175
|
},
|
|
1176
|
+
"alias": {
|
|
1177
|
+
"$ref": "../util.json#/$defs/alias"
|
|
1178
|
+
},
|
|
1164
1179
|
"source": {
|
|
1165
1180
|
"$ref": "../util.json#/$defs/source"
|
|
1166
1181
|
},
|
|
@@ -1412,6 +1427,9 @@
|
|
|
1412
1427
|
"name": {
|
|
1413
1428
|
"type": "string"
|
|
1414
1429
|
},
|
|
1430
|
+
"alias": {
|
|
1431
|
+
"$ref": "../util.json#/$defs/alias"
|
|
1432
|
+
},
|
|
1415
1433
|
"source": {
|
|
1416
1434
|
"$ref": "../util.json#/$defs/source"
|
|
1417
1435
|
},
|
package/schema/ua/homebrew.json
CHANGED
|
@@ -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.22",
|
|
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": {
|
|
@@ -514,6 +514,12 @@
|
|
|
514
514
|
"item": {
|
|
515
515
|
"$ref": "items.json#/properties/item"
|
|
516
516
|
},
|
|
517
|
+
"foundryItem": {
|
|
518
|
+
"$ref": "foundry-items.json#/properties/item"
|
|
519
|
+
},
|
|
520
|
+
"foundryMagicvariant": {
|
|
521
|
+
"$ref": "foundry-items.json#/properties/magicvariant"
|
|
522
|
+
},
|
|
517
523
|
"itemGroup": {
|
|
518
524
|
"$ref": "items.json#/properties/itemGroup"
|
|
519
525
|
},
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
|
-
"version": "2.11.
|
|
3
|
+
"version": "2.11.8",
|
|
4
4
|
"$id": "class.json",
|
|
5
5
|
"type": "object",
|
|
6
6
|
"$defs": {
|
|
@@ -423,6 +423,9 @@
|
|
|
423
423
|
"shortName": {
|
|
424
424
|
"type": "string"
|
|
425
425
|
},
|
|
426
|
+
"alias": {
|
|
427
|
+
"$ref": "../util.json#/$defs/alias"
|
|
428
|
+
},
|
|
426
429
|
"source": {
|
|
427
430
|
"$ref": "../util.json#/$defs/source"
|
|
428
431
|
},
|
|
@@ -570,6 +573,9 @@
|
|
|
570
573
|
"shortName": {
|
|
571
574
|
"type": "string"
|
|
572
575
|
},
|
|
576
|
+
"alias": {
|
|
577
|
+
"$ref": "../util.json#/$defs/alias"
|
|
578
|
+
},
|
|
573
579
|
"source": {
|
|
574
580
|
"$ref": "../util.json#/$defs/source"
|
|
575
581
|
},
|
|
@@ -717,6 +723,9 @@
|
|
|
717
723
|
"shortName": {
|
|
718
724
|
"type": "string"
|
|
719
725
|
},
|
|
726
|
+
"alias": {
|
|
727
|
+
"$ref": "../util.json#/$defs/alias"
|
|
728
|
+
},
|
|
720
729
|
"source": {
|
|
721
730
|
"$ref": "../util.json#/$defs/source"
|
|
722
731
|
},
|
|
@@ -913,6 +922,9 @@
|
|
|
913
922
|
"name": {
|
|
914
923
|
"type": "string"
|
|
915
924
|
},
|
|
925
|
+
"alias": {
|
|
926
|
+
"$ref": "../util.json#/$defs/alias"
|
|
927
|
+
},
|
|
916
928
|
"source": {
|
|
917
929
|
"$ref": "../util.json#/$defs/source"
|
|
918
930
|
},
|
|
@@ -1161,6 +1173,9 @@
|
|
|
1161
1173
|
"name": {
|
|
1162
1174
|
"type": "string"
|
|
1163
1175
|
},
|
|
1176
|
+
"alias": {
|
|
1177
|
+
"$ref": "../util.json#/$defs/alias"
|
|
1178
|
+
},
|
|
1164
1179
|
"source": {
|
|
1165
1180
|
"$ref": "../util.json#/$defs/source"
|
|
1166
1181
|
},
|
|
@@ -1412,6 +1427,9 @@
|
|
|
1412
1427
|
"name": {
|
|
1413
1428
|
"type": "string"
|
|
1414
1429
|
},
|
|
1430
|
+
"alias": {
|
|
1431
|
+
"$ref": "../util.json#/$defs/alias"
|
|
1432
|
+
},
|
|
1415
1433
|
"source": {
|
|
1416
1434
|
"$ref": "../util.json#/$defs/source"
|
|
1417
1435
|
},
|
|
@@ -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.22",
|
|
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": {
|
|
@@ -512,6 +512,12 @@
|
|
|
512
512
|
"item": {
|
|
513
513
|
"$ref": "items.json#/properties/item"
|
|
514
514
|
},
|
|
515
|
+
"foundryItem": {
|
|
516
|
+
"$ref": "foundry-items.json#/properties/item"
|
|
517
|
+
},
|
|
518
|
+
"foundryMagicvariant": {
|
|
519
|
+
"$ref": "foundry-items.json#/properties/magicvariant"
|
|
520
|
+
},
|
|
515
521
|
"itemGroup": {
|
|
516
522
|
"$ref": "items.json#/properties/itemGroup"
|
|
517
523
|
},
|