5etools-utils 0.13.2 → 0.13.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/schema/brew/objects.json +4 -1
- package/schema/brew/util.json +5 -3
- package/schema/brew-fast/objects.json +4 -1
- package/schema/brew-fast/util.json +5 -3
- package/schema/site/objects.json +4 -1
- package/schema/site/util.json +5 -3
- package/schema/site-fast/objects.json +4 -1
- package/schema/site-fast/util.json +5 -3
- package/schema/ua/objects.json +4 -1
- package/schema/ua/util.json +5 -3
- package/schema/ua-fast/objects.json +4 -1
- package/schema/ua-fast/util.json +5 -3
package/package.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.3.
|
|
4
|
+
"version": "1.3.8",
|
|
5
5
|
"type": "object",
|
|
6
6
|
"$defs": {
|
|
7
7
|
"object": {
|
|
@@ -137,6 +137,9 @@
|
|
|
137
137
|
"foundryTokenScale": {
|
|
138
138
|
"$ref": "util-foundry.json#/$defs/foundryTokenScale"
|
|
139
139
|
},
|
|
140
|
+
"altArt": {
|
|
141
|
+
"$ref": "util-token.json#/$defs/altArt"
|
|
142
|
+
},
|
|
140
143
|
"srd": {
|
|
141
144
|
"$ref": "util.json#/$defs/srd"
|
|
142
145
|
},
|
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.17.
|
|
6
|
+
"version": "1.17.24",
|
|
7
7
|
"$defs": {
|
|
8
8
|
"metaDependenciesArray": {
|
|
9
9
|
"type": "array",
|
|
@@ -2193,7 +2193,8 @@
|
|
|
2193
2193
|
"type": "string",
|
|
2194
2194
|
"examples": [
|
|
2195
2195
|
"Dragonlance",
|
|
2196
|
-
"Planescape"
|
|
2196
|
+
"Planescape",
|
|
2197
|
+
"Eberron"
|
|
2197
2198
|
]
|
|
2198
2199
|
}
|
|
2199
2200
|
},
|
|
@@ -2351,8 +2352,9 @@
|
|
|
2351
2352
|
},
|
|
2352
2353
|
"dataFeatCategory": {
|
|
2353
2354
|
"type": "string",
|
|
2354
|
-
"description": "
|
|
2355
|
+
"description": "D: Dragonmark\nG: General\nO: Origin\nFS: Fighting Style\nFS:P: Fighting Style (Paladin)\nFS:R: Fighting Style (Ranger)\nEB: Epic Boon",
|
|
2355
2356
|
"examples": [
|
|
2357
|
+
"D",
|
|
2356
2358
|
"G",
|
|
2357
2359
|
"O",
|
|
2358
2360
|
"FS",
|
|
@@ -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.8",
|
|
5
5
|
"type": "object",
|
|
6
6
|
"$defs": {
|
|
7
7
|
"object": {
|
|
@@ -137,6 +137,9 @@
|
|
|
137
137
|
"foundryTokenScale": {
|
|
138
138
|
"$ref": "util-foundry.json#/$defs/foundryTokenScale"
|
|
139
139
|
},
|
|
140
|
+
"altArt": {
|
|
141
|
+
"$ref": "util-token.json#/$defs/altArt"
|
|
142
|
+
},
|
|
140
143
|
"srd": {
|
|
141
144
|
"$ref": "util.json#/$defs/srd"
|
|
142
145
|
},
|
|
@@ -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.24",
|
|
7
7
|
"$defs": {
|
|
8
8
|
"metaDependenciesArray": {
|
|
9
9
|
"type": "array",
|
|
@@ -2193,7 +2193,8 @@
|
|
|
2193
2193
|
"type": "string",
|
|
2194
2194
|
"examples": [
|
|
2195
2195
|
"Dragonlance",
|
|
2196
|
-
"Planescape"
|
|
2196
|
+
"Planescape",
|
|
2197
|
+
"Eberron"
|
|
2197
2198
|
]
|
|
2198
2199
|
}
|
|
2199
2200
|
},
|
|
@@ -2351,8 +2352,9 @@
|
|
|
2351
2352
|
},
|
|
2352
2353
|
"dataFeatCategory": {
|
|
2353
2354
|
"type": "string",
|
|
2354
|
-
"description": "
|
|
2355
|
+
"description": "D: Dragonmark\nG: General\nO: Origin\nFS: Fighting Style\nFS:P: Fighting Style (Paladin)\nFS:R: Fighting Style (Ranger)\nEB: Epic Boon",
|
|
2355
2356
|
"examples": [
|
|
2357
|
+
"D",
|
|
2356
2358
|
"G",
|
|
2357
2359
|
"O",
|
|
2358
2360
|
"FS",
|
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.8",
|
|
5
5
|
"type": "object",
|
|
6
6
|
"$defs": {
|
|
7
7
|
"object": {
|
|
@@ -137,6 +137,9 @@
|
|
|
137
137
|
"foundryTokenScale": {
|
|
138
138
|
"$ref": "util-foundry.json#/$defs/foundryTokenScale"
|
|
139
139
|
},
|
|
140
|
+
"altArt": {
|
|
141
|
+
"$ref": "util-token.json#/$defs/altArt"
|
|
142
|
+
},
|
|
140
143
|
"srd": {
|
|
141
144
|
"$ref": "util.json#/$defs/srd"
|
|
142
145
|
},
|
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.17.
|
|
6
|
+
"version": "1.17.24",
|
|
7
7
|
"$defs": {
|
|
8
8
|
"metaDependenciesArray": {
|
|
9
9
|
"type": "array",
|
|
@@ -2137,7 +2137,8 @@
|
|
|
2137
2137
|
"type": "string",
|
|
2138
2138
|
"enum": [
|
|
2139
2139
|
"Dragonlance",
|
|
2140
|
-
"Planescape"
|
|
2140
|
+
"Planescape",
|
|
2141
|
+
"Eberron"
|
|
2141
2142
|
]
|
|
2142
2143
|
}
|
|
2143
2144
|
},
|
|
@@ -2292,8 +2293,9 @@
|
|
|
2292
2293
|
},
|
|
2293
2294
|
"dataFeatCategory": {
|
|
2294
2295
|
"type": "string",
|
|
2295
|
-
"description": "
|
|
2296
|
+
"description": "D: Dragonmark\nG: General\nO: Origin\nFS: Fighting Style\nFS:P: Fighting Style (Paladin)\nFS:R: Fighting Style (Ranger)\nEB: Epic Boon",
|
|
2296
2297
|
"enum": [
|
|
2298
|
+
"D",
|
|
2297
2299
|
"G",
|
|
2298
2300
|
"O",
|
|
2299
2301
|
"FS",
|
|
@@ -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.8",
|
|
5
5
|
"type": "object",
|
|
6
6
|
"$defs": {
|
|
7
7
|
"object": {
|
|
@@ -137,6 +137,9 @@
|
|
|
137
137
|
"foundryTokenScale": {
|
|
138
138
|
"$ref": "util-foundry.json#/$defs/foundryTokenScale"
|
|
139
139
|
},
|
|
140
|
+
"altArt": {
|
|
141
|
+
"$ref": "util-token.json#/$defs/altArt"
|
|
142
|
+
},
|
|
140
143
|
"srd": {
|
|
141
144
|
"$ref": "util.json#/$defs/srd"
|
|
142
145
|
},
|
|
@@ -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.24",
|
|
7
7
|
"$defs": {
|
|
8
8
|
"metaDependenciesArray": {
|
|
9
9
|
"type": "array",
|
|
@@ -2137,7 +2137,8 @@
|
|
|
2137
2137
|
"type": "string",
|
|
2138
2138
|
"enum": [
|
|
2139
2139
|
"Dragonlance",
|
|
2140
|
-
"Planescape"
|
|
2140
|
+
"Planescape",
|
|
2141
|
+
"Eberron"
|
|
2141
2142
|
]
|
|
2142
2143
|
}
|
|
2143
2144
|
},
|
|
@@ -2292,8 +2293,9 @@
|
|
|
2292
2293
|
},
|
|
2293
2294
|
"dataFeatCategory": {
|
|
2294
2295
|
"type": "string",
|
|
2295
|
-
"description": "
|
|
2296
|
+
"description": "D: Dragonmark\nG: General\nO: Origin\nFS: Fighting Style\nFS:P: Fighting Style (Paladin)\nFS:R: Fighting Style (Ranger)\nEB: Epic Boon",
|
|
2296
2297
|
"enum": [
|
|
2298
|
+
"D",
|
|
2297
2299
|
"G",
|
|
2298
2300
|
"O",
|
|
2299
2301
|
"FS",
|
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.8",
|
|
5
5
|
"type": "object",
|
|
6
6
|
"$defs": {
|
|
7
7
|
"object": {
|
|
@@ -137,6 +137,9 @@
|
|
|
137
137
|
"foundryTokenScale": {
|
|
138
138
|
"$ref": "util-foundry.json#/$defs/foundryTokenScale"
|
|
139
139
|
},
|
|
140
|
+
"altArt": {
|
|
141
|
+
"$ref": "util-token.json#/$defs/altArt"
|
|
142
|
+
},
|
|
140
143
|
"srd": {
|
|
141
144
|
"$ref": "util.json#/$defs/srd"
|
|
142
145
|
},
|
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.24",
|
|
7
7
|
"$defs": {
|
|
8
8
|
"metaDependenciesArray": {
|
|
9
9
|
"type": "array",
|
|
@@ -2148,7 +2148,8 @@
|
|
|
2148
2148
|
"type": "string",
|
|
2149
2149
|
"enum": [
|
|
2150
2150
|
"Dragonlance",
|
|
2151
|
-
"Planescape"
|
|
2151
|
+
"Planescape",
|
|
2152
|
+
"Eberron"
|
|
2152
2153
|
]
|
|
2153
2154
|
}
|
|
2154
2155
|
},
|
|
@@ -2303,8 +2304,9 @@
|
|
|
2303
2304
|
},
|
|
2304
2305
|
"dataFeatCategory": {
|
|
2305
2306
|
"type": "string",
|
|
2306
|
-
"description": "
|
|
2307
|
+
"description": "D: Dragonmark\nG: General\nO: Origin\nFS: Fighting Style\nFS:P: Fighting Style (Paladin)\nFS:R: Fighting Style (Ranger)\nEB: Epic Boon",
|
|
2307
2308
|
"enum": [
|
|
2309
|
+
"D",
|
|
2308
2310
|
"G",
|
|
2309
2311
|
"O",
|
|
2310
2312
|
"FS",
|
|
@@ -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.8",
|
|
5
5
|
"type": "object",
|
|
6
6
|
"$defs": {
|
|
7
7
|
"object": {
|
|
@@ -137,6 +137,9 @@
|
|
|
137
137
|
"foundryTokenScale": {
|
|
138
138
|
"$ref": "util-foundry.json#/$defs/foundryTokenScale"
|
|
139
139
|
},
|
|
140
|
+
"altArt": {
|
|
141
|
+
"$ref": "util-token.json#/$defs/altArt"
|
|
142
|
+
},
|
|
140
143
|
"srd": {
|
|
141
144
|
"$ref": "util.json#/$defs/srd"
|
|
142
145
|
},
|
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.24",
|
|
7
7
|
"$defs": {
|
|
8
8
|
"metaDependenciesArray": {
|
|
9
9
|
"type": "array",
|
|
@@ -2148,7 +2148,8 @@
|
|
|
2148
2148
|
"type": "string",
|
|
2149
2149
|
"enum": [
|
|
2150
2150
|
"Dragonlance",
|
|
2151
|
-
"Planescape"
|
|
2151
|
+
"Planescape",
|
|
2152
|
+
"Eberron"
|
|
2152
2153
|
]
|
|
2153
2154
|
}
|
|
2154
2155
|
},
|
|
@@ -2303,8 +2304,9 @@
|
|
|
2303
2304
|
},
|
|
2304
2305
|
"dataFeatCategory": {
|
|
2305
2306
|
"type": "string",
|
|
2306
|
-
"description": "
|
|
2307
|
+
"description": "D: Dragonmark\nG: General\nO: Origin\nFS: Fighting Style\nFS:P: Fighting Style (Paladin)\nFS:R: Fighting Style (Ranger)\nEB: Epic Boon",
|
|
2307
2308
|
"enum": [
|
|
2309
|
+
"D",
|
|
2308
2310
|
"G",
|
|
2309
2311
|
"O",
|
|
2310
2312
|
"FS",
|