@blizzhackers/d2data 3.1.91637 → 3.1.91639

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.
Files changed (112) hide show
  1. package/compile.js +812 -806
  2. package/json/allstrings-eng.json +12385 -0
  3. package/json/base/.gitkeep +0 -0
  4. package/json/base/actinfo.json +116 -0
  5. package/json/base/actprofile.json +1890 -0
  6. package/json/base/armor.json +17382 -0
  7. package/json/base/armtype.json +17 -0
  8. package/json/base/atomic.json +1026 -0
  9. package/json/base/automagic.json +744 -0
  10. package/json/base/automap.json +40732 -0
  11. package/json/base/belts.json +743 -0
  12. package/json/base/bodylocs.json +52 -0
  13. package/json/base/books.json +34 -0
  14. package/json/base/charstats.json +600 -0
  15. package/json/base/coldmasterybreakpoints.json +8 -0
  16. package/json/base/colors.json +107 -0
  17. package/json/base/compcode.json +577 -0
  18. package/json/base/composit.json +82 -0
  19. package/json/base/cubemain.json +2116 -0
  20. package/json/base/cubemod.json +57 -0
  21. package/json/base/difficultylevels.json +110 -0
  22. package/json/base/elemtypes.json +62 -0
  23. package/json/base/events.json +82 -0
  24. package/json/base/experience.json +1214 -0
  25. package/json/base/gamble.json +520 -0
  26. package/json/base/gems.json +1868 -0
  27. package/json/base/hireling.json +7640 -0
  28. package/json/base/hitclass.json +67 -0
  29. package/json/base/inventory.json +2302 -0
  30. package/json/base/itemratio.json +134 -0
  31. package/json/base/items.json +55036 -0
  32. package/json/base/itemstatcost.json +5621 -0
  33. package/json/base/itemtypes.json +2766 -0
  34. package/json/base/itemuicategories.json +318 -0
  35. package/json/base/levelgroups.json +786 -0
  36. package/json/base/levels.json +15788 -0
  37. package/json/base/lowqualityitems.json +6 -0
  38. package/json/base/lvlmaze.json +910 -0
  39. package/json/base/lvlprest.json +28622 -0
  40. package/json/base/lvlsub.json +824 -0
  41. package/json/base/lvltypes.json +1377 -0
  42. package/json/base/lvlwarp.json +1515 -0
  43. package/json/base/magicprefix.json +12624 -0
  44. package/json/base/magicsuffix.json +14053 -0
  45. package/json/base/misc.json +11783 -0
  46. package/json/base/misscalc.json +237 -0
  47. package/json/base/missiles.json +24098 -0
  48. package/json/base/monai.json +1181 -0
  49. package/json/base/moncountest.json +642 -0
  50. package/json/base/monequip.json +361 -0
  51. package/json/base/monlvl.json +3665 -0
  52. package/json/base/monmode.json +98 -0
  53. package/json/base/monpet.json +28 -0
  54. package/json/base/monplace.json +39 -0
  55. package/json/base/monpopulationest.json +17551 -0
  56. package/json/base/monpreset.json +922 -0
  57. package/json/base/monprop.json +144 -0
  58. package/json/base/monseq.json +5312 -0
  59. package/json/base/monsounds.json +2707 -0
  60. package/json/base/monstats.json +67543 -0
  61. package/json/base/monstats2.json +34936 -0
  62. package/json/base/montype.json +274 -0
  63. package/json/base/monumod.json +504 -0
  64. package/json/base/npc.json +232 -0
  65. package/json/base/objects.json +87061 -0
  66. package/json/base/objgroup.json +3733 -0
  67. package/json/base/objmode.json +42 -0
  68. package/json/base/objpreset.json +2926 -0
  69. package/json/base/objtype.json +2457 -0
  70. package/json/base/overlay.json +8208 -0
  71. package/json/base/pettype.json +226 -0
  72. package/json/base/playerclass.json +45 -0
  73. package/json/base/plrmode.json +122 -0
  74. package/json/base/plrtype.json +45 -0
  75. package/json/base/properties.json +3224 -0
  76. package/json/base/propertygroups.json +307 -0
  77. package/json/base/qualityitems.json +149 -0
  78. package/json/base/rareprefix.json +296 -0
  79. package/json/base/raresuffix.json +921 -0
  80. package/json/base/runes.json +3567 -0
  81. package/json/base/runeworduicategories.json +27 -0
  82. package/json/base/setitems.json +4181 -0
  83. package/json/base/sets.json +1046 -0
  84. package/json/base/shrines.json +319 -0
  85. package/json/base/skillcalc.json +607 -0
  86. package/json/base/skilldesc.json +7591 -0
  87. package/json/base/skills.json +16959 -0
  88. package/json/base/soundenviron.json +2879 -0
  89. package/json/base/sounds.json +466498 -0
  90. package/json/base/states.json +1797 -0
  91. package/json/base/storepage.json +22 -0
  92. package/json/base/superuniques.json +1495 -0
  93. package/json/base/tcprecalc.json +35785 -0
  94. package/json/base/treasureclassex.json +19465 -0
  95. package/json/base/treasureclassgroupsex.json +1025 -0
  96. package/json/base/uniqueappellation.json +27 -0
  97. package/json/base/uniqueitems.json +14459 -0
  98. package/json/base/uniqueprefix.json +55 -0
  99. package/json/base/uniquesuffix.json +71 -0
  100. package/json/base/wanderingmon.json +3 -0
  101. package/json/base/weapons.json +25875 -0
  102. package/json/localestrings-chi.json +8305 -8305
  103. package/json/localestrings-deu.json +8306 -8306
  104. package/json/localestrings-eng.json +8311 -8311
  105. package/json/localestrings-esp.json +8305 -8305
  106. package/json/localestrings-fra.json +8306 -8306
  107. package/json/localestrings-ita.json +8306 -8306
  108. package/json/localestrings-kor.json +8305 -8305
  109. package/json/localestrings-pol.json +8305 -8305
  110. package/package.json +1 -1
  111. package/string.js +58 -11
  112. package/json/hirelingdesc.json +0 -28
