5etools-utils 0.9.37 → 0.9.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/bestiary/bestiary.json +28 -1
- package/schema/brew/items-base.json +13 -1
- package/schema/brew/magicvariants.json +31 -10
- package/schema/brew/objects.json +4 -1
- package/schema/brew/vehicles.json +10 -1
- package/schema/brew-fast/bestiary/bestiary.json +28 -1
- package/schema/brew-fast/items-base.json +13 -1
- package/schema/brew-fast/magicvariants.json +31 -10
- package/schema/brew-fast/objects.json +4 -1
- package/schema/brew-fast/vehicles.json +10 -1
- package/schema/site/bestiary/bestiary.json +19 -1
- package/schema/site/items-base.json +13 -1
- package/schema/site/magicvariants.json +31 -10
- package/schema/site/objects.json +4 -1
- package/schema/site/vehicles.json +10 -1
- package/schema/site-fast/bestiary/bestiary.json +19 -1
- package/schema/site-fast/items-base.json +13 -1
- package/schema/site-fast/magicvariants.json +31 -10
- package/schema/site-fast/objects.json +4 -1
- package/schema/site-fast/vehicles.json +10 -1
- package/schema/ua/bestiary/bestiary.json +19 -1
- package/schema/ua/items-base.json +13 -1
- package/schema/ua/magicvariants.json +31 -10
- package/schema/ua/objects.json +4 -1
- package/schema/ua/vehicles.json +10 -1
- package/schema/ua-fast/bestiary/bestiary.json +19 -1
- package/schema/ua-fast/items-base.json +13 -1
- package/schema/ua-fast/magicvariants.json +31 -10
- package/schema/ua-fast/objects.json +4 -1
- package/schema/ua-fast/vehicles.json +10 -1
|
@@ -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.11",
|
|
5
5
|
"type": "object",
|
|
6
6
|
"properties": {
|
|
7
7
|
"magicvariant": {
|
|
@@ -28,6 +28,12 @@
|
|
|
28
28
|
"items": {
|
|
29
29
|
"type": "object",
|
|
30
30
|
"properties": {
|
|
31
|
+
"name": {
|
|
32
|
+
"type": "string"
|
|
33
|
+
},
|
|
34
|
+
"property": {
|
|
35
|
+
"type": "string"
|
|
36
|
+
},
|
|
31
37
|
"armor": {
|
|
32
38
|
"type": "boolean"
|
|
33
39
|
},
|
|
@@ -67,9 +73,6 @@
|
|
|
67
73
|
"dmgType": {
|
|
68
74
|
"$ref": "util.json#/$defs/dataDamageTags"
|
|
69
75
|
},
|
|
70
|
-
"name": {
|
|
71
|
-
"type": "string"
|
|
72
|
-
},
|
|
73
76
|
"source": {
|
|
74
77
|
"$ref": "util.json#/$defs/source"
|
|
75
78
|
},
|
|
@@ -82,11 +85,11 @@
|
|
|
82
85
|
"net": {
|
|
83
86
|
"type": "boolean"
|
|
84
87
|
},
|
|
88
|
+
"polearm": {
|
|
89
|
+
"type": "boolean"
|
|
90
|
+
},
|
|
85
91
|
"weaponCategory": {
|
|
86
92
|
"$ref": "items-shared.json#/$defs/itemWeaponCategory"
|
|
87
|
-
},
|
|
88
|
-
"property": {
|
|
89
|
-
"type": "string"
|
|
90
93
|
}
|
|
91
94
|
},
|
|
92
95
|
"additionalProperties": false
|
|
@@ -356,9 +359,6 @@
|
|
|
356
359
|
}
|
|
357
360
|
]
|
|
358
361
|
},
|
|
359
|
-
"net": {
|
|
360
|
-
"type": "boolean"
|
|
361
|
-
},
|
|
362
362
|
"armor": {
|
|
363
363
|
"type": "boolean"
|
|
364
364
|
},
|
|
@@ -394,6 +394,27 @@
|
|
|
394
394
|
},
|
|
395
395
|
"dagger": {
|
|
396
396
|
"type": "boolean"
|
|
397
|
+
},
|
|
398
|
+
"dmgType": {
|
|
399
|
+
"$ref": "util.json#/$defs/dataDamageTags"
|
|
400
|
+
},
|
|
401
|
+
"source": {
|
|
402
|
+
"$ref": "util.json#/$defs/source"
|
|
403
|
+
},
|
|
404
|
+
"type": {
|
|
405
|
+
"$ref": "items-shared.json#/$defs/itemType"
|
|
406
|
+
},
|
|
407
|
+
"scfType": {
|
|
408
|
+
"$ref": "items-shared.json#/$defs/itemScfType"
|
|
409
|
+
},
|
|
410
|
+
"net": {
|
|
411
|
+
"type": "boolean"
|
|
412
|
+
},
|
|
413
|
+
"polearm": {
|
|
414
|
+
"type": "boolean"
|
|
415
|
+
},
|
|
416
|
+
"weaponCategory": {
|
|
417
|
+
"$ref": "items-shared.json#/$defs/itemWeaponCategory"
|
|
397
418
|
}
|
|
398
419
|
},
|
|
399
420
|
"additionalProperties": false
|
package/schema/site/objects.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
3
|
"$id": "objects.json",
|
|
4
|
-
"version": "1.3.
|
|
4
|
+
"version": "1.3.1",
|
|
5
5
|
"type": "object",
|
|
6
6
|
"$defs": {
|
|
7
7
|
"object": {
|
|
@@ -128,6 +128,9 @@
|
|
|
128
128
|
"tokenUrl": {
|
|
129
129
|
"type": "string"
|
|
130
130
|
},
|
|
131
|
+
"tokenCredit": {
|
|
132
|
+
"type": "string"
|
|
133
|
+
},
|
|
131
134
|
"foundryTokenScale": {
|
|
132
135
|
"$ref": "foundry-shared.json#/$defs/foundryTokenScale"
|
|
133
136
|
},
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
3
|
"$id": "vehicles.json",
|
|
4
|
-
"version": "1.7.
|
|
4
|
+
"version": "1.7.4",
|
|
5
5
|
"type": "object",
|
|
6
6
|
"$defs": {
|
|
7
7
|
"vehicleTerrain": {
|
|
@@ -439,6 +439,9 @@
|
|
|
439
439
|
}
|
|
440
440
|
]
|
|
441
441
|
},
|
|
442
|
+
"tokenCredit": {
|
|
443
|
+
"type": "string"
|
|
444
|
+
},
|
|
442
445
|
"hasToken": {
|
|
443
446
|
"type": "boolean"
|
|
444
447
|
},
|
|
@@ -599,6 +602,9 @@
|
|
|
599
602
|
"additionalProperties": false
|
|
600
603
|
}
|
|
601
604
|
},
|
|
605
|
+
"tokenCredit": {
|
|
606
|
+
"type": "string"
|
|
607
|
+
},
|
|
602
608
|
"hasToken": {
|
|
603
609
|
"type": "boolean"
|
|
604
610
|
},
|
|
@@ -759,6 +765,9 @@
|
|
|
759
765
|
}
|
|
760
766
|
}
|
|
761
767
|
},
|
|
768
|
+
"tokenCredit": {
|
|
769
|
+
"type": "string"
|
|
770
|
+
},
|
|
762
771
|
"hasToken": {
|
|
763
772
|
"type": "boolean"
|
|
764
773
|
},
|
|
@@ -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.22",
|
|
4
4
|
"title": "Bestiary Schema",
|
|
5
5
|
"$id": "bestiary.json",
|
|
6
6
|
"type": "object",
|
|
@@ -859,6 +859,9 @@
|
|
|
859
859
|
"tokenUrl": {
|
|
860
860
|
"type": "string"
|
|
861
861
|
},
|
|
862
|
+
"tokenCredit": {
|
|
863
|
+
"type": "string"
|
|
864
|
+
},
|
|
862
865
|
"foundryTokenScale": {
|
|
863
866
|
"$ref": "../foundry-shared.json#/$defs/foundryTokenScale"
|
|
864
867
|
},
|
|
@@ -877,6 +880,9 @@
|
|
|
877
880
|
},
|
|
878
881
|
"page": {
|
|
879
882
|
"$ref": "../util.json#/$defs/page"
|
|
883
|
+
},
|
|
884
|
+
"tokenCredit": {
|
|
885
|
+
"type": "string"
|
|
880
886
|
}
|
|
881
887
|
},
|
|
882
888
|
"required": [
|
|
@@ -1945,6 +1951,9 @@
|
|
|
1945
1951
|
"tokenUrl": {
|
|
1946
1952
|
"type": "string"
|
|
1947
1953
|
},
|
|
1954
|
+
"tokenCredit": {
|
|
1955
|
+
"type": "string"
|
|
1956
|
+
},
|
|
1948
1957
|
"foundryTokenScale": {
|
|
1949
1958
|
"$ref": "../foundry-shared.json#/$defs/foundryTokenScale"
|
|
1950
1959
|
},
|
|
@@ -1963,6 +1972,9 @@
|
|
|
1963
1972
|
},
|
|
1964
1973
|
"page": {
|
|
1965
1974
|
"$ref": "../util.json#/$defs/page"
|
|
1975
|
+
},
|
|
1976
|
+
"tokenCredit": {
|
|
1977
|
+
"type": "string"
|
|
1966
1978
|
}
|
|
1967
1979
|
},
|
|
1968
1980
|
"required": [
|
|
@@ -3045,6 +3057,9 @@
|
|
|
3045
3057
|
"tokenUrl": {
|
|
3046
3058
|
"type": "string"
|
|
3047
3059
|
},
|
|
3060
|
+
"tokenCredit": {
|
|
3061
|
+
"type": "string"
|
|
3062
|
+
},
|
|
3048
3063
|
"foundryTokenScale": {
|
|
3049
3064
|
"$ref": "../foundry-shared.json#/$defs/foundryTokenScale"
|
|
3050
3065
|
},
|
|
@@ -3063,6 +3078,9 @@
|
|
|
3063
3078
|
},
|
|
3064
3079
|
"page": {
|
|
3065
3080
|
"$ref": "../util.json#/$defs/page"
|
|
3081
|
+
},
|
|
3082
|
+
"tokenCredit": {
|
|
3083
|
+
"type": "string"
|
|
3066
3084
|
}
|
|
3067
3085
|
},
|
|
3068
3086
|
"required": [
|
|
@@ -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.15",
|
|
5
5
|
"type": "object",
|
|
6
6
|
"$defs": {
|
|
7
7
|
"itemLookupBase": {
|
|
@@ -212,6 +212,10 @@
|
|
|
212
212
|
"description": "Flag used when merging generic variants",
|
|
213
213
|
"type": "boolean"
|
|
214
214
|
},
|
|
215
|
+
"polearm": {
|
|
216
|
+
"description": "Flag used when merging generic variants",
|
|
217
|
+
"type": "boolean"
|
|
218
|
+
},
|
|
215
219
|
"weapon": {
|
|
216
220
|
"description": "Flag used when merging generic variants",
|
|
217
221
|
"type": "boolean"
|
|
@@ -461,6 +465,10 @@
|
|
|
461
465
|
"description": "Flag used when merging generic variants",
|
|
462
466
|
"type": "boolean"
|
|
463
467
|
},
|
|
468
|
+
"polearm": {
|
|
469
|
+
"description": "Flag used when merging generic variants",
|
|
470
|
+
"type": "boolean"
|
|
471
|
+
},
|
|
464
472
|
"weapon": {
|
|
465
473
|
"description": "Flag used when merging generic variants",
|
|
466
474
|
"type": "boolean"
|
|
@@ -714,6 +722,10 @@
|
|
|
714
722
|
"description": "Flag used when merging generic variants",
|
|
715
723
|
"type": "boolean"
|
|
716
724
|
},
|
|
725
|
+
"polearm": {
|
|
726
|
+
"description": "Flag used when merging generic variants",
|
|
727
|
+
"type": "boolean"
|
|
728
|
+
},
|
|
717
729
|
"weapon": {
|
|
718
730
|
"description": "Flag used when merging generic variants",
|
|
719
731
|
"type": "boolean"
|
|
@@ -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.11",
|
|
5
5
|
"type": "object",
|
|
6
6
|
"properties": {
|
|
7
7
|
"magicvariant": {
|
|
@@ -28,6 +28,12 @@
|
|
|
28
28
|
"items": {
|
|
29
29
|
"type": "object",
|
|
30
30
|
"properties": {
|
|
31
|
+
"name": {
|
|
32
|
+
"type": "string"
|
|
33
|
+
},
|
|
34
|
+
"property": {
|
|
35
|
+
"type": "string"
|
|
36
|
+
},
|
|
31
37
|
"armor": {
|
|
32
38
|
"type": "boolean"
|
|
33
39
|
},
|
|
@@ -67,9 +73,6 @@
|
|
|
67
73
|
"dmgType": {
|
|
68
74
|
"$ref": "util.json#/$defs/dataDamageTags"
|
|
69
75
|
},
|
|
70
|
-
"name": {
|
|
71
|
-
"type": "string"
|
|
72
|
-
},
|
|
73
76
|
"source": {
|
|
74
77
|
"$ref": "util.json#/$defs/source"
|
|
75
78
|
},
|
|
@@ -82,11 +85,11 @@
|
|
|
82
85
|
"net": {
|
|
83
86
|
"type": "boolean"
|
|
84
87
|
},
|
|
88
|
+
"polearm": {
|
|
89
|
+
"type": "boolean"
|
|
90
|
+
},
|
|
85
91
|
"weaponCategory": {
|
|
86
92
|
"$ref": "items-shared.json#/$defs/itemWeaponCategory"
|
|
87
|
-
},
|
|
88
|
-
"property": {
|
|
89
|
-
"type": "string"
|
|
90
93
|
}
|
|
91
94
|
},
|
|
92
95
|
"additionalProperties": false
|
|
@@ -356,9 +359,6 @@
|
|
|
356
359
|
}
|
|
357
360
|
]
|
|
358
361
|
},
|
|
359
|
-
"net": {
|
|
360
|
-
"type": "boolean"
|
|
361
|
-
},
|
|
362
362
|
"armor": {
|
|
363
363
|
"type": "boolean"
|
|
364
364
|
},
|
|
@@ -394,6 +394,27 @@
|
|
|
394
394
|
},
|
|
395
395
|
"dagger": {
|
|
396
396
|
"type": "boolean"
|
|
397
|
+
},
|
|
398
|
+
"dmgType": {
|
|
399
|
+
"$ref": "util.json#/$defs/dataDamageTags"
|
|
400
|
+
},
|
|
401
|
+
"source": {
|
|
402
|
+
"$ref": "util.json#/$defs/source"
|
|
403
|
+
},
|
|
404
|
+
"type": {
|
|
405
|
+
"$ref": "items-shared.json#/$defs/itemType"
|
|
406
|
+
},
|
|
407
|
+
"scfType": {
|
|
408
|
+
"$ref": "items-shared.json#/$defs/itemScfType"
|
|
409
|
+
},
|
|
410
|
+
"net": {
|
|
411
|
+
"type": "boolean"
|
|
412
|
+
},
|
|
413
|
+
"polearm": {
|
|
414
|
+
"type": "boolean"
|
|
415
|
+
},
|
|
416
|
+
"weaponCategory": {
|
|
417
|
+
"$ref": "items-shared.json#/$defs/itemWeaponCategory"
|
|
397
418
|
}
|
|
398
419
|
},
|
|
399
420
|
"additionalProperties": false
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
3
|
"$id": "objects.json",
|
|
4
|
-
"version": "1.3.
|
|
4
|
+
"version": "1.3.1",
|
|
5
5
|
"type": "object",
|
|
6
6
|
"$defs": {
|
|
7
7
|
"object": {
|
|
@@ -128,6 +128,9 @@
|
|
|
128
128
|
"tokenUrl": {
|
|
129
129
|
"type": "string"
|
|
130
130
|
},
|
|
131
|
+
"tokenCredit": {
|
|
132
|
+
"type": "string"
|
|
133
|
+
},
|
|
131
134
|
"foundryTokenScale": {
|
|
132
135
|
"$ref": "foundry-shared.json#/$defs/foundryTokenScale"
|
|
133
136
|
},
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
3
|
"$id": "vehicles.json",
|
|
4
|
-
"version": "1.7.
|
|
4
|
+
"version": "1.7.4",
|
|
5
5
|
"type": "object",
|
|
6
6
|
"$defs": {
|
|
7
7
|
"vehicleTerrain": {
|
|
@@ -439,6 +439,9 @@
|
|
|
439
439
|
}
|
|
440
440
|
]
|
|
441
441
|
},
|
|
442
|
+
"tokenCredit": {
|
|
443
|
+
"type": "string"
|
|
444
|
+
},
|
|
442
445
|
"hasToken": {
|
|
443
446
|
"type": "boolean"
|
|
444
447
|
},
|
|
@@ -599,6 +602,9 @@
|
|
|
599
602
|
"additionalProperties": false
|
|
600
603
|
}
|
|
601
604
|
},
|
|
605
|
+
"tokenCredit": {
|
|
606
|
+
"type": "string"
|
|
607
|
+
},
|
|
602
608
|
"hasToken": {
|
|
603
609
|
"type": "boolean"
|
|
604
610
|
},
|
|
@@ -759,6 +765,9 @@
|
|
|
759
765
|
}
|
|
760
766
|
}
|
|
761
767
|
},
|
|
768
|
+
"tokenCredit": {
|
|
769
|
+
"type": "string"
|
|
770
|
+
},
|
|
762
771
|
"hasToken": {
|
|
763
772
|
"type": "boolean"
|
|
764
773
|
},
|
|
@@ -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.22",
|
|
4
4
|
"title": "Bestiary Schema",
|
|
5
5
|
"$id": "bestiary.json",
|
|
6
6
|
"type": "object",
|
|
@@ -859,6 +859,9 @@
|
|
|
859
859
|
"tokenUrl": {
|
|
860
860
|
"type": "string"
|
|
861
861
|
},
|
|
862
|
+
"tokenCredit": {
|
|
863
|
+
"type": "string"
|
|
864
|
+
},
|
|
862
865
|
"foundryTokenScale": {
|
|
863
866
|
"$ref": "../foundry-shared.json#/$defs/foundryTokenScale"
|
|
864
867
|
},
|
|
@@ -877,6 +880,9 @@
|
|
|
877
880
|
},
|
|
878
881
|
"page": {
|
|
879
882
|
"$ref": "../util.json#/$defs/page"
|
|
883
|
+
},
|
|
884
|
+
"tokenCredit": {
|
|
885
|
+
"type": "string"
|
|
880
886
|
}
|
|
881
887
|
},
|
|
882
888
|
"required": [
|
|
@@ -1945,6 +1951,9 @@
|
|
|
1945
1951
|
"tokenUrl": {
|
|
1946
1952
|
"type": "string"
|
|
1947
1953
|
},
|
|
1954
|
+
"tokenCredit": {
|
|
1955
|
+
"type": "string"
|
|
1956
|
+
},
|
|
1948
1957
|
"foundryTokenScale": {
|
|
1949
1958
|
"$ref": "../foundry-shared.json#/$defs/foundryTokenScale"
|
|
1950
1959
|
},
|
|
@@ -1963,6 +1972,9 @@
|
|
|
1963
1972
|
},
|
|
1964
1973
|
"page": {
|
|
1965
1974
|
"$ref": "../util.json#/$defs/page"
|
|
1975
|
+
},
|
|
1976
|
+
"tokenCredit": {
|
|
1977
|
+
"type": "string"
|
|
1966
1978
|
}
|
|
1967
1979
|
},
|
|
1968
1980
|
"required": [
|
|
@@ -3045,6 +3057,9 @@
|
|
|
3045
3057
|
"tokenUrl": {
|
|
3046
3058
|
"type": "string"
|
|
3047
3059
|
},
|
|
3060
|
+
"tokenCredit": {
|
|
3061
|
+
"type": "string"
|
|
3062
|
+
},
|
|
3048
3063
|
"foundryTokenScale": {
|
|
3049
3064
|
"$ref": "../foundry-shared.json#/$defs/foundryTokenScale"
|
|
3050
3065
|
},
|
|
@@ -3063,6 +3078,9 @@
|
|
|
3063
3078
|
},
|
|
3064
3079
|
"page": {
|
|
3065
3080
|
"$ref": "../util.json#/$defs/page"
|
|
3081
|
+
},
|
|
3082
|
+
"tokenCredit": {
|
|
3083
|
+
"type": "string"
|
|
3066
3084
|
}
|
|
3067
3085
|
},
|
|
3068
3086
|
"required": [
|
|
@@ -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.15",
|
|
5
5
|
"type": "object",
|
|
6
6
|
"$defs": {
|
|
7
7
|
"itemLookupBase": {
|
|
@@ -212,6 +212,10 @@
|
|
|
212
212
|
"description": "Flag used when merging generic variants",
|
|
213
213
|
"type": "boolean"
|
|
214
214
|
},
|
|
215
|
+
"polearm": {
|
|
216
|
+
"description": "Flag used when merging generic variants",
|
|
217
|
+
"type": "boolean"
|
|
218
|
+
},
|
|
215
219
|
"weapon": {
|
|
216
220
|
"description": "Flag used when merging generic variants",
|
|
217
221
|
"type": "boolean"
|
|
@@ -464,6 +468,10 @@
|
|
|
464
468
|
"description": "Flag used when merging generic variants",
|
|
465
469
|
"type": "boolean"
|
|
466
470
|
},
|
|
471
|
+
"polearm": {
|
|
472
|
+
"description": "Flag used when merging generic variants",
|
|
473
|
+
"type": "boolean"
|
|
474
|
+
},
|
|
467
475
|
"weapon": {
|
|
468
476
|
"description": "Flag used when merging generic variants",
|
|
469
477
|
"type": "boolean"
|
|
@@ -720,6 +728,10 @@
|
|
|
720
728
|
"description": "Flag used when merging generic variants",
|
|
721
729
|
"type": "boolean"
|
|
722
730
|
},
|
|
731
|
+
"polearm": {
|
|
732
|
+
"description": "Flag used when merging generic variants",
|
|
733
|
+
"type": "boolean"
|
|
734
|
+
},
|
|
723
735
|
"weapon": {
|
|
724
736
|
"description": "Flag used when merging generic variants",
|
|
725
737
|
"type": "boolean"
|
|
@@ -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.11",
|
|
5
5
|
"type": "object",
|
|
6
6
|
"properties": {
|
|
7
7
|
"magicvariant": {
|
|
@@ -28,6 +28,12 @@
|
|
|
28
28
|
"items": {
|
|
29
29
|
"type": "object",
|
|
30
30
|
"properties": {
|
|
31
|
+
"name": {
|
|
32
|
+
"type": "string"
|
|
33
|
+
},
|
|
34
|
+
"property": {
|
|
35
|
+
"type": "string"
|
|
36
|
+
},
|
|
31
37
|
"armor": {
|
|
32
38
|
"type": "boolean"
|
|
33
39
|
},
|
|
@@ -67,9 +73,6 @@
|
|
|
67
73
|
"dmgType": {
|
|
68
74
|
"$ref": "util.json#/$defs/dataDamageTags"
|
|
69
75
|
},
|
|
70
|
-
"name": {
|
|
71
|
-
"type": "string"
|
|
72
|
-
},
|
|
73
76
|
"source": {
|
|
74
77
|
"$ref": "util.json#/$defs/source"
|
|
75
78
|
},
|
|
@@ -82,12 +85,12 @@
|
|
|
82
85
|
"net": {
|
|
83
86
|
"type": "boolean"
|
|
84
87
|
},
|
|
88
|
+
"polearm": {
|
|
89
|
+
"type": "boolean"
|
|
90
|
+
},
|
|
85
91
|
"weaponCategory": {
|
|
86
92
|
"$ref": "items-shared.json#/$defs/itemWeaponCategory"
|
|
87
93
|
},
|
|
88
|
-
"property": {
|
|
89
|
-
"type": "string"
|
|
90
|
-
},
|
|
91
94
|
"customProperties": {
|
|
92
95
|
"description": "A more restrictive area for custom boolean-only properties to be stored.",
|
|
93
96
|
"type": "object",
|
|
@@ -369,9 +372,6 @@
|
|
|
369
372
|
}
|
|
370
373
|
]
|
|
371
374
|
},
|
|
372
|
-
"net": {
|
|
373
|
-
"type": "boolean"
|
|
374
|
-
},
|
|
375
375
|
"armor": {
|
|
376
376
|
"type": "boolean"
|
|
377
377
|
},
|
|
@@ -408,6 +408,27 @@
|
|
|
408
408
|
"dagger": {
|
|
409
409
|
"type": "boolean"
|
|
410
410
|
},
|
|
411
|
+
"dmgType": {
|
|
412
|
+
"$ref": "util.json#/$defs/dataDamageTags"
|
|
413
|
+
},
|
|
414
|
+
"source": {
|
|
415
|
+
"$ref": "util.json#/$defs/source"
|
|
416
|
+
},
|
|
417
|
+
"type": {
|
|
418
|
+
"$ref": "items-shared.json#/$defs/itemType"
|
|
419
|
+
},
|
|
420
|
+
"scfType": {
|
|
421
|
+
"$ref": "items-shared.json#/$defs/itemScfType"
|
|
422
|
+
},
|
|
423
|
+
"net": {
|
|
424
|
+
"type": "boolean"
|
|
425
|
+
},
|
|
426
|
+
"polearm": {
|
|
427
|
+
"type": "boolean"
|
|
428
|
+
},
|
|
429
|
+
"weaponCategory": {
|
|
430
|
+
"$ref": "items-shared.json#/$defs/itemWeaponCategory"
|
|
431
|
+
},
|
|
411
432
|
"customProperties": {
|
|
412
433
|
"$ref": "items-shared.json#/$defs/customProperties"
|
|
413
434
|
}
|
package/schema/ua/objects.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
3
|
"$id": "objects.json",
|
|
4
|
-
"version": "1.3.
|
|
4
|
+
"version": "1.3.1",
|
|
5
5
|
"type": "object",
|
|
6
6
|
"$defs": {
|
|
7
7
|
"object": {
|
|
@@ -128,6 +128,9 @@
|
|
|
128
128
|
"tokenUrl": {
|
|
129
129
|
"type": "string"
|
|
130
130
|
},
|
|
131
|
+
"tokenCredit": {
|
|
132
|
+
"type": "string"
|
|
133
|
+
},
|
|
131
134
|
"foundryTokenScale": {
|
|
132
135
|
"$ref": "foundry-shared.json#/$defs/foundryTokenScale"
|
|
133
136
|
},
|
package/schema/ua/vehicles.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
3
|
"$id": "vehicles.json",
|
|
4
|
-
"version": "1.7.
|
|
4
|
+
"version": "1.7.4",
|
|
5
5
|
"type": "object",
|
|
6
6
|
"$defs": {
|
|
7
7
|
"vehicleTerrain": {
|
|
@@ -439,6 +439,9 @@
|
|
|
439
439
|
}
|
|
440
440
|
]
|
|
441
441
|
},
|
|
442
|
+
"tokenCredit": {
|
|
443
|
+
"type": "string"
|
|
444
|
+
},
|
|
442
445
|
"hasToken": {
|
|
443
446
|
"type": "boolean"
|
|
444
447
|
},
|
|
@@ -599,6 +602,9 @@
|
|
|
599
602
|
"additionalProperties": false
|
|
600
603
|
}
|
|
601
604
|
},
|
|
605
|
+
"tokenCredit": {
|
|
606
|
+
"type": "string"
|
|
607
|
+
},
|
|
602
608
|
"hasToken": {
|
|
603
609
|
"type": "boolean"
|
|
604
610
|
},
|
|
@@ -759,6 +765,9 @@
|
|
|
759
765
|
}
|
|
760
766
|
}
|
|
761
767
|
},
|
|
768
|
+
"tokenCredit": {
|
|
769
|
+
"type": "string"
|
|
770
|
+
},
|
|
762
771
|
"hasToken": {
|
|
763
772
|
"type": "boolean"
|
|
764
773
|
},
|