5etools-utils 0.8.12 → 0.8.14
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 +4 -1
- package/schema/brew/items-shared.json +9 -1
- package/schema/brew/items.json +10 -1
- package/schema/brew/magicvariants.json +4 -1
- package/schema/brew/util.json +62 -11
- package/schema/brew-fast/items-base.json +4 -1
- package/schema/brew-fast/items-shared.json +9 -1
- package/schema/brew-fast/items.json +10 -1
- package/schema/brew-fast/magicvariants.json +4 -1
- package/schema/brew-fast/util.json +62 -11
- package/schema/site/items-base.json +4 -1
- package/schema/site/items-shared.json +9 -1
- package/schema/site/items.json +10 -1
- package/schema/site/magicvariants.json +4 -1
- package/schema/site/util.json +62 -11
- package/schema/site-fast/items-base.json +4 -1
- package/schema/site-fast/items-shared.json +9 -1
- package/schema/site-fast/items.json +10 -1
- package/schema/site-fast/magicvariants.json +4 -1
- package/schema/site-fast/util.json +62 -11
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.7",
|
|
5
5
|
"$defs": {
|
|
6
6
|
"itemPropertyLookupArray": {
|
|
7
7
|
"type": "array",
|
|
@@ -368,6 +368,9 @@
|
|
|
368
368
|
"type": "string"
|
|
369
369
|
}
|
|
370
370
|
},
|
|
371
|
+
"mastery": {
|
|
372
|
+
"$ref": "items-shared.json#/$defs/itemMastery"
|
|
373
|
+
},
|
|
371
374
|
"hasFluff": {
|
|
372
375
|
"type": "boolean"
|
|
373
376
|
},
|
|
@@ -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.2",
|
|
7
7
|
"$defs": {
|
|
8
8
|
"_itemModifySpeedEqual": {
|
|
9
9
|
"type": "string",
|
|
@@ -255,6 +255,14 @@
|
|
|
255
255
|
"sling bullet|phb"
|
|
256
256
|
]
|
|
257
257
|
},
|
|
258
|
+
"itemMastery": {
|
|
259
|
+
"type": "array",
|
|
260
|
+
"items": {
|
|
261
|
+
"type": "string"
|
|
262
|
+
},
|
|
263
|
+
"minItems": 1,
|
|
264
|
+
"uniqueItems": true
|
|
265
|
+
},
|
|
258
266
|
"fluff": {
|
|
259
267
|
"description": "This is intended to be used for Homebrew only - site data should include a fluff file per source.",
|
|
260
268
|
"anyOf": [
|
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.13.
|
|
4
|
+
"version": "1.13.3",
|
|
5
5
|
"type": "object",
|
|
6
6
|
"$defs": {
|
|
7
7
|
"itemData": {
|
|
@@ -537,6 +537,9 @@
|
|
|
537
537
|
]
|
|
538
538
|
}
|
|
539
539
|
},
|
|
540
|
+
"mastery": {
|
|
541
|
+
"$ref": "items-shared.json#/$defs/itemMastery"
|
|
542
|
+
},
|
|
540
543
|
"hasFluff": {
|
|
541
544
|
"type": "boolean"
|
|
542
545
|
},
|
|
@@ -1133,6 +1136,9 @@
|
|
|
1133
1136
|
]
|
|
1134
1137
|
}
|
|
1135
1138
|
},
|
|
1139
|
+
"mastery": {
|
|
1140
|
+
"$ref": "items-shared.json#/$defs/itemMastery"
|
|
1141
|
+
},
|
|
1136
1142
|
"hasFluff": {
|
|
1137
1143
|
"type": "boolean"
|
|
1138
1144
|
},
|
|
@@ -1732,6 +1738,9 @@
|
|
|
1732
1738
|
]
|
|
1733
1739
|
}
|
|
1734
1740
|
},
|
|
1741
|
+
"mastery": {
|
|
1742
|
+
"$ref": "items-shared.json#/$defs/itemMastery"
|
|
1743
|
+
},
|
|
1735
1744
|
"hasFluff": {
|
|
1736
1745
|
"type": "boolean"
|
|
1737
1746
|
},
|
|
@@ -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.2",
|
|
5
5
|
"type": "object",
|
|
6
6
|
"properties": {
|
|
7
7
|
"magicvariant": {
|
|
@@ -253,6 +253,9 @@
|
|
|
253
253
|
"reqAttuneAltTags": {
|
|
254
254
|
"$ref": "util.json#/$defs/reqAttuneTags"
|
|
255
255
|
},
|
|
256
|
+
"mastery": {
|
|
257
|
+
"$ref": "items-shared.json#/$defs/itemMastery"
|
|
258
|
+
},
|
|
256
259
|
"hasRefs": {
|
|
257
260
|
"type": "boolean",
|
|
258
261
|
"description": "Whether this item has references within its data to dedicated \"itemEntry\"s."
|
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.13.
|
|
6
|
+
"version": "1.13.15",
|
|
7
7
|
"$defs": {
|
|
8
8
|
"metaBlock": {
|
|
9
9
|
"type": "object",
|
|
@@ -2262,30 +2262,81 @@
|
|
|
2262
2262
|
},
|
|
2263
2263
|
"uniqueItems": true
|
|
2264
2264
|
},
|
|
2265
|
-
"
|
|
2265
|
+
"_consumesObjectBase": {
|
|
2266
2266
|
"type": "object",
|
|
2267
2267
|
"properties": {
|
|
2268
2268
|
"name": {
|
|
2269
2269
|
"type": "string",
|
|
2270
2270
|
"examples": [
|
|
2271
|
-
"Superiority
|
|
2271
|
+
"Superiority Die",
|
|
2272
2272
|
"Ki",
|
|
2273
2273
|
"Channel Divinity",
|
|
2274
|
-
"Psionic Energy
|
|
2274
|
+
"Psionic Energy Die",
|
|
2275
2275
|
"Wild Shape",
|
|
2276
|
-
"Sorcery
|
|
2276
|
+
"Sorcery Point",
|
|
2277
2277
|
"Arcane Shot"
|
|
2278
2278
|
]
|
|
2279
|
-
},
|
|
2280
|
-
"amount": {
|
|
2281
|
-
"type": "integer"
|
|
2282
2279
|
}
|
|
2283
2280
|
},
|
|
2284
|
-
"required": [
|
|
2285
|
-
"name"
|
|
2286
|
-
],
|
|
2287
2281
|
"additionalProperties": false
|
|
2288
2282
|
},
|
|
2283
|
+
"consumesObject": {
|
|
2284
|
+
"oneOf": [
|
|
2285
|
+
{
|
|
2286
|
+
"type": "object",
|
|
2287
|
+
"properties": {
|
|
2288
|
+
"name": {
|
|
2289
|
+
"type": "string",
|
|
2290
|
+
"examples": [
|
|
2291
|
+
"Superiority Die",
|
|
2292
|
+
"Ki",
|
|
2293
|
+
"Channel Divinity",
|
|
2294
|
+
"Psionic Energy Die",
|
|
2295
|
+
"Wild Shape",
|
|
2296
|
+
"Sorcery Point",
|
|
2297
|
+
"Arcane Shot"
|
|
2298
|
+
]
|
|
2299
|
+
},
|
|
2300
|
+
"amount": {
|
|
2301
|
+
"type": "integer"
|
|
2302
|
+
}
|
|
2303
|
+
},
|
|
2304
|
+
"additionalProperties": false,
|
|
2305
|
+
"required": [
|
|
2306
|
+
"name"
|
|
2307
|
+
]
|
|
2308
|
+
},
|
|
2309
|
+
{
|
|
2310
|
+
"type": "object",
|
|
2311
|
+
"properties": {
|
|
2312
|
+
"name": {
|
|
2313
|
+
"type": "string",
|
|
2314
|
+
"examples": [
|
|
2315
|
+
"Superiority Die",
|
|
2316
|
+
"Ki",
|
|
2317
|
+
"Channel Divinity",
|
|
2318
|
+
"Psionic Energy Die",
|
|
2319
|
+
"Wild Shape",
|
|
2320
|
+
"Sorcery Point",
|
|
2321
|
+
"Arcane Shot"
|
|
2322
|
+
]
|
|
2323
|
+
},
|
|
2324
|
+
"amountMin": {
|
|
2325
|
+
"type": "integer"
|
|
2326
|
+
},
|
|
2327
|
+
"amountMax": {
|
|
2328
|
+
"type": "integer"
|
|
2329
|
+
}
|
|
2330
|
+
},
|
|
2331
|
+
"additionalProperties": false,
|
|
2332
|
+
"required": [
|
|
2333
|
+
"name",
|
|
2334
|
+
"amountMin",
|
|
2335
|
+
"amountMax"
|
|
2336
|
+
]
|
|
2337
|
+
}
|
|
2338
|
+
]
|
|
2339
|
+
},
|
|
2289
2340
|
"dataDamageTags": {
|
|
2290
2341
|
"type": "string",
|
|
2291
2342
|
"description": "A: Acid\n B: Bludgeoning\n C: Cold\n F: Fire\n O: Force\n L: Lightning\n N: Necrotic\n P: Piercing\n I: Poison\n Y: Psychic\n R: Radiant\n S: Slashing\n T: Thunder",
|
|
@@ -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.7",
|
|
5
5
|
"$defs": {
|
|
6
6
|
"itemPropertyLookupArray": {
|
|
7
7
|
"type": "array",
|
|
@@ -368,6 +368,9 @@
|
|
|
368
368
|
"type": "string"
|
|
369
369
|
}
|
|
370
370
|
},
|
|
371
|
+
"mastery": {
|
|
372
|
+
"$ref": "items-shared.json#/$defs/itemMastery"
|
|
373
|
+
},
|
|
371
374
|
"hasFluff": {
|
|
372
375
|
"type": "boolean"
|
|
373
376
|
},
|
|
@@ -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.2",
|
|
7
7
|
"$defs": {
|
|
8
8
|
"_itemModifySpeedEqual": {
|
|
9
9
|
"type": "string",
|
|
@@ -255,6 +255,14 @@
|
|
|
255
255
|
"sling bullet|phb"
|
|
256
256
|
]
|
|
257
257
|
},
|
|
258
|
+
"itemMastery": {
|
|
259
|
+
"type": "array",
|
|
260
|
+
"items": {
|
|
261
|
+
"type": "string"
|
|
262
|
+
},
|
|
263
|
+
"minItems": 1,
|
|
264
|
+
"uniqueItems": true
|
|
265
|
+
},
|
|
258
266
|
"fluff": {
|
|
259
267
|
"description": "This is intended to be used for Homebrew only - site data should include a fluff file per source.",
|
|
260
268
|
"anyOf": [
|
|
@@ -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.13.
|
|
4
|
+
"version": "1.13.3",
|
|
5
5
|
"type": "object",
|
|
6
6
|
"$defs": {
|
|
7
7
|
"itemData": {
|
|
@@ -537,6 +537,9 @@
|
|
|
537
537
|
]
|
|
538
538
|
}
|
|
539
539
|
},
|
|
540
|
+
"mastery": {
|
|
541
|
+
"$ref": "items-shared.json#/$defs/itemMastery"
|
|
542
|
+
},
|
|
540
543
|
"hasFluff": {
|
|
541
544
|
"type": "boolean"
|
|
542
545
|
},
|
|
@@ -1133,6 +1136,9 @@
|
|
|
1133
1136
|
]
|
|
1134
1137
|
}
|
|
1135
1138
|
},
|
|
1139
|
+
"mastery": {
|
|
1140
|
+
"$ref": "items-shared.json#/$defs/itemMastery"
|
|
1141
|
+
},
|
|
1136
1142
|
"hasFluff": {
|
|
1137
1143
|
"type": "boolean"
|
|
1138
1144
|
},
|
|
@@ -1732,6 +1738,9 @@
|
|
|
1732
1738
|
]
|
|
1733
1739
|
}
|
|
1734
1740
|
},
|
|
1741
|
+
"mastery": {
|
|
1742
|
+
"$ref": "items-shared.json#/$defs/itemMastery"
|
|
1743
|
+
},
|
|
1735
1744
|
"hasFluff": {
|
|
1736
1745
|
"type": "boolean"
|
|
1737
1746
|
},
|
|
@@ -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.2",
|
|
5
5
|
"type": "object",
|
|
6
6
|
"properties": {
|
|
7
7
|
"magicvariant": {
|
|
@@ -253,6 +253,9 @@
|
|
|
253
253
|
"reqAttuneAltTags": {
|
|
254
254
|
"$ref": "util.json#/$defs/reqAttuneTags"
|
|
255
255
|
},
|
|
256
|
+
"mastery": {
|
|
257
|
+
"$ref": "items-shared.json#/$defs/itemMastery"
|
|
258
|
+
},
|
|
256
259
|
"hasRefs": {
|
|
257
260
|
"type": "boolean",
|
|
258
261
|
"description": "Whether this item has references within its data to dedicated \"itemEntry\"s."
|
|
@@ -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.13.
|
|
6
|
+
"version": "1.13.15",
|
|
7
7
|
"$defs": {
|
|
8
8
|
"metaBlock": {
|
|
9
9
|
"type": "object",
|
|
@@ -2262,30 +2262,81 @@
|
|
|
2262
2262
|
},
|
|
2263
2263
|
"uniqueItems": true
|
|
2264
2264
|
},
|
|
2265
|
-
"
|
|
2265
|
+
"_consumesObjectBase": {
|
|
2266
2266
|
"type": "object",
|
|
2267
2267
|
"properties": {
|
|
2268
2268
|
"name": {
|
|
2269
2269
|
"type": "string",
|
|
2270
2270
|
"examples": [
|
|
2271
|
-
"Superiority
|
|
2271
|
+
"Superiority Die",
|
|
2272
2272
|
"Ki",
|
|
2273
2273
|
"Channel Divinity",
|
|
2274
|
-
"Psionic Energy
|
|
2274
|
+
"Psionic Energy Die",
|
|
2275
2275
|
"Wild Shape",
|
|
2276
|
-
"Sorcery
|
|
2276
|
+
"Sorcery Point",
|
|
2277
2277
|
"Arcane Shot"
|
|
2278
2278
|
]
|
|
2279
|
-
},
|
|
2280
|
-
"amount": {
|
|
2281
|
-
"type": "integer"
|
|
2282
2279
|
}
|
|
2283
2280
|
},
|
|
2284
|
-
"required": [
|
|
2285
|
-
"name"
|
|
2286
|
-
],
|
|
2287
2281
|
"additionalProperties": false
|
|
2288
2282
|
},
|
|
2283
|
+
"consumesObject": {
|
|
2284
|
+
"oneOf": [
|
|
2285
|
+
{
|
|
2286
|
+
"type": "object",
|
|
2287
|
+
"properties": {
|
|
2288
|
+
"name": {
|
|
2289
|
+
"type": "string",
|
|
2290
|
+
"examples": [
|
|
2291
|
+
"Superiority Die",
|
|
2292
|
+
"Ki",
|
|
2293
|
+
"Channel Divinity",
|
|
2294
|
+
"Psionic Energy Die",
|
|
2295
|
+
"Wild Shape",
|
|
2296
|
+
"Sorcery Point",
|
|
2297
|
+
"Arcane Shot"
|
|
2298
|
+
]
|
|
2299
|
+
},
|
|
2300
|
+
"amount": {
|
|
2301
|
+
"type": "integer"
|
|
2302
|
+
}
|
|
2303
|
+
},
|
|
2304
|
+
"additionalProperties": false,
|
|
2305
|
+
"required": [
|
|
2306
|
+
"name"
|
|
2307
|
+
]
|
|
2308
|
+
},
|
|
2309
|
+
{
|
|
2310
|
+
"type": "object",
|
|
2311
|
+
"properties": {
|
|
2312
|
+
"name": {
|
|
2313
|
+
"type": "string",
|
|
2314
|
+
"examples": [
|
|
2315
|
+
"Superiority Die",
|
|
2316
|
+
"Ki",
|
|
2317
|
+
"Channel Divinity",
|
|
2318
|
+
"Psionic Energy Die",
|
|
2319
|
+
"Wild Shape",
|
|
2320
|
+
"Sorcery Point",
|
|
2321
|
+
"Arcane Shot"
|
|
2322
|
+
]
|
|
2323
|
+
},
|
|
2324
|
+
"amountMin": {
|
|
2325
|
+
"type": "integer"
|
|
2326
|
+
},
|
|
2327
|
+
"amountMax": {
|
|
2328
|
+
"type": "integer"
|
|
2329
|
+
}
|
|
2330
|
+
},
|
|
2331
|
+
"additionalProperties": false,
|
|
2332
|
+
"required": [
|
|
2333
|
+
"name",
|
|
2334
|
+
"amountMin",
|
|
2335
|
+
"amountMax"
|
|
2336
|
+
]
|
|
2337
|
+
}
|
|
2338
|
+
]
|
|
2339
|
+
},
|
|
2289
2340
|
"dataDamageTags": {
|
|
2290
2341
|
"type": "string",
|
|
2291
2342
|
"description": "A: Acid\n B: Bludgeoning\n C: Cold\n F: Fire\n O: Force\n L: Lightning\n N: Necrotic\n P: Piercing\n I: Poison\n Y: Psychic\n R: Radiant\n S: Slashing\n T: Thunder",
|
|
@@ -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.7",
|
|
5
5
|
"$defs": {
|
|
6
6
|
"itemPropertyLookupArray": {
|
|
7
7
|
"type": "array",
|
|
@@ -373,6 +373,9 @@
|
|
|
373
373
|
"type": "string"
|
|
374
374
|
}
|
|
375
375
|
},
|
|
376
|
+
"mastery": {
|
|
377
|
+
"$ref": "items-shared.json#/$defs/itemMastery"
|
|
378
|
+
},
|
|
376
379
|
"hasFluff": {
|
|
377
380
|
"type": "boolean"
|
|
378
381
|
},
|
|
@@ -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.2",
|
|
7
7
|
"$defs": {
|
|
8
8
|
"_itemModifySpeedEqual": {
|
|
9
9
|
"type": "string",
|
|
@@ -254,6 +254,14 @@
|
|
|
254
254
|
"renaissance bullet",
|
|
255
255
|
"sling bullet|phb"
|
|
256
256
|
]
|
|
257
|
+
},
|
|
258
|
+
"itemMastery": {
|
|
259
|
+
"type": "array",
|
|
260
|
+
"items": {
|
|
261
|
+
"type": "string"
|
|
262
|
+
},
|
|
263
|
+
"minItems": 1,
|
|
264
|
+
"uniqueItems": true
|
|
257
265
|
}
|
|
258
266
|
}
|
|
259
267
|
}
|
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.13.
|
|
4
|
+
"version": "1.13.3",
|
|
5
5
|
"type": "object",
|
|
6
6
|
"$defs": {
|
|
7
7
|
"itemData": {
|
|
@@ -537,6 +537,9 @@
|
|
|
537
537
|
]
|
|
538
538
|
}
|
|
539
539
|
},
|
|
540
|
+
"mastery": {
|
|
541
|
+
"$ref": "items-shared.json#/$defs/itemMastery"
|
|
542
|
+
},
|
|
540
543
|
"hasFluff": {
|
|
541
544
|
"type": "boolean"
|
|
542
545
|
},
|
|
@@ -1085,6 +1088,9 @@
|
|
|
1085
1088
|
]
|
|
1086
1089
|
}
|
|
1087
1090
|
},
|
|
1091
|
+
"mastery": {
|
|
1092
|
+
"$ref": "items-shared.json#/$defs/itemMastery"
|
|
1093
|
+
},
|
|
1088
1094
|
"hasFluff": {
|
|
1089
1095
|
"type": "boolean"
|
|
1090
1096
|
},
|
|
@@ -1636,6 +1642,9 @@
|
|
|
1636
1642
|
]
|
|
1637
1643
|
}
|
|
1638
1644
|
},
|
|
1645
|
+
"mastery": {
|
|
1646
|
+
"$ref": "items-shared.json#/$defs/itemMastery"
|
|
1647
|
+
},
|
|
1639
1648
|
"hasFluff": {
|
|
1640
1649
|
"type": "boolean"
|
|
1641
1650
|
},
|
|
@@ -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.2",
|
|
5
5
|
"type": "object",
|
|
6
6
|
"properties": {
|
|
7
7
|
"magicvariant": {
|
|
@@ -251,6 +251,9 @@
|
|
|
251
251
|
"reqAttuneAltTags": {
|
|
252
252
|
"$ref": "util.json#/$defs/reqAttuneTags"
|
|
253
253
|
},
|
|
254
|
+
"mastery": {
|
|
255
|
+
"$ref": "items-shared.json#/$defs/itemMastery"
|
|
256
|
+
},
|
|
254
257
|
"hasRefs": {
|
|
255
258
|
"type": "boolean",
|
|
256
259
|
"description": "Whether this item has references within its data to dedicated \"itemEntry\"s."
|
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.13.
|
|
6
|
+
"version": "1.13.15",
|
|
7
7
|
"$defs": {
|
|
8
8
|
"metaBlock": {
|
|
9
9
|
"type": "object",
|
|
@@ -2242,30 +2242,81 @@
|
|
|
2242
2242
|
},
|
|
2243
2243
|
"uniqueItems": true
|
|
2244
2244
|
},
|
|
2245
|
-
"
|
|
2245
|
+
"_consumesObjectBase": {
|
|
2246
2246
|
"type": "object",
|
|
2247
2247
|
"properties": {
|
|
2248
2248
|
"name": {
|
|
2249
2249
|
"type": "string",
|
|
2250
2250
|
"enum": [
|
|
2251
|
-
"Superiority
|
|
2251
|
+
"Superiority Die",
|
|
2252
2252
|
"Ki",
|
|
2253
2253
|
"Channel Divinity",
|
|
2254
|
-
"Psionic Energy
|
|
2254
|
+
"Psionic Energy Die",
|
|
2255
2255
|
"Wild Shape",
|
|
2256
|
-
"Sorcery
|
|
2256
|
+
"Sorcery Point",
|
|
2257
2257
|
"Arcane Shot"
|
|
2258
2258
|
]
|
|
2259
|
-
},
|
|
2260
|
-
"amount": {
|
|
2261
|
-
"type": "integer"
|
|
2262
2259
|
}
|
|
2263
2260
|
},
|
|
2264
|
-
"required": [
|
|
2265
|
-
"name"
|
|
2266
|
-
],
|
|
2267
2261
|
"additionalProperties": false
|
|
2268
2262
|
},
|
|
2263
|
+
"consumesObject": {
|
|
2264
|
+
"oneOf": [
|
|
2265
|
+
{
|
|
2266
|
+
"type": "object",
|
|
2267
|
+
"properties": {
|
|
2268
|
+
"name": {
|
|
2269
|
+
"type": "string",
|
|
2270
|
+
"enum": [
|
|
2271
|
+
"Superiority Die",
|
|
2272
|
+
"Ki",
|
|
2273
|
+
"Channel Divinity",
|
|
2274
|
+
"Psionic Energy Die",
|
|
2275
|
+
"Wild Shape",
|
|
2276
|
+
"Sorcery Point",
|
|
2277
|
+
"Arcane Shot"
|
|
2278
|
+
]
|
|
2279
|
+
},
|
|
2280
|
+
"amount": {
|
|
2281
|
+
"type": "integer"
|
|
2282
|
+
}
|
|
2283
|
+
},
|
|
2284
|
+
"additionalProperties": false,
|
|
2285
|
+
"required": [
|
|
2286
|
+
"name"
|
|
2287
|
+
]
|
|
2288
|
+
},
|
|
2289
|
+
{
|
|
2290
|
+
"type": "object",
|
|
2291
|
+
"properties": {
|
|
2292
|
+
"name": {
|
|
2293
|
+
"type": "string",
|
|
2294
|
+
"enum": [
|
|
2295
|
+
"Superiority Die",
|
|
2296
|
+
"Ki",
|
|
2297
|
+
"Channel Divinity",
|
|
2298
|
+
"Psionic Energy Die",
|
|
2299
|
+
"Wild Shape",
|
|
2300
|
+
"Sorcery Point",
|
|
2301
|
+
"Arcane Shot"
|
|
2302
|
+
]
|
|
2303
|
+
},
|
|
2304
|
+
"amountMin": {
|
|
2305
|
+
"type": "integer"
|
|
2306
|
+
},
|
|
2307
|
+
"amountMax": {
|
|
2308
|
+
"type": "integer"
|
|
2309
|
+
}
|
|
2310
|
+
},
|
|
2311
|
+
"additionalProperties": false,
|
|
2312
|
+
"required": [
|
|
2313
|
+
"name",
|
|
2314
|
+
"amountMin",
|
|
2315
|
+
"amountMax"
|
|
2316
|
+
]
|
|
2317
|
+
}
|
|
2318
|
+
]
|
|
2319
|
+
},
|
|
2269
2320
|
"dataDamageTags": {
|
|
2270
2321
|
"type": "string",
|
|
2271
2322
|
"description": "A: Acid\n B: Bludgeoning\n C: Cold\n F: Fire\n O: Force\n L: Lightning\n N: Necrotic\n P: Piercing\n I: Poison\n Y: Psychic\n R: Radiant\n S: Slashing\n T: Thunder",
|
|
@@ -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.7",
|
|
5
5
|
"$defs": {
|
|
6
6
|
"itemPropertyLookupArray": {
|
|
7
7
|
"type": "array",
|
|
@@ -373,6 +373,9 @@
|
|
|
373
373
|
"type": "string"
|
|
374
374
|
}
|
|
375
375
|
},
|
|
376
|
+
"mastery": {
|
|
377
|
+
"$ref": "items-shared.json#/$defs/itemMastery"
|
|
378
|
+
},
|
|
376
379
|
"hasFluff": {
|
|
377
380
|
"type": "boolean"
|
|
378
381
|
},
|
|
@@ -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.2",
|
|
7
7
|
"$defs": {
|
|
8
8
|
"_itemModifySpeedEqual": {
|
|
9
9
|
"type": "string",
|
|
@@ -254,6 +254,14 @@
|
|
|
254
254
|
"renaissance bullet",
|
|
255
255
|
"sling bullet|phb"
|
|
256
256
|
]
|
|
257
|
+
},
|
|
258
|
+
"itemMastery": {
|
|
259
|
+
"type": "array",
|
|
260
|
+
"items": {
|
|
261
|
+
"type": "string"
|
|
262
|
+
},
|
|
263
|
+
"minItems": 1,
|
|
264
|
+
"uniqueItems": true
|
|
257
265
|
}
|
|
258
266
|
}
|
|
259
267
|
}
|
|
@@ -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.13.
|
|
4
|
+
"version": "1.13.3",
|
|
5
5
|
"type": "object",
|
|
6
6
|
"$defs": {
|
|
7
7
|
"itemData": {
|
|
@@ -537,6 +537,9 @@
|
|
|
537
537
|
]
|
|
538
538
|
}
|
|
539
539
|
},
|
|
540
|
+
"mastery": {
|
|
541
|
+
"$ref": "items-shared.json#/$defs/itemMastery"
|
|
542
|
+
},
|
|
540
543
|
"hasFluff": {
|
|
541
544
|
"type": "boolean"
|
|
542
545
|
},
|
|
@@ -1085,6 +1088,9 @@
|
|
|
1085
1088
|
]
|
|
1086
1089
|
}
|
|
1087
1090
|
},
|
|
1091
|
+
"mastery": {
|
|
1092
|
+
"$ref": "items-shared.json#/$defs/itemMastery"
|
|
1093
|
+
},
|
|
1088
1094
|
"hasFluff": {
|
|
1089
1095
|
"type": "boolean"
|
|
1090
1096
|
},
|
|
@@ -1636,6 +1642,9 @@
|
|
|
1636
1642
|
]
|
|
1637
1643
|
}
|
|
1638
1644
|
},
|
|
1645
|
+
"mastery": {
|
|
1646
|
+
"$ref": "items-shared.json#/$defs/itemMastery"
|
|
1647
|
+
},
|
|
1639
1648
|
"hasFluff": {
|
|
1640
1649
|
"type": "boolean"
|
|
1641
1650
|
},
|
|
@@ -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.2",
|
|
5
5
|
"type": "object",
|
|
6
6
|
"properties": {
|
|
7
7
|
"magicvariant": {
|
|
@@ -251,6 +251,9 @@
|
|
|
251
251
|
"reqAttuneAltTags": {
|
|
252
252
|
"$ref": "util.json#/$defs/reqAttuneTags"
|
|
253
253
|
},
|
|
254
|
+
"mastery": {
|
|
255
|
+
"$ref": "items-shared.json#/$defs/itemMastery"
|
|
256
|
+
},
|
|
254
257
|
"hasRefs": {
|
|
255
258
|
"type": "boolean",
|
|
256
259
|
"description": "Whether this item has references within its data to dedicated \"itemEntry\"s."
|
|
@@ -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.13.
|
|
6
|
+
"version": "1.13.15",
|
|
7
7
|
"$defs": {
|
|
8
8
|
"metaBlock": {
|
|
9
9
|
"type": "object",
|
|
@@ -2242,30 +2242,81 @@
|
|
|
2242
2242
|
},
|
|
2243
2243
|
"uniqueItems": true
|
|
2244
2244
|
},
|
|
2245
|
-
"
|
|
2245
|
+
"_consumesObjectBase": {
|
|
2246
2246
|
"type": "object",
|
|
2247
2247
|
"properties": {
|
|
2248
2248
|
"name": {
|
|
2249
2249
|
"type": "string",
|
|
2250
2250
|
"enum": [
|
|
2251
|
-
"Superiority
|
|
2251
|
+
"Superiority Die",
|
|
2252
2252
|
"Ki",
|
|
2253
2253
|
"Channel Divinity",
|
|
2254
|
-
"Psionic Energy
|
|
2254
|
+
"Psionic Energy Die",
|
|
2255
2255
|
"Wild Shape",
|
|
2256
|
-
"Sorcery
|
|
2256
|
+
"Sorcery Point",
|
|
2257
2257
|
"Arcane Shot"
|
|
2258
2258
|
]
|
|
2259
|
-
},
|
|
2260
|
-
"amount": {
|
|
2261
|
-
"type": "integer"
|
|
2262
2259
|
}
|
|
2263
2260
|
},
|
|
2264
|
-
"required": [
|
|
2265
|
-
"name"
|
|
2266
|
-
],
|
|
2267
2261
|
"additionalProperties": false
|
|
2268
2262
|
},
|
|
2263
|
+
"consumesObject": {
|
|
2264
|
+
"oneOf": [
|
|
2265
|
+
{
|
|
2266
|
+
"type": "object",
|
|
2267
|
+
"properties": {
|
|
2268
|
+
"name": {
|
|
2269
|
+
"type": "string",
|
|
2270
|
+
"enum": [
|
|
2271
|
+
"Superiority Die",
|
|
2272
|
+
"Ki",
|
|
2273
|
+
"Channel Divinity",
|
|
2274
|
+
"Psionic Energy Die",
|
|
2275
|
+
"Wild Shape",
|
|
2276
|
+
"Sorcery Point",
|
|
2277
|
+
"Arcane Shot"
|
|
2278
|
+
]
|
|
2279
|
+
},
|
|
2280
|
+
"amount": {
|
|
2281
|
+
"type": "integer"
|
|
2282
|
+
}
|
|
2283
|
+
},
|
|
2284
|
+
"additionalProperties": false,
|
|
2285
|
+
"required": [
|
|
2286
|
+
"name"
|
|
2287
|
+
]
|
|
2288
|
+
},
|
|
2289
|
+
{
|
|
2290
|
+
"type": "object",
|
|
2291
|
+
"properties": {
|
|
2292
|
+
"name": {
|
|
2293
|
+
"type": "string",
|
|
2294
|
+
"enum": [
|
|
2295
|
+
"Superiority Die",
|
|
2296
|
+
"Ki",
|
|
2297
|
+
"Channel Divinity",
|
|
2298
|
+
"Psionic Energy Die",
|
|
2299
|
+
"Wild Shape",
|
|
2300
|
+
"Sorcery Point",
|
|
2301
|
+
"Arcane Shot"
|
|
2302
|
+
]
|
|
2303
|
+
},
|
|
2304
|
+
"amountMin": {
|
|
2305
|
+
"type": "integer"
|
|
2306
|
+
},
|
|
2307
|
+
"amountMax": {
|
|
2308
|
+
"type": "integer"
|
|
2309
|
+
}
|
|
2310
|
+
},
|
|
2311
|
+
"additionalProperties": false,
|
|
2312
|
+
"required": [
|
|
2313
|
+
"name",
|
|
2314
|
+
"amountMin",
|
|
2315
|
+
"amountMax"
|
|
2316
|
+
]
|
|
2317
|
+
}
|
|
2318
|
+
]
|
|
2319
|
+
},
|
|
2269
2320
|
"dataDamageTags": {
|
|
2270
2321
|
"type": "string",
|
|
2271
2322
|
"description": "A: Acid\n B: Bludgeoning\n C: Cold\n F: Fire\n O: Force\n L: Lightning\n N: Necrotic\n P: Piercing\n I: Poison\n Y: Psychic\n R: Radiant\n S: Slashing\n T: Thunder",
|