@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,2148 @@
1
+ {
2
+ "Amazon": {
3
+ "class": "Amazon",
4
+ "invLeft": 320,
5
+ "invRight": 640,
6
+ "invTop": 0,
7
+ "invBottom": 441,
8
+ "gridX": 10,
9
+ "gridY": 4,
10
+ "gridLeft": 339,
11
+ "gridRight": 626,
12
+ "gridTop": 255,
13
+ "gridBottom": 368,
14
+ "gridBoxWidth": 29,
15
+ "gridBoxHeight": 29,
16
+ "rArmLeft": 340,
17
+ "rArmRight": 395,
18
+ "rArmTop": 47,
19
+ "rArmBottom": 159,
20
+ "rArmWidth": 55,
21
+ "rArmHeight": 112,
22
+ "torsoLeft": 453,
23
+ "torsoRight": 509,
24
+ "torsoTop": 77,
25
+ "torsoBottom": 159,
26
+ "torsoWidth": 56,
27
+ "torsoHeight": 82,
28
+ "lArmLeft": 571,
29
+ "lArmRight": 626,
30
+ "lArmTop": 47,
31
+ "lArmBottom": 159,
32
+ "lArmWidth": 55,
33
+ "lArmHeight": 112,
34
+ "headLeft": 455,
35
+ "headRight": 509,
36
+ "headTop": 8,
37
+ "headBottom": 59,
38
+ "headWidth": 54,
39
+ "headHeight": 51,
40
+ "neckLeft": 529,
41
+ "neckRight": 552,
42
+ "neckTop": 35,
43
+ "neckBottom": 59,
44
+ "neckWidth": 23,
45
+ "neckHeight": 24,
46
+ "rHandLeft": 415,
47
+ "rHandRight": 438,
48
+ "rHandTop": 180,
49
+ "rHandBottom": 204,
50
+ "rHandWidth": 23,
51
+ "rHandHeight": 24,
52
+ "lHandLeft": 529,
53
+ "lHandRight": 552,
54
+ "lHandTop": 180,
55
+ "lHandBottom": 204,
56
+ "lHandWidth": 23,
57
+ "lHandHeight": 24,
58
+ "beltLeft": 456,
59
+ "beltRight": 508,
60
+ "beltTop": 179,
61
+ "beltBottom": 204,
62
+ "beltWidth": 52,
63
+ "beltHeight": 25,
64
+ "feetLeft": 572,
65
+ "feetRight": 626,
66
+ "feetTop": 182,
67
+ "feetBottom": 234,
68
+ "feetWidth": 54,
69
+ "feetHeight": 52,
70
+ "glovesLeft": 341,
71
+ "glovesRight": 395,
72
+ "glovesTop": 181,
73
+ "glovesBottom": 234,
74
+ "glovesWidth": 54,
75
+ "glovesHeight": 53,
76
+ "lineNumber": 0
77
+ },
78
+ "Amazon2": {
79
+ "class": "Amazon2",
80
+ "invLeft": 400,
81
+ "invRight": 720,
82
+ "invTop": 60,
83
+ "invBottom": 501,
84
+ "gridX": 10,
85
+ "gridY": 4,
86
+ "gridLeft": 419,
87
+ "gridRight": 706,
88
+ "gridTop": 315,
89
+ "gridBottom": 428,
90
+ "gridBoxWidth": 29,
91
+ "gridBoxHeight": 29,
92
+ "rArmLeft": 420,
93
+ "rArmRight": 475,
94
+ "rArmTop": 107,
95
+ "rArmBottom": 219,
96
+ "rArmWidth": 55,
97
+ "rArmHeight": 112,
98
+ "torsoLeft": 533,
99
+ "torsoRight": 589,
100
+ "torsoTop": 137,
101
+ "torsoBottom": 219,
102
+ "torsoWidth": 56,
103
+ "torsoHeight": 82,
104
+ "lArmLeft": 651,
105
+ "lArmRight": 706,
106
+ "lArmTop": 107,
107
+ "lArmBottom": 219,
108
+ "lArmWidth": 55,
109
+ "lArmHeight": 112,
110
+ "headLeft": 535,
111
+ "headRight": 589,
112
+ "headTop": 68,
113
+ "headBottom": 119,
114
+ "headWidth": 54,
115
+ "headHeight": 51,
116
+ "neckLeft": 609,
117
+ "neckRight": 632,
118
+ "neckTop": 95,
119
+ "neckBottom": 119,
120
+ "neckWidth": 23,
121
+ "neckHeight": 24,
122
+ "rHandLeft": 495,
123
+ "rHandRight": 518,
124
+ "rHandTop": 240,
125
+ "rHandBottom": 264,
126
+ "rHandWidth": 23,
127
+ "rHandHeight": 24,
128
+ "lHandLeft": 609,
129
+ "lHandRight": 632,
130
+ "lHandTop": 240,
131
+ "lHandBottom": 264,
132
+ "lHandWidth": 23,
133
+ "lHandHeight": 24,
134
+ "beltLeft": 536,
135
+ "beltRight": 588,
136
+ "beltTop": 239,
137
+ "beltBottom": 264,
138
+ "beltWidth": 52,
139
+ "beltHeight": 25,
140
+ "feetLeft": 652,
141
+ "feetRight": 706,
142
+ "feetTop": 242,
143
+ "feetBottom": 294,
144
+ "feetWidth": 54,
145
+ "feetHeight": 52,
146
+ "glovesLeft": 421,
147
+ "glovesRight": 475,
148
+ "glovesTop": 241,
149
+ "glovesBottom": 294,
150
+ "glovesWidth": 54,
151
+ "glovesHeight": 53,
152
+ "expansion": 1,
153
+ "lineNumber": 15
154
+ },
155
+ "Assassin": {
156
+ "class": "Assassin",
157
+ "invLeft": 320,
158
+ "invRight": 640,
159
+ "invTop": 0,
160
+ "invBottom": 441,
161
+ "gridX": 10,
162
+ "gridY": 4,
163
+ "gridLeft": 339,
164
+ "gridRight": 626,
165
+ "gridTop": 255,
166
+ "gridBottom": 368,
167
+ "gridBoxWidth": 29,
168
+ "gridBoxHeight": 29,
169
+ "rArmLeft": 340,
170
+ "rArmRight": 395,
171
+ "rArmTop": 47,
172
+ "rArmBottom": 159,
173
+ "rArmWidth": 55,
174
+ "rArmHeight": 112,
175
+ "torsoLeft": 453,
176
+ "torsoRight": 509,
177
+ "torsoTop": 77,
178
+ "torsoBottom": 159,
179
+ "torsoWidth": 56,
180
+ "torsoHeight": 82,
181
+ "lArmLeft": 571,
182
+ "lArmRight": 626,
183
+ "lArmTop": 47,
184
+ "lArmBottom": 159,
185
+ "lArmWidth": 55,
186
+ "lArmHeight": 112,
187
+ "headLeft": 455,
188
+ "headRight": 509,
189
+ "headTop": 8,
190
+ "headBottom": 59,
191
+ "headWidth": 54,
192
+ "headHeight": 51,
193
+ "neckLeft": 529,
194
+ "neckRight": 552,
195
+ "neckTop": 35,
196
+ "neckBottom": 59,
197
+ "neckWidth": 23,
198
+ "neckHeight": 24,
199
+ "rHandLeft": 415,
200
+ "rHandRight": 438,
201
+ "rHandTop": 180,
202
+ "rHandBottom": 204,
203
+ "rHandWidth": 23,
204
+ "rHandHeight": 24,
205
+ "lHandLeft": 529,
206
+ "lHandRight": 552,
207
+ "lHandTop": 180,
208
+ "lHandBottom": 204,
209
+ "lHandWidth": 23,
210
+ "lHandHeight": 24,
211
+ "beltLeft": 456,
212
+ "beltRight": 508,
213
+ "beltTop": 179,
214
+ "beltBottom": 204,
215
+ "beltWidth": 52,
216
+ "beltHeight": 25,
217
+ "feetLeft": 572,
218
+ "feetRight": 626,
219
+ "feetTop": 182,
220
+ "feetBottom": 234,
221
+ "feetWidth": 54,
222
+ "feetHeight": 52,
223
+ "glovesLeft": 341,
224
+ "glovesRight": 395,
225
+ "glovesTop": 181,
226
+ "glovesBottom": 234,
227
+ "glovesWidth": 54,
228
+ "glovesHeight": 53,
229
+ "expansion": 1,
230
+ "lineNumber": 14
231
+ },
232
+ "Assassin2": {
233
+ "class": "Assassin2",
234
+ "invLeft": 400,
235
+ "invRight": 720,
236
+ "invTop": 60,
237
+ "invBottom": 501,
238
+ "gridX": 10,
239
+ "gridY": 4,
240
+ "gridLeft": 419,
241
+ "gridRight": 706,
242
+ "gridTop": 315,
243
+ "gridBottom": 428,
244
+ "gridBoxWidth": 29,
245
+ "gridBoxHeight": 29,
246
+ "rArmLeft": 420,
247
+ "rArmRight": 475,
248
+ "rArmTop": 107,
249
+ "rArmBottom": 219,
250
+ "rArmWidth": 55,
251
+ "rArmHeight": 112,
252
+ "torsoLeft": 533,
253
+ "torsoRight": 589,
254
+ "torsoTop": 137,
255
+ "torsoBottom": 219,
256
+ "torsoWidth": 56,
257
+ "torsoHeight": 82,
258
+ "lArmLeft": 651,
259
+ "lArmRight": 706,
260
+ "lArmTop": 107,
261
+ "lArmBottom": 219,
262
+ "lArmWidth": 55,
263
+ "lArmHeight": 112,
264
+ "headLeft": 535,
265
+ "headRight": 589,
266
+ "headTop": 68,
267
+ "headBottom": 119,
268
+ "headWidth": 54,
269
+ "headHeight": 51,
270
+ "neckLeft": 609,
271
+ "neckRight": 632,
272
+ "neckTop": 95,
273
+ "neckBottom": 119,
274
+ "neckWidth": 23,
275
+ "neckHeight": 24,
276
+ "rHandLeft": 495,
277
+ "rHandRight": 518,
278
+ "rHandTop": 240,
279
+ "rHandBottom": 264,
280
+ "rHandWidth": 23,
281
+ "rHandHeight": 24,
282
+ "lHandLeft": 609,
283
+ "lHandRight": 632,
284
+ "lHandTop": 240,
285
+ "lHandBottom": 264,
286
+ "lHandWidth": 23,
287
+ "lHandHeight": 24,
288
+ "beltLeft": 536,
289
+ "beltRight": 588,
290
+ "beltTop": 239,
291
+ "beltBottom": 264,
292
+ "beltWidth": 52,
293
+ "beltHeight": 25,
294
+ "feetLeft": 652,
295
+ "feetRight": 706,
296
+ "feetTop": 242,
297
+ "feetBottom": 294,
298
+ "feetWidth": 54,
299
+ "feetHeight": 52,
300
+ "glovesLeft": 421,
301
+ "glovesRight": 475,
302
+ "glovesTop": 241,
303
+ "glovesBottom": 294,
304
+ "glovesWidth": 54,
305
+ "glovesHeight": 53,
306
+ "expansion": 1,
307
+ "lineNumber": 28
308
+ },
309
+ "Bank Page 1": {
310
+ "class": "Bank Page 1",
311
+ "invLeft": 0,
312
+ "invRight": 321,
313
+ "invTop": 220,
314
+ "invBottom": 442,
315
+ "gridX": 6,
316
+ "gridY": 4,
317
+ "gridLeft": 74,
318
+ "gridRight": 244,
319
+ "gridTop": 273,
320
+ "gridBottom": 386,
321
+ "gridBoxWidth": 29,
322
+ "gridBoxHeight": 29,
323
+ "rArmLeft": -1,
324
+ "rArmRight": -1,
325
+ "rArmTop": -1,
326
+ "rArmBottom": -1,
327
+ "rArmWidth": -1,
328
+ "rArmHeight": -1,
329
+ "torsoLeft": -1,
330
+ "torsoRight": -1,
331
+ "torsoTop": -1,
332
+ "torsoBottom": -1,
333
+ "torsoWidth": -1,
334
+ "torsoHeight": -1,
335
+ "lArmLeft": -1,
336
+ "lArmRight": -1,
337
+ "lArmTop": -1,
338
+ "lArmBottom": -1,
339
+ "lArmWidth": -1,
340
+ "lArmHeight": -1,
341
+ "headLeft": -1,
342
+ "headRight": -1,
343
+ "headTop": -1,
344
+ "headBottom": -1,
345
+ "headWidth": -1,
346
+ "headHeight": -1,
347
+ "neckLeft": -1,
348
+ "neckRight": -1,
349
+ "neckTop": -1,
350
+ "neckBottom": -1,
351
+ "neckWidth": -1,
352
+ "neckHeight": -1,
353
+ "rHandLeft": -1,
354
+ "rHandRight": -1,
355
+ "rHandTop": -1,
356
+ "rHandBottom": -1,
357
+ "rHandWidth": -1,
358
+ "rHandHeight": -1,
359
+ "lHandLeft": -1,
360
+ "lHandRight": -1,
361
+ "lHandTop": -1,
362
+ "lHandBottom": -1,
363
+ "lHandWidth": -1,
364
+ "lHandHeight": -1,
365
+ "beltLeft": -1,
366
+ "beltRight": -1,
367
+ "beltTop": -1,
368
+ "beltBottom": -1,
369
+ "beltWidth": -1,
370
+ "beltHeight": -1,
371
+ "feetLeft": -1,
372
+ "feetRight": -1,
373
+ "feetTop": -1,
374
+ "feetBottom": -1,
375
+ "feetWidth": -1,
376
+ "feetHeight": -1,
377
+ "glovesLeft": -1,
378
+ "glovesRight": -1,
379
+ "glovesTop": -1,
380
+ "glovesBottom": -1,
381
+ "glovesWidth": -1,
382
+ "glovesHeight": -1,
383
+ "lineNumber": 8
384
+ },
385
+ "Bank Page2": {
386
+ "class": "Bank Page2",
387
+ "invLeft": 80,
388
+ "invRight": 401,
389
+ "invTop": 280,
390
+ "invBottom": 502,
391
+ "gridX": 6,
392
+ "gridY": 4,
393
+ "gridLeft": 154,
394
+ "gridRight": 324,
395
+ "gridTop": 333,
396
+ "gridBottom": 446,
397
+ "gridBoxWidth": 29,
398
+ "gridBoxHeight": 29,
399
+ "rArmLeft": -1,
400
+ "rArmRight": -1,
401
+ "rArmTop": -1,
402
+ "rArmBottom": -1,
403
+ "rArmWidth": -1,
404
+ "rArmHeight": -1,
405
+ "torsoLeft": -1,
406
+ "torsoRight": -1,
407
+ "torsoTop": -1,
408
+ "torsoBottom": -1,
409
+ "torsoWidth": -1,
410
+ "torsoHeight": -1,
411
+ "lArmLeft": -1,
412
+ "lArmRight": -1,
413
+ "lArmTop": -1,
414
+ "lArmBottom": -1,
415
+ "lArmWidth": -1,
416
+ "lArmHeight": -1,
417
+ "headLeft": -1,
418
+ "headRight": -1,
419
+ "headTop": -1,
420
+ "headBottom": -1,
421
+ "headWidth": -1,
422
+ "headHeight": -1,
423
+ "neckLeft": -1,
424
+ "neckRight": -1,
425
+ "neckTop": -1,
426
+ "neckBottom": -1,
427
+ "neckWidth": -1,
428
+ "neckHeight": -1,
429
+ "rHandLeft": -1,
430
+ "rHandRight": -1,
431
+ "rHandTop": -1,
432
+ "rHandBottom": -1,
433
+ "rHandWidth": -1,
434
+ "rHandHeight": -1,
435
+ "lHandLeft": -1,
436
+ "lHandRight": -1,
437
+ "lHandTop": -1,
438
+ "lHandBottom": -1,
439
+ "lHandWidth": -1,
440
+ "lHandHeight": -1,
441
+ "beltLeft": -1,
442
+ "beltRight": -1,
443
+ "beltTop": -1,
444
+ "beltBottom": -1,
445
+ "beltWidth": -1,
446
+ "beltHeight": -1,
447
+ "feetLeft": -1,
448
+ "feetRight": -1,
449
+ "feetTop": -1,
450
+ "feetBottom": -1,
451
+ "feetWidth": -1,
452
+ "feetHeight": -1,
453
+ "glovesLeft": -1,
454
+ "glovesRight": -1,
455
+ "glovesTop": -1,
456
+ "glovesBottom": -1,
457
+ "glovesWidth": -1,
458
+ "glovesHeight": -1,
459
+ "expansion": 1,
460
+ "lineNumber": 23
461
+ },
462
+ "Barbarian": {
463
+ "class": "Barbarian",
464
+ "invLeft": 320,
465
+ "invRight": 640,
466
+ "invTop": 0,
467
+ "invBottom": 441,
468
+ "gridX": 10,
469
+ "gridY": 4,
470
+ "gridLeft": 339,
471
+ "gridRight": 626,
472
+ "gridTop": 255,
473
+ "gridBottom": 368,
474
+ "gridBoxWidth": 29,
475
+ "gridBoxHeight": 29,
476
+ "rArmLeft": 340,
477
+ "rArmRight": 395,
478
+ "rArmTop": 47,
479
+ "rArmBottom": 159,
480
+ "rArmWidth": 55,
481
+ "rArmHeight": 112,
482
+ "torsoLeft": 453,
483
+ "torsoRight": 509,
484
+ "torsoTop": 77,
485
+ "torsoBottom": 159,
486
+ "torsoWidth": 56,
487
+ "torsoHeight": 82,
488
+ "lArmLeft": 571,
489
+ "lArmRight": 626,
490
+ "lArmTop": 47,
491
+ "lArmBottom": 159,
492
+ "lArmWidth": 55,
493
+ "lArmHeight": 112,
494
+ "headLeft": 455,
495
+ "headRight": 509,
496
+ "headTop": 8,
497
+ "headBottom": 59,
498
+ "headWidth": 54,
499
+ "headHeight": 51,
500
+ "neckLeft": 529,
501
+ "neckRight": 552,
502
+ "neckTop": 35,
503
+ "neckBottom": 59,
504
+ "neckWidth": 23,
505
+ "neckHeight": 24,
506
+ "rHandLeft": 415,
507
+ "rHandRight": 438,
508
+ "rHandTop": 180,
509
+ "rHandBottom": 204,
510
+ "rHandWidth": 23,
511
+ "rHandHeight": 24,
512
+ "lHandLeft": 529,
513
+ "lHandRight": 552,
514
+ "lHandTop": 180,
515
+ "lHandBottom": 204,
516
+ "lHandWidth": 23,
517
+ "lHandHeight": 24,
518
+ "beltLeft": 456,
519
+ "beltRight": 508,
520
+ "beltTop": 179,
521
+ "beltBottom": 204,
522
+ "beltWidth": 52,
523
+ "beltHeight": 25,
524
+ "feetLeft": 572,
525
+ "feetRight": 626,
526
+ "feetTop": 182,
527
+ "feetBottom": 234,
528
+ "feetWidth": 54,
529
+ "feetHeight": 52,
530
+ "glovesLeft": 341,
531
+ "glovesRight": 395,
532
+ "glovesTop": 181,
533
+ "glovesBottom": 234,
534
+ "glovesWidth": 54,
535
+ "glovesHeight": 53,
536
+ "lineNumber": 4
537
+ },
538
+ "Barbarian2": {
539
+ "class": "Barbarian2",
540
+ "invLeft": 400,
541
+ "invRight": 720,
542
+ "invTop": 60,
543
+ "invBottom": 501,
544
+ "gridX": 10,
545
+ "gridY": 4,
546
+ "gridLeft": 419,
547
+ "gridRight": 706,
548
+ "gridTop": 315,
549
+ "gridBottom": 428,
550
+ "gridBoxWidth": 29,
551
+ "gridBoxHeight": 29,
552
+ "rArmLeft": 420,
553
+ "rArmRight": 475,
554
+ "rArmTop": 107,
555
+ "rArmBottom": 219,
556
+ "rArmWidth": 55,
557
+ "rArmHeight": 112,
558
+ "torsoLeft": 533,
559
+ "torsoRight": 589,
560
+ "torsoTop": 137,
561
+ "torsoBottom": 219,
562
+ "torsoWidth": 56,
563
+ "torsoHeight": 82,
564
+ "lArmLeft": 651,
565
+ "lArmRight": 706,
566
+ "lArmTop": 107,
567
+ "lArmBottom": 219,
568
+ "lArmWidth": 55,
569
+ "lArmHeight": 112,
570
+ "headLeft": 535,
571
+ "headRight": 589,
572
+ "headTop": 68,
573
+ "headBottom": 119,
574
+ "headWidth": 54,
575
+ "headHeight": 51,
576
+ "neckLeft": 609,
577
+ "neckRight": 632,
578
+ "neckTop": 95,
579
+ "neckBottom": 119,
580
+ "neckWidth": 23,
581
+ "neckHeight": 24,
582
+ "rHandLeft": 495,
583
+ "rHandRight": 518,
584
+ "rHandTop": 240,
585
+ "rHandBottom": 264,
586
+ "rHandWidth": 23,
587
+ "rHandHeight": 24,
588
+ "lHandLeft": 609,
589
+ "lHandRight": 632,
590
+ "lHandTop": 240,
591
+ "lHandBottom": 264,
592
+ "lHandWidth": 23,
593
+ "lHandHeight": 24,
594
+ "beltLeft": 536,
595
+ "beltRight": 588,
596
+ "beltTop": 239,
597
+ "beltBottom": 264,
598
+ "beltWidth": 52,
599
+ "beltHeight": 25,
600
+ "feetLeft": 652,
601
+ "feetRight": 706,
602
+ "feetTop": 242,
603
+ "feetBottom": 294,
604
+ "feetWidth": 54,
605
+ "feetHeight": 52,
606
+ "glovesLeft": 421,
607
+ "glovesRight": 475,
608
+ "glovesTop": 241,
609
+ "glovesBottom": 294,
610
+ "glovesWidth": 54,
611
+ "glovesHeight": 53,
612
+ "expansion": 1,
613
+ "lineNumber": 19
614
+ },
615
+ "Big Bank Page 1": {
616
+ "class": "Big Bank Page 1",
617
+ "invLeft": 0,
618
+ "invRight": 321,
619
+ "invTop": 220,
620
+ "invBottom": 442,
621
+ "gridX": 10,
622
+ "gridY": 10,
623
+ "gridLeft": 74,
624
+ "gridRight": 244,
625
+ "gridTop": 82,
626
+ "gridBottom": 313,
627
+ "gridBoxWidth": 29,
628
+ "gridBoxHeight": 29,
629
+ "rArmLeft": -1,
630
+ "rArmRight": -1,
631
+ "rArmTop": -1,
632
+ "rArmBottom": -1,
633
+ "rArmWidth": -1,
634
+ "rArmHeight": -1,
635
+ "torsoLeft": -1,
636
+ "torsoRight": -1,
637
+ "torsoTop": -1,
638
+ "torsoBottom": -1,
639
+ "torsoWidth": -1,
640
+ "torsoHeight": -1,
641
+ "lArmLeft": -1,
642
+ "lArmRight": -1,
643
+ "lArmTop": -1,
644
+ "lArmBottom": -1,
645
+ "lArmWidth": -1,
646
+ "lArmHeight": -1,
647
+ "headLeft": -1,
648
+ "headRight": -1,
649
+ "headTop": -1,
650
+ "headBottom": -1,
651
+ "headWidth": -1,
652
+ "headHeight": -1,
653
+ "neckLeft": -1,
654
+ "neckRight": -1,
655
+ "neckTop": -1,
656
+ "neckBottom": -1,
657
+ "neckWidth": -1,
658
+ "neckHeight": -1,
659
+ "rHandLeft": -1,
660
+ "rHandRight": -1,
661
+ "rHandTop": -1,
662
+ "rHandBottom": -1,
663
+ "rHandWidth": -1,
664
+ "rHandHeight": -1,
665
+ "lHandLeft": -1,
666
+ "lHandRight": -1,
667
+ "lHandTop": -1,
668
+ "lHandBottom": -1,
669
+ "lHandWidth": -1,
670
+ "lHandHeight": -1,
671
+ "beltLeft": -1,
672
+ "beltRight": -1,
673
+ "beltTop": -1,
674
+ "beltBottom": -1,
675
+ "beltWidth": -1,
676
+ "beltHeight": -1,
677
+ "feetLeft": -1,
678
+ "feetRight": -1,
679
+ "feetTop": -1,
680
+ "feetBottom": -1,
681
+ "feetWidth": -1,
682
+ "feetHeight": -1,
683
+ "glovesLeft": -1,
684
+ "glovesRight": -1,
685
+ "glovesTop": -1,
686
+ "glovesBottom": -1,
687
+ "glovesWidth": -1,
688
+ "glovesHeight": -1,
689
+ "expansion": 1,
690
+ "lineNumber": 11
691
+ },
692
+ "Big Bank Page2": {
693
+ "class": "Big Bank Page2",
694
+ "invLeft": 80,
695
+ "invRight": 401,
696
+ "invTop": 280,
697
+ "invBottom": 502,
698
+ "gridX": 10,
699
+ "gridY": 10,
700
+ "gridLeft": 154,
701
+ "gridRight": 324,
702
+ "gridTop": 142,
703
+ "gridBottom": 373,
704
+ "gridBoxWidth": 29,
705
+ "gridBoxHeight": 29,
706
+ "rArmLeft": -1,
707
+ "rArmRight": -1,
708
+ "rArmTop": -1,
709
+ "rArmBottom": -1,
710
+ "rArmWidth": -1,
711
+ "rArmHeight": -1,
712
+ "torsoLeft": -1,
713
+ "torsoRight": -1,
714
+ "torsoTop": -1,
715
+ "torsoBottom": -1,
716
+ "torsoWidth": -1,
717
+ "torsoHeight": -1,
718
+ "lArmLeft": -1,
719
+ "lArmRight": -1,
720
+ "lArmTop": -1,
721
+ "lArmBottom": -1,
722
+ "lArmWidth": -1,
723
+ "lArmHeight": -1,
724
+ "headLeft": -1,
725
+ "headRight": -1,
726
+ "headTop": -1,
727
+ "headBottom": -1,
728
+ "headWidth": -1,
729
+ "headHeight": -1,
730
+ "neckLeft": -1,
731
+ "neckRight": -1,
732
+ "neckTop": -1,
733
+ "neckBottom": -1,
734
+ "neckWidth": -1,
735
+ "neckHeight": -1,
736
+ "rHandLeft": -1,
737
+ "rHandRight": -1,
738
+ "rHandTop": -1,
739
+ "rHandBottom": -1,
740
+ "rHandWidth": -1,
741
+ "rHandHeight": -1,
742
+ "lHandLeft": -1,
743
+ "lHandRight": -1,
744
+ "lHandTop": -1,
745
+ "lHandBottom": -1,
746
+ "lHandWidth": -1,
747
+ "lHandHeight": -1,
748
+ "beltLeft": -1,
749
+ "beltRight": -1,
750
+ "beltTop": -1,
751
+ "beltBottom": -1,
752
+ "beltWidth": -1,
753
+ "beltHeight": -1,
754
+ "feetLeft": -1,
755
+ "feetRight": -1,
756
+ "feetTop": -1,
757
+ "feetBottom": -1,
758
+ "feetWidth": -1,
759
+ "feetHeight": -1,
760
+ "glovesLeft": -1,
761
+ "glovesRight": -1,
762
+ "glovesTop": -1,
763
+ "glovesBottom": -1,
764
+ "glovesWidth": -1,
765
+ "glovesHeight": -1,
766
+ "expansion": 1,
767
+ "lineNumber": 25
768
+ },
769
+ "Druid": {
770
+ "class": "Druid",
771
+ "invLeft": 320,
772
+ "invRight": 640,
773
+ "invTop": 0,
774
+ "invBottom": 441,
775
+ "gridX": 10,
776
+ "gridY": 4,
777
+ "gridLeft": 339,
778
+ "gridRight": 626,
779
+ "gridTop": 255,
780
+ "gridBottom": 368,
781
+ "gridBoxWidth": 29,
782
+ "gridBoxHeight": 29,
783
+ "rArmLeft": 340,
784
+ "rArmRight": 395,
785
+ "rArmTop": 47,
786
+ "rArmBottom": 159,
787
+ "rArmWidth": 55,
788
+ "rArmHeight": 112,
789
+ "torsoLeft": 453,
790
+ "torsoRight": 509,
791
+ "torsoTop": 77,
792
+ "torsoBottom": 159,
793
+ "torsoWidth": 56,
794
+ "torsoHeight": 82,
795
+ "lArmLeft": 571,
796
+ "lArmRight": 626,
797
+ "lArmTop": 47,
798
+ "lArmBottom": 159,
799
+ "lArmWidth": 55,
800
+ "lArmHeight": 112,
801
+ "headLeft": 455,
802
+ "headRight": 509,
803
+ "headTop": 8,
804
+ "headBottom": 59,
805
+ "headWidth": 54,
806
+ "headHeight": 51,
807
+ "neckLeft": 529,
808
+ "neckRight": 552,
809
+ "neckTop": 35,
810
+ "neckBottom": 59,
811
+ "neckWidth": 23,
812
+ "neckHeight": 24,
813
+ "rHandLeft": 415,
814
+ "rHandRight": 438,
815
+ "rHandTop": 180,
816
+ "rHandBottom": 204,
817
+ "rHandWidth": 23,
818
+ "rHandHeight": 24,
819
+ "lHandLeft": 529,
820
+ "lHandRight": 552,
821
+ "lHandTop": 180,
822
+ "lHandBottom": 204,
823
+ "lHandWidth": 23,
824
+ "lHandHeight": 24,
825
+ "beltLeft": 456,
826
+ "beltRight": 508,
827
+ "beltTop": 179,
828
+ "beltBottom": 204,
829
+ "beltWidth": 52,
830
+ "beltHeight": 25,
831
+ "feetLeft": 572,
832
+ "feetRight": 626,
833
+ "feetTop": 182,
834
+ "feetBottom": 234,
835
+ "feetWidth": 54,
836
+ "feetHeight": 52,
837
+ "glovesLeft": 341,
838
+ "glovesRight": 395,
839
+ "glovesTop": 181,
840
+ "glovesBottom": 234,
841
+ "glovesWidth": 54,
842
+ "glovesHeight": 53,
843
+ "expansion": 1,
844
+ "lineNumber": 13
845
+ },
846
+ "Druid2": {
847
+ "class": "Druid2",
848
+ "invLeft": 400,
849
+ "invRight": 720,
850
+ "invTop": 60,
851
+ "invBottom": 501,
852
+ "gridX": 10,
853
+ "gridY": 4,
854
+ "gridLeft": 419,
855
+ "gridRight": 706,
856
+ "gridTop": 315,
857
+ "gridBottom": 428,
858
+ "gridBoxWidth": 29,
859
+ "gridBoxHeight": 29,
860
+ "rArmLeft": 420,
861
+ "rArmRight": 475,
862
+ "rArmTop": 107,
863
+ "rArmBottom": 219,
864
+ "rArmWidth": 55,
865
+ "rArmHeight": 112,
866
+ "torsoLeft": 533,
867
+ "torsoRight": 589,
868
+ "torsoTop": 137,
869
+ "torsoBottom": 219,
870
+ "torsoWidth": 56,
871
+ "torsoHeight": 82,
872
+ "lArmLeft": 651,
873
+ "lArmRight": 706,
874
+ "lArmTop": 107,
875
+ "lArmBottom": 219,
876
+ "lArmWidth": 55,
877
+ "lArmHeight": 112,
878
+ "headLeft": 535,
879
+ "headRight": 589,
880
+ "headTop": 68,
881
+ "headBottom": 119,
882
+ "headWidth": 54,
883
+ "headHeight": 51,
884
+ "neckLeft": 609,
885
+ "neckRight": 632,
886
+ "neckTop": 95,
887
+ "neckBottom": 119,
888
+ "neckWidth": 23,
889
+ "neckHeight": 24,
890
+ "rHandLeft": 495,
891
+ "rHandRight": 518,
892
+ "rHandTop": 240,
893
+ "rHandBottom": 264,
894
+ "rHandWidth": 23,
895
+ "rHandHeight": 24,
896
+ "lHandLeft": 609,
897
+ "lHandRight": 632,
898
+ "lHandTop": 240,
899
+ "lHandBottom": 264,
900
+ "lHandWidth": 23,
901
+ "lHandHeight": 24,
902
+ "beltLeft": 536,
903
+ "beltRight": 588,
904
+ "beltTop": 239,
905
+ "beltBottom": 264,
906
+ "beltWidth": 52,
907
+ "beltHeight": 25,
908
+ "feetLeft": 652,
909
+ "feetRight": 706,
910
+ "feetTop": 242,
911
+ "feetBottom": 294,
912
+ "feetWidth": 54,
913
+ "feetHeight": 52,
914
+ "glovesLeft": 421,
915
+ "glovesRight": 475,
916
+ "glovesTop": 241,
917
+ "glovesBottom": 294,
918
+ "glovesWidth": 54,
919
+ "glovesHeight": 53,
920
+ "expansion": 1,
921
+ "lineNumber": 27
922
+ },
923
+ "Hireling": {
924
+ "class": "Hireling",
925
+ "invLeft": -1,
926
+ "invRight": -1,
927
+ "invTop": -1,
928
+ "invBottom": -1,
929
+ "gridX": 0,
930
+ "gridY": 0,
931
+ "gridLeft": -1,
932
+ "gridRight": -1,
933
+ "gridTop": -1,
934
+ "gridBottom": -1,
935
+ "gridBoxWidth": 29,
936
+ "gridBoxHeight": 29,
937
+ "rArmLeft": 20,
938
+ "rArmRight": 75,
939
+ "rArmTop": 47,
940
+ "rArmBottom": 159,
941
+ "rArmWidth": 55,
942
+ "rArmHeight": 112,
943
+ "torsoLeft": 133,
944
+ "torsoRight": 189,
945
+ "torsoTop": 77,
946
+ "torsoBottom": 159,
947
+ "torsoWidth": 56,
948
+ "torsoHeight": 82,
949
+ "lArmLeft": 251,
950
+ "lArmRight": 306,
951
+ "lArmTop": 47,
952
+ "lArmBottom": 159,
953
+ "lArmWidth": 55,
954
+ "lArmHeight": 112,
955
+ "headLeft": 135,
956
+ "headRight": 189,
957
+ "headTop": 8,
958
+ "headBottom": 59,
959
+ "headWidth": 54,
960
+ "headHeight": 51,
961
+ "neckLeft": -1,
962
+ "neckRight": -1,
963
+ "neckTop": -1,
964
+ "neckBottom": -1,
965
+ "neckWidth": -1,
966
+ "neckHeight": -1,
967
+ "rHandLeft": -1,
968
+ "rHandRight": -1,
969
+ "rHandTop": -1,
970
+ "rHandBottom": -1,
971
+ "rHandWidth": -1,
972
+ "rHandHeight": -1,
973
+ "lHandLeft": -1,
974
+ "lHandRight": -1,
975
+ "lHandTop": -1,
976
+ "lHandBottom": -1,
977
+ "lHandWidth": -1,
978
+ "lHandHeight": -1,
979
+ "beltLeft": -1,
980
+ "beltRight": -1,
981
+ "beltTop": -1,
982
+ "beltBottom": -1,
983
+ "beltWidth": -1,
984
+ "beltHeight": -1,
985
+ "feetLeft": -1,
986
+ "feetRight": -1,
987
+ "feetTop": -1,
988
+ "feetBottom": -1,
989
+ "feetWidth": -1,
990
+ "feetHeight": -1,
991
+ "glovesLeft": -1,
992
+ "glovesRight": -1,
993
+ "glovesTop": -1,
994
+ "glovesBottom": -1,
995
+ "glovesWidth": -1,
996
+ "glovesHeight": -1,
997
+ "expansion": 1,
998
+ "lineNumber": 12
999
+ },
1000
+ "Hireling2": {
1001
+ "class": "Hireling2",
1002
+ "invLeft": -1,
1003
+ "invRight": -1,
1004
+ "invTop": -1,
1005
+ "invBottom": -1,
1006
+ "gridX": -1,
1007
+ "gridY": -1,
1008
+ "gridLeft": -1,
1009
+ "gridRight": -1,
1010
+ "gridTop": -1,
1011
+ "gridBottom": -1,
1012
+ "gridBoxWidth": 29,
1013
+ "gridBoxHeight": 29,
1014
+ "rArmLeft": 100,
1015
+ "rArmRight": 155,
1016
+ "rArmTop": 107,
1017
+ "rArmBottom": 219,
1018
+ "rArmWidth": 55,
1019
+ "rArmHeight": 112,
1020
+ "torsoLeft": 213,
1021
+ "torsoRight": 269,
1022
+ "torsoTop": 137,
1023
+ "torsoBottom": 219,
1024
+ "torsoWidth": 56,
1025
+ "torsoHeight": 82,
1026
+ "lArmLeft": 331,
1027
+ "lArmRight": 386,
1028
+ "lArmTop": 107,
1029
+ "lArmBottom": 219,
1030
+ "lArmWidth": 55,
1031
+ "lArmHeight": 112,
1032
+ "headLeft": 215,
1033
+ "headRight": 269,
1034
+ "headTop": 68,
1035
+ "headBottom": 119,
1036
+ "headWidth": 54,
1037
+ "headHeight": 51,
1038
+ "neckLeft": -1,
1039
+ "neckRight": -1,
1040
+ "neckTop": -1,
1041
+ "neckBottom": -1,
1042
+ "neckWidth": -1,
1043
+ "neckHeight": -1,
1044
+ "rHandLeft": -1,
1045
+ "rHandRight": -1,
1046
+ "rHandTop": -1,
1047
+ "rHandBottom": -1,
1048
+ "rHandWidth": -1,
1049
+ "rHandHeight": -1,
1050
+ "lHandLeft": -1,
1051
+ "lHandRight": -1,
1052
+ "lHandTop": -1,
1053
+ "lHandBottom": -1,
1054
+ "lHandWidth": -1,
1055
+ "lHandHeight": -1,
1056
+ "beltLeft": -1,
1057
+ "beltRight": -1,
1058
+ "beltTop": -1,
1059
+ "beltBottom": -1,
1060
+ "beltWidth": -1,
1061
+ "beltHeight": -1,
1062
+ "feetLeft": -1,
1063
+ "feetRight": -1,
1064
+ "feetTop": -1,
1065
+ "feetBottom": -1,
1066
+ "feetWidth": -1,
1067
+ "feetHeight": -1,
1068
+ "glovesLeft": -1,
1069
+ "glovesRight": -1,
1070
+ "glovesTop": -1,
1071
+ "glovesBottom": -1,
1072
+ "glovesWidth": -1,
1073
+ "glovesHeight": -1,
1074
+ "expansion": 1,
1075
+ "lineNumber": 26
1076
+ },
1077
+ "Monster": {
1078
+ "class": "Monster",
1079
+ "invLeft": 0,
1080
+ "invRight": 321,
1081
+ "invTop": 0,
1082
+ "invBottom": 442,
1083
+ "gridX": 10,
1084
+ "gridY": 10,
1085
+ "gridLeft": 16,
1086
+ "gridRight": 305,
1087
+ "gridTop": 63,
1088
+ "gridBottom": 352,
1089
+ "gridBoxWidth": 29,
1090
+ "gridBoxHeight": 29,
1091
+ "rArmLeft": -1,
1092
+ "rArmRight": -1,
1093
+ "rArmTop": -1,
1094
+ "rArmBottom": -1,
1095
+ "rArmWidth": -1,
1096
+ "rArmHeight": -1,
1097
+ "torsoLeft": -1,
1098
+ "torsoRight": -1,
1099
+ "torsoTop": -1,
1100
+ "torsoBottom": -1,
1101
+ "torsoWidth": -1,
1102
+ "torsoHeight": -1,
1103
+ "lArmLeft": -1,
1104
+ "lArmRight": -1,
1105
+ "lArmTop": -1,
1106
+ "lArmBottom": -1,
1107
+ "lArmWidth": -1,
1108
+ "lArmHeight": -1,
1109
+ "headLeft": -1,
1110
+ "headRight": -1,
1111
+ "headTop": -1,
1112
+ "headBottom": -1,
1113
+ "headWidth": -1,
1114
+ "headHeight": -1,
1115
+ "neckLeft": -1,
1116
+ "neckRight": -1,
1117
+ "neckTop": -1,
1118
+ "neckBottom": -1,
1119
+ "neckWidth": -1,
1120
+ "neckHeight": -1,
1121
+ "rHandLeft": -1,
1122
+ "rHandRight": -1,
1123
+ "rHandTop": -1,
1124
+ "rHandBottom": -1,
1125
+ "rHandWidth": -1,
1126
+ "rHandHeight": -1,
1127
+ "lHandLeft": -1,
1128
+ "lHandRight": -1,
1129
+ "lHandTop": -1,
1130
+ "lHandBottom": -1,
1131
+ "lHandWidth": -1,
1132
+ "lHandHeight": -1,
1133
+ "beltLeft": -1,
1134
+ "beltRight": -1,
1135
+ "beltTop": -1,
1136
+ "beltBottom": -1,
1137
+ "beltWidth": -1,
1138
+ "beltHeight": -1,
1139
+ "feetLeft": -1,
1140
+ "feetRight": -1,
1141
+ "feetTop": -1,
1142
+ "feetBottom": -1,
1143
+ "feetWidth": -1,
1144
+ "feetHeight": -1,
1145
+ "glovesLeft": -1,
1146
+ "glovesRight": -1,
1147
+ "glovesTop": -1,
1148
+ "glovesBottom": -1,
1149
+ "glovesWidth": -1,
1150
+ "glovesHeight": -1,
1151
+ "lineNumber": 5
1152
+ },
1153
+ "Monster2": {
1154
+ "class": "Monster2",
1155
+ "invLeft": 80,
1156
+ "invRight": 401,
1157
+ "invTop": 60,
1158
+ "invBottom": 502,
1159
+ "gridX": 10,
1160
+ "gridY": 10,
1161
+ "gridLeft": 96,
1162
+ "gridRight": 385,
1163
+ "gridTop": 123,
1164
+ "gridBottom": 412,
1165
+ "gridBoxWidth": 29,
1166
+ "gridBoxHeight": 29,
1167
+ "rArmLeft": -1,
1168
+ "rArmRight": -1,
1169
+ "rArmTop": -1,
1170
+ "rArmBottom": -1,
1171
+ "rArmWidth": -1,
1172
+ "rArmHeight": -1,
1173
+ "torsoLeft": -1,
1174
+ "torsoRight": -1,
1175
+ "torsoTop": -1,
1176
+ "torsoBottom": -1,
1177
+ "torsoWidth": -1,
1178
+ "torsoHeight": -1,
1179
+ "lArmLeft": -1,
1180
+ "lArmRight": -1,
1181
+ "lArmTop": -1,
1182
+ "lArmBottom": -1,
1183
+ "lArmWidth": -1,
1184
+ "lArmHeight": -1,
1185
+ "headLeft": -1,
1186
+ "headRight": -1,
1187
+ "headTop": -1,
1188
+ "headBottom": -1,
1189
+ "headWidth": -1,
1190
+ "headHeight": -1,
1191
+ "neckLeft": -1,
1192
+ "neckRight": -1,
1193
+ "neckTop": -1,
1194
+ "neckBottom": -1,
1195
+ "neckWidth": -1,
1196
+ "neckHeight": -1,
1197
+ "rHandLeft": -1,
1198
+ "rHandRight": -1,
1199
+ "rHandTop": -1,
1200
+ "rHandBottom": -1,
1201
+ "rHandWidth": -1,
1202
+ "rHandHeight": -1,
1203
+ "lHandLeft": -1,
1204
+ "lHandRight": -1,
1205
+ "lHandTop": -1,
1206
+ "lHandBottom": -1,
1207
+ "lHandWidth": -1,
1208
+ "lHandHeight": -1,
1209
+ "beltLeft": -1,
1210
+ "beltRight": -1,
1211
+ "beltTop": -1,
1212
+ "beltBottom": -1,
1213
+ "beltWidth": -1,
1214
+ "beltHeight": -1,
1215
+ "feetLeft": -1,
1216
+ "feetRight": -1,
1217
+ "feetTop": -1,
1218
+ "feetBottom": -1,
1219
+ "feetWidth": -1,
1220
+ "feetHeight": -1,
1221
+ "glovesLeft": -1,
1222
+ "glovesRight": -1,
1223
+ "glovesTop": -1,
1224
+ "glovesBottom": -1,
1225
+ "glovesWidth": -1,
1226
+ "glovesHeight": -1,
1227
+ "expansion": 1,
1228
+ "lineNumber": 20
1229
+ },
1230
+ "Necromancer": {
1231
+ "class": "Necromancer",
1232
+ "invLeft": 320,
1233
+ "invRight": 640,
1234
+ "invTop": 0,
1235
+ "invBottom": 441,
1236
+ "gridX": 10,
1237
+ "gridY": 4,
1238
+ "gridLeft": 339,
1239
+ "gridRight": 626,
1240
+ "gridTop": 255,
1241
+ "gridBottom": 368,
1242
+ "gridBoxWidth": 29,
1243
+ "gridBoxHeight": 29,
1244
+ "rArmLeft": 340,
1245
+ "rArmRight": 395,
1246
+ "rArmTop": 47,
1247
+ "rArmBottom": 159,
1248
+ "rArmWidth": 55,
1249
+ "rArmHeight": 112,
1250
+ "torsoLeft": 453,
1251
+ "torsoRight": 509,
1252
+ "torsoTop": 77,
1253
+ "torsoBottom": 159,
1254
+ "torsoWidth": 56,
1255
+ "torsoHeight": 82,
1256
+ "lArmLeft": 571,
1257
+ "lArmRight": 626,
1258
+ "lArmTop": 47,
1259
+ "lArmBottom": 159,
1260
+ "lArmWidth": 55,
1261
+ "lArmHeight": 112,
1262
+ "headLeft": 455,
1263
+ "headRight": 509,
1264
+ "headTop": 8,
1265
+ "headBottom": 59,
1266
+ "headWidth": 54,
1267
+ "headHeight": 51,
1268
+ "neckLeft": 529,
1269
+ "neckRight": 552,
1270
+ "neckTop": 35,
1271
+ "neckBottom": 59,
1272
+ "neckWidth": 23,
1273
+ "neckHeight": 24,
1274
+ "rHandLeft": 415,
1275
+ "rHandRight": 438,
1276
+ "rHandTop": 180,
1277
+ "rHandBottom": 204,
1278
+ "rHandWidth": 23,
1279
+ "rHandHeight": 24,
1280
+ "lHandLeft": 529,
1281
+ "lHandRight": 552,
1282
+ "lHandTop": 180,
1283
+ "lHandBottom": 204,
1284
+ "lHandWidth": 23,
1285
+ "lHandHeight": 24,
1286
+ "beltLeft": 456,
1287
+ "beltRight": 508,
1288
+ "beltTop": 179,
1289
+ "beltBottom": 204,
1290
+ "beltWidth": 52,
1291
+ "beltHeight": 25,
1292
+ "feetLeft": 572,
1293
+ "feetRight": 626,
1294
+ "feetTop": 182,
1295
+ "feetBottom": 234,
1296
+ "feetWidth": 54,
1297
+ "feetHeight": 52,
1298
+ "glovesLeft": 341,
1299
+ "glovesRight": 395,
1300
+ "glovesTop": 181,
1301
+ "glovesBottom": 234,
1302
+ "glovesWidth": 54,
1303
+ "glovesHeight": 53,
1304
+ "lineNumber": 2
1305
+ },
1306
+ "Necromancer2": {
1307
+ "class": "Necromancer2",
1308
+ "invLeft": 400,
1309
+ "invRight": 720,
1310
+ "invTop": 60,
1311
+ "invBottom": 501,
1312
+ "gridX": 10,
1313
+ "gridY": 4,
1314
+ "gridLeft": 419,
1315
+ "gridRight": 706,
1316
+ "gridTop": 315,
1317
+ "gridBottom": 428,
1318
+ "gridBoxWidth": 29,
1319
+ "gridBoxHeight": 29,
1320
+ "rArmLeft": 420,
1321
+ "rArmRight": 475,
1322
+ "rArmTop": 107,
1323
+ "rArmBottom": 219,
1324
+ "rArmWidth": 55,
1325
+ "rArmHeight": 112,
1326
+ "torsoLeft": 533,
1327
+ "torsoRight": 589,
1328
+ "torsoTop": 137,
1329
+ "torsoBottom": 219,
1330
+ "torsoWidth": 56,
1331
+ "torsoHeight": 82,
1332
+ "lArmLeft": 651,
1333
+ "lArmRight": 706,
1334
+ "lArmTop": 107,
1335
+ "lArmBottom": 219,
1336
+ "lArmWidth": 55,
1337
+ "lArmHeight": 112,
1338
+ "headLeft": 535,
1339
+ "headRight": 589,
1340
+ "headTop": 68,
1341
+ "headBottom": 119,
1342
+ "headWidth": 54,
1343
+ "headHeight": 51,
1344
+ "neckLeft": 609,
1345
+ "neckRight": 632,
1346
+ "neckTop": 95,
1347
+ "neckBottom": 119,
1348
+ "neckWidth": 23,
1349
+ "neckHeight": 24,
1350
+ "rHandLeft": 495,
1351
+ "rHandRight": 518,
1352
+ "rHandTop": 240,
1353
+ "rHandBottom": 264,
1354
+ "rHandWidth": 23,
1355
+ "rHandHeight": 24,
1356
+ "lHandLeft": 609,
1357
+ "lHandRight": 632,
1358
+ "lHandTop": 240,
1359
+ "lHandBottom": 264,
1360
+ "lHandWidth": 23,
1361
+ "lHandHeight": 24,
1362
+ "beltLeft": 536,
1363
+ "beltRight": 588,
1364
+ "beltTop": 239,
1365
+ "beltBottom": 264,
1366
+ "beltWidth": 52,
1367
+ "beltHeight": 25,
1368
+ "feetLeft": 652,
1369
+ "feetRight": 706,
1370
+ "feetTop": 242,
1371
+ "feetBottom": 294,
1372
+ "feetWidth": 54,
1373
+ "feetHeight": 52,
1374
+ "glovesLeft": 421,
1375
+ "glovesRight": 475,
1376
+ "glovesTop": 241,
1377
+ "glovesBottom": 294,
1378
+ "glovesWidth": 54,
1379
+ "glovesHeight": 53,
1380
+ "expansion": 1,
1381
+ "lineNumber": 17
1382
+ },
1383
+ "Paladin": {
1384
+ "class": "Paladin",
1385
+ "invLeft": 320,
1386
+ "invRight": 640,
1387
+ "invTop": 0,
1388
+ "invBottom": 441,
1389
+ "gridX": 10,
1390
+ "gridY": 4,
1391
+ "gridLeft": 339,
1392
+ "gridRight": 626,
1393
+ "gridTop": 255,
1394
+ "gridBottom": 368,
1395
+ "gridBoxWidth": 29,
1396
+ "gridBoxHeight": 29,
1397
+ "rArmLeft": 340,
1398
+ "rArmRight": 395,
1399
+ "rArmTop": 47,
1400
+ "rArmBottom": 159,
1401
+ "rArmWidth": 55,
1402
+ "rArmHeight": 112,
1403
+ "torsoLeft": 453,
1404
+ "torsoRight": 509,
1405
+ "torsoTop": 77,
1406
+ "torsoBottom": 159,
1407
+ "torsoWidth": 56,
1408
+ "torsoHeight": 82,
1409
+ "lArmLeft": 571,
1410
+ "lArmRight": 626,
1411
+ "lArmTop": 47,
1412
+ "lArmBottom": 159,
1413
+ "lArmWidth": 55,
1414
+ "lArmHeight": 112,
1415
+ "headLeft": 455,
1416
+ "headRight": 509,
1417
+ "headTop": 8,
1418
+ "headBottom": 59,
1419
+ "headWidth": 54,
1420
+ "headHeight": 51,
1421
+ "neckLeft": 529,
1422
+ "neckRight": 552,
1423
+ "neckTop": 35,
1424
+ "neckBottom": 59,
1425
+ "neckWidth": 23,
1426
+ "neckHeight": 24,
1427
+ "rHandLeft": 415,
1428
+ "rHandRight": 438,
1429
+ "rHandTop": 180,
1430
+ "rHandBottom": 204,
1431
+ "rHandWidth": 23,
1432
+ "rHandHeight": 24,
1433
+ "lHandLeft": 529,
1434
+ "lHandRight": 552,
1435
+ "lHandTop": 180,
1436
+ "lHandBottom": 204,
1437
+ "lHandWidth": 23,
1438
+ "lHandHeight": 24,
1439
+ "beltLeft": 456,
1440
+ "beltRight": 508,
1441
+ "beltTop": 179,
1442
+ "beltBottom": 204,
1443
+ "beltWidth": 52,
1444
+ "beltHeight": 25,
1445
+ "feetLeft": 572,
1446
+ "feetRight": 626,
1447
+ "feetTop": 182,
1448
+ "feetBottom": 234,
1449
+ "feetWidth": 54,
1450
+ "feetHeight": 52,
1451
+ "glovesLeft": 341,
1452
+ "glovesRight": 395,
1453
+ "glovesTop": 181,
1454
+ "glovesBottom": 234,
1455
+ "glovesWidth": 54,
1456
+ "glovesHeight": 53,
1457
+ "lineNumber": 3
1458
+ },
1459
+ "Paladin2": {
1460
+ "class": "Paladin2",
1461
+ "invLeft": 400,
1462
+ "invRight": 720,
1463
+ "invTop": 60,
1464
+ "invBottom": 501,
1465
+ "gridX": 10,
1466
+ "gridY": 4,
1467
+ "gridLeft": 419,
1468
+ "gridRight": 706,
1469
+ "gridTop": 315,
1470
+ "gridBottom": 428,
1471
+ "gridBoxWidth": 29,
1472
+ "gridBoxHeight": 29,
1473
+ "rArmLeft": 420,
1474
+ "rArmRight": 475,
1475
+ "rArmTop": 107,
1476
+ "rArmBottom": 219,
1477
+ "rArmWidth": 55,
1478
+ "rArmHeight": 112,
1479
+ "torsoLeft": 533,
1480
+ "torsoRight": 589,
1481
+ "torsoTop": 137,
1482
+ "torsoBottom": 219,
1483
+ "torsoWidth": 56,
1484
+ "torsoHeight": 82,
1485
+ "lArmLeft": 651,
1486
+ "lArmRight": 706,
1487
+ "lArmTop": 107,
1488
+ "lArmBottom": 219,
1489
+ "lArmWidth": 55,
1490
+ "lArmHeight": 112,
1491
+ "headLeft": 535,
1492
+ "headRight": 589,
1493
+ "headTop": 68,
1494
+ "headBottom": 119,
1495
+ "headWidth": 54,
1496
+ "headHeight": 51,
1497
+ "neckLeft": 609,
1498
+ "neckRight": 632,
1499
+ "neckTop": 95,
1500
+ "neckBottom": 119,
1501
+ "neckWidth": 23,
1502
+ "neckHeight": 24,
1503
+ "rHandLeft": 495,
1504
+ "rHandRight": 518,
1505
+ "rHandTop": 240,
1506
+ "rHandBottom": 264,
1507
+ "rHandWidth": 23,
1508
+ "rHandHeight": 24,
1509
+ "lHandLeft": 609,
1510
+ "lHandRight": 632,
1511
+ "lHandTop": 240,
1512
+ "lHandBottom": 264,
1513
+ "lHandWidth": 23,
1514
+ "lHandHeight": 24,
1515
+ "beltLeft": 536,
1516
+ "beltRight": 588,
1517
+ "beltTop": 239,
1518
+ "beltBottom": 264,
1519
+ "beltWidth": 52,
1520
+ "beltHeight": 25,
1521
+ "feetLeft": 652,
1522
+ "feetRight": 706,
1523
+ "feetTop": 242,
1524
+ "feetBottom": 294,
1525
+ "feetWidth": 54,
1526
+ "feetHeight": 52,
1527
+ "glovesLeft": 421,
1528
+ "glovesRight": 475,
1529
+ "glovesTop": 241,
1530
+ "glovesBottom": 294,
1531
+ "glovesWidth": 54,
1532
+ "glovesHeight": 53,
1533
+ "expansion": 1,
1534
+ "lineNumber": 18
1535
+ },
1536
+ "Sorceress": {
1537
+ "class": "Sorceress",
1538
+ "invLeft": 320,
1539
+ "invRight": 640,
1540
+ "invTop": 0,
1541
+ "invBottom": 441,
1542
+ "gridX": 10,
1543
+ "gridY": 4,
1544
+ "gridLeft": 339,
1545
+ "gridRight": 626,
1546
+ "gridTop": 255,
1547
+ "gridBottom": 368,
1548
+ "gridBoxWidth": 29,
1549
+ "gridBoxHeight": 29,
1550
+ "rArmLeft": 340,
1551
+ "rArmRight": 395,
1552
+ "rArmTop": 47,
1553
+ "rArmBottom": 159,
1554
+ "rArmWidth": 55,
1555
+ "rArmHeight": 112,
1556
+ "torsoLeft": 453,
1557
+ "torsoRight": 509,
1558
+ "torsoTop": 77,
1559
+ "torsoBottom": 159,
1560
+ "torsoWidth": 56,
1561
+ "torsoHeight": 82,
1562
+ "lArmLeft": 571,
1563
+ "lArmRight": 626,
1564
+ "lArmTop": 47,
1565
+ "lArmBottom": 159,
1566
+ "lArmWidth": 55,
1567
+ "lArmHeight": 112,
1568
+ "headLeft": 455,
1569
+ "headRight": 509,
1570
+ "headTop": 8,
1571
+ "headBottom": 59,
1572
+ "headWidth": 54,
1573
+ "headHeight": 51,
1574
+ "neckLeft": 529,
1575
+ "neckRight": 552,
1576
+ "neckTop": 35,
1577
+ "neckBottom": 59,
1578
+ "neckWidth": 23,
1579
+ "neckHeight": 24,
1580
+ "rHandLeft": 415,
1581
+ "rHandRight": 438,
1582
+ "rHandTop": 180,
1583
+ "rHandBottom": 204,
1584
+ "rHandWidth": 23,
1585
+ "rHandHeight": 24,
1586
+ "lHandLeft": 529,
1587
+ "lHandRight": 552,
1588
+ "lHandTop": 180,
1589
+ "lHandBottom": 204,
1590
+ "lHandWidth": 23,
1591
+ "lHandHeight": 24,
1592
+ "beltLeft": 456,
1593
+ "beltRight": 508,
1594
+ "beltTop": 179,
1595
+ "beltBottom": 204,
1596
+ "beltWidth": 52,
1597
+ "beltHeight": 25,
1598
+ "feetLeft": 572,
1599
+ "feetRight": 626,
1600
+ "feetTop": 182,
1601
+ "feetBottom": 234,
1602
+ "feetWidth": 54,
1603
+ "feetHeight": 52,
1604
+ "glovesLeft": 341,
1605
+ "glovesRight": 395,
1606
+ "glovesTop": 181,
1607
+ "glovesBottom": 234,
1608
+ "glovesWidth": 54,
1609
+ "glovesHeight": 53,
1610
+ "lineNumber": 1
1611
+ },
1612
+ "Sorceress2": {
1613
+ "class": "Sorceress2",
1614
+ "invLeft": 400,
1615
+ "invRight": 720,
1616
+ "invTop": 60,
1617
+ "invBottom": 501,
1618
+ "gridX": 10,
1619
+ "gridY": 4,
1620
+ "gridLeft": 419,
1621
+ "gridRight": 706,
1622
+ "gridTop": 315,
1623
+ "gridBottom": 428,
1624
+ "gridBoxWidth": 29,
1625
+ "gridBoxHeight": 29,
1626
+ "rArmLeft": 420,
1627
+ "rArmRight": 475,
1628
+ "rArmTop": 107,
1629
+ "rArmBottom": 219,
1630
+ "rArmWidth": 55,
1631
+ "rArmHeight": 112,
1632
+ "torsoLeft": 533,
1633
+ "torsoRight": 589,
1634
+ "torsoTop": 137,
1635
+ "torsoBottom": 219,
1636
+ "torsoWidth": 56,
1637
+ "torsoHeight": 82,
1638
+ "lArmLeft": 651,
1639
+ "lArmRight": 706,
1640
+ "lArmTop": 107,
1641
+ "lArmBottom": 219,
1642
+ "lArmWidth": 55,
1643
+ "lArmHeight": 112,
1644
+ "headLeft": 535,
1645
+ "headRight": 589,
1646
+ "headTop": 68,
1647
+ "headBottom": 119,
1648
+ "headWidth": 54,
1649
+ "headHeight": 51,
1650
+ "neckLeft": 609,
1651
+ "neckRight": 632,
1652
+ "neckTop": 95,
1653
+ "neckBottom": 119,
1654
+ "neckWidth": 23,
1655
+ "neckHeight": 24,
1656
+ "rHandLeft": 495,
1657
+ "rHandRight": 518,
1658
+ "rHandTop": 240,
1659
+ "rHandBottom": 264,
1660
+ "rHandWidth": 23,
1661
+ "rHandHeight": 24,
1662
+ "lHandLeft": 609,
1663
+ "lHandRight": 632,
1664
+ "lHandTop": 240,
1665
+ "lHandBottom": 264,
1666
+ "lHandWidth": 23,
1667
+ "lHandHeight": 24,
1668
+ "beltLeft": 536,
1669
+ "beltRight": 588,
1670
+ "beltTop": 239,
1671
+ "beltBottom": 264,
1672
+ "beltWidth": 52,
1673
+ "beltHeight": 25,
1674
+ "feetLeft": 652,
1675
+ "feetRight": 706,
1676
+ "feetTop": 242,
1677
+ "feetBottom": 294,
1678
+ "feetWidth": 54,
1679
+ "feetHeight": 52,
1680
+ "glovesLeft": 421,
1681
+ "glovesRight": 475,
1682
+ "glovesTop": 241,
1683
+ "glovesBottom": 294,
1684
+ "glovesWidth": 54,
1685
+ "glovesHeight": 53,
1686
+ "expansion": 1,
1687
+ "lineNumber": 16
1688
+ },
1689
+ "Trade Page 1": {
1690
+ "class": "Trade Page 1",
1691
+ "invLeft": 0,
1692
+ "invRight": 321,
1693
+ "invTop": 0,
1694
+ "invBottom": 219,
1695
+ "gridX": 10,
1696
+ "gridY": 4,
1697
+ "gridLeft": 20,
1698
+ "gridRight": 305,
1699
+ "gridTop": 41,
1700
+ "gridBottom": 148,
1701
+ "gridBoxWidth": 29,
1702
+ "gridBoxHeight": 29,
1703
+ "rArmLeft": -1,
1704
+ "rArmRight": -1,
1705
+ "rArmTop": -1,
1706
+ "rArmBottom": -1,
1707
+ "rArmWidth": -1,
1708
+ "rArmHeight": -1,
1709
+ "torsoLeft": -1,
1710
+ "torsoRight": -1,
1711
+ "torsoTop": -1,
1712
+ "torsoBottom": -1,
1713
+ "torsoWidth": -1,
1714
+ "torsoHeight": -1,
1715
+ "lArmLeft": -1,
1716
+ "lArmRight": -1,
1717
+ "lArmTop": -1,
1718
+ "lArmBottom": -1,
1719
+ "lArmWidth": -1,
1720
+ "lArmHeight": -1,
1721
+ "headLeft": -1,
1722
+ "headRight": -1,
1723
+ "headTop": -1,
1724
+ "headBottom": -1,
1725
+ "headWidth": -1,
1726
+ "headHeight": -1,
1727
+ "neckLeft": -1,
1728
+ "neckRight": -1,
1729
+ "neckTop": -1,
1730
+ "neckBottom": -1,
1731
+ "neckWidth": -1,
1732
+ "neckHeight": -1,
1733
+ "rHandLeft": -1,
1734
+ "rHandRight": -1,
1735
+ "rHandTop": -1,
1736
+ "rHandBottom": -1,
1737
+ "rHandWidth": -1,
1738
+ "rHandHeight": -1,
1739
+ "lHandLeft": -1,
1740
+ "lHandRight": -1,
1741
+ "lHandTop": -1,
1742
+ "lHandBottom": -1,
1743
+ "lHandWidth": -1,
1744
+ "lHandHeight": -1,
1745
+ "beltLeft": -1,
1746
+ "beltRight": -1,
1747
+ "beltTop": -1,
1748
+ "beltBottom": -1,
1749
+ "beltWidth": -1,
1750
+ "beltHeight": -1,
1751
+ "feetLeft": -1,
1752
+ "feetRight": -1,
1753
+ "feetTop": -1,
1754
+ "feetBottom": -1,
1755
+ "feetWidth": -1,
1756
+ "feetHeight": -1,
1757
+ "glovesLeft": -1,
1758
+ "glovesRight": -1,
1759
+ "glovesTop": -1,
1760
+ "glovesBottom": -1,
1761
+ "glovesWidth": -1,
1762
+ "glovesHeight": -1,
1763
+ "lineNumber": 6
1764
+ },
1765
+ "Trade Page 1-2": {
1766
+ "class": "Trade Page 1-2",
1767
+ "invLeft": 80,
1768
+ "invRight": 401,
1769
+ "invTop": 60,
1770
+ "invBottom": 279,
1771
+ "gridX": 10,
1772
+ "gridY": 4,
1773
+ "gridLeft": 100,
1774
+ "gridRight": 385,
1775
+ "gridTop": 101,
1776
+ "gridBottom": 208,
1777
+ "gridBoxWidth": 29,
1778
+ "gridBoxHeight": 29,
1779
+ "rArmLeft": -1,
1780
+ "rArmRight": -1,
1781
+ "rArmTop": -1,
1782
+ "rArmBottom": -1,
1783
+ "rArmWidth": -1,
1784
+ "rArmHeight": -1,
1785
+ "torsoLeft": -1,
1786
+ "torsoRight": -1,
1787
+ "torsoTop": -1,
1788
+ "torsoBottom": -1,
1789
+ "torsoWidth": -1,
1790
+ "torsoHeight": -1,
1791
+ "lArmLeft": -1,
1792
+ "lArmRight": -1,
1793
+ "lArmTop": -1,
1794
+ "lArmBottom": -1,
1795
+ "lArmWidth": -1,
1796
+ "lArmHeight": -1,
1797
+ "headLeft": -1,
1798
+ "headRight": -1,
1799
+ "headTop": -1,
1800
+ "headBottom": -1,
1801
+ "headWidth": -1,
1802
+ "headHeight": -1,
1803
+ "neckLeft": -1,
1804
+ "neckRight": -1,
1805
+ "neckTop": -1,
1806
+ "neckBottom": -1,
1807
+ "neckWidth": -1,
1808
+ "neckHeight": -1,
1809
+ "rHandLeft": -1,
1810
+ "rHandRight": -1,
1811
+ "rHandTop": -1,
1812
+ "rHandBottom": -1,
1813
+ "rHandWidth": -1,
1814
+ "rHandHeight": -1,
1815
+ "lHandLeft": -1,
1816
+ "lHandRight": -1,
1817
+ "lHandTop": -1,
1818
+ "lHandBottom": -1,
1819
+ "lHandWidth": -1,
1820
+ "lHandHeight": -1,
1821
+ "beltLeft": -1,
1822
+ "beltRight": -1,
1823
+ "beltTop": -1,
1824
+ "beltBottom": -1,
1825
+ "beltWidth": -1,
1826
+ "beltHeight": -1,
1827
+ "feetLeft": -1,
1828
+ "feetRight": -1,
1829
+ "feetTop": -1,
1830
+ "feetBottom": -1,
1831
+ "feetWidth": -1,
1832
+ "feetHeight": -1,
1833
+ "glovesLeft": -1,
1834
+ "glovesRight": -1,
1835
+ "glovesTop": -1,
1836
+ "glovesBottom": -1,
1837
+ "glovesWidth": -1,
1838
+ "glovesHeight": -1,
1839
+ "expansion": 1,
1840
+ "lineNumber": 21
1841
+ },
1842
+ "Trade Page 2": {
1843
+ "class": "Trade Page 2",
1844
+ "invLeft": 0,
1845
+ "invRight": 321,
1846
+ "invTop": 220,
1847
+ "invBottom": 442,
1848
+ "gridX": 10,
1849
+ "gridY": 4,
1850
+ "gridLeft": 20,
1851
+ "gridRight": 305,
1852
+ "gridTop": 255,
1853
+ "gridBottom": 368,
1854
+ "gridBoxWidth": 29,
1855
+ "gridBoxHeight": 29,
1856
+ "rArmLeft": -1,
1857
+ "rArmRight": -1,
1858
+ "rArmTop": -1,
1859
+ "rArmBottom": -1,
1860
+ "rArmWidth": -1,
1861
+ "rArmHeight": -1,
1862
+ "torsoLeft": -1,
1863
+ "torsoRight": -1,
1864
+ "torsoTop": -1,
1865
+ "torsoBottom": -1,
1866
+ "torsoWidth": -1,
1867
+ "torsoHeight": -1,
1868
+ "lArmLeft": -1,
1869
+ "lArmRight": -1,
1870
+ "lArmTop": -1,
1871
+ "lArmBottom": -1,
1872
+ "lArmWidth": -1,
1873
+ "lArmHeight": -1,
1874
+ "headLeft": -1,
1875
+ "headRight": -1,
1876
+ "headTop": -1,
1877
+ "headBottom": -1,
1878
+ "headWidth": -1,
1879
+ "headHeight": -1,
1880
+ "neckLeft": -1,
1881
+ "neckRight": -1,
1882
+ "neckTop": -1,
1883
+ "neckBottom": -1,
1884
+ "neckWidth": -1,
1885
+ "neckHeight": -1,
1886
+ "rHandLeft": -1,
1887
+ "rHandRight": -1,
1888
+ "rHandTop": -1,
1889
+ "rHandBottom": -1,
1890
+ "rHandWidth": -1,
1891
+ "rHandHeight": -1,
1892
+ "lHandLeft": -1,
1893
+ "lHandRight": -1,
1894
+ "lHandTop": -1,
1895
+ "lHandBottom": -1,
1896
+ "lHandWidth": -1,
1897
+ "lHandHeight": -1,
1898
+ "beltLeft": -1,
1899
+ "beltRight": -1,
1900
+ "beltTop": -1,
1901
+ "beltBottom": -1,
1902
+ "beltWidth": -1,
1903
+ "beltHeight": -1,
1904
+ "feetLeft": -1,
1905
+ "feetRight": -1,
1906
+ "feetTop": -1,
1907
+ "feetBottom": -1,
1908
+ "feetWidth": -1,
1909
+ "feetHeight": -1,
1910
+ "glovesLeft": -1,
1911
+ "glovesRight": -1,
1912
+ "glovesTop": -1,
1913
+ "glovesBottom": -1,
1914
+ "glovesWidth": -1,
1915
+ "glovesHeight": -1,
1916
+ "lineNumber": 7
1917
+ },
1918
+ "Trade Page 2-2": {
1919
+ "class": "Trade Page 2-2",
1920
+ "invLeft": 80,
1921
+ "invRight": 401,
1922
+ "invTop": 280,
1923
+ "invBottom": 502,
1924
+ "gridX": 10,
1925
+ "gridY": 4,
1926
+ "gridLeft": 100,
1927
+ "gridRight": 385,
1928
+ "gridTop": 315,
1929
+ "gridBottom": 428,
1930
+ "gridBoxWidth": 29,
1931
+ "gridBoxHeight": 29,
1932
+ "rArmLeft": -1,
1933
+ "rArmRight": -1,
1934
+ "rArmTop": -1,
1935
+ "rArmBottom": -1,
1936
+ "rArmWidth": -1,
1937
+ "rArmHeight": -1,
1938
+ "torsoLeft": -1,
1939
+ "torsoRight": -1,
1940
+ "torsoTop": -1,
1941
+ "torsoBottom": -1,
1942
+ "torsoWidth": -1,
1943
+ "torsoHeight": -1,
1944
+ "lArmLeft": -1,
1945
+ "lArmRight": -1,
1946
+ "lArmTop": -1,
1947
+ "lArmBottom": -1,
1948
+ "lArmWidth": -1,
1949
+ "lArmHeight": -1,
1950
+ "headLeft": -1,
1951
+ "headRight": -1,
1952
+ "headTop": -1,
1953
+ "headBottom": -1,
1954
+ "headWidth": -1,
1955
+ "headHeight": -1,
1956
+ "neckLeft": -1,
1957
+ "neckRight": -1,
1958
+ "neckTop": -1,
1959
+ "neckBottom": -1,
1960
+ "neckWidth": -1,
1961
+ "neckHeight": -1,
1962
+ "rHandLeft": -1,
1963
+ "rHandRight": -1,
1964
+ "rHandTop": -1,
1965
+ "rHandBottom": -1,
1966
+ "rHandWidth": -1,
1967
+ "rHandHeight": -1,
1968
+ "lHandLeft": -1,
1969
+ "lHandRight": -1,
1970
+ "lHandTop": -1,
1971
+ "lHandBottom": -1,
1972
+ "lHandWidth": -1,
1973
+ "lHandHeight": -1,
1974
+ "beltLeft": -1,
1975
+ "beltRight": -1,
1976
+ "beltTop": -1,
1977
+ "beltBottom": -1,
1978
+ "beltWidth": -1,
1979
+ "beltHeight": -1,
1980
+ "feetLeft": -1,
1981
+ "feetRight": -1,
1982
+ "feetTop": -1,
1983
+ "feetBottom": -1,
1984
+ "feetWidth": -1,
1985
+ "feetHeight": -1,
1986
+ "glovesLeft": -1,
1987
+ "glovesRight": -1,
1988
+ "glovesTop": -1,
1989
+ "glovesBottom": -1,
1990
+ "glovesWidth": -1,
1991
+ "glovesHeight": -1,
1992
+ "expansion": 1,
1993
+ "lineNumber": 22
1994
+ },
1995
+ "Transmogrify Box Page 1": {
1996
+ "class": "Transmogrify Box Page 1",
1997
+ "invLeft": 0,
1998
+ "invRight": 321,
1999
+ "invTop": 220,
2000
+ "invBottom": 442,
2001
+ "gridX": 3,
2002
+ "gridY": 4,
2003
+ "gridLeft": 118,
2004
+ "gridRight": 205,
2005
+ "gridTop": 139,
2006
+ "gridBottom": 253,
2007
+ "gridBoxWidth": 29,
2008
+ "gridBoxHeight": 29,
2009
+ "rArmLeft": -1,
2010
+ "rArmRight": -1,
2011
+ "rArmTop": -1,
2012
+ "rArmBottom": -1,
2013
+ "rArmWidth": -1,
2014
+ "rArmHeight": -1,
2015
+ "torsoLeft": -1,
2016
+ "torsoRight": -1,
2017
+ "torsoTop": -1,
2018
+ "torsoBottom": -1,
2019
+ "torsoWidth": -1,
2020
+ "torsoHeight": -1,
2021
+ "lArmLeft": -1,
2022
+ "lArmRight": -1,
2023
+ "lArmTop": -1,
2024
+ "lArmBottom": -1,
2025
+ "lArmWidth": -1,
2026
+ "lArmHeight": -1,
2027
+ "headLeft": -1,
2028
+ "headRight": -1,
2029
+ "headTop": -1,
2030
+ "headBottom": -1,
2031
+ "headWidth": -1,
2032
+ "headHeight": -1,
2033
+ "neckLeft": -1,
2034
+ "neckRight": -1,
2035
+ "neckTop": -1,
2036
+ "neckBottom": -1,
2037
+ "neckWidth": -1,
2038
+ "neckHeight": -1,
2039
+ "rHandLeft": -1,
2040
+ "rHandRight": -1,
2041
+ "rHandTop": -1,
2042
+ "rHandBottom": -1,
2043
+ "rHandWidth": -1,
2044
+ "rHandHeight": -1,
2045
+ "lHandLeft": -1,
2046
+ "lHandRight": -1,
2047
+ "lHandTop": -1,
2048
+ "lHandBottom": -1,
2049
+ "lHandWidth": -1,
2050
+ "lHandHeight": -1,
2051
+ "beltLeft": -1,
2052
+ "beltRight": -1,
2053
+ "beltTop": -1,
2054
+ "beltBottom": -1,
2055
+ "beltWidth": -1,
2056
+ "beltHeight": -1,
2057
+ "feetLeft": -1,
2058
+ "feetRight": -1,
2059
+ "feetTop": -1,
2060
+ "feetBottom": -1,
2061
+ "feetWidth": -1,
2062
+ "feetHeight": -1,
2063
+ "glovesLeft": -1,
2064
+ "glovesRight": -1,
2065
+ "glovesTop": -1,
2066
+ "glovesBottom": -1,
2067
+ "glovesWidth": -1,
2068
+ "glovesHeight": -1,
2069
+ "lineNumber": 9
2070
+ },
2071
+ "Transmogrify Box2": {
2072
+ "class": "Transmogrify Box2",
2073
+ "invLeft": 80,
2074
+ "invRight": 401,
2075
+ "invTop": 280,
2076
+ "invBottom": 502,
2077
+ "gridX": 3,
2078
+ "gridY": 4,
2079
+ "gridLeft": 198,
2080
+ "gridRight": 285,
2081
+ "gridTop": 199,
2082
+ "gridBottom": 313,
2083
+ "gridBoxWidth": 29,
2084
+ "gridBoxHeight": 29,
2085
+ "rArmLeft": -1,
2086
+ "rArmRight": -1,
2087
+ "rArmTop": -1,
2088
+ "rArmBottom": -1,
2089
+ "rArmWidth": -1,
2090
+ "rArmHeight": -1,
2091
+ "torsoLeft": -1,
2092
+ "torsoRight": -1,
2093
+ "torsoTop": -1,
2094
+ "torsoBottom": -1,
2095
+ "torsoWidth": -1,
2096
+ "torsoHeight": -1,
2097
+ "lArmLeft": -1,
2098
+ "lArmRight": -1,
2099
+ "lArmTop": -1,
2100
+ "lArmBottom": -1,
2101
+ "lArmWidth": -1,
2102
+ "lArmHeight": -1,
2103
+ "headLeft": -1,
2104
+ "headRight": -1,
2105
+ "headTop": -1,
2106
+ "headBottom": -1,
2107
+ "headWidth": -1,
2108
+ "headHeight": -1,
2109
+ "neckLeft": -1,
2110
+ "neckRight": -1,
2111
+ "neckTop": -1,
2112
+ "neckBottom": -1,
2113
+ "neckWidth": -1,
2114
+ "neckHeight": -1,
2115
+ "rHandLeft": -1,
2116
+ "rHandRight": -1,
2117
+ "rHandTop": -1,
2118
+ "rHandBottom": -1,
2119
+ "rHandWidth": -1,
2120
+ "rHandHeight": -1,
2121
+ "lHandLeft": -1,
2122
+ "lHandRight": -1,
2123
+ "lHandTop": -1,
2124
+ "lHandBottom": -1,
2125
+ "lHandWidth": -1,
2126
+ "lHandHeight": -1,
2127
+ "beltLeft": -1,
2128
+ "beltRight": -1,
2129
+ "beltTop": -1,
2130
+ "beltBottom": -1,
2131
+ "beltWidth": -1,
2132
+ "beltHeight": -1,
2133
+ "feetLeft": -1,
2134
+ "feetRight": -1,
2135
+ "feetTop": -1,
2136
+ "feetBottom": -1,
2137
+ "feetWidth": -1,
2138
+ "feetHeight": -1,
2139
+ "glovesLeft": -1,
2140
+ "glovesRight": -1,
2141
+ "glovesTop": -1,
2142
+ "glovesBottom": -1,
2143
+ "glovesWidth": -1,
2144
+ "glovesHeight": -1,
2145
+ "expansion": 1,
2146
+ "lineNumber": 24
2147
+ }
2148
+ }