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.
@@ -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.13",
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
  },
@@ -343,6 +346,9 @@
343
346
  "description": "An unrestricted area for custom properties to be stored.",
344
347
  "type": "object"
345
348
  },
349
+ "acSpecial": {
350
+ "$ref": "items-shared.json#/$defs/itemAcSpecial"
351
+ },
346
352
  "currencyConversion": {
347
353
  "description": "ID of a value conversion table. Homebrew only.",
348
354
  "type": "string"
@@ -748,6 +754,9 @@
748
754
  "null"
749
755
  ]
750
756
  },
757
+ "dexterityMax": {
758
+ "$ref": "items-shared.json#/$defs/itemDexterityMax"
759
+ },
751
760
  "wondrous": {
752
761
  "type": "boolean"
753
762
  },
@@ -848,6 +857,9 @@
848
857
  "description": "An unrestricted area for custom properties to be stored.",
849
858
  "type": "object"
850
859
  },
860
+ "acSpecial": {
861
+ "$ref": "items-shared.json#/$defs/itemAcSpecial"
862
+ },
851
863
  "currencyConversion": {
852
864
  "description": "ID of a value conversion table. Homebrew only.",
853
865
  "type": "string"
@@ -1262,6 +1274,9 @@
1262
1274
  "null"
1263
1275
  ]
1264
1276
  },
1277
+ "dexterityMax": {
1278
+ "$ref": "items-shared.json#/$defs/itemDexterityMax"
1279
+ },
1265
1280
  "wondrous": {
1266
1281
  "type": "boolean"
1267
1282
  },
@@ -1362,6 +1377,9 @@
1362
1377
  "description": "An unrestricted area for custom properties to be stored.",
1363
1378
  "type": "object"
1364
1379
  },
1380
+ "acSpecial": {
1381
+ "$ref": "items-shared.json#/$defs/itemAcSpecial"
1382
+ },
1365
1383
  "currencyConversion": {
1366
1384
  "description": "ID of a value conversion table. Homebrew only.",
1367
1385
  "type": "string"
@@ -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",
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.17",
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"
@@ -489,6 +492,9 @@
489
492
  "strength": {
490
493
  "type": "string"
491
494
  },
495
+ "dexterityMax": {
496
+ "$ref": "items-shared.json#/$defs/itemDexterityMax"
497
+ },
492
498
  "armor": {
493
499
  "description": "Flag used when merging generic variants",
494
500
  "type": "boolean"
@@ -784,6 +790,9 @@
784
790
  "strength": {
785
791
  "type": "string"
786
792
  },
793
+ "dexterityMax": {
794
+ "$ref": "items-shared.json#/$defs/itemDexterityMax"
795
+ },
787
796
  "armor": {
788
797
  "description": "Flag used when merging generic variants",
789
798
  "type": "boolean"
@@ -280,6 +280,13 @@
280
280
  },
281
281
  "itemReach": {
282
282
  "type": "integer"
283
+ },
284
+ "itemDexterityMax": {
285
+ "description": "Maximum dexterity modifier for medium armor.",
286
+ "type": [
287
+ "integer",
288
+ "null"
289
+ ]
283
290
  }
284
291
  }
285
292
  }
@@ -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.7",
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
- "description": "Maximum dexterity modifier for medium armor.",
129
- "type": [
130
- "integer",
131
- "null"
132
- ]
128
+ "$ref": "items-shared.json#/$defs/itemDexterityMax"
133
129
  },
134
130
  "firearm": {
135
131
  "type": "boolean"
@@ -677,11 +673,7 @@
677
673
  ]
678
674
  },
679
675
  "dexterityMax": {
680
- "description": "Maximum dexterity modifier for medium armor.",
681
- "type": [
682
- "integer",
683
- "null"
684
- ]
676
+ "$ref": "items-shared.json#/$defs/itemDexterityMax"
685
677
  },
686
678
  "firearm": {
687
679
  "type": "boolean"
@@ -1224,11 +1216,7 @@
1224
1216
  ]
1225
1217
  },
1226
1218
  "dexterityMax": {
1227
- "description": "Maximum dexterity modifier for medium armor.",
1228
- "type": [
1229
- "integer",
1230
- "null"
1231
- ]
1219
+ "$ref": "items-shared.json#/$defs/itemDexterityMax"
1232
1220
  },
1233
1221
  "firearm": {
1234
1222
  "type": "boolean"
@@ -1776,11 +1764,7 @@
1776
1764
  ]
1777
1765
  },
1778
1766
  "dexterityMax": {
1779
- "description": "Maximum dexterity modifier for medium armor.",
1780
- "type": [
1781
- "integer",
1782
- "null"
1783
- ]
1767
+ "$ref": "items-shared.json#/$defs/itemDexterityMax"
1784
1768
  },
1785
1769
  "firearm": {
1786
1770
  "type": "boolean"
@@ -2327,11 +2311,7 @@
2327
2311
  ]
2328
2312
  },
2329
2313
  "dexterityMax": {
2330
- "description": "Maximum dexterity modifier for medium armor.",
2331
- "type": [
2332
- "integer",
2333
- "null"
2334
- ]
2314
+ "$ref": "items-shared.json#/$defs/itemDexterityMax"
2335
2315
  },