@@ -0,0 +1,743 @@
1
+ {
2
+ "0": {
3
+ "name": "belt",
4
+ "numboxes": 12,
5
+ "box1left": 343,
6
+ "box1right": 372,
7
+ "box1top": 442,
8
+ "box1bottom": 471,
9
+ "box2left": 374,
10
+ "box2right": 403,
11
+ "box2top": 442,
12
+ "box2bottom": 471,
13
+ "box3left": 405,
14
+ "box3right": 434,
15
+ "box3top": 442,
16
+ "box3bottom": 471,
17
+ "box4left": 436,
18
+ "box4right": 465,
19
+ "box4top": 442,
20
+ "box4bottom": 471,
21
+ "box5left": 343,
22
+ "box5right": 372,
23
+ "box5top": 410,
24
+ "box5bottom": 439,
25
+ "box6left": 374,
26
+ "box6right": 403,
27
+ "box6top": 410,
28
+ "box6bottom": 439,
29
+ "box7left": 405,
30
+ "box7right": 434,
31
+ "box7top": 410,
32
+ "box7bottom": 439,
33
+ "box8left": 436,
34
+ "box8right": 465,
35
+ "box8top": 410,
36
+ "box8bottom": 439,
37
+ "box9left": 343,
38
+ "box9right": 372,
39
+ "box9top": 378,
40
+ "box9bottom": 407,
41
+ "box10left": 374,
42
+ "box10right": 403,
43
+ "box10top": 378,
44
+ "box10bottom": 407,
45
+ "box11left": 405,
46
+ "box11right": 434,
47
+ "box11top": 378,
48
+ "box11bottom": 407,
49
+ "box12left": 436,
50
+ "box12right": 465,
51
+ "box12top": 378,
52
+ "box12bottom": 407,
53
+ "defaultItemTypeCol1": "hpot",
54
+ "defaultItemTypeCol2": "mpot",
55
+ "defaultItemTypeCol3": "rpot",
56
+ "defaultItemTypeCol4": "scro",
57
+ "defaultItemCodeCol4": "tsc"
58
+ },
59
+ "1": {
60
+ "name": "sash",
61
+ "numboxes": 8,
62
+ "box1left": 343,
63
+ "box1right": 372,
64
+ "box1top": 442,
65
+ "box1bottom": 471,
66
+ "box2left": 374,
67
+ "box2right": 403,
68
+ "box2top": 442,
69
+ "box2bottom": 471,
70
+ "box3left": 405,
71
+ "box3right": 434,
72
+ "box3top": 442,
73
+ "box3bottom": 471,
74
+ "box4left": 436,
75
+ "box4right": 465,
76
+ "box4top": 442,
77
+ "box4bottom": 471,
78
+ "box5left": 343,
79
+ "box5right": 372,
80
+ "box5top": 410,
81
+ "box5bottom": 439,
82
+ "box6left": 374,
83
+ "box6right": 403,
84
+ "box6top": 410,
85
+ "box6bottom": 439,
86
+ "box7left": 405,
87
+ "box7right": 434,
88
+ "box7top": 410,
89
+ "box7bottom": 439,
90
+ "box8left": 436,
91
+ "box8right": 465,
92
+ "box8top": 410,
93
+ "box8bottom": 439,
94
+ "defaultItemTypeCol1": "hpot",
95
+ "defaultItemTypeCol2": "mpot",
96
+ "defaultItemTypeCol3": "rpot",
97
+ "defaultItemTypeCol4": "scro",
98
+ "defaultItemCodeCol4": "tsc"
99
+ },
100
+ "2": {
101
+ "name": "default",
102
+ "numboxes": 4,
103
+ "box1left": 343,
104
+ "box1right": 372,
105
+ "box1top": 442,
106
+ "box1bottom": 471,
107
+ "box2left": 374,
108
+ "box2right": 403,
109
+ "box2top": 442,
110
+ "box2bottom": 471,
111
+ "box3left": 405,
112
+ "box3right": 434,
113
+ "box3top": 442,
114
+ "box3bottom": 471,
115
+ "box4left": 436,
116
+ "box4right": 465,
117
+ "box4top": 442,
118
+ "box4bottom": 471,
119
+ "defaultItemTypeCol1": "hpot",
120
+ "defaultItemTypeCol2": "mpot",
121
+ "defaultItemTypeCol3": "rpot",
122
+ "defaultItemTypeCol4": "scro",
123
+ "defaultItemCodeCol4": "tsc"
124
+ },
125
+ "3": {
126
+ "name": "girdle",
127
+ "numboxes": 16,
128
+ "box1left": 343,
129
+ "box1right": 372,
130
+ "box1top": 442,
131
+ "box1bottom": 471,
132
+ "box2left": 374,
133
+ "box2right": 403,
134
+ "box2top": 442,
135
+ "box2bottom": 471,
136
+ "box3left": 405,
137
+ "box3right": 434,
138
+ "box3top": 442,
139
+ "box3bottom": 471,
140
+ "box4left": 436,
141
+ "box4right": 465,
142
+ "box4top": 442,
143
+ "box4bottom": 471,
144
+ "box5left": 343,
145
+ "box5right": 372,
146
+ "box5top": 410,
147
+ "box5bottom": 439,
148
+ "box6left": 374,
149
+ "box6right": 403,
150
+ "box6top": 410,
151
+ "box6bottom": 439,
152
+ "box7left": 405,
153
+ "box7right": 434,
154
+ "box7top": 410,
155
+ "box7bottom": 439,
156
+ "box8left": 436,
157
+ "box8right": 465,
158
+ "box8top": 410,
159
+ "box8bottom": 439,
160
+ "box9left": 343,
161
+ "box9right": 372,
162
+ "box9top": 378,
163
+ "box9bottom": 407,
164
+ "box10left": 374,
165
+ "box10right": 403,
166
+ "box10top": 378,
167
+ "box10bottom": 407,
168
+ "box11left": 405,
169
+ "box11right": 434,
170
+ "box11top": 378,
171
+ "box11bottom": 407,
172
+ "box12left": 436,
173
+ "box12right": 465,
174
+ "box12top": 378,
175
+ "box12bottom": 407,
176
+ "box13left": 343,
177
+ "box13right": 372,
178
+ "box13top": 346,
179
+ "box13bottom": 375,
180
+ "box14left": 374,
181
+ "box14right": 403,
182
+ "box14top": 346,
183
+ "box14bottom": 375,
184
+ "box15left": 405,
185
+ "box15right": 434,
186
+ "box15top": 346,
187
+ "box15bottom": 375,
188
+ "box16left": 436,
189
+ "box16right": 465,
190
+ "box16top": 346,
191
+ "box16bottom": 375,
192
+ "defaultItemTypeCol1": "hpot",
193
+ "defaultItemTypeCol2": "mpot",
194
+ "defaultItemTypeCol3": "rpot",
195
+ "defaultItemTypeCol4": "scro",
196
+ "defaultItemCodeCol4": "tsc"
197
+ },
198
+ "4": {
199
+ "name": "light belt",
200
+ "numboxes": 8,
201
+ "box1left": 343,
202
+ "box1right": 372,
203
+ "box1top": 442,
204
+ "box1bottom": 471,
205
+ "box2left": 374,
206
+ "box2right": 403,
207
+ "box2top": 442,
208
+ "box2bottom": 471,
209
+ "box3left": 405,
210
+ "box3right": 434,
211
+ "box3top": 442,
212
+ "box3bottom": 471,
213
+ "box4left": 436,
214
+ "box4right": 465,
215
+ "box4top": 442,
216
+ "box4bottom": 471,
217
+ "box5left": 343,
218
+ "box5right": 372,
219
+ "box5top": 410,
220
+ "box5bottom": 439,
221
+ "box6left": 374,
222
+ "box6right": 403,
223
+ "box6top": 410,
224
+ "box6bottom": 439,
225
+ "box7left": 405,
226
+ "box7right": 434,
227
+ "box7top": 410,
228
+ "box7bottom": 439,
229
+ "box8left": 436,
230
+ "box8right": 465,
231
+ "box8top": 410,
232
+ "box8bottom": 439,
233
+ "defaultItemTypeCol1": "hpot",
234
+ "defaultItemTypeCol2": "mpot",
235
+ "defaultItemTypeCol3": "rpot",
236
+ "defaultItemTypeCol4": "scro",
237
+ "defaultItemCodeCol4": "tsc"
238
+ },
239
+ "5": {
240
+ "name": "heavy belt",
241
+ "numboxes": 12,
242
+ "box1left": 343,
243
+ "box1right": 372,
244
+ "box1top": 442,
245
+ "box1bottom": 471,
246
+ "box2left": 374,
247
+ "box2right": 403,
248
+ "box2top": 442,
249
+ "box2bottom": 471,
250
+ "box3left": 405,
251
+ "box3right": 434,
252
+ "box3top": 442,
253
+ "box3bottom": 471,
254
+ "box4left": 436,
255
+ "box4right": 465,
256
+ "box4top": 442,
257
+ "box4bottom": 471,
258
+ "box5left": 343,
259
+ "box5right": 372,
260
+ "box5top": 410,
261
+ "box5bottom": 439,
262
+ "box6left": 374,
263
+ "box6right": 403,
264
+ "box6top": 410,
265
+ "box6bottom": 439,
266
+ "box7left": 405,
267
+ "box7right": 434,
268
+ "box7top": 410,
269
+ "box7bottom": 439,
270
+ "box8left": 436,
271
+ "box8right": 465,
272
+ "box8top": 410,
273
+ "box8bottom": 439,
274
+ "box9left": 343,
275
+ "box9right": 372,
276
+ "box9top": 378,
277
+ "box9bottom": 407,
278
+ "box10left": 374,
279
+ "box10right": 403,
280
+ "box10top": 378,
281
+ "box10bottom": 407,
282
+ "box11left": 405,
283
+ "box11right": 434,
284
+ "box11top": 378,
285
+ "box11bottom": 407,
286
+ "box12left": 436,
287
+ "box12right": 465,
288
+ "box12top": 378,
289
+ "box12bottom": 407,
290
+ "defaultItemTypeCol1": "hpot",
291
+ "defaultItemTypeCol2": "mpot",
292
+ "defaultItemTypeCol3": "rpot",
293
+ "defaultItemTypeCol4": "scro",
294
+ "defaultItemCodeCol4": "tsc"
295
+ },
296
+ "6": {
297
+ "name": "uber belt",
298
+ "numboxes": 16,
299
+ "box1left": 343,
300
+ "box1right": 372,
301
+ "box1top": 442,
302
+ "box1bottom": 471,
303
+ "box2left": 374,
304
+ "box2right": 403,
305
+ "box2top": 442,
306
+ "box2bottom": 471,
307
+ "box3left": 405,
308
+ "box3right": 434,
309
+ "box3top": 442,
310
+ "box3bottom": 471,
311
+ "box4left": 436,
312
+ "box4right": 465,
313
+ "box4top": 442,
314
+ "box4bottom": 471,
315
+ "box5left": 343,
316
+ "box5right": 372,
317
+ "box5top": 410,
318
+ "box5bottom": 439,
319
+ "box6left": 374,
320
+ "box6right": 403,
321
+ "box6top": 410,
322
+ "box6bottom": 439,
323
+ "box7left": 405,
324
+ "box7right": 434,
325
+ "box7top": 410,
326
+ "box7bottom": 439,
327
+ "box8left": 436,
328
+ "box8right": 465,
329
+ "box8top": 410,
330
+ "box8bottom": 439,
331
+ "box9left": 343,
332
+ "box9right": 372,
333
+ "box9top": 378,
334
+ "box9bottom": 407,
335
+ "box10left": 374,
336
+ "box10right": 403,
337
+ "box10top": 378,
338
+ "box10bottom": 407,
339
+ "box11left": 405,
340
+ "box11right": 434,
341
+ "box11top": 378,
342
+ "box11bottom": 407,
343
+ "box12left": 436,
344
+ "box12right": 465,
345
+ "box12top": 378,
346
+ "box12bottom": 407,
347
+ "box13left": 343,
348
+ "box13right": 372,
349
+ "box13top": 346,
350
+ "box13bottom": 375,
351
+ "box14left": 374,
352
+ "box14right": 403,
353
+ "box14top": 346,
354
+ "box14bottom": 375,
355
+ "box15left": 405,
356
+ "box15right": 434,
357
+ "box15top": 346,
358
+ "box15bottom": 375,
359
+ "box16left": 436,
360
+ "box16right": 465,
361
+ "box16top": 346,
362
+ "box16bottom": 375,
363
+ "defaultItemTypeCol1": "hpot",
364
+ "defaultItemTypeCol2": "mpot",
365
+ "defaultItemTypeCol3": "rpot",
366
+ "defaultItemTypeCol4": "scro",
367
+ "defaultItemCodeCol4": "tsc"
368
+ },
369
+ "8": {
370
+ "name": "belt2",
371
+ "numboxes": 12,
372
+ "box1left": 423,
373
+ "box1right": 452,
374
+ "box1top": 562,
375
+ "box1bottom": 591,
376
+ "box2left": 454,
377
+ "box2right": 483,
378
+ "box2top": 562,
379
+ "box2bottom": 591,
380
+ "box3left": 485,
381
+ "box3right": 514,
382
+ "box3top": 562,
383
+ "box3bottom": 591,
384
+ "box4left": 516,
385
+ "box4right": 545,
386
+ "box4top": 562,
387
+ "box4bottom": 591,
388
+ "box5left": 423,
389
+ "box5right": 452,
390
+ "box5top": 530,
391
+ "box5bottom": 559,
392
+ "box6left": 454,
393
+ "box6right": 483,
394
+ "box6top": 530,
395
+ "box6bottom": 559,
396
+ "box7left": 485,
397
+ "box7right": 514,
398
+ "box7top": 530,
399
+ "box7bottom": 559,
400
+ "box8left": 516,
401
+ "box8right": 545,
402
+ "box8top": 530,
403
+ "box8bottom": 559,
404
+ "box9left": 423,
405
+ "box9right": 452,
406
+ "box9top": 498,
407
+ "box9bottom": 527,
408
+ "box10left": 454,
409
+ "box10right": 483,
410
+ "box10top": 498,
411
+ "box10bottom": 527,
412
+ "box11left": 485,
413
+ "box11right": 514,
414
+ "box11top": 498,
415
+ "box11bottom": 527,
416
+ "box12left": 516,
417
+ "box12right": 545,
418
+ "box12top": 498,
419
+ "box12bottom": 527,
420
+ "defaultItemTypeCol1": "hpot",
421
+ "defaultItemTypeCol2": "mpot",
422
+ "defaultItemTypeCol3": "rpot",
423
+ "defaultItemTypeCol4": "scro",
424
+ "defaultItemCodeCol4": "tsc",
425
+ "expansion": 1
426
+ },
427
+ "9": {
428
+ "name": "sash2",
429
+ "numboxes": 8,
430
+ "box1left": 423,
431
+ "box1right": 452,
432
+ "box1top": 562,
433
+ "box1bottom": 591,
434
+ "box2left": 454,
435
+ "box2right": 483,
436
+ "box2top": 562,
437
+ "box2bottom": 591,
438
+ "box3left": 485,
439
+ "box3right": 514,
440
+ "box3top": 562,
441
+ "box3bottom": 591,
442
+ "box4left": 516,
443
+ "box4right": 545,
444
+ "box4top": 562,
445
+ "box4bottom": 591,
446
+ "box5left": 423,
447
+ "box5right": 452,
448
+ "box5top": 530,
449
+ "box5bottom": 559,
450
+ "box6left": 454,
451
+ "box6right": 483,
452
+ "box6top": 530,
453
+ "box6bottom": 559,
454
+ "box7left": 485,
455
+ "box7right": 514,
456
+ "box7top": 530,
457
+ "box7bottom": 559,
458
+ "box8left": 516,
459
+ "box8right": 545,
460
+ "box8top": 530,
461
+ "box8bottom": 559,
462
+ "defaultItemTypeCol1": "hpot",
463
+ "defaultItemTypeCol2": "mpot",
464
+ "defaultItemTypeCol3": "rpot",
465
+ "defaultItemTypeCol4": "scro",
466
+ "defaultItemCodeCol4": "tsc",
467
+ "expansion": 1
468
+ },
469
+ "10": {
470
+ "name": "default2",
471
+ "numboxes": 4,
472
+ "box1left": 423,
473
+ "box1right": 452,
474
+ "box1top": 562,
475
+ "box1bottom": 591,
476
+ "box2left": 454,
477
+ "box2right": 483,
478
+ "box2top": 562,
479
+ "box2bottom": 591,
480
+ "box3left": 485,
481
+ "box3right": 514,
482
+ "box3top": 562,
483
+ "box3bottom": 591,
484
+ "box4left": 516,
485
+ "box4right": 545,
486
+ "box4top": 562,
487
+ "box4bottom": 591,
488
+ "defaultItemTypeCol1": "hpot",
489
+ "defaultItemTypeCol2": "mpot",
490
+ "defaultItemTypeCol3": "rpot",
491
+ "defaultItemTypeCol4": "scro",
492
+ "defaultItemCodeCol4": "tsc",
493
+ "expansion": 1
494
+ },
495
+ "11": {
496
+ "name": "girdle2",
497
+ "numboxes": 16,
498
+ "box1left": 423,
499
+ "box1right": 452,
500
+ "box1top": 562,
501
+ "box1bottom": 591,
502
+ "box2left": 454,
503
+ "box2right": 483,
504
+ "box2top": 562,
505
+ "box2bottom": 591,
506
+ "box3left": 485,
507
+ "box3right": 514,
508
+ "box3top": 562,
509
+ "box3bottom": 591,
510
+ "box4left": 516,
511
+ "box4right": 545,
512
+ "box4top": 562,
513
+ "box4bottom": 591,
514
+ "box5left": 423,
515
+ "box5right": 452,
516
+ "box5top": 530,
517
+ "box5bottom": 559,
518
+ "box6left": 454,
519
+ "box6right": 483,
520
+ "box6top": 530,
521
+ "box6bottom": 559,
522
+ "box7left": 485,
523
+ "box7right": 514,
524
+ "box7top": 530,
525
+ "box7bottom": 559,
526
+ "box8left": 516,
527
+ "box8right": 545,
528
+ "box8top": 530,
529
+ "box8bottom": 559,
530
+ "box9left": 423,
531
+ "box9right": 452,
532
+ "box9top": 498,
533
+ "box9bottom": 527,
534
+ "box10left": 454,
535
+ "box10right": 483,
536
+ "box10top": 498,
537
+ "box10bottom": 527,
538
+ "box11left": 485,
539
+ "box11right": 514,
540
+ "box11top": 498,
541
+ "box11bottom": 527,
542
+ "box12left": 516,
543
+ "box12right": 545,
544
+ "box12top": 498,
545
+ "box12bottom": 527,
546
+ "box13left": 423,
547
+ "box13right": 452,
548
+ "box13top": 466,
549
+ "box13bottom": 495,
550
+ "box14left": 454,
551
+ "box14right": 483,
552
+ "box14top": 466,
553
+ "box14bottom": 495,
554
+ "box15left": 485,
555
+ "box15right": 514,
556
+ "box15top": 466,
557
+ "box15bottom": 495,
558
+ "box16left": 516,
559
+ "box16right": 545,
560
+ "box16top": 466,
561
+ "box16bottom": 495,
562
+ "defaultItemTypeCol1": "hpot",
563
+ "defaultItemTypeCol2": "mpot",
564
+ "defaultItemTypeCol3": "rpot",
565
+ "defaultItemTypeCol4": "scro",
566
+ "defaultItemCodeCol4": "tsc",
567
+ "expansion": 1
568
+ },
569
+ "12": {
570
+ "name": "light belt2",
571
+ "numboxes": 8,
572
+ "box1left": 423,
573
+ "box1right": 452,
574
+ "box1top": 562,
575
+ "box1bottom": 591,
576
+ "box2left": 454,
577
+ "box2right": 483,
578
+ "box2top": 562,
579
+ "box2bottom": 591,
580
+ "box3left": 485,
581
+ "box3right": 514,
582
+ "box3top": 562,
583
+ "box3bottom": 591,
584
+ "box4left": 516,
585
+ "box4right": 545,
586
+ "box4top": 562,
587
+ "box4bottom": 591,
588
+ "box5left": 423,
589
+ "box5right": 452,
590
+ "box5top": 530,
591
+ "box5bottom": 559,
592
+ "box6left": 454,
593
+ "box6right": 483,
594
+ "box6top": 530,
595
+ "box6bottom": 559,
596
+ "box7left": 485,
597
+ "box7right": 514,
598
+ "box7top": 530,
599
+ "box7bottom": 559,
600
+ "box8left": 516,
601
+ "box8right": 545,
602
+ "box8top": 530,
603
+ "box8bottom": 559,
604
+ "defaultItemTypeCol1": "hpot",
605
+ "defaultItemTypeCol2": "mpot",
606
+ "defaultItemTypeCol3": "rpot",
607
+ "defaultItemTypeCol4": "scro",
608
+ "defaultItemCodeCol4": "tsc",
609
+ "expansion": 1
610
+ },
611
+ "13": {
612
+ "name": "heavy belt2",
613
+ "numboxes": 12,
614
+ "box1left": 423,
615
+ "box1right": 452,
616
+ "box1top": 562,
617
+ "box1bottom": 591,
618
+ "box2left": 454,
619
+ "box2right": 483,
620
+ "box2top": 562,
621
+ "box2bottom": 591,
622
+ "box3left": 485,
623
+ "box3right": 514,
624
+ "box3top": 562,
625
+ "box3bottom": 591,
626
+ "box4left": 516,
627
+ "box4right": 545,
628
+ "box4top": 562,
629
+ "box4bottom": 591,
630
+ "box5left": 423,
631
+ "box5right": 452,
632
+ "box5top": 530,
633
+ "box5bottom": 559,
634
+ "box6left": 454,
635
+ "box6right": 483,
636
+ "box6top": 530,
637
+ "box6bottom": 559,
638
+ "box7left": 485,
639
+ "box7right": 514,
640
+ "box7top": 530,
641
+ "box7bottom": 559,
642
+ "box8left": 516,
643
+ "box8right": 545,
644
+ "box8top": 530,
645
+ "box8bottom": 559,
646
+ "box9left": 423,
647
+ "box9right": 452,
648
+ "box9top": 498,
649
+ "box9bottom": 527,
650
+ "box10left": 454,
651
+ "box10right": 483,
652
+ "box10top": 498,
653
+ "box10bottom": 527,
654
+ "box11left": 485,
655
+ "box11right": 514,
656
+ "box11top": 498,
657
+ "box11bottom": 527,
658
+ "box12left": 516,
659
+ "box12right": 545,
660
+ "box12top": 498,
661
+ "box12bottom": 527,
662
+ "defaultItemTypeCol1": "hpot",
663
+ "defaultItemTypeCol2": "mpot",
664
+ "defaultItemTypeCol3": "rpot",
665
+ "defaultItemTypeCol4": "scro",
666
+ "defaultItemCodeCol4": "tsc",
667
+ "expansion": 1
668
+ },
669
+ "14": {
670
+ "name": "uber belt",
671
+ "numboxes": 16,
672
+ "box1left": 423,
673
+ "box1right": 452,
674
+ "box1top": 562,
675
+ "box1bottom": 591,
676
+ "box2left": 454,
677
+ "box2right": 483,
678
+ "box2top": 562,
679
+ "box2bottom": 591,
680
+ "box3left": 485,
681
+ "box3right": 514,
682
+ "box3top": 562,
683
+ "box3bottom": 591,
684
+ "box4left": 516,
685
+ "box4right": 545,
686
+ "box4top": 562,
687
+ "box4bottom": 591,
688
+ "box5left": 423,
689
+ "box5right": 452,
690
+ "box5top": 530,
691
+ "box5bottom": 559,
692
+ "box6left": 454,
693
+ "box6right": 483,
694
+ "box6top": 530,
695
+ "box6bottom": 559,
696
+ "box7left": 485,
697
+ "box7right": 514,
698
+ "box7top": 530,
699
+ "box7bottom": 559,
700
+ "box8left": 516,
701
+ "box8right": 545,
702
+ "box8top": 530,
703
+ "box8bottom": 559,
704
+ "box9left": 423,
705
+ "box9right": 452,
706
+ "box9top": 498,
707
+ "box9bottom": 527,
708
+ "box10left": 454,
709
+ "box10right": 483,
710
+ "box10top": 498,
711
+ "box10bottom": 527,
712
+ "box11left": 485,
713
+ "box11right": 514,
714
+ "box11top": 498,
715
+ "box11bottom": 527,
716
+ "box12left": 516,
717
+ "box12right": 545,
718
+ "box12top": 498,
719
+ "box12bottom": 527,
720
+ "box13left": 423,
721
+ "box13right": 452,
722
+ "box13top": 466,
723
+ "box13bottom": 495,
724
+ "box14left": 454,
725
+ "box14right": 483,
726
+ "box14top": 466,
727
+ "box14bottom": 495,
728
+ "box15left": 485,
729
+ "box15right": 514,
730
+ "box15top": 466,
731
+ "box15bottom": 495,
732
+ "box16left": 516,
733
+ "box16right": 545,
734
+ "box16top": 466,
735
+ "box16bottom": 495,
736
+ "defaultItemTypeCol1": "hpot",
737
+ "defaultItemTypeCol2": "mpot",
738
+ "defaultItemTypeCol3": "rpot",
739
+ "defaultItemTypeCol4": "scro",
740
+ "defaultItemCodeCol4": "tsc",
741
+ "expansion": 1
742
+ }
743
+ }