5etools-utils 0.9.65 → 0.9.66
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/decks.json +1 -28
- package/schema/brew/items-base.json +19 -1
- package/schema/brew/items-shared.json +11 -0
- package/schema/brew/items.json +11 -36
- package/schema/brew/magicvariants.json +19 -1
- package/schema/brew-fast/decks.json +1 -28
- package/schema/brew-fast/items-base.json +19 -1
- package/schema/brew-fast/items-shared.json +11 -0
- package/schema/brew-fast/items.json +11 -36
- package/schema/brew-fast/magicvariants.json +19 -1
- package/schema/site/decks.json +1 -28
- package/schema/site/items-base.json +10 -1
- package/schema/site/items-shared.json +7 -0
- package/schema/site/items.json +6 -26
- package/schema/site/magicvariants.json +10 -1
- package/schema/site-fast/decks.json +1 -28
- package/schema/site-fast/items-base.json +10 -1
- package/schema/site-fast/items-shared.json +7 -0
- package/schema/site-fast/items.json +6 -26
- package/schema/site-fast/magicvariants.json +10 -1
- package/schema/ua/decks.json +1 -28
- package/schema/ua/items-base.json +10 -1
- package/schema/ua/items-shared.json +7 -0
- package/schema/ua/items.json +6 -26
- package/schema/ua/magicvariants.json +10 -1
- package/schema/ua-fast/decks.json +1 -28
- package/schema/ua-fast/items-base.json +10 -1
- package/schema/ua-fast/items-shared.json +7 -0
- package/schema/ua-fast/items.json +6 -26
- package/schema/ua-fast/magicvariants.json +10 -1
|
@@ -281,6 +281,13 @@
|
|
|
281
281
|
"itemReach": {
|
|
282
282
|
"type": "integer"
|
|
283
283
|
},
|
|
284
|
+
"itemDexterityMax": {
|
|
285
|
+
"description": "Maximum dexterity modifier for medium armor.",
|
|
286
|
+
"type": [
|
|
287
|
+
"integer",
|
|
288
|
+
"null"
|
|
289
|
+
]
|
|
290
|
+
},
|
|
284
291
|
"customProperties": {
|
|
285
292
|
"description": "An unrestricted area for custom properties to be stored.",
|
|
286
293
|
"type": "object",
|
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.8",
|
|
5
5
|
"type": "object",
|
|
6
6
|
"$defs": {
|
|
7
7
|
"itemData": {
|
|
@@ -125,11 +125,7 @@
|
|
|
125
125
|
]
|
|
126
126
|
},
|
|
127
127
|
"dexterityMax": {
|
|
128
|
-
"
|
|
129
|
-
"type": [
|
|
130
|
-
"integer",
|
|
131
|
-
"null"
|
|
132
|
-
]
|
|
128
|
+
"$ref": "items-shared.json#/$defs/itemDexterityMax"
|
|
133
129
|
},
|
|
134
130
|
"firearm": {
|
|
135
131
|
"type": "boolean"
|
|
@@ -680,11 +676,7 @@
|
|
|
680
676
|
]
|
|
681
677
|
},
|
|
682
678
|
"dexterityMax": {
|
|
683
|
-
"
|
|
684
|
-
"type": [
|
|
685
|
-
"integer",
|
|
686
|
-
"null"
|
|
687
|
-
]
|
|
679
|
+
"$ref": "items-shared.json#/$defs/itemDexterityMax"
|
|
688
680
|
},
|
|
689
681
|
"firearm": {
|
|
690
682
|
"type": "boolean"
|
|
@@ -1230,11 +1222,7 @@
|
|
|
1230
1222
|
]
|
|
1231
1223
|
},
|
|
1232
1224
|
"dexterityMax": {
|
|
1233
|
-
"
|
|
1234
|
-
"type": [
|
|
1235
|
-
"integer",
|
|
1236
|
-
"null"
|
|
1237
|
-
]
|
|
1225
|
+
"$ref": "items-shared.json#/$defs/itemDexterityMax"
|
|
1238
1226
|
},
|
|
1239
1227
|
"firearm": {
|
|
1240
1228
|
"type": "boolean"
|
|
@@ -1785,11 +1773,7 @@
|
|
|
1785
1773
|
]
|
|
1786
1774
|
},
|
|
1787
1775
|
"dexterityMax": {
|
|
1788
|
-
"
|
|
1789
|
-
"type": [
|
|
1790
|
-
"integer",
|
|
1791
|
-
"null"
|
|
1792
|
-
]
|
|
1776
|
+
"$ref": "items-shared.json#/$defs/itemDexterityMax"
|
|
1793
1777
|
},
|
|
1794
1778
|
"firearm": {
|
|
1795
1779
|
"type": "boolean"
|
|
@@ -2339,11 +2323,7 @@
|
|
|
2339
2323
|
]
|
|
2340
2324
|
},
|
|
2341
2325
|
"dexterityMax": {
|
|
2342
|
-
"
|
|
2343
|
-
"type": [
|
|
2344
|
-
"integer",
|
|
2345
|
-
"null"
|
|
2346
|
-
]
|
|
2326
|
+
"$ref": "items-shared.json#/$defs/itemDexterityMax"
|
|
2347
2327
|
},
|
|
2348
2328
|
"firearm": {
|
|
2349
2329
|
"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.14",
|
|
5
5
|
"type": "object",
|
|
6
6
|
"$defs": {
|
|
7
7
|
"_magicvariantItemBase": {
|
|
@@ -243,6 +243,9 @@
|
|
|
243
243
|
"null"
|
|
244
244
|
]
|
|
245
245
|
},
|
|
246
|
+
"dexterityMax": {
|
|
247
|
+
"$ref": "items-shared.json#/$defs/itemDexterityMax"
|
|
248
|
+
},
|
|
246
249
|
"wondrous": {
|
|
247
250
|
"type": "boolean"
|
|
248
251
|
},
|
|
@@ -726,6 +729,9 @@
|
|
|
726
729
|
"null"
|
|
727
730
|
]
|
|
728
731
|
},
|
|
732
|
+
"dexterityMax": {
|
|
733
|
+
"$ref": "items-shared.json#/$defs/itemDexterityMax"
|
|
734
|
+
},
|
|
729
735
|
"wondrous": {
|
|
730
736
|
"type": "boolean"
|
|
731
737
|
},
|
|
@@ -1218,6 +1224,9 @@
|
|
|
1218
1224
|
"null"
|
|
1219
1225
|
]
|
|
1220
1226
|
},
|
|
1227
|
+
"dexterityMax": {
|
|
1228
|
+
"$ref": "items-shared.json#/$defs/itemDexterityMax"
|
|
1229
|
+
},
|
|
1221
1230
|
"wondrous": {
|
|
1222
1231
|
"type": "boolean"
|
|
1223
1232
|
},
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
3
|
"$id": "decks.json",
|
|
4
|
-
"version": "1.0.
|
|
4
|
+
"version": "1.0.3",
|
|
5
5
|
"type": "object",
|
|
6
6
|
"$defs": {
|
|
7
7
|
"deckData": {
|
|
@@ -65,9 +65,6 @@
|
|
|
65
65
|
"back": {
|
|
66
66
|
"$ref": "entry.json#/$defs/entryImage"
|
|
67
67
|
},
|
|
68
|
-
"creditBack": {
|
|
69
|
-
"type": "string"
|
|
70
|
-
},
|
|
71
68
|
"hasCardArt": {
|
|
72
69
|
"description": "A hint used by filters, determining whether or not this deck should be filtered out by default.",
|
|
73
70
|
"type": "boolean"
|
|
@@ -138,9 +135,6 @@
|
|
|
138
135
|
"back": {
|
|
139
136
|
"$ref": "entry.json#/$defs/entryImage"
|
|
140
137
|
},
|
|
141
|
-
"creditBack": {
|
|
142
|
-
"type": "string"
|
|
143
|
-
},
|
|
144
138
|
"hasCardArt": {
|
|
145
139
|
"description": "A hint used by filters, determining whether or not this deck should be filtered out by default.",
|
|
146
140
|
"type": "boolean"
|
|
@@ -214,9 +208,6 @@
|
|
|
214
208
|
"back": {
|
|
215
209
|
"$ref": "entry.json#/$defs/entryImage"
|
|
216
210
|
},
|
|
217
|
-
"creditBack": {
|
|
218
|
-
"type": "string"
|
|
219
|
-
},
|
|
220
211
|
"hasCardArt": {
|
|
221
212
|
"description": "A hint used by filters, determining whether or not this deck should be filtered out by default.",
|
|
222
213
|
"type": "boolean"
|
|
@@ -265,15 +256,9 @@
|
|
|
265
256
|
"face": {
|
|
266
257
|
"$ref": "entry.json#/$defs/entryImage"
|
|
267
258
|
},
|
|
268
|
-
"creditFace": {
|
|
269
|
-
"type": "string"
|
|
270
|
-
},
|
|
271
259
|
"back": {
|
|
272
260
|
"$ref": "entry.json#/$defs/entryImage"
|
|
273
261
|
},
|
|
274
|
-
"creditBack": {
|
|
275
|
-
"type": "string"
|
|
276
|
-
},
|
|
277
262
|
"suit": {
|
|
278
263
|
"type": "string"
|
|
279
264
|
},
|
|
@@ -321,15 +306,9 @@
|
|
|
321
306
|
"face": {
|
|
322
307
|
"$ref": "entry.json#/$defs/entryImage"
|
|
323
308
|
},
|
|
324
|
-
"creditFace": {
|
|
325
|
-
"type": "string"
|
|
326
|
-
},
|
|
327
309
|
"back": {
|
|
328
310
|
"$ref": "entry.json#/$defs/entryImage"
|
|
329
311
|
},
|
|
330
|
-
"creditBack": {
|
|
331
|
-
"type": "string"
|
|
332
|
-
},
|
|
333
312
|
"suit": {
|
|
334
313
|
"type": "string"
|
|
335
314
|
},
|
|
@@ -380,15 +359,9 @@
|
|
|
380
359
|
"face": {
|
|
381
360
|
"$ref": "entry.json#/$defs/entryImage"
|
|
382
361
|
},
|
|
383
|
-
"creditFace": {
|
|
384
|
-
"type": "string"
|
|
385
|
-
},
|
|
386
362
|
"back": {
|
|
387
363
|
"$ref": "entry.json#/$defs/entryImage"
|
|
388
364
|
},
|
|
389
|
-
"creditBack": {
|
|
390
|
-
"type": "string"
|
|
391
|
-
},
|
|
392
365
|
"suit": {
|
|
393
366
|
"type": "string"
|
|
394
367
|
},
|
|
@@ -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.18",
|
|
5
5
|
"type": "object",
|
|
6
6
|
"$defs": {
|
|
7
7
|
"itemLookupBase": {
|
|
@@ -198,6 +198,9 @@
|
|
|
198
198
|
"strength": {
|
|
199
199
|
"type": "string"
|
|
200
200
|
},
|
|
201
|
+
"dexterityMax": {
|
|
202
|
+
"$ref": "items-shared.json#/$defs/itemDexterityMax"
|
|
203
|
+
},
|
|
201
204
|
"armor": {
|
|
202
205
|
"description": "Flag used when merging generic variants",
|
|
203
206
|
"type": "boolean"
|
|
@@ -492,6 +495,9 @@
|
|
|
492
495
|
"strength": {
|
|
493
496
|
"type": "string"
|
|
494
497
|
},
|
|
498
|
+
"dexterityMax": {
|
|
499
|
+
"$ref": "items-shared.json#/$defs/itemDexterityMax"
|
|
500
|
+
},
|
|
495
501
|
"armor": {
|
|
496
502
|
"description": "Flag used when merging generic variants",
|
|
497
503
|
"type": "boolean"
|
|
@@ -790,6 +796,9 @@
|
|
|
790
796
|
"strength": {
|
|
791
797
|
"type": "string"
|
|
792
798
|
},
|
|
799
|
+
"dexterityMax": {
|
|
800
|
+
"$ref": "items-shared.json#/$defs/itemDexterityMax"
|
|
801
|
+
},
|
|
793
802
|
"armor": {
|
|
794
803
|
"description": "Flag used when merging generic variants",
|
|
795
804
|
"type": "boolean"
|
|
@@ -281,6 +281,13 @@
|
|
|
281
281
|
"itemReach": {
|
|
282
282
|
"type": "integer"
|
|
283
283
|
},
|
|
284
|
+
"itemDexterityMax": {
|
|
285
|
+
"description": "Maximum dexterity modifier for medium armor.",
|
|
286
|
+
"type": [
|
|
287
|
+
"integer",
|
|
288
|
+
"null"
|
|
289
|
+
]
|
|
290
|
+
},
|
|
284
291
|
"customProperties": {
|
|
285
292
|
"description": "An unrestricted area for custom properties to be stored.",
|
|
286
293
|
"type": "object",
|
|
@@ -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.8",
|
|
5
5
|
"type": "object",
|
|
6
6
|
"$defs": {
|
|
7
7
|
"itemData": {
|
|
@@ -125,11 +125,7 @@
|
|
|
125
125
|
]
|
|
126
126
|
},
|
|
127
127
|
"dexterityMax": {
|
|
128
|
-
"
|
|
129
|
-
"type": [
|
|
130
|
-
"integer",
|
|
131
|
-
"null"
|
|
132
|
-
]
|
|
128
|
+
"$ref": "items-shared.json#/$defs/itemDexterityMax"
|
|
133
129
|
},
|
|
134
130
|
"firearm": {
|
|
135
131
|
"type": "boolean"
|
|
@@ -680,11 +676,7 @@
|
|
|
680
676
|
]
|
|
681
677
|
},
|
|
682
678
|
"dexterityMax": {
|
|
683
|
-
"
|
|
684
|
-
"type": [
|
|
685
|
-
"integer",
|
|
686
|
-
"null"
|
|
687
|
-
]
|
|
679
|
+
"$ref": "items-shared.json#/$defs/itemDexterityMax"
|
|
688
680
|
},
|
|
689
681
|
"firearm": {
|
|
690
682
|
"type": "boolean"
|
|
@@ -1230,11 +1222,7 @@
|
|
|
1230
1222
|
]
|
|
1231
1223
|
},
|
|
1232
1224
|
"dexterityMax": {
|
|
1233
|
-
"
|
|
1234
|
-
"type": [
|
|
1235
|
-
"integer",
|
|
1236
|
-
"null"
|
|
1237
|
-
]
|
|
1225
|
+
"$ref": "items-shared.json#/$defs/itemDexterityMax"
|
|
1238
1226
|
},
|
|
1239
1227
|
"firearm": {
|
|
1240
1228
|
"type": "boolean"
|
|
@@ -1785,11 +1773,7 @@
|
|
|
1785
1773
|
]
|
|
1786
1774
|
},
|
|
1787
1775
|
"dexterityMax": {
|
|
1788
|
-
"
|
|
1789
|
-
"type": [
|
|
1790
|
-
"integer",
|
|
1791
|
-
"null"
|
|
1792
|
-
]
|
|
1776
|
+
"$ref": "items-shared.json#/$defs/itemDexterityMax"
|
|
1793
1777
|
},
|
|
1794
1778
|
"firearm": {
|
|
1795
1779
|
"type": "boolean"
|
|
@@ -2339,11 +2323,7 @@
|
|
|
2339
2323
|
]
|
|
2340
2324
|
},
|
|
2341
2325
|
"dexterityMax": {
|
|
2342
|
-
"
|
|
2343
|
-
"type": [
|
|
2344
|
-
"integer",
|
|
2345
|
-
"null"
|
|
2346
|
-
]
|
|
2326
|
+
"$ref": "items-shared.json#/$defs/itemDexterityMax"
|
|
2347
2327
|
},
|
|
2348
2328
|
"firearm": {
|
|
2349
2329
|
"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.14",
|
|
5
5
|
"type": "object",
|
|
6
6
|
"$defs": {
|
|
7
7
|
"_magicvariantItemBase": {
|
|
@@ -243,6 +243,9 @@
|
|
|
243
243
|
"null"
|
|
244
244
|
]
|
|
245
245
|
},
|
|
246
|
+
"dexterityMax": {
|
|
247
|
+
"$ref": "items-shared.json#/$defs/itemDexterityMax"
|
|
248
|
+
},
|
|
246
249
|
"wondrous": {
|
|
247
250
|
"type": "boolean"
|
|
248
251
|
},
|
|
@@ -726,6 +729,9 @@
|
|
|
726
729
|
"null"
|
|
727
730
|
]
|
|
728
731
|
},
|
|
732
|
+
"dexterityMax": {
|
|
733
|
+
"$ref": "items-shared.json#/$defs/itemDexterityMax"
|
|
734
|
+
},
|
|
729
735
|
"wondrous": {
|
|
730
736
|
"type": "boolean"
|
|
731
737
|
},
|
|
@@ -1218,6 +1224,9 @@
|
|
|
1218
1224
|
"null"
|
|
1219
1225
|
]
|
|
1220
1226
|
},
|
|
1227
|
+
"dexterityMax": {
|
|
1228
|
+
"$ref": "items-shared.json#/$defs/itemDexterityMax"
|
|
1229
|
+
},
|
|
1221
1230
|
"wondrous": {
|
|
1222
1231
|
"type": "boolean"
|
|
1223
1232
|
},
|