5etools-utils 0.12.10 → 0.12.12
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/items-base.json +10 -1
- package/schema/brew/items-shared.json +12 -1
- package/schema/brew/items.json +7 -49
- package/schema/brew/magicvariants.json +10 -1
- package/schema/brew-fast/items-base.json +10 -1
- package/schema/brew-fast/items-shared.json +12 -1
- package/schema/brew-fast/items.json +7 -49
- package/schema/brew-fast/magicvariants.json +10 -1
- package/schema/site/items-base.json +10 -1
- package/schema/site/items-shared.json +12 -1
- package/schema/site/items.json +7 -49
- package/schema/site/magicvariants.json +10 -1
- package/schema/site-fast/items-base.json +10 -1
- package/schema/site-fast/items-shared.json +12 -1
- package/schema/site-fast/items.json +7 -49
- package/schema/site-fast/magicvariants.json +10 -1
- package/schema/ua/items-base.json +10 -1
- package/schema/ua/items-shared.json +12 -1
- package/schema/ua/items.json +7 -49
- package/schema/ua/magicvariants.json +10 -1
- package/schema/ua-fast/items-base.json +10 -1
- package/schema/ua-fast/items-shared.json +12 -1
- package/schema/ua-fast/items.json +7 -49
- package/schema/ua-fast/magicvariants.json +10 -1
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
3
|
"$id": "items-base.json",
|
|
4
|
-
"version": "1.5.
|
|
4
|
+
"version": "1.5.23",
|
|
5
5
|
"type": "object",
|
|
6
6
|
"$defs": {
|
|
7
7
|
"itemLookupBase": {
|
|
@@ -341,6 +341,9 @@
|
|
|
341
341
|
"type": "string"
|
|
342
342
|
}
|
|
343
343
|
},
|
|
344
|
+
"miscTags": {
|
|
345
|
+
"$ref": "items-shared.json#/$defs/itemMiscTags"
|
|
346
|
+
},
|
|
344
347
|
"mastery": {
|
|
345
348
|
"$ref": "items-shared.json#/$defs/itemMastery"
|
|
346
349
|
},
|
|
@@ -651,6 +654,9 @@
|
|
|
651
654
|
"type": "string"
|
|
652
655
|
}
|
|
653
656
|
},
|
|
657
|
+
"miscTags": {
|
|
658
|
+
"$ref": "items-shared.json#/$defs/itemMiscTags"
|
|
659
|
+
},
|
|
654
660
|
"mastery": {
|
|
655
661
|
"$ref": "items-shared.json#/$defs/itemMastery"
|
|
656
662
|
},
|
|
@@ -965,6 +971,9 @@
|
|
|
965
971
|
"type": "string"
|
|
966
972
|
}
|
|
967
973
|
},
|
|
974
|
+
"miscTags": {
|
|
975
|
+
"$ref": "items-shared.json#/$defs/itemMiscTags"
|
|
976
|
+
},
|
|
968
977
|
"mastery": {
|
|
969
978
|
"$ref": "items-shared.json#/$defs/itemMastery"
|
|
970
979
|
},
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"$id": "items-shared.json",
|
|
4
4
|
"title": "Shared Item Schema",
|
|
5
5
|
"description": "Shared item definitions to be used in item schemas.",
|
|
6
|
-
"version": "1.0.
|
|
6
|
+
"version": "1.0.10",
|
|
7
7
|
"$defs": {
|
|
8
8
|
"_itemModifySpeedEqual": {
|
|
9
9
|
"type": "string",
|
|
@@ -335,6 +335,17 @@
|
|
|
335
335
|
]
|
|
336
336
|
}
|
|
337
337
|
},
|
|
338
|
+
"itemMiscTags": {
|
|
339
|
+
"type": "array",
|
|
340
|
+
"items": {
|
|
341
|
+
"description": "CF/W: Creates Food/Water\nCNS: Consumable\nTT: Trinket Table",
|
|
342
|
+
"enum": [
|
|
343
|
+
"CF/W",
|
|
344
|
+
"CNS",
|
|
345
|
+
"TT"
|
|
346
|
+
]
|
|
347
|
+
}
|
|
348
|
+
},
|
|
338
349
|
"customProperties": {
|
|
339
350
|
"description": "An unrestricted area for custom properties to be stored.",
|
|
340
351
|
"type": "object",
|
package/schema/brew/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.13",
|
|
5
5
|
"type": "object",
|
|
6
6
|
"$defs": {
|
|
7
7
|
"itemData": {
|
|
@@ -482,14 +482,7 @@
|
|
|
482
482
|
"$ref": "util.json#/$defs/reqAttuneTags"
|
|
483
483
|
},
|
|
484
484
|
"miscTags": {
|
|
485
|
-
"
|
|
486
|
-
"items": {
|
|
487
|
-
"description": "CF/W: Creates Food/Water\nTT: Trinket Table",
|
|
488
|
-
"enum": [
|
|
489
|
-
"CF/W",
|
|
490
|
-
"TT"
|
|
491
|
-
]
|
|
492
|
-
}
|
|
485
|
+
"$ref": "items-shared.json#/$defs/itemMiscTags"
|
|
493
486
|
},
|
|
494
487
|
"mastery": {
|
|
495
488
|
"$ref": "items-shared.json#/$defs/itemMastery"
|
|
@@ -1040,14 +1033,7 @@
|
|
|
1040
1033
|
"$ref": "util.json#/$defs/reqAttuneTags"
|
|
1041
1034
|
},
|
|
1042
1035
|
"miscTags": {
|
|
1043
|
-
"
|
|
1044
|
-
"items": {
|
|
1045
|
-
"description": "CF/W: Creates Food/Water\nTT: Trinket Table",
|
|
1046
|
-
"enum": [
|
|
1047
|
-
"CF/W",
|
|
1048
|
-
"TT"
|
|
1049
|
-
]
|
|
1050
|
-
}
|
|
1036
|
+
"$ref": "items-shared.json#/$defs/itemMiscTags"
|
|
1051
1037
|
},
|
|
1052
1038
|
"mastery": {
|
|
1053
1039
|
"$ref": "items-shared.json#/$defs/itemMastery"
|
|
@@ -1600,14 +1586,7 @@
|
|
|
1600
1586
|
"$ref": "util.json#/$defs/reqAttuneTags"
|
|
1601
1587
|
},
|
|
1602
1588
|
"miscTags": {
|
|
1603
|
-
"
|
|
1604
|
-
"items": {
|
|
1605
|
-
"description": "CF/W: Creates Food/Water\nTT: Trinket Table",
|
|
1606
|
-
"enum": [
|
|
1607
|
-
"CF/W",
|
|
1608
|
-
"TT"
|
|
1609
|
-
]
|
|
1610
|
-
}
|
|
1589
|
+
"$ref": "items-shared.json#/$defs/itemMiscTags"
|
|
1611
1590
|
},
|
|
1612
1591
|
"mastery": {
|
|
1613
1592
|
"$ref": "items-shared.json#/$defs/itemMastery"
|
|
@@ -2158,14 +2137,7 @@
|
|
|
2158
2137
|
"$ref": "util.json#/$defs/reqAttuneTags"
|
|
2159
2138
|
},
|
|
2160
2139
|
"miscTags": {
|
|
2161
|
-
"
|
|
2162
|
-
"items": {
|
|
2163
|
-
"description": "CF/W: Creates Food/Water\nTT: Trinket Table",
|
|
2164
|
-
"enum": [
|
|
2165
|
-
"CF/W",
|
|
2166
|
-
"TT"
|
|
2167
|
-
]
|
|
2168
|
-
}
|
|
2140
|
+
"$ref": "items-shared.json#/$defs/itemMiscTags"
|
|
2169
2141
|
},
|
|
2170
2142
|
"mastery": {
|
|
2171
2143
|
"$ref": "items-shared.json#/$defs/itemMastery"
|
|
@@ -2723,14 +2695,7 @@
|
|
|
2723
2695
|
"$ref": "util.json#/$defs/reqAttuneTags"
|
|
2724
2696
|
},
|
|
2725
2697
|
"miscTags": {
|
|
2726
|
-
"
|
|
2727
|
-
"items": {
|
|
2728
|
-
"description": "CF/W: Creates Food/Water\nTT: Trinket Table",
|
|
2729
|
-
"enum": [
|
|
2730
|
-
"CF/W",
|
|
2731
|
-
"TT"
|
|
2732
|
-
]
|
|
2733
|
-
}
|
|
2698
|
+
"$ref": "items-shared.json#/$defs/itemMiscTags"
|
|
2734
2699
|
},
|
|
2735
2700
|
"mastery": {
|
|
2736
2701
|
"$ref": "items-shared.json#/$defs/itemMastery"
|
|
@@ -3282,14 +3247,7 @@
|
|
|
3282
3247
|
"$ref": "util.json#/$defs/reqAttuneTags"
|
|
3283
3248
|
},
|
|
3284
3249
|
"miscTags": {
|
|
3285
|
-
"
|
|
3286
|
-
"items": {
|
|
3287
|
-
"description": "CF/W: Creates Food/Water\nTT: Trinket Table",
|
|
3288
|
-
"enum": [
|
|
3289
|
-
"CF/W",
|
|
3290
|
-
"TT"
|
|
3291
|
-
]
|
|
3292
|
-
}
|
|
3250
|
+
"$ref": "items-shared.json#/$defs/itemMiscTags"
|
|
3293
3251
|
},
|
|
3294
3252
|
"mastery": {
|
|
3295
3253
|
"$ref": "items-shared.json#/$defs/itemMastery"
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
3
|
"$id": "magicvariants.json",
|
|
4
|
-
"version": "1.8.
|
|
4
|
+
"version": "1.8.18",
|
|
5
5
|
"type": "object",
|
|
6
6
|
"$defs": {
|
|
7
7
|
"_magicvariantItemBase": {
|
|
@@ -344,6 +344,9 @@
|
|
|
344
344
|
"reqAttuneAltTags": {
|
|
345
345
|
"$ref": "util.json#/$defs/reqAttuneTags"
|
|
346
346
|
},
|
|
347
|
+
"miscTags": {
|
|
348
|
+
"$ref": "items-shared.json#/$defs/itemMiscTags"
|
|
349
|
+
},
|
|
347
350
|
"mastery": {
|
|
348
351
|
"$ref": "items-shared.json#/$defs/itemMastery"
|
|
349
352
|
},
|
|
@@ -873,6 +876,9 @@
|
|
|
873
876
|
"reqAttuneAltTags": {
|
|
874
877
|
"$ref": "util.json#/$defs/reqAttuneTags"
|
|
875
878
|
},
|
|
879
|
+
"miscTags": {
|
|
880
|
+
"$ref": "items-shared.json#/$defs/itemMiscTags"
|
|
881
|
+
},
|
|
876
882
|
"mastery": {
|
|
877
883
|
"$ref": "items-shared.json#/$defs/itemMastery"
|
|
878
884
|
},
|
|
@@ -1411,6 +1417,9 @@
|
|
|
1411
1417
|
"reqAttuneAltTags": {
|
|
1412
1418
|
"$ref": "util.json#/$defs/reqAttuneTags"
|
|
1413
1419
|
},
|
|
1420
|
+
"miscTags": {
|
|
1421
|
+
"$ref": "items-shared.json#/$defs/itemMiscTags"
|
|
1422
|
+
},
|
|
1414
1423
|
"mastery": {
|
|
1415
1424
|
"$ref": "items-shared.json#/$defs/itemMastery"
|
|
1416
1425
|
},
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
3
|
"$id": "items-base.json",
|
|
4
|
-
"version": "1.5.
|
|
4
|
+
"version": "1.5.23",
|
|
5
5
|
"type": "object",
|
|
6
6
|
"$defs": {
|
|
7
7
|
"itemLookupBase": {
|
|
@@ -341,6 +341,9 @@
|
|
|
341
341
|
"type": "string"
|
|
342
342
|
}
|
|
343
343
|
},
|
|
344
|
+
"miscTags": {
|
|
345
|
+
"$ref": "items-shared.json#/$defs/itemMiscTags"
|
|
346
|
+
},
|
|
344
347
|
"mastery": {
|
|
345
348
|
"$ref": "items-shared.json#/$defs/itemMastery"
|
|
346
349
|
},
|
|
@@ -651,6 +654,9 @@
|
|
|
651
654
|
"type": "string"
|
|
652
655
|
}
|
|
653
656
|
},
|
|
657
|
+
"miscTags": {
|
|
658
|
+
"$ref": "items-shared.json#/$defs/itemMiscTags"
|
|
659
|
+
},
|
|
654
660
|
"mastery": {
|
|
655
661
|
"$ref": "items-shared.json#/$defs/itemMastery"
|
|
656
662
|
},
|
|
@@ -965,6 +971,9 @@
|
|
|
965
971
|
"type": "string"
|
|
966
972
|
}
|
|
967
973
|
},
|
|
974
|
+
"miscTags": {
|
|
975
|
+
"$ref": "items-shared.json#/$defs/itemMiscTags"
|
|
976
|
+
},
|
|
968
977
|
"mastery": {
|
|
969
978
|
"$ref": "items-shared.json#/$defs/itemMastery"
|
|
970
979
|
},
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"$id": "items-shared.json",
|
|
4
4
|
"title": "Shared Item Schema",
|
|
5
5
|
"description": "Shared item definitions to be used in item schemas.",
|
|
6
|
-
"version": "1.0.
|
|
6
|
+
"version": "1.0.10",
|
|
7
7
|
"$defs": {
|
|
8
8
|
"_itemModifySpeedEqual": {
|
|
9
9
|
"type": "string",
|
|
@@ -335,6 +335,17 @@
|
|
|
335
335
|
]
|
|
336
336
|
}
|
|
337
337
|
},
|
|
338
|
+
"itemMiscTags": {
|
|
339
|
+
"type": "array",
|
|
340
|
+
"items": {
|
|
341
|
+
"description": "CF/W: Creates Food/Water\nCNS: Consumable\nTT: Trinket Table",
|
|
342
|
+
"enum": [
|
|
343
|
+
"CF/W",
|
|
344
|
+
"CNS",
|
|
345
|
+
"TT"
|
|
346
|
+
]
|
|
347
|
+
}
|
|
348
|
+
},
|
|
338
349
|
"customProperties": {
|
|
339
350
|
"description": "An unrestricted area for custom properties to be stored.",
|
|
340
351
|
"type": "object",
|
|
@@ -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.13",
|
|
5
5
|
"type": "object",
|
|
6
6
|
"$defs": {
|
|
7
7
|
"itemData": {
|
|
@@ -482,14 +482,7 @@
|
|
|
482
482
|
"$ref": "util.json#/$defs/reqAttuneTags"
|
|
483
483
|
},
|
|
484
484
|
"miscTags": {
|
|
485
|
-
"
|
|
486
|
-
"items": {
|
|
487
|
-
"description": "CF/W: Creates Food/Water\nTT: Trinket Table",
|
|
488
|
-
"enum": [
|
|
489
|
-
"CF/W",
|
|
490
|
-
"TT"
|
|
491
|
-
]
|
|
492
|
-
}
|
|
485
|
+
"$ref": "items-shared.json#/$defs/itemMiscTags"
|
|
493
486
|
},
|
|
494
487
|
"mastery": {
|
|
495
488
|
"$ref": "items-shared.json#/$defs/itemMastery"
|
|
@@ -1040,14 +1033,7 @@
|
|
|
1040
1033
|
"$ref": "util.json#/$defs/reqAttuneTags"
|
|
1041
1034
|
},
|
|
1042
1035
|
"miscTags": {
|
|
1043
|
-
"
|
|
1044
|
-
"items": {
|
|
1045
|
-
"description": "CF/W: Creates Food/Water\nTT: Trinket Table",
|
|
1046
|
-
"enum": [
|
|
1047
|
-
"CF/W",
|
|
1048
|
-
"TT"
|
|
1049
|
-
]
|
|
1050
|
-
}
|
|
1036
|
+
"$ref": "items-shared.json#/$defs/itemMiscTags"
|
|
1051
1037
|
},
|
|
1052
1038
|
"mastery": {
|
|
1053
1039
|
"$ref": "items-shared.json#/$defs/itemMastery"
|
|
@@ -1600,14 +1586,7 @@
|
|
|
1600
1586
|
"$ref": "util.json#/$defs/reqAttuneTags"
|
|
1601
1587
|
},
|
|
1602
1588
|
"miscTags": {
|
|
1603
|
-
"
|
|
1604
|
-
"items": {
|
|
1605
|
-
"description": "CF/W: Creates Food/Water\nTT: Trinket Table",
|
|
1606
|
-
"enum": [
|
|
1607
|
-
"CF/W",
|
|
1608
|
-
"TT"
|
|
1609
|
-
]
|
|
1610
|
-
}
|
|
1589
|
+
"$ref": "items-shared.json#/$defs/itemMiscTags"
|
|
1611
1590
|
},
|
|
1612
1591
|
"mastery": {
|
|
1613
1592
|
"$ref": "items-shared.json#/$defs/itemMastery"
|
|
@@ -2158,14 +2137,7 @@
|
|
|
2158
2137
|
"$ref": "util.json#/$defs/reqAttuneTags"
|
|
2159
2138
|
},
|
|
2160
2139
|
"miscTags": {
|
|
2161
|
-
"
|
|
2162
|
-
"items": {
|
|
2163
|
-
"description": "CF/W: Creates Food/Water\nTT: Trinket Table",
|
|
2164
|
-
"enum": [
|
|
2165
|
-
"CF/W",
|
|
2166
|
-
"TT"
|
|
2167
|
-
]
|
|
2168
|
-
}
|
|
2140
|
+
"$ref": "items-shared.json#/$defs/itemMiscTags"
|
|
2169
2141
|
},
|
|
2170
2142
|
"mastery": {
|
|
2171
2143
|
"$ref": "items-shared.json#/$defs/itemMastery"
|
|
@@ -2723,14 +2695,7 @@
|
|
|
2723
2695
|
"$ref": "util.json#/$defs/reqAttuneTags"
|
|
2724
2696
|
},
|
|
2725
2697
|
"miscTags": {
|
|
2726
|
-
"
|
|
2727
|
-
"items": {
|
|
2728
|
-
"description": "CF/W: Creates Food/Water\nTT: Trinket Table",
|
|
2729
|
-
"enum": [
|
|
2730
|
-
"CF/W",
|
|
2731
|
-
"TT"
|
|
2732
|
-
]
|
|
2733
|
-
}
|
|
2698
|
+
"$ref": "items-shared.json#/$defs/itemMiscTags"
|
|
2734
2699
|
},
|
|
2735
2700
|
"mastery": {
|
|
2736
2701
|
"$ref": "items-shared.json#/$defs/itemMastery"
|
|
@@ -3282,14 +3247,7 @@
|
|
|
3282
3247
|
"$ref": "util.json#/$defs/reqAttuneTags"
|
|
3283
3248
|
},
|
|
3284
3249
|
"miscTags": {
|
|
3285
|
-
"
|
|
3286
|
-
"items": {
|
|
3287
|
-
"description": "CF/W: Creates Food/Water\nTT: Trinket Table",
|
|
3288
|
-
"enum": [
|
|
3289
|
-
"CF/W",
|
|
3290
|
-
"TT"
|
|
3291
|
-
]
|
|
3292
|
-
}
|
|
3250
|
+
"$ref": "items-shared.json#/$defs/itemMiscTags"
|
|
3293
3251
|
},
|
|
3294
3252
|
"mastery": {
|
|
3295
3253
|
"$ref": "items-shared.json#/$defs/itemMastery"
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
3
|
"$id": "magicvariants.json",
|
|
4
|
-
"version": "1.8.
|
|
4
|
+
"version": "1.8.18",
|
|
5
5
|
"type": "object",
|
|
6
6
|
"$defs": {
|
|
7
7
|
"_magicvariantItemBase": {
|
|
@@ -344,6 +344,9 @@
|
|
|
344
344
|
"reqAttuneAltTags": {
|
|
345
345
|
"$ref": "util.json#/$defs/reqAttuneTags"
|
|
346
346
|
},
|
|
347
|
+
"miscTags": {
|
|
348
|
+
"$ref": "items-shared.json#/$defs/itemMiscTags"
|
|
349
|
+
},
|
|
347
350
|
"mastery": {
|
|
348
351
|
"$ref": "items-shared.json#/$defs/itemMastery"
|
|
349
352
|
},
|
|
@@ -873,6 +876,9 @@
|
|
|
873
876
|
"reqAttuneAltTags": {
|
|
874
877
|
"$ref": "util.json#/$defs/reqAttuneTags"
|
|
875
878
|
},
|
|
879
|
+
"miscTags": {
|
|
880
|
+
"$ref": "items-shared.json#/$defs/itemMiscTags"
|
|
881
|
+
},
|
|
876
882
|
"mastery": {
|
|
877
883
|
"$ref": "items-shared.json#/$defs/itemMastery"
|
|
878
884
|
},
|
|
@@ -1411,6 +1417,9 @@
|
|
|
1411
1417
|
"reqAttuneAltTags": {
|
|
1412
1418
|
"$ref": "util.json#/$defs/reqAttuneTags"
|
|
1413
1419
|
},
|
|
1420
|
+
"miscTags": {
|
|
1421
|
+
"$ref": "items-shared.json#/$defs/itemMiscTags"
|
|
1422
|
+
},
|
|
1414
1423
|
"mastery": {
|
|
1415
1424
|
"$ref": "items-shared.json#/$defs/itemMastery"
|
|
1416
1425
|
},
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
3
|
"$id": "items-base.json",
|
|
4
|
-
"version": "1.5.
|
|
4
|
+
"version": "1.5.23",
|
|
5
5
|
"type": "object",
|
|
6
6
|
"$defs": {
|
|
7
7
|
"itemLookupBase": {
|
|
@@ -343,6 +343,9 @@
|
|
|
343
343
|
"type": "string"
|
|
344
344
|
}
|
|
345
345
|
},
|
|
346
|
+
"miscTags": {
|
|
347
|
+
"$ref": "items-shared.json#/$defs/itemMiscTags"
|
|
348
|
+
},
|
|
346
349
|
"mastery": {
|
|
347
350
|
"$ref": "items-shared.json#/$defs/itemMastery"
|
|
348
351
|
},
|
|
@@ -613,6 +616,9 @@
|
|
|
613
616
|
"type": "string"
|
|
614
617
|
}
|
|
615
618
|
},
|
|
619
|
+
"miscTags": {
|
|
620
|
+
"$ref": "items-shared.json#/$defs/itemMiscTags"
|
|
621
|
+
},
|
|
616
622
|
"mastery": {
|
|
617
623
|
"$ref": "items-shared.json#/$defs/itemMastery"
|
|
618
624
|
},
|
|
@@ -887,6 +893,9 @@
|
|
|
887
893
|
"type": "string"
|
|
888
894
|
}
|
|
889
895
|
},
|
|
896
|
+
"miscTags": {
|
|
897
|
+
"$ref": "items-shared.json#/$defs/itemMiscTags"
|
|
898
|
+
},
|
|
890
899
|
"mastery": {
|
|
891
900
|
"$ref": "items-shared.json#/$defs/itemMastery"
|
|
892
901
|
},
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"$id": "items-shared.json",
|
|
4
4
|
"title": "Shared Item Schema",
|
|
5
5
|
"description": "Shared item definitions to be used in item schemas.",
|
|
6
|
-
"version": "1.0.
|
|
6
|
+
"version": "1.0.10",
|
|
7
7
|
"$defs": {
|
|
8
8
|
"_itemModifySpeedEqual": {
|
|
9
9
|
"type": "string",
|
|
@@ -334,6 +334,17 @@
|
|
|
334
334
|
}
|
|
335
335
|
]
|
|
336
336
|
}
|
|
337
|
+
},
|
|
338
|
+
"itemMiscTags": {
|
|
339
|
+
"type": "array",
|
|
340
|
+
"items": {
|
|
341
|
+
"description": "CF/W: Creates Food/Water\nCNS: Consumable\nTT: Trinket Table",
|
|
342
|
+
"enum": [
|
|
343
|
+
"CF/W",
|
|
344
|
+
"CNS",
|
|
345
|
+
"TT"
|
|
346
|
+
]
|
|
347
|
+
}
|
|
337
348
|
}
|
|
338
349
|
}
|
|
339
350
|
}
|
package/schema/site/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.13",
|
|
5
5
|
"type": "object",
|
|
6
6
|
"$defs": {
|
|
7
7
|
"itemData": {
|
|
@@ -482,14 +482,7 @@
|
|
|
482
482
|
"$ref": "util.json#/$defs/reqAttuneTags"
|
|
483
483
|
},
|
|
484
484
|
"miscTags": {
|
|
485
|
-
"
|
|
486
|
-
"items": {
|
|
487
|
-
"description": "CF/W: Creates Food/Water\nTT: Trinket Table",
|
|
488
|
-
"enum": [
|
|
489
|
-
"CF/W",
|
|
490
|
-
"TT"
|
|
491
|
-
]
|
|
492
|
-
}
|
|
485
|
+
"$ref": "items-shared.json#/$defs/itemMiscTags"
|
|
493
486
|
},
|
|
494
487
|
"mastery": {
|
|
495
488
|
"$ref": "items-shared.json#/$defs/itemMastery"
|
|
@@ -996,14 +989,7 @@
|
|
|
996
989
|
"$ref": "util.json#/$defs/reqAttuneTags"
|
|
997
990
|
},
|
|
998
991
|
"miscTags": {
|
|
999
|
-
"
|
|
1000
|
-
"items": {
|
|
1001
|
-
"description": "CF/W: Creates Food/Water\nTT: Trinket Table",
|
|
1002
|
-
"enum": [
|
|
1003
|
-
"CF/W",
|
|
1004
|
-
"TT"
|
|
1005
|
-
]
|
|
1006
|
-
}
|
|
992
|
+
"$ref": "items-shared.json#/$defs/itemMiscTags"
|
|
1007
993
|
},
|
|
1008
994
|
"mastery": {
|
|
1009
995
|
"$ref": "items-shared.json#/$defs/itemMastery"
|
|
@@ -1512,14 +1498,7 @@
|
|
|
1512
1498
|
"$ref": "util.json#/$defs/reqAttuneTags"
|
|
1513
1499
|
},
|
|
1514
1500
|
"miscTags": {
|
|
1515
|
-
"
|
|
1516
|
-
"items": {
|
|
1517
|
-
"description": "CF/W: Creates Food/Water\nTT: Trinket Table",
|
|
1518
|
-
"enum": [
|
|
1519
|
-
"CF/W",
|
|
1520
|
-
"TT"
|
|
1521
|
-
]
|
|
1522
|
-
}
|
|
1501
|
+
"$ref": "items-shared.json#/$defs/itemMiscTags"
|
|
1523
1502
|
},
|
|
1524
1503
|
"mastery": {
|
|
1525
1504
|
"$ref": "items-shared.json#/$defs/itemMastery"
|
|
@@ -2026,14 +2005,7 @@
|
|
|
2026
2005
|
"$ref": "util.json#/$defs/reqAttuneTags"
|
|
2027
2006
|
},
|
|
2028
2007
|
"miscTags": {
|
|
2029
|
-
"
|
|
2030
|
-
"items": {
|
|
2031
|
-
"description": "CF/W: Creates Food/Water\nTT: Trinket Table",
|
|
2032
|
-
"enum": [
|
|
2033
|
-
"CF/W",
|
|
2034
|
-
"TT"
|
|
2035
|
-
]
|
|
2036
|
-
}
|
|
2008
|
+
"$ref": "items-shared.json#/$defs/itemMiscTags"
|
|
2037
2009
|
},
|
|
2038
2010
|
"mastery": {
|
|
2039
2011
|
"$ref": "items-shared.json#/$defs/itemMastery"
|
|
@@ -2550,14 +2522,7 @@
|
|
|
2550
2522
|
"$ref": "util.json#/$defs/reqAttuneTags"
|
|
2551
2523
|
},
|
|
2552
2524
|
"miscTags": {
|
|
2553
|
-
"
|
|
2554
|
-
"items": {
|
|
2555
|
-
"description": "CF/W: Creates Food/Water\nTT: Trinket Table",
|
|
2556
|
-
"enum": [
|
|
2557
|
-
"CF/W",
|
|
2558
|
-
"TT"
|
|
2559
|
-
]
|
|
2560
|
-
}
|
|
2525
|
+
"$ref": "items-shared.json#/$defs/itemMiscTags"
|
|
2561
2526
|
},
|
|
2562
2527
|
"mastery": {
|
|
2563
2528
|
"$ref": "items-shared.json#/$defs/itemMastery"
|
|
@@ -3065,14 +3030,7 @@
|
|
|
3065
3030
|
"$ref": "util.json#/$defs/reqAttuneTags"
|
|
3066
3031
|
},
|
|
3067
3032
|
"miscTags": {
|
|
3068
|
-
"
|
|
3069
|
-
"items": {
|
|
3070
|
-
"description": "CF/W: Creates Food/Water\nTT: Trinket Table",
|
|
3071
|
-
"enum": [
|
|
3072
|
-
"CF/W",
|
|
3073
|
-
"TT"
|
|
3074
|
-
]
|
|
3075
|
-
}
|
|
3033
|
+
"$ref": "items-shared.json#/$defs/itemMiscTags"
|
|
3076
3034
|
},
|
|
3077
3035
|
"mastery": {
|
|
3078
3036
|
"$ref": "items-shared.json#/$defs/itemMastery"
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
3
|
"$id": "magicvariants.json",
|
|
4
|
-
"version": "1.8.
|
|
4
|
+
"version": "1.8.18",
|
|
5
5
|
"type": "object",
|
|
6
6
|
"$defs": {
|
|
7
7
|
"_magicvariantItemBase": {
|
|
@@ -335,6 +335,9 @@
|
|
|
335
335
|
"reqAttuneAltTags": {
|
|
336
336
|
"$ref": "util.json#/$defs/reqAttuneTags"
|
|
337
337
|
},
|
|
338
|
+
"miscTags": {
|
|
339
|
+
"$ref": "items-shared.json#/$defs/itemMiscTags"
|
|
340
|
+
},
|
|
338
341
|
"mastery": {
|
|
339
342
|
"$ref": "items-shared.json#/$defs/itemMastery"
|
|
340
343
|
},
|
|
@@ -820,6 +823,9 @@
|
|
|
820
823
|
"reqAttuneAltTags": {
|
|
821
824
|
"$ref": "util.json#/$defs/reqAttuneTags"
|
|
822
825
|
},
|
|
826
|
+
"miscTags": {
|
|
827
|
+
"$ref": "items-shared.json#/$defs/itemMiscTags"
|
|
828
|
+
},
|
|
823
829
|
"mastery": {
|
|
824
830
|
"$ref": "items-shared.json#/$defs/itemMastery"
|
|
825
831
|
},
|
|
@@ -1314,6 +1320,9 @@
|
|
|
1314
1320
|
"reqAttuneAltTags": {
|
|
1315
1321
|
"$ref": "util.json#/$defs/reqAttuneTags"
|
|
1316
1322
|
},
|
|
1323
|
+
"miscTags": {
|
|
1324
|
+
"$ref": "items-shared.json#/$defs/itemMiscTags"
|
|
1325
|
+
},
|
|
1317
1326
|
"mastery": {
|
|
1318
1327
|
"$ref": "items-shared.json#/$defs/itemMastery"
|
|
1319
1328
|
},
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
3
|
"$id": "items-base.json",
|
|
4
|
-
"version": "1.5.
|
|
4
|
+
"version": "1.5.23",
|
|
5
5
|
"type": "object",
|
|
6
6
|
"$defs": {
|
|
7
7
|
"itemLookupBase": {
|
|
@@ -343,6 +343,9 @@
|
|
|
343
343
|
"type": "string"
|
|
344
344
|
}
|
|
345
345
|
},
|
|
346
|
+
"miscTags": {
|
|
347
|
+
"$ref": "items-shared.json#/$defs/itemMiscTags"
|
|
348
|
+
},
|
|
346
349
|
"mastery": {
|
|
347
350
|
"$ref": "items-shared.json#/$defs/itemMastery"
|
|
348
351
|
},
|
|
@@ -613,6 +616,9 @@
|
|
|
613
616
|
"type": "string"
|
|
614
617
|
}
|
|
615
618
|
},
|
|
619
|
+
"miscTags": {
|
|
620
|
+
"$ref": "items-shared.json#/$defs/itemMiscTags"
|
|
621
|
+
},
|
|
616
622
|
"mastery": {
|
|
617
623
|
"$ref": "items-shared.json#/$defs/itemMastery"
|
|
618
624
|
},
|
|
@@ -887,6 +893,9 @@
|
|
|
887
893
|
"type": "string"
|
|
888
894
|
}
|
|
889
895
|
},
|
|
896
|
+
"miscTags": {
|
|
897
|
+
"$ref": "items-shared.json#/$defs/itemMiscTags"
|
|
898
|
+
},
|
|
890
899
|
"mastery": {
|
|
891
900
|
"$ref": "items-shared.json#/$defs/itemMastery"
|
|
892
901
|
},
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"$id": "items-shared.json",
|
|
4
4
|
"title": "Shared Item Schema",
|
|
5
5
|
"description": "Shared item definitions to be used in item schemas.",
|
|
6
|
-
"version": "1.0.
|
|
6
|
+
"version": "1.0.10",
|
|
7
7
|
"$defs": {
|
|
8
8
|
"_itemModifySpeedEqual": {
|
|
9
9
|
"type": "string",
|
|
@@ -334,6 +334,17 @@
|
|
|
334
334
|
}
|
|
335
335
|
]
|
|
336
336
|
}
|
|
337
|
+
},
|
|
338
|
+
"itemMiscTags": {
|
|
339
|
+
"type": "array",
|
|
340
|
+
"items": {
|
|
341
|
+
"description": "CF/W: Creates Food/Water\nCNS: Consumable\nTT: Trinket Table",
|
|
342
|
+
"enum": [
|
|
343
|
+
"CF/W",
|
|
344
|
+
"CNS",
|
|
345
|
+
"TT"
|
|
346
|
+
]
|
|
347
|
+
}
|
|
337
348
|
}
|
|
338
349
|
}
|
|
339
350
|
}
|
|
@@ -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.13",
|
|
5
5
|
"type": "object",
|
|
6
6
|
"$defs": {
|
|
7
7
|
"itemData": {
|
|
@@ -482,14 +482,7 @@
|
|
|
482
482
|
"$ref": "util.json#/$defs/reqAttuneTags"
|
|
483
483
|
},
|
|
484
484
|
"miscTags": {
|
|
485
|
-
"
|
|
486
|
-
"items": {
|
|
487
|
-
"description": "CF/W: Creates Food/Water\nTT: Trinket Table",
|
|
488
|
-
"enum": [
|
|
489
|
-
"CF/W",
|
|
490
|
-
"TT"
|
|
491
|
-
]
|
|
492
|
-
}
|
|
485
|
+
"$ref": "items-shared.json#/$defs/itemMiscTags"
|
|
493
486
|
},
|
|
494
487
|
"mastery": {
|
|
495
488
|
"$ref": "items-shared.json#/$defs/itemMastery"
|
|
@@ -996,14 +989,7 @@
|
|
|
996
989
|
"$ref": "util.json#/$defs/reqAttuneTags"
|
|
997
990
|
},
|
|
998
991
|
"miscTags": {
|
|
999
|
-
"
|
|
1000
|
-
"items": {
|
|
1001
|
-
"description": "CF/W: Creates Food/Water\nTT: Trinket Table",
|
|
1002
|
-
"enum": [
|
|
1003
|
-
"CF/W",
|
|
1004
|
-
"TT"
|
|
1005
|
-
]
|
|
1006
|
-
}
|
|
992
|
+
"$ref": "items-shared.json#/$defs/itemMiscTags"
|
|
1007
993
|
},
|
|
1008
994
|
"mastery": {
|
|
1009
995
|
"$ref": "items-shared.json#/$defs/itemMastery"
|
|
@@ -1512,14 +1498,7 @@
|
|
|
1512
1498
|
"$ref": "util.json#/$defs/reqAttuneTags"
|
|
1513
1499
|
},
|
|
1514
1500
|
"miscTags": {
|
|
1515
|
-
"
|
|
1516
|
-
"items": {
|
|
1517
|
-
"description": "CF/W: Creates Food/Water\nTT: Trinket Table",
|
|
1518
|
-
"enum": [
|
|
1519
|
-
"CF/W",
|
|
1520
|
-
"TT"
|
|
1521
|
-
]
|
|
1522
|
-
}
|
|
1501
|
+
"$ref": "items-shared.json#/$defs/itemMiscTags"
|
|
1523
1502
|
},
|
|
1524
1503
|
"mastery": {
|
|
1525
1504
|
"$ref": "items-shared.json#/$defs/itemMastery"
|
|
@@ -2026,14 +2005,7 @@
|
|
|
2026
2005
|
"$ref": "util.json#/$defs/reqAttuneTags"
|
|
2027
2006
|
},
|
|
2028
2007
|
"miscTags": {
|
|
2029
|
-
"
|
|
2030
|
-
"items": {
|
|
2031
|
-
"description": "CF/W: Creates Food/Water\nTT: Trinket Table",
|
|
2032
|
-
"enum": [
|
|
2033
|
-
"CF/W",
|
|
2034
|
-
"TT"
|
|
2035
|
-
]
|
|
2036
|
-
}
|
|
2008
|
+
"$ref": "items-shared.json#/$defs/itemMiscTags"
|
|
2037
2009
|
},
|
|
2038
2010
|
"mastery": {
|
|
2039
2011
|
"$ref": "items-shared.json#/$defs/itemMastery"
|
|
@@ -2550,14 +2522,7 @@
|
|
|
2550
2522
|
"$ref": "util.json#/$defs/reqAttuneTags"
|
|
2551
2523
|
},
|
|
2552
2524
|
"miscTags": {
|
|
2553
|
-
"
|
|
2554
|
-
"items": {
|
|
2555
|
-
"description": "CF/W: Creates Food/Water\nTT: Trinket Table",
|
|
2556
|
-
"enum": [
|
|
2557
|
-
"CF/W",
|
|
2558
|
-
"TT"
|
|
2559
|
-
]
|
|
2560
|
-
}
|
|
2525
|
+
"$ref": "items-shared.json#/$defs/itemMiscTags"
|
|
2561
2526
|
},
|
|
2562
2527
|
"mastery": {
|
|
2563
2528
|
"$ref": "items-shared.json#/$defs/itemMastery"
|
|
@@ -3065,14 +3030,7 @@
|
|
|
3065
3030
|
"$ref": "util.json#/$defs/reqAttuneTags"
|
|
3066
3031
|
},
|
|
3067
3032
|
"miscTags": {
|
|
3068
|
-
"
|
|
3069
|
-
"items": {
|
|
3070
|
-
"description": "CF/W: Creates Food/Water\nTT: Trinket Table",
|
|
3071
|
-
"enum": [
|
|
3072
|
-
"CF/W",
|
|
3073
|
-
"TT"
|
|
3074
|
-
]
|
|
3075
|
-
}
|
|
3033
|
+
"$ref": "items-shared.json#/$defs/itemMiscTags"
|
|
3076
3034
|
},
|
|
3077
3035
|
"mastery": {
|
|
3078
3036
|
"$ref": "items-shared.json#/$defs/itemMastery"
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
3
|
"$id": "magicvariants.json",
|
|
4
|
-
"version": "1.8.
|
|
4
|
+
"version": "1.8.18",
|
|
5
5
|
"type": "object",
|
|
6
6
|
"$defs": {
|
|
7
7
|
"_magicvariantItemBase": {
|
|
@@ -335,6 +335,9 @@
|
|
|
335
335
|
"reqAttuneAltTags": {
|
|
336
336
|
"$ref": "util.json#/$defs/reqAttuneTags"
|
|
337
337
|
},
|
|
338
|
+
"miscTags": {
|
|
339
|
+
"$ref": "items-shared.json#/$defs/itemMiscTags"
|
|
340
|
+
},
|
|
338
341
|
"mastery": {
|
|
339
342
|
"$ref": "items-shared.json#/$defs/itemMastery"
|
|
340
343
|
},
|
|
@@ -820,6 +823,9 @@
|
|
|
820
823
|
"reqAttuneAltTags": {
|
|
821
824
|
"$ref": "util.json#/$defs/reqAttuneTags"
|
|
822
825
|
},
|
|
826
|
+
"miscTags": {
|
|
827
|
+
"$ref": "items-shared.json#/$defs/itemMiscTags"
|
|
828
|
+
},
|
|
823
829
|
"mastery": {
|
|
824
830
|
"$ref": "items-shared.json#/$defs/itemMastery"
|
|
825
831
|
},
|
|
@@ -1314,6 +1320,9 @@
|
|
|
1314
1320
|
"reqAttuneAltTags": {
|
|
1315
1321
|
"$ref": "util.json#/$defs/reqAttuneTags"
|
|
1316
1322
|
},
|
|
1323
|
+
"miscTags": {
|
|
1324
|
+
"$ref": "items-shared.json#/$defs/itemMiscTags"
|
|
1325
|
+
},
|
|
1317
1326
|
"mastery": {
|
|
1318
1327
|
"$ref": "items-shared.json#/$defs/itemMastery"
|
|
1319
1328
|
},
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
3
|
"$id": "items-base.json",
|
|
4
|
-
"version": "1.5.
|
|
4
|
+
"version": "1.5.23",
|
|
5
5
|
"type": "object",
|
|
6
6
|
"$defs": {
|
|
7
7
|
"itemLookupBase": {
|
|
@@ -343,6 +343,9 @@
|
|
|
343
343
|
"type": "string"
|
|
344
344
|
}
|
|
345
345
|
},
|
|
346
|
+
"miscTags": {
|
|
347
|
+
"$ref": "items-shared.json#/$defs/itemMiscTags"
|
|
348
|
+
},
|
|
346
349
|
"mastery": {
|
|
347
350
|
"$ref": "items-shared.json#/$defs/itemMastery"
|
|
348
351
|
},
|
|
@@ -616,6 +619,9 @@
|
|
|
616
619
|
"type": "string"
|
|
617
620
|
}
|
|
618
621
|
},
|
|
622
|
+
"miscTags": {
|
|
623
|
+
"$ref": "items-shared.json#/$defs/itemMiscTags"
|
|
624
|
+
},
|
|
619
625
|
"mastery": {
|
|
620
626
|
"$ref": "items-shared.json#/$defs/itemMastery"
|
|
621
627
|
},
|
|
@@ -893,6 +899,9 @@
|
|
|
893
899
|
"type": "string"
|
|
894
900
|
}
|
|
895
901
|
},
|
|
902
|
+
"miscTags": {
|
|
903
|
+
"$ref": "items-shared.json#/$defs/itemMiscTags"
|
|
904
|
+
},
|
|
896
905
|
"mastery": {
|
|
897
906
|
"$ref": "items-shared.json#/$defs/itemMastery"
|
|
898
907
|
},
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"$id": "items-shared.json",
|
|
4
4
|
"title": "Shared Item Schema",
|
|
5
5
|
"description": "Shared item definitions to be used in item schemas.",
|
|
6
|
-
"version": "1.0.
|
|
6
|
+
"version": "1.0.10",
|
|
7
7
|
"$defs": {
|
|
8
8
|
"_itemModifySpeedEqual": {
|
|
9
9
|
"type": "string",
|
|
@@ -335,6 +335,17 @@
|
|
|
335
335
|
]
|
|
336
336
|
}
|
|
337
337
|
},
|
|
338
|
+
"itemMiscTags": {
|
|
339
|
+
"type": "array",
|
|
340
|
+
"items": {
|
|
341
|
+
"description": "CF/W: Creates Food/Water\nCNS: Consumable\nTT: Trinket Table",
|
|
342
|
+
"enum": [
|
|
343
|
+
"CF/W",
|
|
344
|
+
"CNS",
|
|
345
|
+
"TT"
|
|
346
|
+
]
|
|
347
|
+
}
|
|
348
|
+
},
|
|
338
349
|
"customProperties": {
|
|
339
350
|
"description": "An unrestricted area for custom properties to be stored.",
|
|
340
351
|
"type": "object",
|
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.13",
|
|
5
5
|
"type": "object",
|
|
6
6
|
"$defs": {
|
|
7
7
|
"itemData": {
|
|
@@ -482,14 +482,7 @@
|
|
|
482
482
|
"$ref": "util.json#/$defs/reqAttuneTags"
|
|
483
483
|
},
|
|
484
484
|
"miscTags": {
|
|
485
|
-
"
|
|
486
|
-
"items": {
|
|
487
|
-
"description": "CF/W: Creates Food/Water\nTT: Trinket Table",
|
|
488
|
-
"enum": [
|
|
489
|
-
"CF/W",
|
|
490
|
-
"TT"
|
|
491
|
-
]
|
|
492
|
-
}
|
|
485
|
+
"$ref": "items-shared.json#/$defs/itemMiscTags"
|
|
493
486
|
},
|
|
494
487
|
"mastery": {
|
|
495
488
|
"$ref": "items-shared.json#/$defs/itemMastery"
|
|
@@ -999,14 +992,7 @@
|
|
|
999
992
|
"$ref": "util.json#/$defs/reqAttuneTags"
|
|
1000
993
|
},
|
|
1001
994
|
"miscTags": {
|
|
1002
|
-
"
|
|
1003
|
-
"items": {
|
|
1004
|
-
"description": "CF/W: Creates Food/Water\nTT: Trinket Table",
|
|
1005
|
-
"enum": [
|
|
1006
|
-
"CF/W",
|
|
1007
|
-
"TT"
|
|
1008
|
-
]
|
|
1009
|
-
}
|
|
995
|
+
"$ref": "items-shared.json#/$defs/itemMiscTags"
|
|
1010
996
|
},
|
|
1011
997
|
"mastery": {
|
|
1012
998
|
"$ref": "items-shared.json#/$defs/itemMastery"
|
|
@@ -1518,14 +1504,7 @@
|
|
|
1518
1504
|
"$ref": "util.json#/$defs/reqAttuneTags"
|
|
1519
1505
|
},
|
|
1520
1506
|
"miscTags": {
|
|
1521
|
-
"
|
|
1522
|
-
"items": {
|
|
1523
|
-
"description": "CF/W: Creates Food/Water\nTT: Trinket Table",
|
|
1524
|
-
"enum": [
|
|
1525
|
-
"CF/W",
|
|
1526
|
-
"TT"
|
|
1527
|
-
]
|
|
1528
|
-
}
|
|
1507
|
+
"$ref": "items-shared.json#/$defs/itemMiscTags"
|
|
1529
1508
|
},
|
|
1530
1509
|
"mastery": {
|
|
1531
1510
|
"$ref": "items-shared.json#/$defs/itemMastery"
|
|
@@ -2035,14 +2014,7 @@
|
|
|
2035
2014
|
"$ref": "util.json#/$defs/reqAttuneTags"
|
|
2036
2015
|
},
|
|
2037
2016
|
"miscTags": {
|
|
2038
|
-
"
|
|
2039
|
-
"items": {
|
|
2040
|
-
"description": "CF/W: Creates Food/Water\nTT: Trinket Table",
|
|
2041
|
-
"enum": [
|
|
2042
|
-
"CF/W",
|
|
2043
|
-
"TT"
|
|
2044
|
-
]
|
|
2045
|
-
}
|
|
2017
|
+
"$ref": "items-shared.json#/$defs/itemMiscTags"
|
|
2046
2018
|
},
|
|
2047
2019
|
"mastery": {
|
|
2048
2020
|
"$ref": "items-shared.json#/$defs/itemMastery"
|
|
@@ -2562,14 +2534,7 @@
|
|
|
2562
2534
|
"$ref": "util.json#/$defs/reqAttuneTags"
|
|
2563
2535
|
},
|
|
2564
2536
|
"miscTags": {
|
|
2565
|
-
"
|
|
2566
|
-
"items": {
|
|
2567
|
-
"description": "CF/W: Creates Food/Water\nTT: Trinket Table",
|
|
2568
|
-
"enum": [
|
|
2569
|
-
"CF/W",
|
|
2570
|
-
"TT"
|
|
2571
|
-
]
|
|
2572
|
-
}
|
|
2537
|
+
"$ref": "items-shared.json#/$defs/itemMiscTags"
|
|
2573
2538
|
},
|
|
2574
2539
|
"mastery": {
|
|
2575
2540
|
"$ref": "items-shared.json#/$defs/itemMastery"
|
|
@@ -3080,14 +3045,7 @@
|
|
|
3080
3045
|
"$ref": "util.json#/$defs/reqAttuneTags"
|
|
3081
3046
|
},
|
|
3082
3047
|
"miscTags": {
|
|
3083
|
-
"
|
|
3084
|
-
"items": {
|
|
3085
|
-
"description": "CF/W: Creates Food/Water\nTT: Trinket Table",
|
|
3086
|
-
"enum": [
|
|
3087
|
-
"CF/W",
|
|
3088
|
-
"TT"
|
|
3089
|
-
]
|
|
3090
|
-
}
|
|
3048
|
+
"$ref": "items-shared.json#/$defs/itemMiscTags"
|
|
3091
3049
|
},
|
|
3092
3050
|
"mastery": {
|
|
3093
3051
|
"$ref": "items-shared.json#/$defs/itemMastery"
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
3
|
"$id": "magicvariants.json",
|
|
4
|
-
"version": "1.8.
|
|
4
|
+
"version": "1.8.18",
|
|
5
5
|
"type": "object",
|
|
6
6
|
"$defs": {
|
|
7
7
|
"_magicvariantItemBase": {
|
|
@@ -344,6 +344,9 @@
|
|
|
344
344
|
"reqAttuneAltTags": {
|
|
345
345
|
"$ref": "util.json#/$defs/reqAttuneTags"
|
|
346
346
|
},
|
|
347
|
+
"miscTags": {
|
|
348
|
+
"$ref": "items-shared.json#/$defs/itemMiscTags"
|
|
349
|
+
},
|
|
347
350
|
"mastery": {
|
|
348
351
|
"$ref": "items-shared.json#/$defs/itemMastery"
|
|
349
352
|
},
|
|
@@ -848,6 +851,9 @@
|
|
|
848
851
|
"reqAttuneAltTags": {
|
|
849
852
|
"$ref": "util.json#/$defs/reqAttuneTags"
|
|
850
853
|
},
|
|
854
|
+
"miscTags": {
|
|
855
|
+
"$ref": "items-shared.json#/$defs/itemMiscTags"
|
|
856
|
+
},
|
|
851
857
|
"mastery": {
|
|
852
858
|
"$ref": "items-shared.json#/$defs/itemMastery"
|
|
853
859
|
},
|
|
@@ -1361,6 +1367,9 @@
|
|
|
1361
1367
|
"reqAttuneAltTags": {
|
|
1362
1368
|
"$ref": "util.json#/$defs/reqAttuneTags"
|
|
1363
1369
|
},
|
|
1370
|
+
"miscTags": {
|
|
1371
|
+
"$ref": "items-shared.json#/$defs/itemMiscTags"
|
|
1372
|
+
},
|
|
1364
1373
|
"mastery": {
|
|
1365
1374
|
"$ref": "items-shared.json#/$defs/itemMastery"
|
|
1366
1375
|
},
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
3
|
"$id": "items-base.json",
|
|
4
|
-
"version": "1.5.
|
|
4
|
+
"version": "1.5.23",
|
|
5
5
|
"type": "object",
|
|
6
6
|
"$defs": {
|
|
7
7
|
"itemLookupBase": {
|
|
@@ -343,6 +343,9 @@
|
|
|
343
343
|
"type": "string"
|
|
344
344
|
}
|
|
345
345
|
},
|
|
346
|
+
"miscTags": {
|
|
347
|
+
"$ref": "items-shared.json#/$defs/itemMiscTags"
|
|
348
|
+
},
|
|
346
349
|
"mastery": {
|
|
347
350
|
"$ref": "items-shared.json#/$defs/itemMastery"
|
|
348
351
|
},
|
|
@@ -616,6 +619,9 @@
|
|
|
616
619
|
"type": "string"
|
|
617
620
|
}
|
|
618
621
|
},
|
|
622
|
+
"miscTags": {
|
|
623
|
+
"$ref": "items-shared.json#/$defs/itemMiscTags"
|
|
624
|
+
},
|
|
619
625
|
"mastery": {
|
|
620
626
|
"$ref": "items-shared.json#/$defs/itemMastery"
|
|
621
627
|
},
|
|
@@ -893,6 +899,9 @@
|
|
|
893
899
|
"type": "string"
|
|
894
900
|
}
|
|
895
901
|
},
|
|
902
|
+
"miscTags": {
|
|
903
|
+
"$ref": "items-shared.json#/$defs/itemMiscTags"
|
|
904
|
+
},
|
|
896
905
|
"mastery": {
|
|
897
906
|
"$ref": "items-shared.json#/$defs/itemMastery"
|
|
898
907
|
},
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"$id": "items-shared.json",
|
|
4
4
|
"title": "Shared Item Schema",
|
|
5
5
|
"description": "Shared item definitions to be used in item schemas.",
|
|
6
|
-
"version": "1.0.
|
|
6
|
+
"version": "1.0.10",
|
|
7
7
|
"$defs": {
|
|
8
8
|
"_itemModifySpeedEqual": {
|
|
9
9
|
"type": "string",
|
|
@@ -335,6 +335,17 @@
|
|
|
335
335
|
]
|
|
336
336
|
}
|
|
337
337
|
},
|
|
338
|
+
"itemMiscTags": {
|
|
339
|
+
"type": "array",
|
|
340
|
+
"items": {
|
|
341
|
+
"description": "CF/W: Creates Food/Water\nCNS: Consumable\nTT: Trinket Table",
|
|
342
|
+
"enum": [
|
|
343
|
+
"CF/W",
|
|
344
|
+
"CNS",
|
|
345
|
+
"TT"
|
|
346
|
+
]
|
|
347
|
+
}
|
|
348
|
+
},
|
|
338
349
|
"customProperties": {
|
|
339
350
|
"description": "An unrestricted area for custom properties to be stored.",
|
|
340
351
|
"type": "object",
|
|
@@ -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.13",
|
|
5
5
|
"type": "object",
|
|
6
6
|
"$defs": {
|
|
7
7
|
"itemData": {
|
|
@@ -482,14 +482,7 @@
|
|
|
482
482
|
"$ref": "util.json#/$defs/reqAttuneTags"
|
|
483
483
|
},
|
|
484
484
|
"miscTags": {
|
|
485
|
-
"
|
|
486
|
-
"items": {
|
|
487
|
-
"description": "CF/W: Creates Food/Water\nTT: Trinket Table",
|
|
488
|
-
"enum": [
|
|
489
|
-
"CF/W",
|
|
490
|
-
"TT"
|
|
491
|
-
]
|
|
492
|
-
}
|
|
485
|
+
"$ref": "items-shared.json#/$defs/itemMiscTags"
|
|
493
486
|
},
|
|
494
487
|
"mastery": {
|
|
495
488
|
"$ref": "items-shared.json#/$defs/itemMastery"
|
|
@@ -999,14 +992,7 @@
|
|
|
999
992
|
"$ref": "util.json#/$defs/reqAttuneTags"
|
|
1000
993
|
},
|
|
1001
994
|
"miscTags": {
|
|
1002
|
-
"
|
|
1003
|
-
"items": {
|
|
1004
|
-
"description": "CF/W: Creates Food/Water\nTT: Trinket Table",
|
|
1005
|
-
"enum": [
|
|
1006
|
-
"CF/W",
|
|
1007
|
-
"TT"
|
|
1008
|
-
]
|
|
1009
|
-
}
|
|
995
|
+
"$ref": "items-shared.json#/$defs/itemMiscTags"
|
|
1010
996
|
},
|
|
1011
997
|
"mastery": {
|
|
1012
998
|
"$ref": "items-shared.json#/$defs/itemMastery"
|
|
@@ -1518,14 +1504,7 @@
|
|
|
1518
1504
|
"$ref": "util.json#/$defs/reqAttuneTags"
|
|
1519
1505
|
},
|
|
1520
1506
|
"miscTags": {
|
|
1521
|
-
"
|
|
1522
|
-
"items": {
|
|
1523
|
-
"description": "CF/W: Creates Food/Water\nTT: Trinket Table",
|
|
1524
|
-
"enum": [
|
|
1525
|
-
"CF/W",
|
|
1526
|
-
"TT"
|
|
1527
|
-
]
|
|
1528
|
-
}
|
|
1507
|
+
"$ref": "items-shared.json#/$defs/itemMiscTags"
|
|
1529
1508
|
},
|
|
1530
1509
|
"mastery": {
|
|
1531
1510
|
"$ref": "items-shared.json#/$defs/itemMastery"
|
|
@@ -2035,14 +2014,7 @@
|
|
|
2035
2014
|
"$ref": "util.json#/$defs/reqAttuneTags"
|
|
2036
2015
|
},
|
|
2037
2016
|
"miscTags": {
|
|
2038
|
-
"
|
|
2039
|
-
"items": {
|
|
2040
|
-
"description": "CF/W: Creates Food/Water\nTT: Trinket Table",
|
|
2041
|
-
"enum": [
|
|
2042
|
-
"CF/W",
|
|
2043
|
-
"TT"
|
|
2044
|
-
]
|
|
2045
|
-
}
|
|
2017
|
+
"$ref": "items-shared.json#/$defs/itemMiscTags"
|
|
2046
2018
|
},
|
|
2047
2019
|
"mastery": {
|
|
2048
2020
|
"$ref": "items-shared.json#/$defs/itemMastery"
|
|
@@ -2562,14 +2534,7 @@
|
|
|
2562
2534
|
"$ref": "util.json#/$defs/reqAttuneTags"
|
|
2563
2535
|
},
|
|
2564
2536
|
"miscTags": {
|
|
2565
|
-
"
|
|
2566
|
-
"items": {
|
|
2567
|
-
"description": "CF/W: Creates Food/Water\nTT: Trinket Table",
|
|
2568
|
-
"enum": [
|
|
2569
|
-
"CF/W",
|
|
2570
|
-
"TT"
|
|
2571
|
-
]
|
|
2572
|
-
}
|
|
2537
|
+
"$ref": "items-shared.json#/$defs/itemMiscTags"
|
|
2573
2538
|
},
|
|
2574
2539
|
"mastery": {
|
|
2575
2540
|
"$ref": "items-shared.json#/$defs/itemMastery"
|
|
@@ -3080,14 +3045,7 @@
|
|
|
3080
3045
|
"$ref": "util.json#/$defs/reqAttuneTags"
|
|
3081
3046
|
},
|
|
3082
3047
|
"miscTags": {
|
|
3083
|
-
"
|
|
3084
|
-
"items": {
|
|
3085
|
-
"description": "CF/W: Creates Food/Water\nTT: Trinket Table",
|
|
3086
|
-
"enum": [
|
|
3087
|
-
"CF/W",
|
|
3088
|
-
"TT"
|
|
3089
|
-
]
|
|
3090
|
-
}
|
|
3048
|
+
"$ref": "items-shared.json#/$defs/itemMiscTags"
|
|
3091
3049
|
},
|
|
3092
3050
|
"mastery": {
|
|
3093
3051
|
"$ref": "items-shared.json#/$defs/itemMastery"
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
3
|
"$id": "magicvariants.json",
|
|
4
|
-
"version": "1.8.
|
|
4
|
+
"version": "1.8.18",
|
|
5
5
|
"type": "object",
|
|
6
6
|
"$defs": {
|
|
7
7
|
"_magicvariantItemBase": {
|
|
@@ -344,6 +344,9 @@
|
|
|
344
344
|
"reqAttuneAltTags": {
|
|
345
345
|
"$ref": "util.json#/$defs/reqAttuneTags"
|
|
346
346
|
},
|
|
347
|
+
"miscTags": {
|
|
348
|
+
"$ref": "items-shared.json#/$defs/itemMiscTags"
|
|
349
|
+
},
|
|
347
350
|
"mastery": {
|
|
348
351
|
"$ref": "items-shared.json#/$defs/itemMastery"
|
|
349
352
|
},
|
|
@@ -848,6 +851,9 @@
|
|
|
848
851
|
"reqAttuneAltTags": {
|
|
849
852
|
"$ref": "util.json#/$defs/reqAttuneTags"
|
|
850
853
|
},
|
|
854
|
+
"miscTags": {
|
|
855
|
+
"$ref": "items-shared.json#/$defs/itemMiscTags"
|
|
856
|
+
},
|
|
851
857
|
"mastery": {
|
|
852
858
|
"$ref": "items-shared.json#/$defs/itemMastery"
|
|
853
859
|
},
|
|
@@ -1361,6 +1367,9 @@
|
|
|
1361
1367
|
"reqAttuneAltTags": {
|
|
1362
1368
|
"$ref": "util.json#/$defs/reqAttuneTags"
|
|
1363
1369
|
},
|
|
1370
|
+
"miscTags": {
|
|
1371
|
+
"$ref": "items-shared.json#/$defs/itemMiscTags"
|
|
1372
|
+
},
|
|
1364
1373
|
"mastery": {
|
|
1365
1374
|
"$ref": "items-shared.json#/$defs/itemMastery"
|
|
1366
1375
|
},
|