5etools-utils 0.9.22 → 0.9.24
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 +19 -1
- package/schema/brew/foundry-shared.json +6 -0
- package/schema/brew/items.json +1 -1
- package/schema/brew/magicvariants.json +1 -1
- package/schema/brew/objects.json +4 -1
- package/schema/brew/util.json +32 -6
- package/schema/brew/vehicles.json +10 -1
- package/schema/brew-fast/bestiary/bestiary.json +19 -1
- package/schema/brew-fast/foundry-shared.json +6 -0
- package/schema/brew-fast/items.json +1 -1
- package/schema/brew-fast/magicvariants.json +1 -1
- package/schema/brew-fast/objects.json +4 -1
- package/schema/brew-fast/util.json +32 -6
- package/schema/brew-fast/vehicles.json +10 -1
- package/schema/site/bestiary/bestiary.json +10 -1
- package/schema/site/foundry-shared.json +6 -0
- package/schema/site/items.json +1 -1
- package/schema/site/magicvariants.json +1 -1
- package/schema/site/objects.json +4 -1
- package/schema/site/util.json +32 -6
- package/schema/site/vehicles.json +1 -1
- package/schema/site-fast/bestiary/bestiary.json +10 -1
- package/schema/site-fast/foundry-shared.json +6 -0
- package/schema/site-fast/items.json +1 -1
- package/schema/site-fast/magicvariants.json +1 -1
- package/schema/site-fast/objects.json +4 -1
- package/schema/site-fast/util.json +32 -6
- package/schema/site-fast/vehicles.json +1 -1
- package/schema/ua/bestiary/bestiary.json +10 -1
- package/schema/ua/foundry-shared.json +6 -0
- package/schema/ua/items.json +1 -1
- package/schema/ua/magicvariants.json +1 -1
- package/schema/ua/objects.json +4 -1
- package/schema/ua/util.json +32 -6
- package/schema/ua/vehicles.json +1 -1
- package/schema/ua-fast/bestiary/bestiary.json +10 -1
- package/schema/ua-fast/foundry-shared.json +6 -0
- package/schema/ua-fast/items.json +1 -1
- package/schema/ua-fast/magicvariants.json +1 -1
- package/schema/ua-fast/objects.json +4 -1
- package/schema/ua-fast/util.json +32 -6
- package/schema/ua-fast/vehicles.json +1 -1
package/package.json
CHANGED
|
@@ -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.21",
|
|
4
4
|
"title": "Bestiary Schema",
|
|
5
5
|
"$id": "bestiary.json",
|
|
6
6
|
"type": "object",
|
|
@@ -867,6 +867,9 @@
|
|
|
867
867
|
"tokenUrl": {
|
|
868
868
|
"type": "string"
|
|
869
869
|
},
|
|
870
|
+
"foundryTokenScale": {
|
|
871
|
+
"$ref": "../foundry-shared.json#/$defs/foundryTokenScale"
|
|
872
|
+
},
|
|
870
873
|
"altArt": {
|
|
871
874
|
"type": "array",
|
|
872
875
|
"items": {
|
|
@@ -895,6 +898,9 @@
|
|
|
895
898
|
"properties": {
|
|
896
899
|
"tokenUrl": {
|
|
897
900
|
"type": "string"
|
|
901
|
+
},
|
|
902
|
+
"foundryTokenScale": {
|
|
903
|
+
"$ref": "../foundry-shared.json#/$defs/foundryTokenScale"
|
|
898
904
|
}
|
|
899
905
|
},
|
|
900
906
|
"required": [
|
|
@@ -2049,6 +2055,9 @@
|
|
|
2049
2055
|
"tokenUrl": {
|
|
2050
2056
|
"type": "string"
|
|
2051
2057
|
},
|
|
2058
|
+
"foundryTokenScale": {
|
|
2059
|
+
"$ref": "../foundry-shared.json#/$defs/foundryTokenScale"
|
|
2060
|
+
},
|
|
2052
2061
|
"altArt": {
|
|
2053
2062
|
"type": "array",
|
|
2054
2063
|
"items": {
|
|
@@ -2077,6 +2086,9 @@
|
|
|
2077
2086
|
"properties": {
|
|
2078
2087
|
"tokenUrl": {
|
|
2079
2088
|
"type": "string"
|
|
2089
|
+
},
|
|
2090
|
+
"foundryTokenScale": {
|
|
2091
|
+
"$ref": "../foundry-shared.json#/$defs/foundryTokenScale"
|
|
2080
2092
|
}
|
|
2081
2093
|
},
|
|
2082
2094
|
"required": [
|
|
@@ -3245,6 +3257,9 @@
|
|
|
3245
3257
|
"tokenUrl": {
|
|
3246
3258
|
"type": "string"
|
|
3247
3259
|
},
|
|
3260
|
+
"foundryTokenScale": {
|
|
3261
|
+
"$ref": "../foundry-shared.json#/$defs/foundryTokenScale"
|
|
3262
|
+
},
|
|
3248
3263
|
"altArt": {
|
|
3249
3264
|
"type": "array",
|
|
3250
3265
|
"items": {
|
|
@@ -3273,6 +3288,9 @@
|
|
|
3273
3288
|
"properties": {
|
|
3274
3289
|
"tokenUrl": {
|
|
3275
3290
|
"type": "string"
|
|
3291
|
+
},
|
|
3292
|
+
"foundryTokenScale": {
|
|
3293
|
+
"$ref": "../foundry-shared.json#/$defs/foundryTokenScale"
|
|
3276
3294
|
}
|
|
3277
3295
|
},
|
|
3278
3296
|
"required": [
|
package/schema/brew/items.json
CHANGED
package/schema/brew/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.2.
|
|
4
|
+
"version": "1.2.9",
|
|
5
5
|
"type": "object",
|
|
6
6
|
"$defs": {
|
|
7
7
|
"object": {
|
|
@@ -124,6 +124,9 @@
|
|
|
124
124
|
"tokenUrl": {
|
|
125
125
|
"type": "string"
|
|
126
126
|
},
|
|
127
|
+
"foundryTokenScale": {
|
|
128
|
+
"$ref": "foundry-shared.json#/$defs/foundryTokenScale"
|
|
129
|
+
},
|
|
127
130
|
"srd": {
|
|
128
131
|
"$ref": "util.json#/$defs/srd"
|
|
129
132
|
},
|
package/schema/brew/util.json
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"$id": "util.json",
|
|
4
4
|
"title": "Util",
|
|
5
5
|
"description": "Utility definitions to be used in other schemas.",
|
|
6
|
-
"version": "1.
|
|
6
|
+
"version": "1.14.0",
|
|
7
7
|
"$defs": {
|
|
8
8
|
"metaDependenciesArray": {
|
|
9
9
|
"type": "array",
|
|
@@ -1833,25 +1833,50 @@
|
|
|
1833
1833
|
"spell": {
|
|
1834
1834
|
"type": "array",
|
|
1835
1835
|
"items": {
|
|
1836
|
-
"
|
|
1836
|
+
"oneOf": [
|
|
1837
|
+
{
|
|
1838
|
+
"type": "string"
|
|
1839
|
+
},
|
|
1840
|
+
{
|
|
1841
|
+
"type": "object",
|
|
1842
|
+
"properties": {
|
|
1843
|
+
"choose": {
|
|
1844
|
+
"type": "string",
|
|
1845
|
+
"description": "A range prerequisite spells, formatted similarly to the options in a {@filter ...} tag. \nFor example: \"level=0|class=Wizard\""
|
|
1846
|
+
},
|
|
1847
|
+
"entry": {
|
|
1848
|
+
"type": "string"
|
|
1849
|
+
},
|
|
1850
|
+
"entrySummary": {
|
|
1851
|
+
"description": "Used in short/list displays",
|
|
1852
|
+
"type": "string"
|
|
1853
|
+
}
|
|
1854
|
+
},
|
|
1855
|
+
"required": [
|
|
1856
|
+
"choose",
|
|
1857
|
+
"entry"
|
|
1858
|
+
],
|
|
1859
|
+
"additionalProperties": false
|
|
1860
|
+
}
|
|
1861
|
+
]
|
|
1837
1862
|
}
|
|
1838
1863
|
},
|
|
1839
1864
|
"feat": {
|
|
1840
1865
|
"type": "array",
|
|
1841
1866
|
"items": {
|
|
1842
|
-
"
|
|
1867
|
+
"type": "string"
|
|
1843
1868
|
}
|
|
1844
1869
|
},
|
|
1845
1870
|
"feature": {
|
|
1846
1871
|
"type": "array",
|
|
1847
1872
|
"items": {
|
|
1848
|
-
"
|
|
1873
|
+
"type": "string"
|
|
1849
1874
|
}
|
|
1850
1875
|
},
|
|
1851
1876
|
"item": {
|
|
1852
1877
|
"type": "array",
|
|
1853
1878
|
"items": {
|
|
1854
|
-
"
|
|
1879
|
+
"type": "string"
|
|
1855
1880
|
}
|
|
1856
1881
|
},
|
|
1857
1882
|
"itemType": {
|
|
@@ -4161,7 +4186,8 @@
|
|
|
4161
4186
|
"const": true
|
|
4162
4187
|
}
|
|
4163
4188
|
}
|
|
4164
|
-
}
|
|
4189
|
+
},
|
|
4190
|
+
"uniqueItems": true
|
|
4165
4191
|
},
|
|
4166
4192
|
"adventureBookData": {
|
|
4167
4193
|
"type": "array",
|
|
@@ -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.3",
|
|
5
5
|
"type": "object",
|
|
6
6
|
"$defs": {
|
|
7
7
|
"vehicleTerrain": {
|
|
@@ -454,6 +454,9 @@
|
|
|
454
454
|
"tokenUrl": {
|
|
455
455
|
"type": "string"
|
|
456
456
|
},
|
|
457
|
+
"foundryTokenScale": {
|
|
458
|
+
"$ref": "foundry-shared.json#/$defs/foundryTokenScale"
|
|
459
|
+
},
|
|
457
460
|
"foundrySystem": {
|
|
458
461
|
"$ref": "util.json#/$defs/foundrySystemObject"
|
|
459
462
|
},
|
|
@@ -630,6 +633,9 @@
|
|
|
630
633
|
"tokenUrl": {
|
|
631
634
|
"type": "string"
|
|
632
635
|
},
|
|
636
|
+
"foundryTokenScale": {
|
|
637
|
+
"$ref": "foundry-shared.json#/$defs/foundryTokenScale"
|
|
638
|
+
},
|
|
633
639
|
"foundrySystem": {
|
|
634
640
|
"$ref": "util.json#/$defs/foundrySystemObject"
|
|
635
641
|
},
|
|
@@ -806,6 +812,9 @@
|
|
|
806
812
|
"tokenUrl": {
|
|
807
813
|
"type": "string"
|
|
808
814
|
},
|
|
815
|
+
"foundryTokenScale": {
|
|
816
|
+
"$ref": "foundry-shared.json#/$defs/foundryTokenScale"
|
|
817
|
+
},
|
|
809
818
|
"foundrySystem": {
|
|
810
819
|
"$ref": "util.json#/$defs/foundrySystemObject"
|
|
811
820
|
},
|
|
@@ -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.21",
|
|
4
4
|
"title": "Bestiary Schema",
|
|
5
5
|
"$id": "bestiary.json",
|
|
6
6
|
"type": "object",
|
|
@@ -867,6 +867,9 @@
|
|
|
867
867
|
"tokenUrl": {
|
|
868
868
|
"type": "string"
|
|
869
869
|
},
|
|
870
|
+
"foundryTokenScale": {
|
|
871
|
+
"$ref": "../foundry-shared.json#/$defs/foundryTokenScale"
|
|
872
|
+
},
|
|
870
873
|
"altArt": {
|
|
871
874
|
"type": "array",
|
|
872
875
|
"items": {
|
|
@@ -895,6 +898,9 @@
|
|
|
895
898
|
"properties": {
|
|
896
899
|
"tokenUrl": {
|
|
897
900
|
"type": "string"
|
|
901
|
+
},
|
|
902
|
+
"foundryTokenScale": {
|
|
903
|
+
"$ref": "../foundry-shared.json#/$defs/foundryTokenScale"
|
|
898
904
|
}
|
|
899
905
|
},
|
|
900
906
|
"required": [
|
|
@@ -2049,6 +2055,9 @@
|
|
|
2049
2055
|
"tokenUrl": {
|
|
2050
2056
|
"type": "string"
|
|
2051
2057
|
},
|
|
2058
|
+
"foundryTokenScale": {
|
|
2059
|
+
"$ref": "../foundry-shared.json#/$defs/foundryTokenScale"
|
|
2060
|
+
},
|
|
2052
2061
|
"altArt": {
|
|
2053
2062
|
"type": "array",
|
|
2054
2063
|
"items": {
|
|
@@ -2077,6 +2086,9 @@
|
|
|
2077
2086
|
"properties": {
|
|
2078
2087
|
"tokenUrl": {
|
|
2079
2088
|
"type": "string"
|
|
2089
|
+
},
|
|
2090
|
+
"foundryTokenScale": {
|
|
2091
|
+
"$ref": "../foundry-shared.json#/$defs/foundryTokenScale"
|
|
2080
2092
|
}
|
|
2081
2093
|
},
|
|
2082
2094
|
"required": [
|
|
@@ -3245,6 +3257,9 @@
|
|
|
3245
3257
|
"tokenUrl": {
|
|
3246
3258
|
"type": "string"
|
|
3247
3259
|
},
|
|
3260
|
+
"foundryTokenScale": {
|
|
3261
|
+
"$ref": "../foundry-shared.json#/$defs/foundryTokenScale"
|
|
3262
|
+
},
|
|
3248
3263
|
"altArt": {
|
|
3249
3264
|
"type": "array",
|
|
3250
3265
|
"items": {
|
|
@@ -3273,6 +3288,9 @@
|
|
|
3273
3288
|
"properties": {
|
|
3274
3289
|
"tokenUrl": {
|
|
3275
3290
|
"type": "string"
|
|
3291
|
+
},
|
|
3292
|
+
"foundryTokenScale": {
|
|
3293
|
+
"$ref": "../foundry-shared.json#/$defs/foundryTokenScale"
|
|
3276
3294
|
}
|
|
3277
3295
|
},
|
|
3278
3296
|
"required": [
|
|
@@ -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.2.
|
|
4
|
+
"version": "1.2.9",
|
|
5
5
|
"type": "object",
|
|
6
6
|
"$defs": {
|
|
7
7
|
"object": {
|
|
@@ -124,6 +124,9 @@
|
|
|
124
124
|
"tokenUrl": {
|
|
125
125
|
"type": "string"
|
|
126
126
|
},
|
|
127
|
+
"foundryTokenScale": {
|
|
128
|
+
"$ref": "foundry-shared.json#/$defs/foundryTokenScale"
|
|
129
|
+
},
|
|
127
130
|
"srd": {
|
|
128
131
|
"$ref": "util.json#/$defs/srd"
|
|
129
132
|
},
|
|
@@ -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.
|
|
6
|
+
"version": "1.14.0",
|
|
7
7
|
"$defs": {
|
|
8
8
|
"metaDependenciesArray": {
|
|
9
9
|
"type": "array",
|
|
@@ -1833,25 +1833,50 @@
|
|
|
1833
1833
|
"spell": {
|
|
1834
1834
|
"type": "array",
|
|
1835
1835
|
"items": {
|
|
1836
|
-
"
|
|
1836
|
+
"oneOf": [
|
|
1837
|
+
{
|
|
1838
|
+
"type": "string"
|
|
1839
|
+
},
|
|
1840
|
+
{
|
|
1841
|
+
"type": "object",
|
|
1842
|
+
"properties": {
|
|
1843
|
+
"choose": {
|
|
1844
|
+
"type": "string",
|
|
1845
|
+
"description": "A range prerequisite spells, formatted similarly to the options in a {@filter ...} tag. \nFor example: \"level=0|class=Wizard\""
|
|
1846
|
+
},
|
|
1847
|
+
"entry": {
|
|
1848
|
+
"type": "string"
|
|
1849
|
+
},
|
|
1850
|
+
"entrySummary": {
|
|
1851
|
+
"description": "Used in short/list displays",
|
|
1852
|
+
"type": "string"
|
|
1853
|
+
}
|
|
1854
|
+
},
|
|
1855
|
+
"required": [
|
|
1856
|
+
"choose",
|
|
1857
|
+
"entry"
|
|
1858
|
+
],
|
|
1859
|
+
"additionalProperties": false
|
|
1860
|
+
}
|
|
1861
|
+
]
|
|
1837
1862
|
}
|
|
1838
1863
|
},
|
|
1839
1864
|
"feat": {
|
|
1840
1865
|
"type": "array",
|
|
1841
1866
|
"items": {
|
|
1842
|
-
"
|
|
1867
|
+
"type": "string"
|
|
1843
1868
|
}
|
|
1844
1869
|
},
|
|
1845
1870
|
"feature": {
|
|
1846
1871
|
"type": "array",
|
|
1847
1872
|
"items": {
|
|
1848
|
-
"
|
|
1873
|
+
"type": "string"
|
|
1849
1874
|
}
|
|
1850
1875
|
},
|
|
1851
1876
|
"item": {
|
|
1852
1877
|
"type": "array",
|
|
1853
1878
|
"items": {
|
|
1854
|
-
"
|
|
1879
|
+
"type": "string"
|
|
1855
1880
|
}
|
|
1856
1881
|
},
|
|
1857
1882
|
"itemType": {
|
|
@@ -4161,7 +4186,8 @@
|
|
|
4161
4186
|
"const": true
|
|
4162
4187
|
}
|
|
4163
4188
|
}
|
|
4164
|
-
}
|
|
4189
|
+
},
|
|
4190
|
+
"uniqueItems": true
|
|
4165
4191
|
},
|
|
4166
4192
|
"adventureBookData": {
|
|
4167
4193
|
"type": "array",
|
|
@@ -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.3",
|
|
5
5
|
"type": "object",
|
|
6
6
|
"$defs": {
|
|
7
7
|
"vehicleTerrain": {
|
|
@@ -454,6 +454,9 @@
|
|
|
454
454
|
"tokenUrl": {
|
|
455
455
|
"type": "string"
|
|
456
456
|
},
|
|
457
|
+
"foundryTokenScale": {
|
|
458
|
+
"$ref": "foundry-shared.json#/$defs/foundryTokenScale"
|
|
459
|
+
},
|
|
457
460
|
"foundrySystem": {
|
|
458
461
|
"$ref": "util.json#/$defs/foundrySystemObject"
|
|
459
462
|
},
|
|
@@ -630,6 +633,9 @@
|
|
|
630
633
|
"tokenUrl": {
|
|
631
634
|
"type": "string"
|
|
632
635
|
},
|
|
636
|
+
"foundryTokenScale": {
|
|
637
|
+
"$ref": "foundry-shared.json#/$defs/foundryTokenScale"
|
|
638
|
+
},
|
|
633
639
|
"foundrySystem": {
|
|
634
640
|
"$ref": "util.json#/$defs/foundrySystemObject"
|
|
635
641
|
},
|
|
@@ -806,6 +812,9 @@
|
|
|
806
812
|
"tokenUrl": {
|
|
807
813
|
"type": "string"
|
|
808
814
|
},
|
|
815
|
+
"foundryTokenScale": {
|
|
816
|
+
"$ref": "foundry-shared.json#/$defs/foundryTokenScale"
|
|
817
|
+
},
|
|
809
818
|
"foundrySystem": {
|
|
810
819
|
"$ref": "util.json#/$defs/foundrySystemObject"
|
|
811
820
|
},
|
|
@@ -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.21",
|
|
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
|
+
"foundryTokenScale": {
|
|
863
|
+
"$ref": "../foundry-shared.json#/$defs/foundryTokenScale"
|
|
864
|
+
},
|
|
862
865
|
"altArt": {
|
|
863
866
|
"type": "array",
|
|
864
867
|
"items": {
|
|
@@ -1942,6 +1945,9 @@
|
|
|
1942
1945
|
"tokenUrl": {
|
|
1943
1946
|
"type": "string"
|
|
1944
1947
|
},
|
|
1948
|
+
"foundryTokenScale": {
|
|
1949
|
+
"$ref": "../foundry-shared.json#/$defs/foundryTokenScale"
|
|
1950
|
+
},
|
|
1945
1951
|
"altArt": {
|
|
1946
1952
|
"type": "array",
|
|
1947
1953
|
"items": {
|
|
@@ -3039,6 +3045,9 @@
|
|
|
3039
3045
|
"tokenUrl": {
|
|
3040
3046
|
"type": "string"
|
|
3041
3047
|
},
|
|
3048
|
+
"foundryTokenScale": {
|
|
3049
|
+
"$ref": "../foundry-shared.json#/$defs/foundryTokenScale"
|
|
3050
|
+
},
|
|
3042
3051
|
"altArt": {
|
|
3043
3052
|
"type": "array",
|
|
3044
3053
|
"items": {
|
package/schema/site/items.json
CHANGED
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.2.
|
|
4
|
+
"version": "1.2.9",
|
|
5
5
|
"type": "object",
|
|
6
6
|
"$defs": {
|
|
7
7
|
"object": {
|
|
@@ -124,6 +124,9 @@
|
|
|
124
124
|
"tokenUrl": {
|
|
125
125
|
"type": "string"
|
|
126
126
|
},
|
|
127
|
+
"foundryTokenScale": {
|
|
128
|
+
"$ref": "foundry-shared.json#/$defs/foundryTokenScale"
|
|
129
|
+
},
|
|
127
130
|
"srd": {
|
|
128
131
|
"$ref": "util.json#/$defs/srd"
|
|
129
132
|
},
|
package/schema/site/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.
|
|
6
|
+
"version": "1.14.0",
|
|
7
7
|
"$defs": {
|
|
8
8
|
"metaDependenciesArray": {
|
|
9
9
|
"type": "array",
|
|
@@ -1815,25 +1815,50 @@
|
|
|
1815
1815
|
"spell": {
|
|
1816
1816
|
"type": "array",
|
|
1817
1817
|
"items": {
|
|
1818
|
-
"
|
|
1818
|
+
"oneOf": [
|
|
1819
|
+
{
|
|
1820
|
+
"type": "string"
|
|
1821
|
+
},
|
|
1822
|
+
{
|
|
1823
|
+
"type": "object",
|
|
1824
|
+
"properties": {
|
|
1825
|
+
"choose": {
|
|
1826
|
+
"type": "string",
|
|
1827
|
+
"description": "A range prerequisite spells, formatted similarly to the options in a {@filter ...} tag. \nFor example: \"level=0|class=Wizard\""
|
|
1828
|
+
},
|
|
1829
|
+
"entry": {
|
|
1830
|
+
"type": "string"
|
|
1831
|
+
},
|
|
1832
|
+
"entrySummary": {
|
|
1833
|
+
"description": "Used in short/list displays",
|
|
1834
|
+
"type": "string"
|
|
1835
|
+
}
|
|
1836
|
+
},
|
|
1837
|
+
"required": [
|
|
1838
|
+
"choose",
|
|
1839
|
+
"entry"
|
|
1840
|
+
],
|
|
1841
|
+
"additionalProperties": false
|
|
1842
|
+
}
|
|
1843
|
+
]
|
|
1819
1844
|
}
|
|
1820
1845
|
},
|
|
1821
1846
|
"feat": {
|
|
1822
1847
|
"type": "array",
|
|
1823
1848
|
"items": {
|
|
1824
|
-
"
|
|
1849
|
+
"type": "string"
|
|
1825
1850
|
}
|
|
1826
1851
|
},
|
|
1827
1852
|
"feature": {
|
|
1828
1853
|
"type": "array",
|
|
1829
1854
|
"items": {
|
|
1830
|
-
"
|
|
1855
|
+
"type": "string"
|
|
1831
1856
|
}
|
|
1832
1857
|
},
|
|
1833
1858
|
"item": {
|
|
1834
1859
|
"type": "array",
|
|
1835
1860
|
"items": {
|
|
1836
|
-
"
|
|
1861
|
+
"type": "string"
|
|
1837
1862
|
}
|
|
1838
1863
|
},
|
|
1839
1864
|
"itemType": {
|
|
@@ -4140,7 +4165,8 @@
|
|
|
4140
4165
|
"const": true
|
|
4141
4166
|
}
|
|
4142
4167
|
}
|
|
4143
|
-
}
|
|
4168
|
+
},
|
|
4169
|
+
"uniqueItems": true
|
|
4144
4170
|
},
|
|
4145
4171
|
"adventureBookData": {
|
|
4146
4172
|
"type": "array",
|
|
@@ -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.21",
|
|
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
|
+
"foundryTokenScale": {
|
|
863
|
+
"$ref": "../foundry-shared.json#/$defs/foundryTokenScale"
|
|
864
|
+
},
|
|
862
865
|
"altArt": {
|
|
863
866
|
"type": "array",
|
|
864
867
|
"items": {
|
|
@@ -1942,6 +1945,9 @@
|
|
|
1942
1945
|
"tokenUrl": {
|
|
1943
1946
|
"type": "string"
|
|
1944
1947
|
},
|
|
1948
|
+
"foundryTokenScale": {
|
|
1949
|
+
"$ref": "../foundry-shared.json#/$defs/foundryTokenScale"
|
|
1950
|
+
},
|
|
1945
1951
|
"altArt": {
|
|
1946
1952
|
"type": "array",
|
|
1947
1953
|
"items": {
|
|
@@ -3039,6 +3045,9 @@
|
|
|
3039
3045
|
"tokenUrl": {
|
|
3040
3046
|
"type": "string"
|
|
3041
3047
|
},
|
|
3048
|
+
"foundryTokenScale": {
|
|
3049
|
+
"$ref": "../foundry-shared.json#/$defs/foundryTokenScale"
|
|
3050
|
+
},
|
|
3042
3051
|
"altArt": {
|
|
3043
3052
|
"type": "array",
|
|
3044
3053
|
"items": {
|
|
@@ -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.2.
|
|
4
|
+
"version": "1.2.9",
|
|
5
5
|
"type": "object",
|
|
6
6
|
"$defs": {
|
|
7
7
|
"object": {
|
|
@@ -124,6 +124,9 @@
|
|
|
124
124
|
"tokenUrl": {
|
|
125
125
|
"type": "string"
|
|
126
126
|
},
|
|
127
|
+
"foundryTokenScale": {
|
|
128
|
+
"$ref": "foundry-shared.json#/$defs/foundryTokenScale"
|
|
129
|
+
},
|
|
127
130
|
"srd": {
|
|
128
131
|
"$ref": "util.json#/$defs/srd"
|
|
129
132
|
},
|
|
@@ -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.
|
|
6
|
+
"version": "1.14.0",
|
|
7
7
|
"$defs": {
|
|
8
8
|
"metaDependenciesArray": {
|
|
9
9
|
"type": "array",
|
|
@@ -1815,25 +1815,50 @@
|
|
|
1815
1815
|
"spell": {
|
|
1816
1816
|
"type": "array",
|
|
1817
1817
|
"items": {
|
|
1818
|
-
"
|
|
1818
|
+
"oneOf": [
|
|
1819
|
+
{
|
|
1820
|
+
"type": "string"
|
|
1821
|
+
},
|
|
1822
|
+
{
|
|
1823
|
+
"type": "object",
|
|
1824
|
+
"properties": {
|
|
1825
|
+
"choose": {
|
|
1826
|
+
"type": "string",
|
|
1827
|
+
"description": "A range prerequisite spells, formatted similarly to the options in a {@filter ...} tag. \nFor example: \"level=0|class=Wizard\""
|
|
1828
|
+
},
|
|
1829
|
+
"entry": {
|
|
1830
|
+
"type": "string"
|
|
1831
|
+
},
|
|
1832
|
+
"entrySummary": {
|
|
1833
|
+
"description": "Used in short/list displays",
|
|
1834
|
+
"type": "string"
|
|
1835
|
+
}
|
|
1836
|
+
},
|
|
1837
|
+
"required": [
|
|
1838
|
+
"choose",
|
|
1839
|
+
"entry"
|
|
1840
|
+
],
|
|
1841
|
+
"additionalProperties": false
|
|
1842
|
+
}
|
|
1843
|
+
]
|
|
1819
1844
|
}
|
|
1820
1845
|
},
|
|
1821
1846
|
"feat": {
|
|
1822
1847
|
"type": "array",
|
|
1823
1848
|
"items": {
|
|
1824
|
-
"
|
|
1849
|
+
"type": "string"
|
|
1825
1850
|
}
|
|
1826
1851
|
},
|
|
1827
1852
|
"feature": {
|
|
1828
1853
|
"type": "array",
|
|
1829
1854
|
"items": {
|
|
1830
|
-
"
|
|
1855
|
+
"type": "string"
|
|
1831
1856
|
}
|
|
1832
1857
|
},
|
|
1833
1858
|
"item": {
|
|
1834
1859
|
"type": "array",
|
|
1835
1860
|
"items": {
|
|
1836
|
-
"
|
|
1861
|
+
"type": "string"
|
|
1837
1862
|
}
|
|
1838
1863
|
},
|
|
1839
1864
|
"itemType": {
|
|
@@ -4140,7 +4165,8 @@
|
|
|
4140
4165
|
"const": true
|
|
4141
4166
|
}
|
|
4142
4167
|
}
|
|
4143
|
-
}
|
|
4168
|
+
},
|
|
4169
|
+
"uniqueItems": true
|
|
4144
4170
|
},
|
|
4145
4171
|
"adventureBookData": {
|
|
4146
4172
|
"type": "array",
|
|
@@ -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.21",
|
|
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
|
+
"foundryTokenScale": {
|
|
863
|
+
"$ref": "../foundry-shared.json#/$defs/foundryTokenScale"
|
|
864
|
+
},
|
|
862
865
|
"altArt": {
|
|
863
866
|
"type": "array",
|
|
864
867
|
"items": {
|
|
@@ -1942,6 +1945,9 @@
|
|
|
1942
1945
|
"tokenUrl": {
|
|
1943
1946
|
"type": "string"
|
|
1944
1947
|
},
|
|
1948
|
+
"foundryTokenScale": {
|
|
1949
|
+
"$ref": "../foundry-shared.json#/$defs/foundryTokenScale"
|
|
1950
|
+
},
|
|
1945
1951
|
"altArt": {
|
|
1946
1952
|
"type": "array",
|
|
1947
1953
|
"items": {
|
|
@@ -3039,6 +3045,9 @@
|
|
|
3039
3045
|
"tokenUrl": {
|
|
3040
3046
|
"type": "string"
|
|
3041
3047
|
},
|
|
3048
|
+
"foundryTokenScale": {
|
|
3049
|
+
"$ref": "../foundry-shared.json#/$defs/foundryTokenScale"
|
|
3050
|
+
},
|
|
3042
3051
|
"altArt": {
|
|
3043
3052
|
"type": "array",
|
|
3044
3053
|
"items": {
|
package/schema/ua/items.json
CHANGED
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.2.
|
|
4
|
+
"version": "1.2.9",
|
|
5
5
|
"type": "object",
|
|
6
6
|
"$defs": {
|
|
7
7
|
"object": {
|
|
@@ -124,6 +124,9 @@
|
|
|
124
124
|
"tokenUrl": {
|
|
125
125
|
"type": "string"
|
|
126
126
|
},
|
|
127
|
+
"foundryTokenScale": {
|
|
128
|
+
"$ref": "foundry-shared.json#/$defs/foundryTokenScale"
|
|
129
|
+
},
|
|
127
130
|
"srd": {
|
|
128
131
|
"$ref": "util.json#/$defs/srd"
|
|
129
132
|
},
|
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.
|
|
6
|
+
"version": "1.14.0",
|
|
7
7
|
"$defs": {
|
|
8
8
|
"metaDependenciesArray": {
|
|
9
9
|
"type": "array",
|
|
@@ -1815,25 +1815,50 @@
|
|
|
1815
1815
|
"spell": {
|
|
1816
1816
|
"type": "array",
|
|
1817
1817
|
"items": {
|
|
1818
|
-
"
|
|
1818
|
+
"oneOf": [
|
|
1819
|
+
{
|
|
1820
|
+
"type": "string"
|
|
1821
|
+
},
|
|
1822
|
+
{
|
|
1823
|
+
"type": "object",
|
|
1824
|
+
"properties": {
|
|
1825
|
+
"choose": {
|
|
1826
|
+
"type": "string",
|
|
1827
|
+
"description": "A range prerequisite spells, formatted similarly to the options in a {@filter ...} tag. \nFor example: \"level=0|class=Wizard\""
|
|
1828
|
+
},
|
|
1829
|
+
"entry": {
|
|
1830
|
+
"type": "string"
|
|
1831
|
+
},
|
|
1832
|
+
"entrySummary": {
|
|
1833
|
+
"description": "Used in short/list displays",
|
|
1834
|
+
"type": "string"
|
|
1835
|
+
}
|
|
1836
|
+
},
|
|
1837
|
+
"required": [
|
|
1838
|
+
"choose",
|
|
1839
|
+
"entry"
|
|
1840
|
+
],
|
|
1841
|
+
"additionalProperties": false
|
|
1842
|
+
}
|
|
1843
|
+
]
|
|
1819
1844
|
}
|
|
1820
1845
|
},
|
|
1821
1846
|
"feat": {
|
|
1822
1847
|
"type": "array",
|
|
1823
1848
|
"items": {
|
|
1824
|
-
"
|
|
1849
|
+
"type": "string"
|
|
1825
1850
|
}
|
|
1826
1851
|
},
|
|
1827
1852
|
"feature": {
|
|
1828
1853
|
"type": "array",
|
|
1829
1854
|
"items": {
|
|
1830
|
-
"
|
|
1855
|
+
"type": "string"
|
|
1831
1856
|
}
|
|
1832
1857
|
},
|
|
1833
1858
|
"item": {
|
|
1834
1859
|
"type": "array",
|
|
1835
1860
|
"items": {
|
|
1836
|
-
"
|
|
1861
|
+
"type": "string"
|
|
1837
1862
|
}
|
|
1838
1863
|
},
|
|
1839
1864
|
"itemType": {
|
|
@@ -4140,7 +4165,8 @@
|
|
|
4140
4165
|
"const": true
|
|
4141
4166
|
}
|
|
4142
4167
|
}
|
|
4143
|
-
}
|
|
4168
|
+
},
|
|
4169
|
+
"uniqueItems": true
|
|
4144
4170
|
},
|
|
4145
4171
|
"adventureBookData": {
|
|
4146
4172
|
"type": "array",
|
package/schema/ua/vehicles.json
CHANGED
|
@@ -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.21",
|
|
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
|
+
"foundryTokenScale": {
|
|
863
|
+
"$ref": "../foundry-shared.json#/$defs/foundryTokenScale"
|
|
864
|
+
},
|
|
862
865
|
"altArt": {
|
|
863
866
|
"type": "array",
|
|
864
867
|
"items": {
|
|
@@ -1942,6 +1945,9 @@
|
|
|
1942
1945
|
"tokenUrl": {
|
|
1943
1946
|
"type": "string"
|
|
1944
1947
|
},
|
|
1948
|
+
"foundryTokenScale": {
|
|
1949
|
+
"$ref": "../foundry-shared.json#/$defs/foundryTokenScale"
|
|
1950
|
+
},
|
|
1945
1951
|
"altArt": {
|
|
1946
1952
|
"type": "array",
|
|
1947
1953
|
"items": {
|
|
@@ -3039,6 +3045,9 @@
|
|
|
3039
3045
|
"tokenUrl": {
|
|
3040
3046
|
"type": "string"
|
|
3041
3047
|
},
|
|
3048
|
+
"foundryTokenScale": {
|
|
3049
|
+
"$ref": "../foundry-shared.json#/$defs/foundryTokenScale"
|
|
3050
|
+
},
|
|
3042
3051
|
"altArt": {
|
|
3043
3052
|
"type": "array",
|
|
3044
3053
|
"items": {
|
|
@@ -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.2.
|
|
4
|
+
"version": "1.2.9",
|
|
5
5
|
"type": "object",
|
|
6
6
|
"$defs": {
|
|
7
7
|
"object": {
|
|
@@ -124,6 +124,9 @@
|
|
|
124
124
|
"tokenUrl": {
|
|
125
125
|
"type": "string"
|
|
126
126
|
},
|
|
127
|
+
"foundryTokenScale": {
|
|
128
|
+
"$ref": "foundry-shared.json#/$defs/foundryTokenScale"
|
|
129
|
+
},
|
|
127
130
|
"srd": {
|
|
128
131
|
"$ref": "util.json#/$defs/srd"
|
|
129
132
|
},
|
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.
|
|
6
|
+
"version": "1.14.0",
|
|
7
7
|
"$defs": {
|
|
8
8
|
"metaDependenciesArray": {
|
|
9
9
|
"type": "array",
|
|
@@ -1815,25 +1815,50 @@
|
|
|
1815
1815
|
"spell": {
|
|
1816
1816
|
"type": "array",
|
|
1817
1817
|
"items": {
|
|
1818
|
-
"
|
|
1818
|
+
"oneOf": [
|
|
1819
|
+
{
|
|
1820
|
+
"type": "string"
|
|
1821
|
+
},
|
|
1822
|
+
{
|
|
1823
|
+
"type": "object",
|
|
1824
|
+
"properties": {
|
|
1825
|
+
"choose": {
|
|
1826
|
+
"type": "string",
|
|
1827
|
+
"description": "A range prerequisite spells, formatted similarly to the options in a {@filter ...} tag. \nFor example: \"level=0|class=Wizard\""
|
|
1828
|
+
},
|
|
1829
|
+
"entry": {
|
|
1830
|
+
"type": "string"
|
|
1831
|
+
},
|
|
1832
|
+
"entrySummary": {
|
|
1833
|
+
"description": "Used in short/list displays",
|
|
1834
|
+
"type": "string"
|
|
1835
|
+
}
|
|
1836
|
+
},
|
|
1837
|
+
"required": [
|
|
1838
|
+
"choose",
|
|
1839
|
+
"entry"
|
|
1840
|
+
],
|
|
1841
|
+
"additionalProperties": false
|
|
1842
|
+
}
|
|
1843
|
+
]
|
|
1819
1844
|
}
|
|
1820
1845
|
},
|
|
1821
1846
|
"feat": {
|
|
1822
1847
|
"type": "array",
|
|
1823
1848
|
"items": {
|
|
1824
|
-
"
|
|
1849
|
+
"type": "string"
|
|
1825
1850
|
}
|
|
1826
1851
|
},
|
|
1827
1852
|
"feature": {
|
|
1828
1853
|
"type": "array",
|
|
1829
1854
|
"items": {
|
|
1830
|
-
"
|
|
1855
|
+
"type": "string"
|
|
1831
1856
|
}
|
|
1832
1857
|
},
|
|
1833
1858
|
"item": {
|
|
1834
1859
|
"type": "array",
|
|
1835
1860
|
"items": {
|
|
1836
|
-
"
|
|
1861
|
+
"type": "string"
|
|
1837
1862
|
}
|
|
1838
1863
|
},
|
|
1839
1864
|
"itemType": {
|
|
@@ -4140,7 +4165,8 @@
|
|
|
4140
4165
|
"const": true
|
|
4141
4166
|
}
|
|
4142
4167
|
}
|
|
4143
|
-
}
|
|
4168
|
+
},
|
|
4169
|
+
"uniqueItems": true
|
|
4144
4170
|
},
|
|
4145
4171
|
"adventureBookData": {
|
|
4146
4172
|
"type": "array",
|