@blizzhackers/d2data 2.0.0

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 (185) hide show
  1. package/.eslintrc.js +59 -0
  2. package/LICENSE +21 -0
  3. package/README.md +12 -0
  4. package/_config.yml +1 -0
  5. package/compile.js +789 -0
  6. package/docs/Avqest.ttf +0 -0
  7. package/docs/_config.yml +1 -0
  8. package/docs/armor.js +134 -0
  9. package/docs/css/d2font.css +10 -0
  10. package/docs/drops/.vscode/extensions.json +3 -0
  11. package/docs/drops/README.md +7 -0
  12. package/docs/drops/dist/assets/index.12ae3c90.js +6675 -0
  13. package/docs/drops/dist/index.html +24 -0
  14. package/docs/drops/index.html +23 -0
  15. package/docs/drops/package-lock.json +1143 -0
  16. package/docs/drops/package.json +17 -0
  17. package/docs/drops/src/App.vue +870 -0
  18. package/docs/drops/src/main.js +4 -0
  19. package/docs/drops/vite.config.js +8 -0
  20. package/docs/drops.html +10 -0
  21. package/docs/effort.css +118 -0
  22. package/docs/effort.js +367 -0
  23. package/docs/elem-effort.html +130 -0
  24. package/docs/images/0-0.svg +18 -0
  25. package/docs/images/0-1.svg +17 -0
  26. package/docs/images/0-2.svg +17 -0
  27. package/docs/images/1-0.svg +18 -0
  28. package/docs/images/1-1.svg +18 -0
  29. package/docs/images/1-2.svg +17 -0
  30. package/docs/images/2-0.svg +17 -0
  31. package/docs/images/2-1.svg +11 -0
  32. package/docs/images/2-2.svg +18 -0
  33. package/docs/images/3-0.svg +17 -0
  34. package/docs/images/3-1.svg +18 -0
  35. package/docs/images/3-2.svg +18 -0
  36. package/docs/images/4-0.svg +18 -0
  37. package/docs/images/4-1.svg +18 -0
  38. package/docs/images/4-2.svg +18 -0
  39. package/docs/images/5-0.svg +18 -0
  40. package/docs/images/5-1.svg +18 -0
  41. package/docs/images/5-2.svg +14 -0
  42. package/docs/images/6-0.svg +17 -0
  43. package/docs/images/6-1.svg +17 -0
  44. package/docs/images/6-2.svg +17 -0
  45. package/docs/images/AmSkillicon.png +0 -0
  46. package/docs/images/AsSkillicon.png +0 -0
  47. package/docs/images/BaSkillicon.png +0 -0
  48. package/docs/images/DrSkillicon.png +0 -0
  49. package/docs/images/NeSkillicon.png +0 -0
  50. package/docs/images/PaSkillicon.png +0 -0
  51. package/docs/images/Skillicon.png +0 -0
  52. package/docs/images/SoSkillicon.png +0 -0
  53. package/docs/index.md +5 -0
  54. package/docs/items.html +170 -0
  55. package/docs/leveling/.vscode/extensions.json +3 -0
  56. package/docs/leveling/README.md +7 -0
  57. package/docs/leveling/dist/assets/index.f9765357.js +1 -0
  58. package/docs/leveling/dist/index.html +24 -0
  59. package/docs/leveling/index.html +23 -0
  60. package/docs/leveling/package-lock.json +1143 -0
  61. package/docs/leveling/package.json +17 -0
  62. package/docs/leveling/src/App.vue +526 -0
  63. package/docs/leveling/src/main.js +4 -0
  64. package/docs/leveling/vite.config.js +8 -0
  65. package/docs/runewords/.vscode/extensions.json +3 -0
  66. package/docs/runewords/README.md +7 -0
  67. package/docs/runewords/dist/assets/index.0838f27c.js +6673 -0
  68. package/docs/runewords/dist/assets/index.73bf3e23.css +1 -0
  69. package/docs/runewords/dist/index.html +25 -0
  70. package/docs/runewords/index.html +23 -0
  71. package/docs/runewords/package-lock.json +1143 -0
  72. package/docs/runewords/package.json +17 -0
  73. package/docs/runewords/src/App.vue +781 -0
  74. package/docs/runewords/src/main.js +4 -0
  75. package/docs/runewords/src/modorder.json +234 -0
  76. package/docs/runewords/vite.config.js +8 -0
  77. package/docs/skills.css +1250 -0
  78. package/docs/skills.html +63 -0
  79. package/docs/skills.js +2192 -0
  80. package/docs/vue-setup.js +12 -0
  81. package/docs/weapons.js +149 -0
  82. package/font-example.html +34 -0
  83. package/json/.gitkeep +0 -0
  84. package/json/actinfo.json +116 -0
  85. package/json/armor.json +17232 -0
  86. package/json/armtype.json +17 -0
  87. package/json/atomic.json +1026 -0
  88. package/json/automagic.json +696 -0
  89. package/json/automap.json +40732 -0
  90. package/json/belts.json +743 -0
  91. package/json/bodylocs.json +52 -0
  92. package/json/books.json +34 -0
  93. package/json/charstats.json +525 -0
  94. package/json/colors.json +107 -0
  95. package/json/compcode.json +577 -0
  96. package/json/composit.json +82 -0
  97. package/json/cubemain.json +2112 -0
  98. package/json/cubemod.json +57 -0
  99. package/json/difficultylevels.json +110 -0
  100. package/json/elemtypes.json +62 -0
  101. package/json/events.json +72 -0
  102. package/json/experience.json +1214 -0
  103. package/json/gamble.json +520 -0
  104. package/json/gems.json +1868 -0
  105. package/json/hireling.json +7640 -0
  106. package/json/hitclass.json +67 -0
  107. package/json/inventory.json +2148 -0
  108. package/json/itemratio.json +134 -0
  109. package/json/items.json +54705 -0
  110. package/json/itemstatcost.json +5503 -0
  111. package/json/itemtypes.json +2567 -0
  112. package/json/levels.json +15515 -0
  113. package/json/localestrings-chi.json +8717 -0
  114. package/json/localestrings-deu.json +8717 -0
  115. package/json/localestrings-eng.json +8722 -0
  116. package/json/localestrings-esp.json +8717 -0
  117. package/json/localestrings-fra.json +8718 -0
  118. package/json/localestrings-ita.json +8717 -0
  119. package/json/localestrings-kor.json +8715 -0
  120. package/json/localestrings-pol.json +8716 -0
  121. package/json/lowqualityitems.json +6 -0
  122. package/json/lvlmaze.json +910 -0
  123. package/json/lvlprest.json +28595 -0
  124. package/json/lvlsub.json +824 -0
  125. package/json/lvltypes.json +1377 -0
  126. package/json/lvlwarp.json +1515 -0
  127. package/json/magicprefix.json +12349 -0
  128. package/json/magicsuffix.json +13833 -0
  129. package/json/misc.json +11602 -0
  130. package/json/misscalc.json +217 -0
  131. package/json/missiles.json +23871 -0
  132. package/json/monai.json +1111 -0
  133. package/json/moncountest.json +642 -0
  134. package/json/monequip.json +361 -0
  135. package/json/monlvl.json +3665 -0
  136. package/json/monmode.json +98 -0
  137. package/json/monplace.json +39 -0
  138. package/json/monpopulationest.json +17383 -0
  139. package/json/monpreset.json +922 -0
  140. package/json/monprop.json +144 -0
  141. package/json/monseq.json +5211 -0
  142. package/json/monsounds.json +2530 -0
  143. package/json/monstats.json +66101 -0
  144. package/json/monstats2.json +34882 -0
  145. package/json/montype.json +274 -0
  146. package/json/monumod.json +504 -0
  147. package/json/npc.json +232 -0
  148. package/json/objects.json +87041 -0
  149. package/json/objgroup.json +3733 -0
  150. package/json/objmode.json +42 -0
  151. package/json/objpreset.json +2906 -0
  152. package/json/objtype.json +2457 -0
  153. package/json/overlay.json +8008 -0
  154. package/json/pettype.json +226 -0
  155. package/json/playerclass.json +39 -0
  156. package/json/plrmode.json +122 -0
  157. package/json/plrtype.json +39 -0
  158. package/json/properties.json +2823 -0
  159. package/json/qualityitems.json +149 -0
  160. package/json/rareprefix.json +296 -0
  161. package/json/raresuffix.json +921 -0
  162. package/json/runes.json +3280 -0
  163. package/json/setitems.json +3871 -0
  164. package/json/sets.json +1001 -0
  165. package/json/shrines.json +319 -0
  166. package/json/skillcalc.json +457 -0
  167. package/json/skilldesc.json +7532 -0
  168. package/json/skills.json +16717 -0
  169. package/json/soundenviron.json +2862 -0
  170. package/json/sounds.json +446543 -0
  171. package/json/states.json +1578 -0
  172. package/json/storepage.json +22 -0
  173. package/json/superuniques.json +1405 -0
  174. package/json/tcprecalc.json +29302 -0
  175. package/json/treasureclassex.json +14932 -0
  176. package/json/treasureclassgroupsex.json +711 -0
  177. package/json/uniqueappellation.json +27 -0
  178. package/json/uniqueitems.json +14171 -0
  179. package/json/uniqueprefix.json +55 -0
  180. package/json/uniquesuffix.json +71 -0
  181. package/json/wanderingmon.json +3 -0
  182. package/json/weapons.json +25875 -0
  183. package/objext.js +53 -0
  184. package/package.json +16 -0
  185. package/string.js +42 -0
@@ -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
+ }