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
package/package.json
CHANGED
package/schema/brew/decks.json
CHANGED
|
@@ -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": {
|
|
@@ -196,6 +196,9 @@
|
|
|
196
196
|
"strength": {
|
|
197
197
|
"type": "string"
|
|
198
198
|
},
|
|
199
|
+
"dexterityMax": {
|
|
200
|
+
"$ref": "items-shared.json#/$defs/itemDexterityMax"
|
|
201
|
+
},
|
|
199
202
|
"armor": {
|
|
200
203
|
"description": "Flag used when merging generic variants",
|
|
201
204
|
"type": "boolean"
|
|
@@ -377,6 +380,9 @@
|
|
|
377
380
|
"customProperties": {
|
|
378
381
|
"$ref": "items-shared.json#/$defs/customProperties"
|
|
379
382
|
},
|
|
383
|
+
"acSpecial": {
|
|
384
|
+
"$ref": "items-shared.json#/$defs/itemAcSpecial"
|
|
385
|
+
},
|
|
380
386
|
"currencyConversion": {
|
|
381
387
|
"description": "ID of a value conversion table. Homebrew only.",
|
|
382
388
|
"type": "string"
|
|
@@ -524,6 +530,9 @@
|
|
|
524
530
|
"strength": {
|
|
525
531
|
"type": "string"
|
|
526
532
|
},
|
|
533
|
+
"dexterityMax": {
|
|
534
|
+
"$ref": "items-shared.json#/$defs/itemDexterityMax"
|
|
535
|
+
},
|
|
527
536
|
"armor": {
|
|
528
537
|
"description": "Flag used when merging generic variants",
|
|
529
538
|
"type": "boolean"
|
|
@@ -705,6 +714,9 @@
|
|
|
705
714
|
"customProperties": {
|
|
706
715
|
"$ref": "items-shared.json#/$defs/customProperties"
|
|
707
716
|
},
|
|
717
|
+
"acSpecial": {
|
|
718
|
+
"$ref": "items-shared.json#/$defs/itemAcSpecial"
|
|
719
|
+
},
|
|
708
720
|
"currencyConversion": {
|
|
709
721
|
"description": "ID of a value conversion table. Homebrew only.",
|
|
710
722
|
"type": "string"
|
|
@@ -856,6 +868,9 @@
|
|
|
856
868
|
"strength": {
|
|
857
869
|
"type": "string"
|
|
858
870
|
},
|
|
871
|
+
"dexterityMax": {
|
|
872
|
+
"$ref": "items-shared.json#/$defs/itemDexterityMax"
|
|
873
|
+
},
|
|
859
874
|
"armor": {
|
|
860
875
|
"description": "Flag used when merging generic variants",
|
|
861
876
|
"type": "boolean"
|
|
@@ -1037,6 +1052,9 @@
|
|
|
1037
1052
|
"customProperties": {
|
|
1038
1053
|
"$ref": "items-shared.json#/$defs/customProperties"
|
|
1039
1054
|
},
|
|
1055
|
+
"acSpecial": {
|
|
1056
|
+
"$ref": "items-shared.json#/$defs/itemAcSpecial"
|
|
1057
|
+
},
|
|
1040
1058
|
"currencyConversion": {
|
|
1041
1059
|
"description": "ID of a value conversion table. Homebrew only.",
|
|
1042
1060
|
"type": "string"
|
|
@@ -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",
|
|
@@ -293,6 +300,10 @@
|
|
|
293
300
|
]
|
|
294
301
|
}
|
|
295
302
|
},
|
|
303
|
+
"itemAcSpecial": {
|
|
304
|
+
"description": "Free text field for homebrew use.",
|
|
305
|
+
"type": "string"
|
|
306
|
+
},
|
|
296
307
|
"fluff": {
|
|
297
308
|
"description": "This is intended to be used for Homebrew only - site data should include a fluff file per source.",
|
|
298
309
|
"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.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"
|
|
@@ -547,8 +543,7 @@
|
|
|
547
543
|
"$ref": "items-shared.json#/$defs/customProperties"
|
|
548
544
|
},
|
|
549
545
|
"acSpecial": {
|
|
550
|
-
"
|
|
551
|
-
"type": "string"
|
|
546
|
+
"$ref": "items-shared.json#/$defs/itemAcSpecial"
|
|
552
547
|
},
|
|
553
548
|
"currencyConversion": {
|
|
554
549
|
"description": "ID of a value conversion table. Homebrew only.",
|
|
@@ -722,11 +717,7 @@
|
|
|
722
717
|
]
|
|
723
718
|
},
|
|
724
719
|
"dexterityMax": {
|
|
725
|
-
"
|
|
726
|
-
"type": [
|
|
727
|
-
"integer",
|
|
728
|
-
"null"
|
|
729
|
-
]
|
|
720
|
+
"$ref": "items-shared.json#/$defs/itemDexterityMax"
|
|
730
721
|
},
|
|
731
722
|
"firearm": {
|
|
732
723
|
"type": "boolean"
|
|
@@ -1144,8 +1135,7 @@
|
|
|
1144
1135
|
"$ref": "items-shared.json#/$defs/customProperties"
|
|
1145
1136
|
},
|
|
1146
1137
|
"acSpecial": {
|
|
1147
|
-
"
|
|
1148
|
-
"type": "string"
|
|
1138
|
+
"$ref": "items-shared.json#/$defs/itemAcSpecial"
|
|
1149
1139
|
},
|
|
1150
1140
|
"currencyConversion": {
|
|
1151
1141
|
"description": "ID of a value conversion table. Homebrew only.",
|
|
@@ -1314,11 +1304,7 @@
|
|
|
1314
1304
|
]
|
|
1315
1305
|
},
|
|
1316
1306
|
"dexterityMax": {
|
|
1317
|
-
"
|
|
1318
|
-
"type": [
|
|
1319
|
-
"integer",
|
|
1320
|
-
"null"
|
|
1321
|
-
]
|
|
1307
|
+
"$ref": "items-shared.json#/$defs/itemDexterityMax"
|
|
1322
1308
|
},
|
|
1323
1309
|
"firearm": {
|
|
1324
1310
|
"type": "boolean"
|
|
@@ -1736,8 +1722,7 @@
|
|
|
1736
1722
|
"$ref": "items-shared.json#/$defs/customProperties"
|
|
1737
1723
|
},
|
|
1738
1724
|
"acSpecial": {
|
|
1739
|
-
"
|
|
1740
|
-
"type": "string"
|
|
1725
|
+
"$ref": "items-shared.json#/$defs/itemAcSpecial"
|
|
1741
1726
|
},
|
|
1742
1727
|
"currencyConversion": {
|
|
1743
1728
|
"description": "ID of a value conversion table. Homebrew only.",
|
|
@@ -1911,11 +1896,7 @@
|
|
|
1911
1896
|
]
|
|
1912
1897
|
},
|
|
1913
1898
|
"dexterityMax": {
|
|
1914
|
-
"
|
|
1915
|
-
"type": [
|
|
1916
|
-
"integer",
|
|
1917
|
-
"null"
|
|
1918
|
-
]
|
|
1899
|
+
"$ref": "items-shared.json#/$defs/itemDexterityMax"
|
|
1919
1900
|
},
|
|
1920
1901
|
"firearm": {
|
|
1921
1902
|
"type": "boolean"
|
|
@@ -2333,8 +2314,7 @@
|
|
|
2333
2314
|
"$ref": "items-shared.json#/$defs/customProperties"
|
|
2334
2315
|
},
|
|
2335
2316
|
"acSpecial": {
|
|
2336
|
-
"
|
|
2337
|
-
"type": "string"
|
|
2317
|
+
"$ref": "items-shared.json#/$defs/itemAcSpecial"
|
|
2338
2318
|
},
|
|
2339
2319
|
"currencyConversion": {
|
|
2340
2320
|
"description": "ID of a value conversion table. Homebrew only.",
|
|
@@ -2507,11 +2487,7 @@
|
|
|
2507
2487
|
]
|
|
2508
2488
|
},
|
|
2509
2489
|
"dexterityMax": {
|
|
2510
|
-
"
|
|
2511
|
-
"type": [
|
|
2512
|
-
"integer",
|
|
2513
|
-
"null"
|
|
2514
|
-
]
|
|
2490
|
+
"$ref": "items-shared.json#/$defs/itemDexterityMax"
|
|
2515
2491
|
},
|
|
2516
2492
|
"firearm": {
|
|
2517
2493
|
"type": "boolean"
|
|
@@ -2929,8 +2905,7 @@
|
|
|
2929
2905
|
"$ref": "items-shared.json#/$defs/customProperties"
|
|
2930
2906
|
},
|
|
2931
2907
|
"acSpecial": {
|
|
2932
|
-
"
|
|
2933
|
-
"type": "string"
|
|
2908
|
+
"$ref": "items-shared.json#/$defs/itemAcSpecial"
|
|
2934
2909
|
},
|
|
2935
2910
|
"currencyConversion": {
|
|
2936
2911
|
"description": "ID of a value conversion table. Homebrew only.",
|
|
@@ -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
|
},
|
|
@@ -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
|
+
"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": {
|
|
@@ -196,6 +196,9 @@
|
|
|
196
196
|
"strength": {
|
|
197
197
|
"type": "string"
|
|
198
198
|
},
|
|
199
|
+
"dexterityMax": {
|
|
200
|
+
"$ref": "items-shared.json#/$defs/itemDexterityMax"
|
|
201
|
+
},
|
|
199
202
|
"armor": {
|
|
200
203
|
"description": "Flag used when merging generic variants",
|
|
201
204
|
"type": "boolean"
|
|
@@ -377,6 +380,9 @@
|
|
|
377
380
|
"customProperties": {
|
|
378
381
|
"$ref": "items-shared.json#/$defs/customProperties"
|
|
379
382
|
},
|
|
383
|
+
"acSpecial": {
|
|
384
|
+
"$ref": "items-shared.json#/$defs/itemAcSpecial"
|
|
385
|
+
},
|
|
380
386
|
"currencyConversion": {
|
|
381
387
|
"description": "ID of a value conversion table. Homebrew only.",
|
|
382
388
|
"type": "string"
|
|
@@ -524,6 +530,9 @@
|
|
|
524
530
|
"strength": {
|
|
525
531
|
"type": "string"
|
|
526
532
|
},
|
|
533
|
+
"dexterityMax": {
|
|
534
|
+
"$ref": "items-shared.json#/$defs/itemDexterityMax"
|
|
535
|
+
},
|
|
527
536
|
"armor": {
|
|
528
537
|
"description": "Flag used when merging generic variants",
|
|
529
538
|
"type": "boolean"
|
|
@@ -705,6 +714,9 @@
|
|
|
705
714
|
"customProperties": {
|
|
706
715
|
"$ref": "items-shared.json#/$defs/customProperties"
|
|
707
716
|
},
|
|
717
|
+
"acSpecial": {
|
|
718
|
+
"$ref": "items-shared.json#/$defs/itemAcSpecial"
|
|
719
|
+
},
|
|
708
720
|
"currencyConversion": {
|
|
709
721
|
"description": "ID of a value conversion table. Homebrew only.",
|
|
710
722
|
"type": "string"
|
|
@@ -856,6 +868,9 @@
|
|
|
856
868
|
"strength": {
|
|
857
869
|
"type": "string"
|
|
858
870
|
},
|
|
871
|
+
"dexterityMax": {
|
|
872
|
+
"$ref": "items-shared.json#/$defs/itemDexterityMax"
|
|
873
|
+
},
|
|
859
874
|
"armor": {
|
|
860
875
|
"description": "Flag used when merging generic variants",
|
|
861
876
|
"type": "boolean"
|
|
@@ -1037,6 +1052,9 @@
|
|
|
1037
1052
|
"customProperties": {
|
|
1038
1053
|
"$ref": "items-shared.json#/$defs/customProperties"
|
|
1039
1054
|
},
|
|
1055
|
+
"acSpecial": {
|
|
1056
|
+
"$ref": "items-shared.json#/$defs/itemAcSpecial"
|
|
1057
|
+
},
|
|
1040
1058
|
"currencyConversion": {
|
|
1041
1059
|
"description": "ID of a value conversion table. Homebrew only.",
|
|
1042
1060
|
"type": "string"
|
|
@@ -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",
|
|
@@ -293,6 +300,10 @@
|
|
|
293
300
|
]
|
|
294
301
|
}
|
|
295
302
|
},
|
|
303
|
+
"itemAcSpecial": {
|
|
304
|
+
"description": "Free text field for homebrew use.",
|
|
305
|
+
"type": "string"
|
|
306
|
+
},
|
|
296
307
|
"fluff": {
|
|
297
308
|
"description": "This is intended to be used for Homebrew only - site data should include a fluff file per source.",
|
|
298
309
|
"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.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"
|
|
@@ -547,8 +543,7 @@
|
|
|
547
543
|
"$ref": "items-shared.json#/$defs/customProperties"
|
|
548
544
|
},
|
|
549
545
|
"acSpecial": {
|
|
550
|
-
"
|
|
551
|
-
"type": "string"
|
|
546
|
+
"$ref": "items-shared.json#/$defs/itemAcSpecial"
|
|
552
547
|
},
|
|
553
548
|
"currencyConversion": {
|
|
554
549
|
"description": "ID of a value conversion table. Homebrew only.",
|
|
@@ -722,11 +717,7 @@
|
|
|
722
717
|
]
|
|
723
718
|
},
|
|
724
719
|
"dexterityMax": {
|
|
725
|
-
"
|
|
726
|
-
"type": [
|
|
727
|
-
"integer",
|
|
728
|
-
"null"
|
|
729
|
-
]
|
|
720
|
+
"$ref": "items-shared.json#/$defs/itemDexterityMax"
|
|
730
721
|
},
|
|
731
722
|
"firearm": {
|
|
732
723
|
"type": "boolean"
|
|
@@ -1144,8 +1135,7 @@
|
|
|
1144
1135
|
"$ref": "items-shared.json#/$defs/customProperties"
|
|
1145
1136
|
},
|
|
1146
1137
|
"acSpecial": {
|
|
1147
|
-
"
|
|
1148
|
-
"type": "string"
|
|
1138
|
+
"$ref": "items-shared.json#/$defs/itemAcSpecial"
|
|
1149
1139
|
},
|
|
1150
1140
|
"currencyConversion": {
|
|
1151
1141
|
"description": "ID of a value conversion table. Homebrew only.",
|
|
@@ -1314,11 +1304,7 @@
|
|
|
1314
1304
|
]
|
|
1315
1305
|
},
|
|
1316
1306
|
"dexterityMax": {
|
|
1317
|
-
"
|
|
1318
|
-
"type": [
|
|
1319
|
-
"integer",
|
|
1320
|
-
"null"
|
|
1321
|
-
]
|
|
1307
|
+
"$ref": "items-shared.json#/$defs/itemDexterityMax"
|
|
1322
1308
|
},
|
|
1323
1309
|
"firearm": {
|
|
1324
1310
|
"type": "boolean"
|
|
@@ -1736,8 +1722,7 @@
|
|
|
1736
1722
|
"$ref": "items-shared.json#/$defs/customProperties"
|
|
1737
1723
|
},
|
|
1738
1724
|
"acSpecial": {
|
|
1739
|
-
"
|
|
1740
|
-
"type": "string"
|
|
1725
|
+
"$ref": "items-shared.json#/$defs/itemAcSpecial"
|
|
1741
1726
|
},
|
|
1742
1727
|
"currencyConversion": {
|
|
1743
1728
|
"description": "ID of a value conversion table. Homebrew only.",
|
|
@@ -1911,11 +1896,7 @@
|
|
|
1911
1896
|
]
|
|
1912
1897
|
},
|
|
1913
1898
|
"dexterityMax": {
|
|
1914
|
-
"
|
|
1915
|
-
"type": [
|
|
1916
|
-
"integer",
|
|
1917
|
-
"null"
|
|
1918
|
-
]
|
|
1899
|
+
"$ref": "items-shared.json#/$defs/itemDexterityMax"
|
|
1919
1900
|
},
|
|
1920
1901
|
"firearm": {
|
|
1921
1902
|
"type": "boolean"
|
|
@@ -2333,8 +2314,7 @@
|
|
|
2333
2314
|
"$ref": "items-shared.json#/$defs/customProperties"
|
|
2334
2315
|
},
|
|
2335
2316
|
"acSpecial": {
|
|
2336
|
-
"
|
|
2337
|
-
"type": "string"
|
|
2317
|
+
"$ref": "items-shared.json#/$defs/itemAcSpecial"
|
|
2338
2318
|
},
|
|
2339
2319
|
"currencyConversion": {
|
|
2340
2320
|
"description": "ID of a value conversion table. Homebrew only.",
|
|
@@ -2507,11 +2487,7 @@
|
|
|
2507
2487
|
]
|
|
2508
2488
|
},
|
|
2509
2489
|
"dexterityMax": {
|
|
2510
|
-
"
|
|
2511
|
-
"type": [
|
|
2512
|
-
"integer",
|
|
2513
|
-
"null"
|
|
2514
|
-
]
|
|
2490
|
+
"$ref": "items-shared.json#/$defs/itemDexterityMax"
|
|
2515
2491
|
},
|
|
2516
2492
|
"firearm": {
|
|
2517
2493
|
"type": "boolean"
|
|
@@ -2929,8 +2905,7 @@
|
|
|
2929
2905
|
"$ref": "items-shared.json#/$defs/customProperties"
|
|
2930
2906
|
},
|
|
2931
2907
|
"acSpecial": {
|
|
2932
|
-
"
|
|
2933
|
-
"type": "string"
|
|
2908
|
+
"$ref": "items-shared.json#/$defs/itemAcSpecial"
|
|
2934
2909
|
},
|
|
2935
2910
|
"currencyConversion": {
|
|
2936
2911
|
"description": "ID of a value conversion table. Homebrew only.",
|