2336
2316
  "firearm": {
2337
2317
  "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.13",
4
+ "version": "1.8.14",
5
5
  "type": "object",
6
6
  "$defs": {
7
7
  "_magicvariantItemBase": {
@@ -234,6 +234,9 @@
234
234
  "null"
235
235
  ]
236
236
  },
237
+ "dexterityMax": {
238
+ "$ref": "items-shared.json#/$defs/itemDexterityMax"
239
+ },
237
240
  "wondrous": {
238
241
  "type": "boolean"
239
242
  },
@@ -698,6 +701,9 @@
698
701
  "null"
699
702
  ]
700
703
  },
704
+ "dexterityMax": {
705
+ "$ref": "items-shared.json#/$defs/itemDexterityMax"
706
+ },
701
707
  "wondrous": {
702
708
  "type": "boolean"
703
709
  },
@@ -1171,6 +1177,9 @@
1171
1177
  "null"
1172
1178
  ]
1173
1179
  },
1180
+ "dexterityMax": {
1181
+ "$ref": "items-shared.json#/$defs/itemDexterityMax"
1182
+ },
1174
1183
  "wondrous": {
1175
1184
  "type": "boolean"
1176
1185
  },
@@ -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",
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.17",
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"
@@ -489,6 +492,9 @@
489
492
  "strength": {
490
493
  "type": "string"
491
494
  },
495
+ "dexterityMax": {
496
+ "$ref": "items-shared.json#/$defs/itemDexterityMax"
497
+ },
492
498
  "armor": {
493
499
  "description": "Flag used when merging generic variants",
494
500
  "type": "boolean"
@@ -784,6 +790,9 @@
784
790
  "strength": {
785
791
  "type": "string"
786
792
  },
793
+ "dexterityMax": {
794
+ "$ref": "items-shared.json#/$defs/itemDexterityMax"
795
+ },
787
796
  "armor": {
788
797
  "description": "Flag used when merging generic variants",
789
798
  "type": "boolean"
@@ -280,6 +280,13 @@
280
280
  },
281
281
  "itemReach": {
282
282
  "type": "integer"
283
+ },
284
+ "itemDexterityMax": {
285
+ "description": "Maximum dexterity modifier for medium armor.",
286
+ "type": [
287
+ "integer",
288
+ "null"
289
+ ]
283
290
  }
284
291
  }
285
292
  }
@@ -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.7",
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
- "description": "Maximum dexterity modifier for medium armor.",
129
- "type": [
130
- "integer",
131
- "null"
132
- ]
128
+ "$ref": "items-shared.json#/$defs/itemDexterityMax"
133
129
  },
134
130
  "firearm": {
135
131
  "type": "boolean"
@@ -677,11 +673,7 @@
677
673
  ]
678
674
  },
679
675
  "dexterityMax": {
680
- "description": "Maximum dexterity modifier for medium armor.",
681
- "type": [
682
- "integer",
683
- "null"
684
- ]
676
+ "$ref": "items-shared.json#/$defs/itemDexterityMax"
685
677
  },
686
678
  "firearm": {
687
679
  "type": "boolean"
@@ -1224,11 +1216,7 @@
1224
1216
  ]
1225
1217
  },
1226
1218
  "dexterityMax": {
1227
- "description": "Maximum dexterity modifier for medium armor.",
1228
- "type": [
1229
- "integer",
1230
- "null"
1231
- ]
1219
+ "$ref": "items-shared.json#/$defs/itemDexterityMax"
1232
1220
  },
1233
1221
  "firearm": {
1234
1222
  "type": "boolean"
@@ -1776,11 +1764,7 @@
1776
1764
  ]
1777
1765
  },
1778
1766
  "dexterityMax": {
1779
- "description": "Maximum dexterity modifier for medium armor.",
1780
- "type": [
1781
- "integer",
1782
- "null"
1783
- ]
1767
+ "$ref": "items-shared.json#/$defs/itemDexterityMax"
1784
1768
  },
1785
1769
  "firearm": {
1786
1770
  "type": "boolean"
@@ -2327,11 +2311,7 @@
2327
2311
  ]
2328
2312
  },
2329
2313
  "dexterityMax": {
2330
- "description": "Maximum dexterity modifier for medium armor.",
2331
- "type": [
2332
- "integer",
2333
- "null"
2334
- ]
2314
+ "$ref": "items-shared.json#/$defs/itemDexterityMax"
2335
2315
  },
2336
2316
  "firearm": {
2337
2317
  "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.13",
4
+ "version": "1.8.14",
5
5
  "type": "object",
6
6
  "$defs": {
7
7
  "_magicvariantItemBase": {
@@ -234,6 +234,9 @@
234
234
  "null"
235
235
  ]
236
236
  },
237
+ "dexterityMax": {
238
+ "$ref": "items-shared.json#/$defs/itemDexterityMax"
239
+ },
237
240
  "wondrous": {
238
241
  "type": "boolean"
239
242
  },
@@ -698,6 +701,9 @@
698
701
  "null"
699
702
  ]
700
703
  },
704
+ "dexterityMax": {
705
+ "$ref": "items-shared.json#/$defs/itemDexterityMax"
706
+ },
701
707
  "wondrous": {
702
708
  "type": "boolean"
703
709
  },
@@ -1171,6 +1177,9 @@
1171
1177
  "null"
1172
1178
  ]
1173
1179
  },
1180
+ "dexterityMax": {
1181
+ "$ref": "items-shared.json#/$defs/itemDexterityMax"
1182
+ },
1174
1183
  "wondrous": {
1175
1184
  "type": "boolean"
1176
1185
  },
@@ -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",
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.17",
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"