5etools-utils 0.12.49 → 0.12.51
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/bestiary/bestiary.json +16 -7
- package/schema/brew/class/class.json +1 -4
- package/schema/brew/items-base.json +10 -1
- package/schema/brew/items.json +19 -1
- package/schema/brew/magicvariants.json +10 -1
- package/schema/brew/util-copy.json +5 -13
- package/schema/brew/util.json +9 -1
- package/schema/brew-fast/bestiary/bestiary.json +16 -7
- package/schema/brew-fast/class/class.json +1 -4
- package/schema/brew-fast/items-base.json +10 -1
- package/schema/brew-fast/items.json +19 -1
- package/schema/brew-fast/magicvariants.json +10 -1
- package/schema/brew-fast/util-copy.json +5 -13
- package/schema/brew-fast/util.json +9 -1
- package/schema/site/bestiary/bestiary.json +16 -7
- package/schema/site/class/class.json +1 -4
- package/schema/site/items-base.json +10 -1
- package/schema/site/items.json +19 -1
- package/schema/site/magicvariants.json +10 -1
- package/schema/site/util-copy.json +5 -13
- package/schema/site/util.json +9 -1
- package/schema/site-fast/bestiary/bestiary.json +16 -7
- package/schema/site-fast/class/class.json +1 -4
- package/schema/site-fast/items-base.json +10 -1
- package/schema/site-fast/items.json +19 -1
- package/schema/site-fast/magicvariants.json +10 -1
- package/schema/site-fast/util-copy.json +5 -13
- package/schema/site-fast/util.json +9 -1
- package/schema/ua/bestiary/bestiary.json +16 -7
- package/schema/ua/class/class.json +1 -4
- package/schema/ua/items-base.json +10 -1
- package/schema/ua/items.json +19 -1
- package/schema/ua/magicvariants.json +10 -1
- package/schema/ua/util-copy.json +5 -13
- package/schema/ua/util.json +9 -1
- package/schema/ua-fast/bestiary/bestiary.json +16 -7
- package/schema/ua-fast/class/class.json +1 -4
- package/schema/ua-fast/items-base.json +10 -1
- package/schema/ua-fast/items.json +19 -1
- package/schema/ua-fast/magicvariants.json +10 -1
- package/schema/ua-fast/util-copy.json +5 -13
- package/schema/ua-fast/util.json +9 -1
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
|
-
"version": "1.21.
|
|
3
|
+
"version": "1.21.41",
|
|
4
4
|
"title": "Bestiary Schema",
|
|
5
5
|
"$id": "bestiary.json",
|
|
6
6
|
"type": "object",
|
|
@@ -331,8 +331,8 @@
|
|
|
331
331
|
"initiative": {
|
|
332
332
|
"type": "number"
|
|
333
333
|
},
|
|
334
|
-
"
|
|
335
|
-
"
|
|
334
|
+
"proficiency": {
|
|
335
|
+
"$ref": "../util.json#/$defs/proficiencyLevel"
|
|
336
336
|
},
|
|
337
337
|
"advantageMode": {
|
|
338
338
|
"type": "string",
|
|
@@ -606,6 +606,9 @@
|
|
|
606
606
|
},
|
|
607
607
|
"xp": {
|
|
608
608
|
"type": "integer"
|
|
609
|
+
},
|
|
610
|
+
"xpLair": {
|
|
611
|
+
"type": "integer"
|
|
609
612
|
}
|
|
610
613
|
},
|
|
611
614
|
"additionalProperties": false,
|
|
@@ -1499,8 +1502,8 @@
|
|
|
1499
1502
|
"initiative": {
|
|
1500
1503
|
"type": "number"
|
|
1501
1504
|
},
|
|
1502
|
-
"
|
|
1503
|
-
"
|
|
1505
|
+
"proficiency": {
|
|
1506
|
+
"$ref": "../util.json#/$defs/proficiencyLevel"
|
|
1504
1507
|
},
|
|
1505
1508
|
"advantageMode": {
|
|
1506
1509
|
"type": "string",
|
|
@@ -1774,6 +1777,9 @@
|
|
|
1774
1777
|
},
|
|
1775
1778
|
"xp": {
|
|
1776
1779
|
"type": "integer"
|
|
1780
|
+
},
|
|
1781
|
+
"xpLair": {
|
|
1782
|
+
"type": "integer"
|
|
1777
1783
|
}
|
|
1778
1784
|
},
|
|
1779
1785
|
"additionalProperties": false,
|
|
@@ -2672,8 +2678,8 @@
|
|
|
2672
2678
|
"initiative": {
|
|
2673
2679
|
"type": "number"
|
|
2674
2680
|
},
|
|
2675
|
-
"
|
|
2676
|
-
"
|
|
2681
|
+
"proficiency": {
|
|
2682
|
+
"$ref": "../util.json#/$defs/proficiencyLevel"
|
|
2677
2683
|
},
|
|
2678
2684
|
"advantageMode": {
|
|
2679
2685
|
"type": "string",
|
|
@@ -2947,6 +2953,9 @@
|
|
|
2947
2953
|
},
|
|
2948
2954
|
"xp": {
|
|
2949
2955
|
"type": "integer"
|
|
2956
|
+
},
|
|
2957
|
+
"xpLair": {
|
|
2958
|
+
"type": "integer"
|
|
2950
2959
|
}
|
|
2951
2960
|
},
|
|
2952
2961
|
"additionalProperties": false,
|
|
@@ -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.6",
|
|
4
4
|
"$id": "class.json",
|
|
5
5
|
"type": "object",
|
|
6
6
|
"$defs": {
|
|
@@ -1358,7 +1358,6 @@
|
|
|
1358
1358
|
}
|
|
1359
1359
|
},
|
|
1360
1360
|
"required": [
|
|
1361
|
-
"additionalFromBackground",
|
|
1362
1361
|
"default"
|
|
1363
1362
|
],
|
|
1364
1363
|
"additionalProperties": false
|
|
@@ -1648,7 +1647,6 @@
|
|
|
1648
1647
|
}
|
|
1649
1648
|
},
|
|
1650
1649
|
"required": [
|
|
1651
|
-
"additionalFromBackground",
|
|
1652
1650
|
"default"
|
|
1653
1651
|
],
|
|
1654
1652
|
"additionalProperties": false
|
|
@@ -1941,7 +1939,6 @@
|
|
|
1941
1939
|
}
|
|
1942
1940
|
},
|
|
1943
1941
|
"required": [
|
|
1944
|
-
"additionalFromBackground",
|
|
1945
1942
|
"default"
|
|
1946
1943
|
],
|
|
1947
1944
|
"additionalProperties": false
|
|
@@ -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.6.
|
|
4
|
+
"version": "1.6.6",
|
|
5
5
|
"type": "object",
|
|
6
6
|
"$defs": {
|
|
7
7
|
"itemLookupBase": {
|
|
@@ -367,6 +367,9 @@
|
|
|
367
367
|
"valueMult": {
|
|
368
368
|
"type": "number"
|
|
369
369
|
},
|
|
370
|
+
"valueRarity": {
|
|
371
|
+
"$ref": "items-shared.json#/$defs/itemRarity"
|
|
372
|
+
},
|
|
370
373
|
"weaponCategory": {
|
|
371
374
|
"$ref": "items-shared.json#/$defs/itemWeaponCategory"
|
|
372
375
|
},
|
|
@@ -664,6 +667,9 @@
|
|
|
664
667
|
"valueMult": {
|
|
665
668
|
"type": "number"
|
|
666
669
|
},
|
|
670
|
+
"valueRarity": {
|
|
671
|
+
"$ref": "items-shared.json#/$defs/itemRarity"
|
|
672
|
+
},
|
|
667
673
|
"weaponCategory": {
|
|
668
674
|
"$ref": "items-shared.json#/$defs/itemWeaponCategory"
|
|
669
675
|
},
|
|
@@ -965,6 +971,9 @@
|
|
|
965
971
|
"valueMult": {
|
|
966
972
|
"type": "number"
|
|
967
973
|
},
|
|
974
|
+
"valueRarity": {
|
|
975
|
+
"$ref": "items-shared.json#/$defs/itemRarity"
|
|
976
|
+
},
|
|
968
977
|
"weaponCategory": {
|
|
969
978
|
"$ref": "items-shared.json#/$defs/itemWeaponCategory"
|
|
970
979
|
},
|
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.16",
|
|
5
5
|
"type": "object",
|
|
6
6
|
"$defs": {
|
|
7
7
|
"itemData": {
|
|
@@ -150,6 +150,9 @@
|
|
|
150
150
|
"valueMult": {
|
|
151
151
|
"type": "number"
|
|
152
152
|
},
|
|
153
|
+
"valueRarity": {
|
|
154
|
+
"$ref": "items-shared.json#/$defs/itemRarity"
|
|
155
|
+
},
|
|
153
156
|
"weaponCategory": {
|
|
154
157
|
"$ref": "items-shared.json#/$defs/itemWeaponCategory"
|
|
155
158
|
},
|
|
@@ -674,6 +677,9 @@
|
|
|
674
677
|
"valueMult": {
|
|
675
678
|
"type": "number"
|
|
676
679
|
},
|
|
680
|
+
"valueRarity": {
|
|
681
|
+
"$ref": "items-shared.json#/$defs/itemRarity"
|
|
682
|
+
},
|
|
677
683
|
"weaponCategory": {
|
|
678
684
|
"$ref": "items-shared.json#/$defs/itemWeaponCategory"
|
|
679
685
|
},
|
|
@@ -1200,6 +1206,9 @@
|
|
|
1200
1206
|
"valueMult": {
|
|
1201
1207
|
"type": "number"
|
|
1202
1208
|
},
|
|
1209
|
+
"valueRarity": {
|
|
1210
|
+
"$ref": "items-shared.json#/$defs/itemRarity"
|
|
1211
|
+
},
|
|
1203
1212
|
"weaponCategory": {
|
|
1204
1213
|
"$ref": "items-shared.json#/$defs/itemWeaponCategory"
|
|
1205
1214
|
},
|
|
@@ -1724,6 +1733,9 @@
|
|
|
1724
1733
|
"valueMult": {
|
|
1725
1734
|
"type": "number"
|
|
1726
1735
|
},
|
|
1736
|
+
"valueRarity": {
|
|
1737
|
+
"$ref": "items-shared.json#/$defs/itemRarity"
|
|
1738
|
+
},
|
|
1727
1739
|
"weaponCategory": {
|
|
1728
1740
|
"$ref": "items-shared.json#/$defs/itemWeaponCategory"
|
|
1729
1741
|
},
|
|
@@ -2258,6 +2270,9 @@
|
|
|
2258
2270
|
"valueMult": {
|
|
2259
2271
|
"type": "number"
|
|
2260
2272
|
},
|
|
2273
|
+
"valueRarity": {
|
|
2274
|
+
"$ref": "items-shared.json#/$defs/itemRarity"
|
|
2275
|
+
},
|
|
2261
2276
|
"weaponCategory": {
|
|
2262
2277
|
"$ref": "items-shared.json#/$defs/itemWeaponCategory"
|
|
2263
2278
|
},
|
|
@@ -2783,6 +2798,9 @@
|
|
|
2783
2798
|
"valueMult": {
|
|
2784
2799
|
"type": "number"
|
|
2785
2800
|
},
|
|
2801
|
+
"valueRarity": {
|
|
2802
|
+
"$ref": "items-shared.json#/$defs/itemRarity"
|
|
2803
|
+
},
|
|
2786
2804
|
"weaponCategory": {
|
|
2787
2805
|
"$ref": "items-shared.json#/$defs/itemWeaponCategory"
|
|
2788
2806
|
},
|
|
@@ -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.9.
|
|
4
|
+
"version": "1.9.5",
|
|
5
5
|
"type": "object",
|
|
6
6
|
"$defs": {
|
|
7
7
|
"_magicvariantItemBase": {
|
|
@@ -347,6 +347,9 @@
|
|
|
347
347
|
"description": "Expression used to calculate each specific variant's value.",
|
|
348
348
|
"type": "string"
|
|
349
349
|
},
|
|
350
|
+
"valueRarity": {
|
|
351
|
+
"$ref": "items-shared.json#/$defs/itemRarity"
|
|
352
|
+
},
|
|
350
353
|
"weaponCategory": {
|
|
351
354
|
"$ref": "items-shared.json#/$defs/itemWeaponCategory"
|
|
352
355
|
},
|
|
@@ -892,6 +895,9 @@
|
|
|
892
895
|
"description": "Expression used to calculate each specific variant's value.",
|
|
893
896
|
"type": "string"
|
|
894
897
|
},
|
|
898
|
+
"valueRarity": {
|
|
899
|
+
"$ref": "items-shared.json#/$defs/itemRarity"
|
|
900
|
+
},
|
|
895
901
|
"weaponCategory": {
|
|
896
902
|
"$ref": "items-shared.json#/$defs/itemWeaponCategory"
|
|
897
903
|
},
|
|
@@ -1446,6 +1452,9 @@
|
|
|
1446
1452
|
"description": "Expression used to calculate each specific variant's value.",
|
|
1447
1453
|
"type": "string"
|
|
1448
1454
|
},
|
|
1455
|
+
"valueRarity": {
|
|
1456
|
+
"$ref": "items-shared.json#/$defs/itemRarity"
|
|
1457
|
+
},
|
|
1449
1458
|
"weaponCategory": {
|
|
1450
1459
|
"$ref": "items-shared.json#/$defs/itemWeaponCategory"
|
|
1451
1460
|
},
|
package/schema/ua/util-copy.json
CHANGED
|
@@ -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.4",
|
|
6
6
|
"$defs": {
|
|
7
7
|
"_mod_renameArr_rename": {
|
|
8
8
|
"type": "object",
|
|
@@ -34,14 +34,6 @@
|
|
|
34
34
|
},
|
|
35
35
|
"additionalProperties": false
|
|
36
36
|
},
|
|
37
|
-
"_mod_proficiency_levels": {
|
|
38
|
-
"description": "1: Proficient\n 2: Expertise",
|
|
39
|
-
"type": "integer",
|
|
40
|
-
"enum": [
|
|
41
|
-
1,
|
|
42
|
-
2
|
|
43
|
-
]
|
|
44
|
-
},
|
|
45
37
|
"_mod_senseObject": {
|
|
46
38
|
"type": "object",
|
|
47
39
|
"properties": {
|
|
@@ -639,7 +631,7 @@
|
|
|
639
631
|
},
|
|
640
632
|
"patternProperties": {
|
|
641
633
|
"": {
|
|
642
|
-
"$ref": "#/$defs/
|
|
634
|
+
"$ref": "util.json#/$defs/proficiencyLevel"
|
|
643
635
|
}
|
|
644
636
|
},
|
|
645
637
|
"minProperties": 1,
|
|
@@ -673,7 +665,7 @@
|
|
|
673
665
|
},
|
|
674
666
|
"patternProperties": {
|
|
675
667
|
"": {
|
|
676
|
-
"$ref": "#/$defs/
|
|
668
|
+
"$ref": "util.json#/$defs/proficiencyLevel"
|
|
677
669
|
}
|
|
678
670
|
},
|
|
679
671
|
"minProperties": 1,
|
|
@@ -693,7 +685,7 @@
|
|
|
693
685
|
"const": "addAllSkills"
|
|
694
686
|
},
|
|
695
687
|
"skills": {
|
|
696
|
-
"$ref": "#/$defs/
|
|
688
|
+
"$ref": "util.json#/$defs/proficiencyLevel"
|
|
697
689
|
}
|
|
698
690
|
},
|
|
699
691
|
"required": [
|
|
@@ -709,7 +701,7 @@
|
|
|
709
701
|
"const": "addAllSaves"
|
|
710
702
|
},
|
|
711
703
|
"saves": {
|
|
712
|
-
"$ref": "#/$defs/
|
|
704
|
+
"$ref": "util.json#/$defs/proficiencyLevel"
|
|
713
705
|
}
|
|
714
706
|
},
|
|
715
707
|
"required": [
|
package/schema/ua/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.12",
|
|
7
7
|
"$defs": {
|
|
8
8
|
"metaDependenciesArray": {
|
|
9
9
|
"type": "array",
|
|
@@ -3673,6 +3673,14 @@
|
|
|
3673
3673
|
"type": "string"
|
|
3674
3674
|
}
|
|
3675
3675
|
]
|
|
3676
|
+
},
|
|
3677
|
+
"proficiencyLevel": {
|
|
3678
|
+
"description": "1: Proficient\n 2: Expertise",
|
|
3679
|
+
"type": "integer",
|
|
3680
|
+
"enum": [
|
|
3681
|
+
1,
|
|
3682
|
+
2
|
|
3683
|
+
]
|
|
3676
3684
|
}
|
|
3677
3685
|
}
|
|
3678
3686
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
|
-
"version": "1.21.
|
|
3
|
+
"version": "1.21.41",
|
|
4
4
|
"title": "Bestiary Schema",
|
|
5
5
|
"$id": "bestiary.json",
|
|
6
6
|
"type": "object",
|
|
@@ -331,8 +331,8 @@
|
|
|
331
331
|
"initiative": {
|
|
332
332
|
"type": "number"
|
|
333
333
|
},
|
|
334
|
-
"
|
|
335
|
-
"
|
|
334
|
+
"proficiency": {
|
|
335
|
+
"$ref": "../util.json#/$defs/proficiencyLevel"
|
|
336
336
|
},
|
|
337
337
|
"advantageMode": {
|
|
338
338
|
"type": "string",
|
|
@@ -606,6 +606,9 @@
|
|
|
606
606
|
},
|
|
607
607
|
"xp": {
|
|
608
608
|
"type": "integer"
|
|
609
|
+
},
|
|
610
|
+
"xpLair": {
|
|
611
|
+
"type": "integer"
|
|
609
612
|
}
|
|
610
613
|
},
|
|
611
614
|
"additionalProperties": false,
|
|
@@ -1499,8 +1502,8 @@
|
|
|
1499
1502
|
"initiative": {
|
|
1500
1503
|
"type": "number"
|
|
1501
1504
|
},
|
|
1502
|
-
"
|
|
1503
|
-
"
|
|
1505
|
+
"proficiency": {
|
|
1506
|
+
"$ref": "../util.json#/$defs/proficiencyLevel"
|
|
1504
1507
|
},
|
|
1505
1508
|
"advantageMode": {
|
|
1506
1509
|
"type": "string",
|
|
@@ -1774,6 +1777,9 @@
|
|
|
1774
1777
|
},
|
|
1775
1778
|
"xp": {
|
|
1776
1779
|
"type": "integer"
|
|
1780
|
+
},
|
|
1781
|
+
"xpLair": {
|
|
1782
|
+
"type": "integer"
|
|
1777
1783
|
}
|
|
1778
1784
|
},
|
|
1779
1785
|
"additionalProperties": false,
|
|
@@ -2672,8 +2678,8 @@
|
|
|
2672
2678
|
"initiative": {
|
|
2673
2679
|
"type": "number"
|
|
2674
2680
|
},
|
|
2675
|
-
"
|
|
2676
|
-
"
|
|
2681
|
+
"proficiency": {
|
|
2682
|
+
"$ref": "../util.json#/$defs/proficiencyLevel"
|
|
2677
2683
|
},
|
|
2678
2684
|
"advantageMode": {
|
|
2679
2685
|
"type": "string",
|
|
@@ -2947,6 +2953,9 @@
|
|
|
2947
2953
|
},
|
|
2948
2954
|
"xp": {
|
|
2949
2955
|
"type": "integer"
|
|
2956
|
+
},
|
|
2957
|
+
"xpLair": {
|
|
2958
|
+
"type": "integer"
|
|
2950
2959
|
}
|
|
2951
2960
|
},
|
|
2952
2961
|
"additionalProperties": false,
|
|
@@ -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.6",
|
|
4
4
|
"$id": "class.json",
|
|
5
5
|
"type": "object",
|
|
6
6
|
"$defs": {
|
|
@@ -1358,7 +1358,6 @@
|
|
|
1358
1358
|
}
|
|
1359
1359
|
},
|
|
1360
1360
|
"required": [
|
|
1361
|
-
"additionalFromBackground",
|
|
1362
1361
|
"default"
|
|
1363
1362
|
],
|
|
1364
1363
|
"additionalProperties": false
|
|
@@ -1648,7 +1647,6 @@
|
|
|
1648
1647
|
}
|
|
1649
1648
|
},
|
|
1650
1649
|
"required": [
|
|
1651
|
-
"additionalFromBackground",
|
|
1652
1650
|
"default"
|
|
1653
1651
|
],
|
|
1654
1652
|
"additionalProperties": false
|
|
@@ -1941,7 +1939,6 @@
|
|
|
1941
1939
|
}
|
|
1942
1940
|
},
|
|
1943
1941
|
"required": [
|
|
1944
|
-
"additionalFromBackground",
|
|
1945
1942
|
"default"
|
|
1946
1943
|
],
|
|
1947
1944
|
"additionalProperties": false
|
|
@@ -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.6.
|
|
4
|
+
"version": "1.6.6",
|
|
5
5
|
"type": "object",
|
|
6
6
|
"$defs": {
|
|
7
7
|
"itemLookupBase": {
|
|
@@ -367,6 +367,9 @@
|
|
|
367
367
|
"valueMult": {
|
|
368
368
|
"type": "number"
|
|
369
369
|
},
|
|
370
|
+
"valueRarity": {
|
|
371
|
+
"$ref": "items-shared.json#/$defs/itemRarity"
|
|
372
|
+
},
|
|
370
373
|
"weaponCategory": {
|
|
371
374
|
"$ref": "items-shared.json#/$defs/itemWeaponCategory"
|
|
372
375
|
},
|
|
@@ -664,6 +667,9 @@
|
|
|
664
667
|
"valueMult": {
|
|
665
668
|
"type": "number"
|
|
666
669
|
},
|
|
670
|
+
"valueRarity": {
|
|
671
|
+
"$ref": "items-shared.json#/$defs/itemRarity"
|
|
672
|
+
},
|
|
667
673
|
"weaponCategory": {
|
|
668
674
|
"$ref": "items-shared.json#/$defs/itemWeaponCategory"
|
|
669
675
|
},
|
|
@@ -965,6 +971,9 @@
|
|
|
965
971
|
"valueMult": {
|
|
966
972
|
"type": "number"
|
|
967
973
|
},
|
|
974
|
+
"valueRarity": {
|
|
975
|
+
"$ref": "items-shared.json#/$defs/itemRarity"
|
|
976
|
+
},
|
|
968
977
|
"weaponCategory": {
|
|
969
978
|
"$ref": "items-shared.json#/$defs/itemWeaponCategory"
|
|
970
979
|
},
|
|
@@ -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.16",
|
|
5
5
|
"type": "object",
|
|
6
6
|
"$defs": {
|
|
7
7
|
"itemData": {
|
|
@@ -150,6 +150,9 @@
|
|
|
150
150
|
"valueMult": {
|
|
151
151
|
"type": "number"
|
|
152
152
|
},
|
|
153
|
+
"valueRarity": {
|
|
154
|
+
"$ref": "items-shared.json#/$defs/itemRarity"
|
|
155
|
+
},
|
|
153
156
|
"weaponCategory": {
|
|
154
157
|
"$ref": "items-shared.json#/$defs/itemWeaponCategory"
|
|
155
158
|
},
|
|
@@ -674,6 +677,9 @@
|
|
|
674
677
|
"valueMult": {
|
|
675
678
|
"type": "number"
|
|
676
679
|
},
|
|
680
|
+
"valueRarity": {
|
|
681
|
+
"$ref": "items-shared.json#/$defs/itemRarity"
|
|
682
|
+
},
|
|
677
683
|
"weaponCategory": {
|
|
678
684
|
"$ref": "items-shared.json#/$defs/itemWeaponCategory"
|
|
679
685
|
},
|
|
@@ -1200,6 +1206,9 @@
|
|
|
1200
1206
|
"valueMult": {
|
|
1201
1207
|
"type": "number"
|
|
1202
1208
|
},
|
|
1209
|
+
"valueRarity": {
|
|
1210
|
+
"$ref": "items-shared.json#/$defs/itemRarity"
|
|
1211
|
+
},
|
|
1203
1212
|
"weaponCategory": {
|
|
1204
1213
|
"$ref": "items-shared.json#/$defs/itemWeaponCategory"
|
|
1205
1214
|
},
|
|
@@ -1724,6 +1733,9 @@
|
|
|
1724
1733
|
"valueMult": {
|
|
1725
1734
|
"type": "number"
|
|
1726
1735
|
},
|
|
1736
|
+
"valueRarity": {
|
|
1737
|
+
"$ref": "items-shared.json#/$defs/itemRarity"
|
|
1738
|
+
},
|
|
1727
1739
|
"weaponCategory": {
|
|
1728
1740
|
"$ref": "items-shared.json#/$defs/itemWeaponCategory"
|
|
1729
1741
|
},
|
|
@@ -2258,6 +2270,9 @@
|
|
|
2258
2270
|
"valueMult": {
|
|
2259
2271
|
"type": "number"
|
|
2260
2272
|
},
|
|
2273
|
+
"valueRarity": {
|
|
2274
|
+
"$ref": "items-shared.json#/$defs/itemRarity"
|
|
2275
|
+
},
|
|
2261
2276
|
"weaponCategory": {
|
|
2262
2277
|
"$ref": "items-shared.json#/$defs/itemWeaponCategory"
|
|
2263
2278
|
},
|
|
@@ -2783,6 +2798,9 @@
|
|
|
2783
2798
|
"valueMult": {
|
|
2784
2799
|
"type": "number"
|
|
2785
2800
|
},
|
|
2801
|
+
"valueRarity": {
|
|
2802
|
+
"$ref": "items-shared.json#/$defs/itemRarity"
|
|
2803
|
+
},
|
|
2786
2804
|
"weaponCategory": {
|
|
2787
2805
|
"$ref": "items-shared.json#/$defs/itemWeaponCategory"
|
|
2788
2806
|
},
|
|
@@ -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.9.
|
|
4
|
+
"version": "1.9.5",
|
|
5
5
|
"type": "object",
|
|
6
6
|
"$defs": {
|
|
7
7
|
"_magicvariantItemBase": {
|
|
@@ -347,6 +347,9 @@
|
|
|
347
347
|
"description": "Expression used to calculate each specific variant's value.",
|
|
348
348
|
"type": "string"
|
|
349
349
|
},
|
|
350
|
+
"valueRarity": {
|
|
351
|
+
"$ref": "items-shared.json#/$defs/itemRarity"
|
|
352
|
+
},
|
|
350
353
|
"weaponCategory": {
|
|
351
354
|
"$ref": "items-shared.json#/$defs/itemWeaponCategory"
|
|
352
355
|
},
|
|
@@ -892,6 +895,9 @@
|
|
|
892
895
|
"description": "Expression used to calculate each specific variant's value.",
|
|
893
896
|
"type": "string"
|
|
894
897
|
},
|
|
898
|
+
"valueRarity": {
|
|
899
|
+
"$ref": "items-shared.json#/$defs/itemRarity"
|
|
900
|
+
},
|
|
895
901
|
"weaponCategory": {
|
|
896
902
|
"$ref": "items-shared.json#/$defs/itemWeaponCategory"
|
|
897
903
|
},
|
|
@@ -1446,6 +1452,9 @@
|
|
|
1446
1452
|
"description": "Expression used to calculate each specific variant's value.",
|
|
1447
1453
|
"type": "string"
|
|
1448
1454
|
},
|
|
1455
|
+
"valueRarity": {
|
|
1456
|
+
"$ref": "items-shared.json#/$defs/itemRarity"
|
|
1457
|
+
},
|
|
1449
1458
|
"weaponCategory": {
|
|
1450
1459
|
"$ref": "items-shared.json#/$defs/itemWeaponCategory"
|
|
1451
1460
|
},
|
|
@@ -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.4",
|
|
6
6
|
"$defs": {
|
|
7
7
|
"_mod_renameArr_rename": {
|
|
8
8
|
"type": "object",
|
|
@@ -34,14 +34,6 @@
|
|
|
34
34
|
},
|
|
35
35
|
"additionalProperties": false
|
|
36
36
|
},
|
|
37
|
-
"_mod_proficiency_levels": {
|
|
38
|
-
"description": "1: Proficient\n 2: Expertise",
|
|
39
|
-
"type": "integer",
|
|
40
|
-
"enum": [
|
|
41
|
-
1,
|
|
42
|
-
2
|
|
43
|
-
]
|
|
44
|
-
},
|
|
45
37
|
"_mod_senseObject": {
|
|
46
38
|
"type": "object",
|
|
47
39
|
"properties": {
|
|
@@ -639,7 +631,7 @@
|
|
|
639
631
|
},
|
|
640
632
|
"patternProperties": {
|
|
641
633
|
"": {
|
|
642
|
-
"$ref": "#/$defs/
|
|
634
|
+
"$ref": "util.json#/$defs/proficiencyLevel"
|
|
643
635
|
}
|
|
644
636
|
},
|
|
645
637
|
"minProperties": 1,
|
|
@@ -673,7 +665,7 @@
|
|
|
673
665
|
},
|
|
674
666
|
"patternProperties": {
|
|
675
667
|
"": {
|
|
676
|
-
"$ref": "#/$defs/
|
|
668
|
+
"$ref": "util.json#/$defs/proficiencyLevel"
|
|
677
669
|
}
|
|
678
670
|
},
|
|
679
671
|
"minProperties": 1,
|
|
@@ -693,7 +685,7 @@
|
|
|
693
685
|
"const": "addAllSkills"
|
|
694
686
|
},
|
|
695
687
|
"skills": {
|
|
696
|
-
"$ref": "#/$defs/
|
|
688
|
+
"$ref": "util.json#/$defs/proficiencyLevel"
|
|
697
689
|
}
|
|
698
690
|
},
|
|
699
691
|
"required": [
|
|
@@ -709,7 +701,7 @@
|
|
|
709
701
|
"const": "addAllSaves"
|
|
710
702
|
},
|
|
711
703
|
"saves": {
|
|
712
|
-
"$ref": "#/$defs/
|
|
704
|
+
"$ref": "util.json#/$defs/proficiencyLevel"
|
|
713
705
|
}
|
|
714
706
|
},
|
|
715
707
|
"required": [
|
package/schema/ua-fast/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.12",
|
|
7
7
|
"$defs": {
|
|
8
8
|
"metaDependenciesArray": {
|
|
9
9
|
"type": "array",
|
|
@@ -3673,6 +3673,14 @@
|
|
|
3673
3673
|
"type": "string"
|
|
3674
3674
|
}
|
|
3675
3675
|
]
|
|
3676
|
+
},
|
|
3677
|
+
"proficiencyLevel": {
|
|
3678
|
+
"description": "1: Proficient\n 2: Expertise",
|
|
3679
|
+
"type": "integer",
|
|
3680
|
+
"enum": [
|
|
3681
|
+
1,
|
|
3682
|
+
2
|
|
3683
|
+
]
|
|
3676
3684
|
}
|
|
3677
3685
|
}
|
|
3678
3686
|
}
|