5etools-utils 0.9.18 → 0.9.20
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 +76 -22
- package/schema/brew/items-shared.json +13 -1
- package/schema/brew/items.json +22 -22
- package/schema/brew/magicvariants.json +107 -18
- package/schema/brew/makebrew-creature.json +5 -3
- package/schema/brew-fast/items-base.json +76 -22
- package/schema/brew-fast/items-shared.json +13 -1
- package/schema/brew-fast/items.json +22 -22
- package/schema/brew-fast/magicvariants.json +107 -18
- package/schema/brew-fast/makebrew-creature.json +5 -3
- package/schema/site/items-base.json +64 -1
- package/schema/site/items-shared.json +1 -1
- package/schema/site/items.json +10 -1
- package/schema/site/magicvariants.json +81 -1
- package/schema/site/makebrew-creature.json +5 -3
- package/schema/site-fast/items-base.json +64 -1
- package/schema/site-fast/items-shared.json +1 -1
- package/schema/site-fast/items.json +10 -1
- package/schema/site-fast/magicvariants.json +81 -1
- package/schema/site-fast/makebrew-creature.json +5 -3
- package/schema/ua/items-base.json +73 -1
- package/schema/ua/items-shared.json +13 -1
- package/schema/ua/items.json +19 -1
- package/schema/ua/magicvariants.json +100 -1
- package/schema/ua/makebrew-creature.json +5 -3
- package/schema/ua-fast/items-base.json +73 -1
- package/schema/ua-fast/items-shared.json +13 -1
- package/schema/ua-fast/items.json +19 -1
- package/schema/ua-fast/magicvariants.json +100 -1
- package/schema/ua-fast/makebrew-creature.json +5 -3
|
@@ -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.13",
|
|
5
5
|
"$defs": {
|
|
6
6
|
"itemPropertyLookupArray": {
|
|
7
7
|
"type": "array",
|
|
@@ -181,6 +181,9 @@
|
|
|
181
181
|
"type": {
|
|
182
182
|
"$ref": "items-shared.json#/$defs/itemType"
|
|
183
183
|
},
|
|
184
|
+
"typeAlt": {
|
|
185
|
+
"$ref": "items-shared.json#/$defs/itemType"
|
|
186
|
+
},
|
|
184
187
|
"rarity": {
|
|
185
188
|
"$ref": "items-shared.json#/$defs/itemRarity"
|
|
186
189
|
},
|
|
@@ -190,12 +193,18 @@
|
|
|
190
193
|
"page": {
|
|
191
194
|
"$ref": "util.json#/$defs/page"
|
|
192
195
|
},
|
|
196
|
+
"reprintedAs": {
|
|
197
|
+
"$ref": "util.json#/$defs/reprintedAs"
|
|
198
|
+
},
|
|
193
199
|
"ac": {
|
|
194
200
|
"type": "integer"
|
|
195
201
|
},
|
|
196
202
|
"age": {
|
|
197
203
|
"$ref": "items-shared.json#/$defs/itemAge"
|
|
198
204
|
},
|
|
205
|
+
"bonusWeapon": {
|
|
206
|
+
"type": "string"
|
|
207
|
+
},
|
|
199
208
|
"dmg1": {
|
|
200
209
|
"type": "string"
|
|
201
210
|
},
|
|
@@ -306,6 +315,18 @@
|
|
|
306
315
|
"speed": {
|
|
307
316
|
"$ref": "items-shared.json#/$defs/itemSpeed"
|
|
308
317
|
},
|
|
318
|
+
"charges": {
|
|
319
|
+
"type": [
|
|
320
|
+
"string",
|
|
321
|
+
"integer"
|
|
322
|
+
]
|
|
323
|
+
},
|
|
324
|
+
"recharge": {
|
|
325
|
+
"$ref": "items-shared.json#/$defs/itemRecharge"
|
|
326
|
+
},
|
|
327
|
+
"rechargeAmount": {
|
|
328
|
+
"$ref": "items-shared.json#/$defs/itemRechargeAmount"
|
|
329
|
+
},
|
|
309
330
|
"valueMult": {
|
|
310
331
|
"type": "number"
|
|
311
332
|
},
|
|
@@ -409,6 +430,9 @@
|
|
|
409
430
|
"type": {
|
|
410
431
|
"$ref": "items-shared.json#/$defs/itemType"
|
|
411
432
|
},
|
|
433
|
+
"typeAlt": {
|
|
434
|
+
"$ref": "items-shared.json#/$defs/itemType"
|
|
435
|
+
},
|
|
412
436
|
"rarity": {
|
|
413
437
|
"$ref": "items-shared.json#/$defs/itemRarity"
|
|
414
438
|
},
|
|
@@ -418,12 +442,18 @@
|
|
|
418
442
|
"page": {
|
|
419
443
|
"$ref": "util.json#/$defs/page"
|
|
420
444
|
},
|
|
445
|
+
"reprintedAs": {
|
|
446
|
+
"$ref": "util.json#/$defs/reprintedAs"
|
|
447
|
+
},
|
|
421
448
|
"ac": {
|
|
422
449
|
"type": "integer"
|
|
423
450
|
},
|
|
424
451
|
"age": {
|
|
425
452
|
"$ref": "items-shared.json#/$defs/itemAge"
|
|
426
453
|
},
|
|
454
|
+
"bonusWeapon": {
|
|
455
|
+
"type": "string"
|
|
456
|
+
},
|
|
427
457
|
"dmg1": {
|
|
428
458
|
"type": "string"
|
|
429
459
|
},
|
|
@@ -534,6 +564,18 @@
|
|
|
534
564
|
"speed": {
|
|
535
565
|
"$ref": "items-shared.json#/$defs/itemSpeed"
|
|
536
566
|
},
|
|
567
|
+
"charges": {
|
|
568
|
+
"type": [
|
|
569
|
+
"string",
|
|
570
|
+
"integer"
|
|
571
|
+
]
|
|
572
|
+
},
|
|
573
|
+
"recharge": {
|
|
574
|
+
"$ref": "items-shared.json#/$defs/itemRecharge"
|
|
575
|
+
},
|
|
576
|
+
"rechargeAmount": {
|
|
577
|
+
"$ref": "items-shared.json#/$defs/itemRechargeAmount"
|
|
578
|
+
},
|
|
537
579
|
"valueMult": {
|
|
538
580
|
"type": "number"
|
|
539
581
|
},
|
|
@@ -641,6 +683,9 @@
|
|
|
641
683
|
"type": {
|
|
642
684
|
"$ref": "items-shared.json#/$defs/itemType"
|
|
643
685
|
},
|
|
686
|
+
"typeAlt": {
|
|
687
|
+
"$ref": "items-shared.json#/$defs/itemType"
|
|
688
|
+
},
|
|
644
689
|
"rarity": {
|
|
645
690
|
"$ref": "items-shared.json#/$defs/itemRarity"
|
|
646
691
|
},
|
|
@@ -650,12 +695,18 @@
|
|
|
650
695
|
"page": {
|
|
651
696
|
"$ref": "util.json#/$defs/page"
|
|
652
697
|
},
|
|
698
|
+
"reprintedAs": {
|
|
699
|
+
"$ref": "util.json#/$defs/reprintedAs"
|
|
700
|
+
},
|
|
653
701
|
"ac": {
|
|
654
702
|
"type": "integer"
|
|
655
703
|
},
|
|
656
704
|
"age": {
|
|
657
705
|
"$ref": "items-shared.json#/$defs/itemAge"
|
|
658
706
|
},
|
|
707
|
+
"bonusWeapon": {
|
|
708
|
+
"type": "string"
|
|
709
|
+
},
|
|
659
710
|
"dmg1": {
|
|
660
711
|
"type": "string"
|
|
661
712
|
},
|
|
@@ -766,6 +817,18 @@
|
|
|
766
817
|
"speed": {
|
|
767
818
|
"$ref": "items-shared.json#/$defs/itemSpeed"
|
|
768
819
|
},
|
|
820
|
+
"charges": {
|
|
821
|
+
"type": [
|
|
822
|
+
"string",
|
|
823
|
+
"integer"
|
|
824
|
+
]
|
|
825
|
+
},
|
|
826
|
+
"recharge": {
|
|
827
|
+
"$ref": "items-shared.json#/$defs/itemRecharge"
|
|
828
|
+
},
|
|
829
|
+
"rechargeAmount": {
|
|
830
|
+
"$ref": "items-shared.json#/$defs/itemRechargeAmount"
|
|
831
|
+
},
|
|
769
832
|
"valueMult": {
|
|
770
833
|
"type": "number"
|
|
771
834
|
},
|
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.14.
|
|
4
|
+
"version": "1.14.4",
|
|
5
5
|
"type": "object",
|
|
6
6
|
"$defs": {
|
|
7
7
|
"itemData": {
|
|
@@ -28,6 +28,9 @@
|
|
|
28
28
|
"additionalSources": {
|
|
29
29
|
"$ref": "util.json#/$defs/additionalSources"
|
|
30
30
|
},
|
|
31
|
+
"reprintedAs": {
|
|
32
|
+
"$ref": "util.json#/$defs/reprintedAs"
|
|
33
|
+
},
|
|
31
34
|
"baseItem": {
|
|
32
35
|
"type": "string"
|
|
33
36
|
},
|
|
@@ -575,6 +578,9 @@
|
|
|
575
578
|
"additionalSources": {
|
|
576
579
|
"$ref": "util.json#/$defs/additionalSources"
|
|
577
580
|
},
|
|
581
|
+
"reprintedAs": {
|
|
582
|
+
"$ref": "util.json#/$defs/reprintedAs"
|
|
583
|
+
},
|
|
578
584
|
"baseItem": {
|
|
579
585
|
"type": "string"
|
|
580
586
|
},
|
|
@@ -1125,6 +1131,9 @@
|
|
|
1125
1131
|
"additionalSources": {
|
|
1126
1132
|
"$ref": "util.json#/$defs/additionalSources"
|
|
1127
1133
|
},
|
|
1134
|
+
"reprintedAs": {
|
|
1135
|
+
"$ref": "util.json#/$defs/reprintedAs"
|
|
1136
|
+
},
|
|
1128
1137
|
"baseItem": {
|
|
1129
1138
|
"type": "string"
|
|
1130
1139
|
},
|
|
@@ -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.7",
|
|
5
5
|
"type": "object",
|
|
6
6
|
"properties": {
|
|
7
7
|
"magicvariant": {
|
|
@@ -46,6 +46,24 @@
|
|
|
46
46
|
"weapon": {
|
|
47
47
|
"type": "boolean"
|
|
48
48
|
},
|
|
49
|
+
"firearm": {
|
|
50
|
+
"type": "boolean"
|
|
51
|
+
},
|
|
52
|
+
"mace": {
|
|
53
|
+
"type": "boolean"
|
|
54
|
+
},
|
|
55
|
+
"spear": {
|
|
56
|
+
"type": "boolean"
|
|
57
|
+
},
|
|
58
|
+
"hammer": {
|
|
59
|
+
"type": "boolean"
|
|
60
|
+
},
|
|
61
|
+
"club": {
|
|
62
|
+
"type": "boolean"
|
|
63
|
+
},
|
|
64
|
+
"dagger": {
|
|
65
|
+
"type": "boolean"
|
|
66
|
+
},
|
|
49
67
|
"dmgType": {
|
|
50
68
|
"$ref": "util.json#/$defs/dataDamageTags"
|
|
51
69
|
},
|
|
@@ -93,6 +111,12 @@
|
|
|
93
111
|
"description": "Properties to remove from the specific variant, if present on the base item.",
|
|
94
112
|
"$ref": "items-shared.json#/$defs/itemProperty"
|
|
95
113
|
},
|
|
114
|
+
"ac": {
|
|
115
|
+
"type": "integer"
|
|
116
|
+
},
|
|
117
|
+
"age": {
|
|
118
|
+
"$ref": "items-shared.json#/$defs/itemAge"
|
|
119
|
+
},
|
|
96
120
|
"bonusAc": {
|
|
97
121
|
"type": "string"
|
|
98
122
|
},
|
|
@@ -117,6 +141,16 @@
|
|
|
117
141
|
"bonusAbilityCheck": {
|
|
118
142
|
"type": "string"
|
|
119
143
|
},
|
|
144
|
+
"dmg1": {
|
|
145
|
+
"type": "string"
|
|
146
|
+
},
|
|
147
|
+
"dmg2": {
|
|
148
|
+
"type": "string",
|
|
149
|
+
"description": "The versatile or alternative damage dice of the weapon, e.g. \"1d10\""
|
|
150
|
+
},
|
|
151
|
+
"dmgType": {
|
|
152
|
+
"$ref": "util.json#/$defs/dataDamageTags"
|
|
153
|
+
},
|
|
120
154
|
"modifySpeed": {
|
|
121
155
|
"$ref": "items-shared.json#/$defs/itemModifySpeed"
|
|
122
156
|
},
|
|
@@ -132,6 +166,9 @@
|
|
|
132
166
|
"page": {
|
|
133
167
|
"$ref": "util.json#/$defs/page"
|
|
134
168
|
},
|
|
169
|
+
"reprintedAs": {
|
|
170
|
+
"$ref": "util.json#/$defs/reprintedAs"
|
|
171
|
+
},
|
|
135
172
|
"namePrefix": {
|
|
136
173
|
"type": "string"
|
|
137
174
|
},
|
|
@@ -141,6 +178,9 @@
|
|
|
141
178
|
"nameRemove": {
|
|
142
179
|
"type": "string"
|
|
143
180
|
},
|
|
181
|
+
"grantsProficiency": {
|
|
182
|
+
"type": "boolean"
|
|
183
|
+
},
|
|
144
184
|
"reqAttune": {
|
|
145
185
|
"type": [
|
|
146
186
|
"string",
|
|
@@ -238,6 +278,9 @@
|
|
|
238
278
|
"description": "Expression used to calculate each specific variant's value.",
|
|
239
279
|
"type": "string"
|
|
240
280
|
},
|
|
281
|
+
"weaponCategory": {
|
|
282
|
+
"$ref": "items-shared.json#/$defs/itemWeaponCategory"
|
|
283
|
+
},
|
|
241
284
|
"weightMult": {
|
|
242
285
|
"type": "number"
|
|
243
286
|
},
|
|
@@ -306,6 +349,42 @@
|
|
|
306
349
|
},
|
|
307
350
|
"net": {
|
|
308
351
|
"type": "boolean"
|
|
352
|
+
},
|
|
353
|
+
"armor": {
|
|
354
|
+
"type": "boolean"
|
|
355
|
+
},
|
|
356
|
+
"axe": {
|
|
357
|
+
"type": "boolean"
|
|
358
|
+
},
|
|
359
|
+
"bow": {
|
|
360
|
+
"type": "boolean"
|
|
361
|
+
},
|
|
362
|
+
"crossbow": {
|
|
363
|
+
"type": "boolean"
|
|
364
|
+
},
|
|
365
|
+
"sword": {
|
|
366
|
+
"type": "boolean"
|
|
367
|
+
},
|
|
368
|
+
"weapon": {
|
|
369
|
+
"type": "boolean"
|
|
370
|
+
},
|
|
371
|
+
"firearm": {
|
|
372
|
+
"type": "boolean"
|
|
373
|
+
},
|
|
374
|
+
"mace": {
|
|
375
|
+
"type": "boolean"
|
|
376
|
+
},
|
|
377
|
+
"spear": {
|
|
378
|
+
"type": "boolean"
|
|
379
|
+
},
|
|
380
|
+
"hammer": {
|
|
381
|
+
"type": "boolean"
|
|
382
|
+
},
|
|
383
|
+
"club": {
|
|
384
|
+
"type": "boolean"
|
|
385
|
+
},
|
|
386
|
+
"dagger": {
|
|
387
|
+
"type": "boolean"
|
|
309
388
|
}
|
|
310
389
|
},
|
|
311
390
|
"additionalProperties": false
|
|
@@ -326,6 +405,7 @@
|
|
|
326
405
|
}
|
|
327
406
|
},
|
|
328
407
|
"ammo": {
|
|
408
|
+
"description": "Adds ammunition text to the header of the generic variant.",
|
|
329
409
|
"type": "boolean"
|
|
330
410
|
},
|
|
331
411
|
"reqAttuneTags": {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
3
|
"$id": "makebrew-creature.json",
|
|
4
|
-
"version": "1.1.
|
|
4
|
+
"version": "1.1.4",
|
|
5
5
|
"type": "object",
|
|
6
6
|
"properties": {
|
|
7
7
|
"#makebrewCreatureTrait": {
|
|
@@ -31,7 +31,8 @@
|
|
|
31
31
|
"required": [
|
|
32
32
|
"name",
|
|
33
33
|
"entries"
|
|
34
|
-
]
|
|
34
|
+
],
|
|
35
|
+
"additionalProperties": false
|
|
35
36
|
}
|
|
36
37
|
},
|
|
37
38
|
"makebrewCreatureAction": {
|
|
@@ -58,7 +59,8 @@
|
|
|
58
59
|
"required": [
|
|
59
60
|
"name",
|
|
60
61
|
"entries"
|
|
61
|
-
]
|
|
62
|
+
],
|
|
63
|
+
"additionalProperties": false
|
|
62
64
|
}
|
|
63
65
|
}
|
|
64
66
|
},
|
|
@@ -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.13",
|
|
5
5
|
"$defs": {
|
|
6
6
|
"itemPropertyLookupArray": {
|
|
7
7
|
"type": "array",
|
|
@@ -181,6 +181,9 @@
|
|
|
181
181
|
"type": {
|
|
182
182
|
"$ref": "items-shared.json#/$defs/itemType"
|
|
183
183
|
},
|
|
184
|
+
"typeAlt": {
|
|
185
|
+
"$ref": "items-shared.json#/$defs/itemType"
|
|
186
|
+
},
|
|
184
187
|
"rarity": {
|
|
185
188
|
"$ref": "items-shared.json#/$defs/itemRarity"
|
|
186
189
|
},
|
|
@@ -190,12 +193,18 @@
|
|
|
190
193
|
"page": {
|
|
191
194
|
"$ref": "util.json#/$defs/page"
|
|
192
195
|
},
|
|
196
|
+
"reprintedAs": {
|
|
197
|
+
"$ref": "util.json#/$defs/reprintedAs"
|
|
198
|
+
},
|
|
193
199
|
"ac": {
|
|
194
200
|
"type": "integer"
|
|
195
201
|
},
|
|
196
202
|
"age": {
|
|
197
203
|
"$ref": "items-shared.json#/$defs/itemAge"
|
|
198
204
|
},
|
|
205
|
+
"bonusWeapon": {
|
|
206
|
+
"type": "string"
|
|
207
|
+
},
|
|
199
208
|
"dmg1": {
|
|
200
209
|
"type": "string"
|
|
201
210
|
},
|
|
@@ -306,6 +315,18 @@
|
|
|
306
315
|
"speed": {
|
|
307
316
|
"$ref": "items-shared.json#/$defs/itemSpeed"
|
|
308
317
|
},
|
|
318
|
+
"charges": {
|
|
319
|
+
"type": [
|
|
320
|
+
"string",
|
|
321
|
+
"integer"
|
|
322
|
+
]
|
|
323
|
+
},
|
|
324
|
+
"recharge": {
|
|
325
|
+
"$ref": "items-shared.json#/$defs/itemRecharge"
|
|
326
|
+
},
|
|
327
|
+
"rechargeAmount": {
|
|
328
|
+
"$ref": "items-shared.json#/$defs/itemRechargeAmount"
|
|
329
|
+
},
|
|
309
330
|
"valueMult": {
|
|
310
331
|
"type": "number"
|
|
311
332
|
},
|
|
@@ -409,6 +430,9 @@
|
|
|
409
430
|
"type": {
|
|
410
431
|
"$ref": "items-shared.json#/$defs/itemType"
|
|
411
432
|
},
|
|
433
|
+
"typeAlt": {
|
|
434
|
+
"$ref": "items-shared.json#/$defs/itemType"
|
|
435
|
+
},
|
|
412
436
|
"rarity": {
|
|
413
437
|
"$ref": "items-shared.json#/$defs/itemRarity"
|
|
414
438
|
},
|
|
@@ -418,12 +442,18 @@
|
|
|
418
442
|
"page": {
|
|
419
443
|
"$ref": "util.json#/$defs/page"
|
|
420
444
|
},
|
|
445
|
+
"reprintedAs": {
|
|
446
|
+
"$ref": "util.json#/$defs/reprintedAs"
|
|
447
|
+
},
|
|
421
448
|
"ac": {
|
|
422
449
|
"type": "integer"
|
|
423
450
|
},
|
|
424
451
|
"age": {
|
|
425
452
|
"$ref": "items-shared.json#/$defs/itemAge"
|
|
426
453
|
},
|
|
454
|
+
"bonusWeapon": {
|
|
455
|
+
"type": "string"
|
|
456
|
+
},
|
|
427
457
|
"dmg1": {
|
|
428
458
|
"type": "string"
|
|
429
459
|
},
|
|
@@ -534,6 +564,18 @@
|
|
|
534
564
|
"speed": {
|
|
535
565
|
"$ref": "items-shared.json#/$defs/itemSpeed"
|
|
536
566
|
},
|
|
567
|
+
"charges": {
|
|
568
|
+
"type": [
|
|
569
|
+
"string",
|
|
570
|
+
"integer"
|
|
571
|
+
]
|
|
572
|
+
},
|
|
573
|
+
"recharge": {
|
|
574
|
+
"$ref": "items-shared.json#/$defs/itemRecharge"
|
|
575
|
+
},
|
|
576
|
+
"rechargeAmount": {
|
|
577
|
+
"$ref": "items-shared.json#/$defs/itemRechargeAmount"
|
|
578
|
+
},
|
|
537
579
|
"valueMult": {
|
|
538
580
|
"type": "number"
|
|
539
581
|
},
|
|
@@ -641,6 +683,9 @@
|
|
|
641
683
|
"type": {
|
|
642
684
|
"$ref": "items-shared.json#/$defs/itemType"
|
|
643
685
|
},
|
|
686
|
+
"typeAlt": {
|
|
687
|
+
"$ref": "items-shared.json#/$defs/itemType"
|
|
688
|
+
},
|
|
644
689
|
"rarity": {
|
|
645
690
|
"$ref": "items-shared.json#/$defs/itemRarity"
|
|
646
691
|
},
|
|
@@ -650,12 +695,18 @@
|
|
|
650
695
|
"page": {
|
|
651
696
|
"$ref": "util.json#/$defs/page"
|
|
652
697
|
},
|
|
698
|
+
"reprintedAs": {
|
|
699
|
+
"$ref": "util.json#/$defs/reprintedAs"
|
|
700
|
+
},
|
|
653
701
|
"ac": {
|
|
654
702
|
"type": "integer"
|
|
655
703
|
},
|
|
656
704
|
"age": {
|
|
657
705
|
"$ref": "items-shared.json#/$defs/itemAge"
|
|
658
706
|
},
|
|
707
|
+
"bonusWeapon": {
|
|
708
|
+
"type": "string"
|
|
709
|
+
},
|
|
659
710
|
"dmg1": {
|
|
660
711
|
"type": "string"
|
|
661
712
|
},
|
|
@@ -766,6 +817,18 @@
|
|
|
766
817
|
"speed": {
|
|
767
818
|
"$ref": "items-shared.json#/$defs/itemSpeed"
|
|
768
819
|
},
|
|
820
|
+
"charges": {
|
|
821
|
+
"type": [
|
|
822
|
+
"string",
|
|
823
|
+
"integer"
|
|
824
|
+
]
|
|
825
|
+
},
|
|
826
|
+
"recharge": {
|
|
827
|
+
"$ref": "items-shared.json#/$defs/itemRecharge"
|
|
828
|
+
},
|
|
829
|
+
"rechargeAmount": {
|
|
830
|
+
"$ref": "items-shared.json#/$defs/itemRechargeAmount"
|
|
831
|
+
},
|
|
769
832
|
"valueMult": {
|
|
770
833
|
"type": "number"
|
|
771
834
|
},
|
|
@@ -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.4",
|
|
5
5
|
"type": "object",
|
|
6
6
|
"$defs": {
|
|
7
7
|
"itemData": {
|
|
@@ -28,6 +28,9 @@
|
|
|
28
28
|
"additionalSources": {
|
|
29
29
|
"$ref": "util.json#/$defs/additionalSources"
|
|
30
30
|
},
|
|
31
|
+
"reprintedAs": {
|
|
32
|
+
"$ref": "util.json#/$defs/reprintedAs"
|
|
33
|
+
},
|
|
31
34
|
"baseItem": {
|
|
32
35
|
"type": "string"
|
|
33
36
|
},
|
|
@@ -575,6 +578,9 @@
|
|
|
575
578
|
"additionalSources": {
|
|
576
579
|
"$ref": "util.json#/$defs/additionalSources"
|
|
577
580
|
},
|
|
581
|
+
"reprintedAs": {
|
|
582
|
+
"$ref": "util.json#/$defs/reprintedAs"
|
|
583
|
+
},
|
|
578
584
|
"baseItem": {
|
|
579
585
|
"type": "string"
|
|
580
586
|
},
|
|
@@ -1125,6 +1131,9 @@
|
|
|
1125
1131
|
"additionalSources": {
|
|
1126
1132
|
"$ref": "util.json#/$defs/additionalSources"
|
|
1127
1133
|
},
|
|
1134
|
+
"reprintedAs": {
|
|
1135
|
+
"$ref": "util.json#/$defs/reprintedAs"
|
|
1136
|
+
},
|
|
1128
1137
|
"baseItem": {
|
|
1129
1138
|
"type": "string"
|
|
1130
1139
|
},
|