asciicat

Convert the ids. Google "0xb0a to decimal"

Nov 4th, 2012
2,731
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 51.33 KB | None | 0 0
  1. // type: [id, slot, tier, x, y, famebonus]
  2. items = {
  3. '-1': ["empty slot", 0, -1, 0, 0, 0],
  4. 0x1000: ["Alice Blue Clothing Dye", 10, -1, 40, 0, 0],
  5. 0x1100: ["Alice Blue Accessory Dye", 10, -1, 80, 0, 0],
  6. 0x1001: ["Antique White Clothing Dye", 10, -1, 120, 0, 0],
  7. 0x1101: ["Antique White Accessory Dye", 10, -1, 160, 0, 0],
  8. 0x1002: ["Aqua Clothing Dye", 10, -1, 200, 0, 0],
  9. 0x1102: ["Aqua Accessory Dye", 10, -1, 240, 0, 0],
  10. 0x1003: ["Aquamarine Clothing Dye", 10, -1, 280, 0, 0],
  11. 0x1103: ["Aquamarine Accessory Dye", 10, -1, 320, 0, 0],
  12. 0x1004: ["Azure Clothing Dye", 10, -1, 360, 0, 0],
  13. 0x1104: ["Azure Accessory Dye", 10, -1, 400, 0, 0],
  14. 0x1005: ["Beige Clothing Dye", 10, -1, 440, 0, 0],
  15. 0x1105: ["Beige Accessory Dye", 10, -1, 480, 0, 0],
  16. 0x1006: ["Bisque Clothing Dye", 10, -1, 520, 0, 0],
  17. 0x1106: ["Bisque Accessory Dye", 10, -1, 560, 0, 0],
  18. 0x1007: ["Black Clothing Dye", 10, -1, 600, 0, 0],
  19. 0x1107: ["Black Accessory Dye", 10, -1, 640, 0, 0],
  20. 0x1008: ["Blanched Almond Clothing Dye", 10, -1, 680, 0, 0],
  21. 0x1108: ["Blanched Almond Accessory Dye", 10, -1, 720, 0, 0],
  22. 0x1009: ["Blue Clothing Dye", 10, -1, 760, 0, 0],
  23. 0x1109: ["Blue Accessory Dye", 10, -1, 800, 0, 0],
  24. 0x100a: ["Blue Violet Clothing Dye", 10, -1, 840, 0, 0],
  25. 0x110a: ["Blue Violet Accessory Dye", 10, -1, 880, 0, 0],
  26. 0x100b: ["Brown Clothing Dye", 10, -1, 920, 0, 0],
  27. 0x110b: ["Brown Accessory Dye", 10, -1, 960, 0, 0],
  28. 0x100c: ["Burly Wood Clothing Dye", 10, -1, 0, 40, 0],
  29. 0x110c: ["Burly Wood Accessory Dye", 10, -1, 40, 40, 0],
  30. 0x100d: ["Cadet Blue Clothing Dye", 10, -1, 80, 40, 0],
  31. 0x110d: ["Cadet Blue Accessory Dye", 10, -1, 120, 40, 0],
  32. 0x100e: ["Chartreuse Clothing Dye", 10, -1, 160, 40, 0],
  33. 0x110e: ["Chartreuse Accessory Dye", 10, -1, 200, 40, 0],
  34. 0x100f: ["Chocolate Clothing Dye", 10, -1, 240, 40, 0],
  35. 0x110f: ["Chocolate Accessory Dye", 10, -1, 280, 40, 0],
  36. 0x1010: ["Coral Clothing Dye", 10, -1, 320, 40, 0],
  37. 0x1110: ["Coral Accessory Dye", 10, -1, 360, 40, 0],
  38. 0x1011: ["Cornflower Blue Clothing Dye", 10, -1, 400, 40, 0],
  39. 0x1111: ["Cornflower Blue Accessory Dye", 10, -1, 440, 40, 0],
  40. 0x1012: ["Cornsilk Clothing Dye", 10, -1, 480, 40, 0],
  41. 0x1112: ["Cornsilk Accessory Dye", 10, -1, 520, 40, 0],
  42. 0x1013: ["Crimson Clothing Dye", 10, -1, 560, 40, 0],
  43. 0x1113: ["Crimson Accessory Dye", 10, -1, 600, 40, 0],
  44. 0x1014: ["Cyan Clothing Dye", 10, -1, 640, 40, 0],
  45. 0x1114: ["Cyan Accessory Dye", 10, -1, 680, 40, 0],
  46. 0x1015: ["Dark Blue Clothing Dye", 10, -1, 720, 40, 0],
  47. 0x1115: ["Dark Blue Accessory Dye", 10, -1, 760, 40, 0],
  48. 0x1016: ["Dark Cyan Clothing Dye", 10, -1, 800, 40, 0],
  49. 0x1116: ["Dark Cyan Accessory Dye", 10, -1, 840, 40, 0],
  50. 0x1017: ["Dark Golden Rod Clothing Dye", 10, -1, 880, 40, 0],
  51. 0x1117: ["Dark Golden Rod Accessory Dye", 10, -1, 920, 40, 0],
  52. 0x1018: ["Dark Gray Clothing Dye", 10, -1, 960, 40, 0],
  53. 0x1118: ["Dark Gray Accessory Dye", 10, -1, 0, 80, 0],
  54. 0x1019: ["Dark Green Clothing Dye", 10, -1, 40, 80, 0],
  55. 0x1119: ["Dark Green Accessory Dye", 10, -1, 80, 80, 0],
  56. 0x101a: ["Dark Khaki Clothing Dye", 10, -1, 120, 80, 0],
  57. 0x111a: ["Dark Khaki Accessory Dye", 10, -1, 160, 80, 0],
  58. 0x101b: ["Dark Magenta Clothing Dye", 10, -1, 200, 80, 0],
  59. 0x111b: ["Dark Magenta Accessory Dye", 10, -1, 240, 80, 0],
  60. 0x101c: ["Dark Olive Green Clothing Dye", 10, -1, 280, 80, 0],
  61. 0x111c: ["Dark Olive Green Accessory Dye", 10, -1, 320, 80, 0],
  62. 0x101d: ["Dark Orange Clothing Dye", 10, -1, 360, 80, 0],
  63. 0x111d: ["Dark Orange Accessory Dye", 10, -1, 400, 80, 0],
  64. 0x101e: ["Dark Orchid Clothing Dye", 10, -1, 440, 80, 0],
  65. 0x111e: ["Dark Orchid Accessory Dye", 10, -1, 480, 80, 0],
  66. 0x101f: ["Dark Red Clothing Dye", 10, -1, 520, 80, 0],
  67. 0x111f: ["Dark Red Accessory Dye", 10, -1, 560, 80, 0],
  68. 0x1020: ["Dark Salmon Clothing Dye", 10, -1, 600, 80, 0],
  69. 0x1120: ["Dark Salmon Accessory Dye", 10, -1, 640, 80, 0],
  70. 0x1021: ["Dark Sea Green Clothing Dye", 10, -1, 680, 80, 0],
  71. 0x1121: ["Dark Sea Green Accessory Dye", 10, -1, 720, 80, 0],
  72. 0x1022: ["Dark Slate Blue Clothing Dye", 10, -1, 760, 80, 0],
  73. 0x1122: ["Dark Slate Blue Accessory Dye", 10, -1, 800, 80, 0],
  74. 0x1023: ["Dark Slate Gray Clothing Dye", 10, -1, 840, 80, 0],
  75. 0x1123: ["Dark Slate Gray Accessory Dye", 10, -1, 880, 80, 0],
  76. 0x1024: ["Dark Turquoise Clothing Dye", 10, -1, 920, 80, 0],
  77. 0x1124: ["Dark Turquoise Accessory Dye", 10, -1, 960, 80, 0],
  78. 0x1025: ["Dark Violet Clothing Dye", 10, -1, 0, 120, 0],
  79. 0x1125: ["Dark Violet Accessory Dye", 10, -1, 40, 120, 0],
  80. 0x1026: ["Deep Pink Clothing Dye", 10, -1, 80, 120, 0],
  81. 0x1126: ["Deep Pink Accessory Dye", 10, -1, 120, 120, 0],
  82. 0x1027: ["Deep Sky Blue Clothing Dye", 10, -1, 160, 120, 0],
  83. 0x1127: ["Deep Sky Blue Accessory Dye", 10, -1, 200, 120, 0],
  84. 0x1028: ["Dim Gray Clothing Dye", 10, -1, 240, 120, 0],
  85. 0x1128: ["Dim Gray Accessory Dye", 10, -1, 280, 120, 0],
  86. 0x1029: ["Dodger Blue Clothing Dye", 10, -1, 320, 120, 0],
  87. 0x1129: ["Dodger Blue Accessory Dye", 10, -1, 360, 120, 0],
  88. 0x102a: ["Fire Brick Clothing Dye", 10, -1, 400, 120, 0],
  89. 0x112a: ["Fire Brick Accessory Dye", 10, -1, 440, 120, 0],
  90. 0x102b: ["Floral White Clothing Dye", 10, -1, 480, 120, 0],
  91. 0x112b: ["Floral White Accessory Dye", 10, -1, 520, 120, 0],
  92. 0x102c: ["Forest Green Clothing Dye", 10, -1, 560, 120, 0],
  93. 0x112c: ["Forest Green Accessory Dye", 10, -1, 600, 120, 0],
  94. 0x102d: ["Fuchsia Clothing Dye", 10, -1, 640, 120, 0],
  95. 0x112d: ["Fuchsia Accessory Dye", 10, -1, 680, 120, 0],
  96. 0x102e: ["Gainsboro Clothing Dye", 10, -1, 720, 120, 0],
  97. 0x112e: ["Gainsboro Accessory Dye", 10, -1, 760, 120, 0],
  98. 0x102f: ["Ghost White Clothing Dye", 10, -1, 800, 120, 0],
  99. 0x112f: ["Ghost White Accessory Dye", 10, -1, 840, 120, 0],
  100. 0x1030: ["Gold Clothing Dye", 10, -1, 880, 120, 0],
  101. 0x1130: ["Gold Accessory Dye", 10, -1, 920, 120, 0],
  102. 0x1031: ["Golden Rod Clothing Dye", 10, -1, 960, 120, 0],
  103. 0x1131: ["Golden Rod Accessory Dye", 10, -1, 0, 160, 0],
  104. 0x1032: ["Gray Clothing Dye", 10, -1, 40, 160, 0],
  105. 0x1132: ["Gray Accessory Dye", 10, -1, 80, 160, 0],
  106. 0x1033: ["Green Clothing Dye", 10, -1, 120, 160, 0],
  107. 0x1133: ["Green Accessory Dye", 10, -1, 160, 160, 0],
  108. 0x1034: ["Green Yellow Clothing Dye", 10, -1, 200, 160, 0],
  109. 0x1134: ["Green Yellow Accessory Dye", 10, -1, 240, 160, 0],
  110. 0x1035: ["Honey Dew Clothing Dye", 10, -1, 280, 160, 0],
  111. 0x1135: ["Honey Dew Accessory Dye", 10, -1, 320, 160, 0],
  112. 0x1036: ["Hot Pink Clothing Dye", 10, -1, 360, 160, 0],
  113. 0x1136: ["Hot Pink Accessory Dye", 10, -1, 400, 160, 0],
  114. 0x1037: ["Indian Red Clothing Dye", 10, -1, 440, 160, 0],
  115. 0x1137: ["Indian Red Accessory Dye", 10, -1, 480, 160, 0],
  116. 0x1038: ["Indigo Clothing Dye", 10, -1, 520, 160, 0],
  117. 0x1138: ["Indigo Accessory Dye", 10, -1, 560, 160, 0],
  118. 0x1039: ["Ivory Clothing Dye", 10, -1, 600, 160, 0],
  119. 0x1139: ["Ivory Accessory Dye", 10, -1, 640, 160, 0],
  120. 0x103a: ["Khaki Clothing Dye", 10, -1, 680, 160, 0],
  121. 0x113a: ["Khaki Accessory Dye", 10, -1, 720, 160, 0],
  122. 0x103b: ["Lavender Clothing Dye", 10, -1, 760, 160, 0],
  123. 0x113b: ["Lavender Accessory Dye", 10, -1, 800, 160, 0],
  124. 0x103c: ["Lavender Blush Clothing Dye", 10, -1, 840, 160, 0],
  125. 0x113c: ["Lavender Blush Accessory Dye", 10, -1, 880, 160, 0],
  126. 0x103d: ["Lawn Green Clothing Dye", 10, -1, 920, 160, 0],
  127. 0x113d: ["Lawn Green Accessory Dye", 10, -1, 960, 160, 0],
  128. 0x103e: ["Lemon Chiffon Clothing Dye", 10, -1, 0, 200, 0],
  129. 0x113e: ["Lemon Chiffon Accessory Dye", 10, -1, 40, 200, 0],
  130. 0x103f: ["Light Blue Clothing Dye", 10, -1, 80, 200, 0],
  131. 0x113f: ["Light Blue Accessory Dye", 10, -1, 120, 200, 0],
  132. 0x1040: ["Light Coral Clothing Dye", 10, -1, 160, 200, 0],
  133. 0x1140: ["Light Coral Accessory Dye", 10, -1, 200, 200, 0],
  134. 0x1041: ["Light Cyan Clothing Dye", 10, -1, 240, 200, 0],
  135. 0x1141: ["Light Cyan Accessory Dye", 10, -1, 280, 200, 0],
  136. 0x1042: ["Light Golden Rod Yellow Clothing Dye", 10, -1, 320, 200, 0],
  137. 0x1142: ["Light Golden Rod Yellow Accessory Dye", 10, -1, 360, 200, 0],
  138. 0x1043: ["Light Grey Clothing Dye", 10, -1, 400, 200, 0],
  139. 0x1143: ["Light Grey Accessory Dye", 10, -1, 440, 200, 0],
  140. 0x1044: ["Light Green Clothing Dye", 10, -1, 480, 200, 0],
  141. 0x1144: ["Light Green Accessory Dye", 10, -1, 520, 200, 0],
  142. 0x1045: ["Light Pink Clothing Dye", 10, -1, 560, 200, 0],
  143. 0x1145: ["Light Pink Accessory Dye", 10, -1, 600, 200, 0],
  144. 0x1046: ["Light Salmon Clothing Dye", 10, -1, 640, 200, 0],
  145. 0x1146: ["Light Salmon Accessory Dye", 10, -1, 680, 200, 0],
  146. 0x1047: ["Light Sea Green Clothing Dye", 10, -1, 720, 200, 0],
  147. 0x1147: ["Light Sea Green Accessory Dye", 10, -1, 760, 200, 0],
  148. 0x1048: ["Light Sky Blue Clothing Dye", 10, -1, 800, 200, 0],
  149. 0x1148: ["Light Sky Blue Accessory Dye", 10, -1, 840, 200, 0],
  150. 0x1049: ["Light Slate Gray Clothing Dye", 10, -1, 880, 200, 0],
  151. 0x1149: ["Light Slate Gray Accessory Dye", 10, -1, 920, 200, 0],
  152. 0x104a: ["Light Steel Blue Clothing Dye", 10, -1, 960, 200, 0],
  153. 0x114a: ["Light Steel Blue Accessory Dye", 10, -1, 0, 240, 0],
  154. 0x104b: ["Light Yellow Clothing Dye", 10, -1, 40, 240, 0],
  155. 0x114b: ["Light Yellow Accessory Dye", 10, -1, 80, 240, 0],
  156. 0x104c: ["Lime Clothing Dye", 10, -1, 120, 240, 0],
  157. 0x114c: ["Lime Accessory Dye", 10, -1, 160, 240, 0],
  158. 0x104d: ["Lime Green Clothing Dye", 10, -1, 200, 240, 0],
  159. 0x114d: ["Lime Green Accessory Dye", 10, -1, 240, 240, 0],
  160. 0x104e: ["Linen Clothing Dye", 10, -1, 280, 240, 0],
  161. 0x114e: ["Linen Accessory Dye", 10, -1, 320, 240, 0],
  162. 0x104f: ["Magenta Clothing Dye", 10, -1, 360, 240, 0],
  163. 0x114f: ["Magenta Accessory Dye", 10, -1, 400, 240, 0],
  164. 0x1050: ["Maroon Clothing Dye", 10, -1, 440, 240, 0],
  165. 0x1150: ["Maroon Accessory Dye", 10, -1, 480, 240, 0],
  166. 0x1051: ["Medium Aqua Marine Clothing Dye", 10, -1, 520, 240, 0],
  167. 0x1151: ["Medium Aqua Marine Accessory Dye", 10, -1, 560, 240, 0],
  168. 0x1052: ["Medium Blue Clothing Dye", 10, -1, 600, 240, 0],
  169. 0x1152: ["Medium Blue Accessory Dye", 10, -1, 640, 240, 0],
  170. 0x1053: ["Medium Orchid Clothing Dye", 10, -1, 680, 240, 0],
  171. 0x1153: ["Medium Orchid Accessory Dye", 10, -1, 720, 240, 0],
  172. 0x1054: ["Medium Purple Clothing Dye", 10, -1, 760, 240, 0],
  173. 0x1154: ["Medium Purple Accessory Dye", 10, -1, 800, 240, 0],
  174. 0x1055: ["Medium Sea Green Clothing Dye", 10, -1, 840, 240, 0],
  175. 0x1155: ["Medium Sea Green Accessory Dye", 10, -1, 880, 240, 0],
  176. 0x1056: ["Medium Slate Blue Clothing Dye", 10, -1, 920, 240, 0],
  177. 0x1156: ["Medium Slate Blue Accessory Dye", 10, -1, 960, 240, 0],
  178. 0x1057: ["Medium Spring Green Clothing Dye", 10, -1, 0, 280, 0],
  179. 0x1157: ["Medium Spring Green Accessory Dye", 10, -1, 40, 280, 0],
  180. 0x1058: ["Medium Turquoise Clothing Dye", 10, -1, 80, 280, 0],
  181. 0x1158: ["Medium Turquoise Accessory Dye", 10, -1, 120, 280, 0],
  182. 0x1059: ["Medium Violet Red Clothing Dye", 10, -1, 160, 280, 0],
  183. 0x1159: ["Medium Violet Red Accessory Dye", 10, -1, 200, 280, 0],
  184. 0x105a: ["Midnight Blue Clothing Dye", 10, -1, 240, 280, 0],
  185. 0x115a: ["Midnight Blue Accessory Dye", 10, -1, 280, 280, 0],
  186. 0x105b: ["Mint Cream Clothing Dye", 10, -1, 320, 280, 0],
  187. 0x115b: ["Mint Cream Accessory Dye", 10, -1, 360, 280, 0],
  188. 0x105c: ["Misty Rose Clothing Dye", 10, -1, 400, 280, 0],
  189. 0x115c: ["Misty Rose Accessory Dye", 10, -1, 440, 280, 0],
  190. 0x105d: ["Moccasin Clothing Dye", 10, -1, 480, 280, 0],
  191. 0x115d: ["Moccasin Accessory Dye", 10, -1, 520, 280, 0],
  192. 0x105e: ["Navajo White Clothing Dye", 10, -1, 560, 280, 0],
  193. 0x115e: ["Navajo White Accessory Dye", 10, -1, 600, 280, 0],
  194. 0x105f: ["Navy Clothing Dye", 10, -1, 640, 280, 0],
  195. 0x115f: ["Navy Accessory Dye", 10, -1, 680, 280, 0],
  196. 0x1060: ["Old Lace Clothing Dye", 10, -1, 720, 280, 0],
  197. 0x1160: ["Old Lace Accessory Dye", 10, -1, 760, 280, 0],
  198. 0x1061: ["Olive Clothing Dye", 10, -1, 800, 280, 0],
  199. 0x1161: ["Olive Accessory Dye", 10, -1, 840, 280, 0],
  200. 0x1062: ["Olive Drab Clothing Dye", 10, -1, 880, 280, 0],
  201. 0x1162: ["Olive Drab Accessory Dye", 10, -1, 920, 280, 0],
  202. 0x1063: ["Orange Clothing Dye", 10, -1, 960, 280, 0],
  203. 0x1163: ["Orange Accessory Dye", 10, -1, 0, 320, 0],
  204. 0x1064: ["Orange Red Clothing Dye", 10, -1, 40, 320, 0],
  205. 0x1164: ["Orange Red Accessory Dye", 10, -1, 80, 320, 0],
  206. 0x1065: ["Orchid Clothing Dye", 10, -1, 120, 320, 0],
  207. 0x1165: ["Orchid Accessory Dye", 10, -1, 160, 320, 0],
  208. 0x1066: ["Pale Golden Rod Clothing Dye", 10, -1, 200, 320, 0],
  209. 0x1166: ["Pale Golden Rod Accessory Dye", 10, -1, 240, 320, 0],
  210. 0x1067: ["Pale Green Clothing Dye", 10, -1, 280, 320, 0],
  211. 0x1167: ["Pale Green Accessory Dye", 10, -1, 320, 320, 0],
  212. 0x1068: ["Pale Turquoise Clothing Dye", 10, -1, 360, 320, 0],
  213. 0x1168: ["Pale Turquoise Accessory Dye", 10, -1, 400, 320, 0],
  214. 0x1069: ["Pale Violet Red Clothing Dye", 10, -1, 440, 320, 0],
  215. 0x1169: ["Pale Violet Red Accessory Dye", 10, -1, 480, 320, 0],
  216. 0x106a: ["Papaya Whip Clothing Dye", 10, -1, 520, 320, 0],
  217. 0x116a: ["Papaya Whip Accessory Dye", 10, -1, 560, 320, 0],
  218. 0x106b: ["Peach Puff Clothing Dye", 10, -1, 600, 320, 0],
  219. 0x116b: ["Peach Puff Accessory Dye", 10, -1, 640, 320, 0],
  220. 0x106c: ["Peru Clothing Dye", 10, -1, 680, 320, 0],
  221. 0x116c: ["Peru Accessory Dye", 10, -1, 720, 320, 0],
  222. 0x106d: ["Pink Clothing Dye", 10, -1, 760, 320, 0],
  223. 0x116d: ["Pink Accessory Dye", 10, -1, 800, 320, 0],
  224. 0x106e: ["Plum Clothing Dye", 10, -1, 840, 320, 0],
  225. 0x116e: ["Plum Accessory Dye", 10, -1, 880, 320, 0],
  226. 0x106f: ["Powder Blue Clothing Dye", 10, -1, 920, 320, 0],
  227. 0x116f: ["Powder Blue Accessory Dye", 10, -1, 960, 320, 0],
  228. 0x1070: ["Purple Clothing Dye", 10, -1, 0, 360, 0],
  229. 0x1170: ["Purple Accessory Dye", 10, -1, 40, 360, 0],
  230. 0x1071: ["Red Clothing Dye", 10, -1, 80, 360, 0],
  231. 0x1171: ["Red Accessory Dye", 10, -1, 120, 360, 0],
  232. 0x1072: ["Rosy Brown Clothing Dye", 10, -1, 160, 360, 0],
  233. 0x1172: ["Rosy Brown Accessory Dye", 10, -1, 200, 360, 0],
  234. 0x1073: ["Royal Blue Clothing Dye", 10, -1, 240, 360, 0],
  235. 0x1173: ["Royal Blue Accessory Dye", 10, -1, 280, 360, 0],
  236. 0x1074: ["Saddle Brown Clothing Dye", 10, -1, 320, 360, 0],
  237. 0x1174: ["Saddle Brown Accessory Dye", 10, -1, 360, 360, 0],
  238. 0x1075: ["Salmon Clothing Dye", 10, -1, 400, 360, 0],
  239. 0x1175: ["Salmon Accessory Dye", 10, -1, 440, 360, 0],
  240. 0x1076: ["Sandy Brown Clothing Dye", 10, -1, 480, 360, 0],
  241. 0x1176: ["Sandy Brown Accessory Dye", 10, -1, 520, 360, 0],
  242. 0x1077: ["Sea Green Clothing Dye", 10, -1, 560, 360, 0],
  243. 0x1177: ["Sea Green Accessory Dye", 10, -1, 600, 360, 0],
  244. 0x1078: ["Sea Shell Clothing Dye", 10, -1, 640, 360, 0],
  245. 0x1178: ["Sea Shell Accessory Dye", 10, -1, 680, 360, 0],
  246. 0x1079: ["Sienna Clothing Dye", 10, -1, 720, 360, 0],
  247. 0x1179: ["Sienna Accessory Dye", 10, -1, 760, 360, 0],
  248. 0x107a: ["Silver Clothing Dye", 10, -1, 800, 360, 0],
  249. 0x117a: ["Silver Accessory Dye", 10, -1, 840, 360, 0],
  250. 0x107b: ["Sky Blue Clothing Dye", 10, -1, 880, 360, 0],
  251. 0x117b: ["Sky Blue Accessory Dye", 10, -1, 920, 360, 0],
  252. 0x107c: ["Slate Blue Clothing Dye", 10, -1, 960, 360, 0],
  253. 0x117c: ["Slate Blue Accessory Dye", 10, -1, 0, 400, 0],
  254. 0x107d: ["Slate Gray Clothing Dye", 10, -1, 40, 400, 0],
  255. 0x117d: ["Slate Gray Accessory Dye", 10, -1, 80, 400, 0],
  256. 0x107e: ["Snow Clothing Dye", 10, -1, 120, 400, 0],
  257. 0x117e: ["Snow Accessory Dye", 10, -1, 160, 400, 0],
  258. 0x107f: ["Spring Green Clothing Dye", 10, -1, 200, 400, 0],
  259. 0x117f: ["Spring Green Accessory Dye", 10, -1, 240, 400, 0],
  260. 0x1080: ["Steel Blue Clothing Dye", 10, -1, 280, 400, 0],
  261. 0x1180: ["Steel Blue Accessory Dye", 10, -1, 320, 400, 0],
  262. 0x1081: ["Tan Clothing Dye", 10, -1, 360, 400, 0],
  263. 0x1181: ["Tan Accessory Dye", 10, -1, 400, 400, 0],
  264. 0x1082: ["Teal Clothing Dye", 10, -1, 440, 400, 0],
  265. 0x1182: ["Teal Accessory Dye", 10, -1, 480, 400, 0],
  266. 0x1083: ["Thistle Clothing Dye", 10, -1, 520, 400, 0],
  267. 0x1183: ["Thistle Accessory Dye", 10, -1, 560, 400, 0],
  268. 0x1084: ["Tomato Clothing Dye", 10, -1, 600, 400, 0],
  269. 0x1184: ["Tomato Accessory Dye", 10, -1, 640, 400, 0],
  270. 0x1085: ["Turquoise Clothing Dye", 10, -1, 680, 400, 0],
  271. 0x1185: ["Turquoise Accessory Dye", 10, -1, 720, 400, 0],
  272. 0x1086: ["Violet Clothing Dye", 10, -1, 760, 400, 0],
  273. 0x1186: ["Violet Accessory Dye", 10, -1, 800, 400, 0],
  274. 0x1087: ["Wheat Clothing Dye", 10, -1, 840, 400, 0],
  275. 0x1187: ["Wheat Accessory Dye", 10, -1, 880, 400, 0],
  276. 0x1088: ["White Clothing Dye", 10, -1, 920, 400, 0],
  277. 0x1188: ["White Accessory Dye", 10, -1, 960, 400, 0],
  278. 0x1089: ["White Smoke Clothing Dye", 10, -1, 0, 440, 0],
  279. 0x1189: ["White Smoke Accessory Dye", 10, -1, 40, 440, 0],
  280. 0x108a: ["Yellow Clothing Dye", 10, -1, 80, 440, 0],
  281. 0x118a: ["Yellow Accessory Dye", 10, -1, 120, 440, 0],
  282. 0x108b: ["Yellow Green Clothing Dye", 10, -1, 160, 440, 0],
  283. 0x118b: ["Yellow Green Accessory Dye", 10, -1, 200, 440, 0],
  284. 0x108c: ["St Patrick's Green Clothing Dye", 10, -1, 240, 440, 0],
  285. 0x118c: ["St Patrick's Green Accessory Dye", 10, -1, 280, 440, 0],
  286. 0x1200: ["Large Purple Pinstripe Cloth", 10, -1, 320, 440, 0],
  287. 0x1300: ["Small Purple Pinstripe Cloth", 10, -1, 360, 440, 0],
  288. 0x1201: ["Large Brown Lined Cloth", 10, -1, 400, 440, 0],
  289. 0x1301: ["Small Brown Lined Cloth", 10, -1, 440, 440, 0],
  290. 0x1202: ["Large Blue Striped Cloth", 10, -1, 480, 440, 0],
  291. 0x1302: ["Small Blue Striped Cloth", 10, -1, 520, 440, 0],
  292. 0x1203: ["Large Black Striped Cloth", 10, -1, 560, 440, 0],
  293. 0x1303: ["Small Black Striped Cloth", 10, -1, 600, 440, 0],
  294. 0x1204: ["Large Rainbow Cloth", 10, -1, 640, 440, 0],
  295. 0x1304: ["Small Rainbow Cloth", 10, -1, 680, 440, 0],
  296. 0x1205: ["Large Starry Cloth", 10, -1, 720, 440, 0],
  297. 0x1305: ["Small Starry Cloth", 10, -1, 760, 440, 0],
  298. 0x1206: ["Large Brown Stitch Cloth", 10, -1, 800, 440, 0],
  299. 0x1306: ["Small Brown Stitch Cloth", 10, -1, 840, 440, 0],
  300. 0x1207: ["Large Tan Diamond Cloth", 10, -1, 880, 440, 0],
  301. 0x1307: ["Small Tan Diamond Cloth", 10, -1, 920, 440, 0],
  302. 0x1208: ["Large Green Weave Cloth", 10, -1, 960, 440, 0],
  303. 0x1308: ["Small Green Weave Cloth", 10, -1, 0, 480, 0],
  304. 0x1209: ["Large Blue Wave Cloth", 10, -1, 40, 480, 0],
  305. 0x1309: ["Small Blue Wave Cloth", 10, -1, 80, 480, 0],
  306. 0x120a: ["Large Yellow Wire Cloth", 10, -1, 120, 480, 0],
  307. 0x130a: ["Small Yellow Wire Cloth", 10, -1, 160, 480, 0],
  308. 0x120b: ["Large Futuristic Cloth", 10, -1, 200, 480, 0],
  309. 0x130b: ["Small Futuristic Cloth", 10, -1, 240, 480, 0],
  310. 0x120c: ["Large Stony Cloth", 10, -1, 280, 480, 0],
  311. 0x130c: ["Small Stony Cloth", 10, -1, 320, 480, 0],
  312. 0x120d: ["Large Heart Cloth", 10, -1, 360, 480, 0],
  313. 0x130d: ["Small Heart Cloth", 10, -1, 400, 480, 0],
  314. 0x120e: ["Large Skull Cloth", 10, -1, 440, 480, 0],
  315. 0x130e: ["Small Skull Cloth", 10, -1, 480, 480, 0],
  316. 0x120f: ["Large Red Diamond Cloth", 10, -1, 520, 480, 0],
  317. 0x130f: ["Small Red Diamond Cloth", 10, -1, 560, 480, 0],
  318. 0x1210: ["Large Jester Cloth", 10, -1, 600, 480, 0],
  319. 0x1310: ["Small Jester Cloth", 10, -1, 640, 480, 0],
  320. 0x1211: ["Large Crossbox Cloth", 10, -1, 680, 480, 0],
  321. 0x1311: ["Small Crossbox Cloth", 10, -1, 720, 480, 0],
  322. 0x1212: ["Large White Diamond Cloth", 10, -1, 760, 480, 0],
  323. 0x1312: ["Small White Diamond Cloth", 10, -1, 800, 480, 0],
  324. 0x1213: ["Large Grey Scaly Cloth", 10, -1, 840, 480, 0],
  325. 0x1313: ["Small Grey Scaly Cloth", 10, -1, 880, 480, 0],
  326. 0x1214: ["Large Red Spotted Cloth", 10, -1, 920, 480, 0],
  327. 0x1314: ["Small Red Spotted Cloth", 10, -1, 960, 480, 0],
  328. 0x1215: ["Large Smiley Cloth", 10, -1, 0, 520, 0],
  329. 0x1315: ["Small Smiley Cloth", 10, -1, 40, 520, 0],
  330. 0x1216: ["Large Bold Diamond Cloth", 10, -1, 80, 520, 0],
  331. 0x1316: ["Small Bold Diamond Cloth", 10, -1, 120, 520, 0],
  332. 0x1217: ["Large Blue Lace Cloth", 10, -1, 160, 520, 0],
  333. 0x1317: ["Small Blue Lace Cloth", 10, -1, 200, 520, 0],
  334. 0x1218: ["Large Loud Spotted Cloth", 10, -1, 240, 520, 0],
  335. 0x1318: ["Small Loud Spotted Cloth", 10, -1, 280, 520, 0],
  336. 0x1219: ["Large Red Weft Cloth", 10, -1, 320, 520, 0],
  337. 0x1319: ["Small Red Weft Cloth", 10, -1, 360, 520, 0],
  338. 0x121a: ["Large Pink Sparkly Cloth", 10, -1, 400, 520, 0],
  339. 0x131a: ["Small Pink Sparkly Cloth", 10, -1, 440, 520, 0],
  340. 0x121b: ["Large Red Lace Cloth", 10, -1, 480, 520, 0],
  341. 0x131b: ["Small Red Lace Cloth", 10, -1, 520, 520, 0],
  342. 0x121c: ["Large Pink Maze Cloth", 10, -1, 560, 520, 0],
  343. 0x131c: ["Small Pink Maze Cloth", 10, -1, 600, 520, 0],
  344. 0x121d: ["Large Yellow Dot Cloth", 10, -1, 640, 520, 0],
  345. 0x131d: ["Small Yellow Dot Cloth", 10, -1, 680, 520, 0],
  346. 0x121e: ["Large Cloud Cloth", 10, -1, 720, 520, 0],
  347. 0x131e: ["Small Cloud Cloth", 10, -1, 760, 520, 0],
  348. 0x121f: ["Large Glowthread Cloth", 10, -1, 800, 520, 0],
  349. 0x131f: ["Small Glowthread Cloth", 10, -1, 840, 520, 0],
  350. 0x1220: ["Large Sweater Cloth", 10, -1, 880, 520, 0],
  351. 0x1320: ["Small Sweater Cloth", 10, -1, 920, 520, 0],
  352. 0x1221: ["Large Bee Stripe Cloth", 10, -1, 960, 520, 0],
  353. 0x1321: ["Small Bee Stripe Cloth", 10, -1, 0, 560, 0],
  354. 0x1222: ["Large Western Stripe Cloth", 10, -1, 40, 560, 0],
  355. 0x1322: ["Small Western Stripe Cloth", 10, -1, 80, 560, 0],
  356. 0x1223: ["Large Blue Point Cloth", 10, -1, 120, 560, 0],
  357. 0x1323: ["Small Blue Point Cloth", 10, -1, 160, 560, 0],
  358. 0x1224: ["Large Robber Cloth", 10, -1, 200, 560, 0],
  359. 0x1324: ["Small Robber Cloth", 10, -1, 240, 560, 0],
  360. 0x1225: ["Large Chainmail Cloth", 10, -1, 280, 560, 0],
  361. 0x1325: ["Small Chainmail Cloth", 10, -1, 320, 560, 0],
  362. 0x1226: ["Large Dark Blue Stripe Cloth", 10, -1, 360, 560, 0],
  363. 0x1326: ["Small Dark Blue Stripe Cloth", 10, -1, 400, 560, 0],
  364. 0x1227: ["Large Vine Cloth", 10, -1, 440, 560, 0],
  365. 0x1327: ["Small Vine Cloth", 10, -1, 480, 560, 0],
  366. 0x1228: ["Large Party Cloth", 10, -1, 520, 560, 0],
  367. 0x1328: ["Small Party Cloth", 10, -1, 560, 560, 0],
  368. 0x1229: ["Large Viva Cloth", 10, -1, 600, 560, 0],
  369. 0x1329: ["Small Viva Cloth", 10, -1, 640, 560, 0],
  370. 0x122a: ["Large Nautical Cloth", 10, -1, 680, 560, 0],
  371. 0x132a: ["Small Nautical Cloth", 10, -1, 720, 560, 0],
  372. 0x122b: ["Large Cactus Zag Cloth", 10, -1, 760, 560, 0],
  373. 0x132b: ["Small Cactus Zag Cloth", 10, -1, 800, 560, 0],
  374. 0x122c: ["Large Big-Stripe Blue Cloth", 10, -1, 840, 560, 0],
  375. 0x132c: ["Small Big-Stripe Blue Cloth", 10, -1, 880, 560, 0],
  376. 0x122d: ["Large Big-Stripe Red Cloth", 10, -1, 920, 560, 0],
  377. 0x132d: ["Small Big-Stripe Red Cloth", 10, -1, 960, 560, 0],
  378. 0x122e: ["Large Starry Night Cloth", 10, -1, 0, 600, 0],
  379. 0x132e: ["Small Starry Night Cloth", 10, -1, 40, 600, 0],
  380. 0x122f: ["Large Lemon-Lime Cloth", 10, -1, 80, 600, 0],
  381. 0x132f: ["Small Lemon-Lime Cloth", 10, -1, 120, 600, 0],
  382. 0x1230: ["Large Floral Cloth", 10, -1, 160, 600, 0],
  383. 0x1330: ["Small Floral Cloth", 10, -1, 200, 600, 0],
  384. 0x1231: ["Large Pink Dot Cloth", 10, -1, 240, 600, 0],
  385. 0x1331: ["Small Pink Dot Cloth", 10, -1, 280, 600, 0],
  386. 0x1232: ["Large Dark Eyes Cloth", 10, -1, 320, 600, 0],
  387. 0x1332: ["Small Dark Eyes Cloth", 10, -1, 360, 600, 0],
  388. 0x1233: ["Large Wind Cloth", 10, -1, 400, 600, 0],
  389. 0x1333: ["Small Wind Cloth", 10, -1, 440, 600, 0],
  390. 0x1234: ["Large Shamrock Cloth", 10, -1, 480, 600, 0],
  391. 0x1334: ["Small Shamrock Cloth", 10, -1, 520, 600, 0],
  392. 0x1235: ["Large Bright Stripes Cloth", 10, -1, 560, 600, 0],
  393. 0x1335: ["Small Bright Stripes Cloth", 10, -1, 600, 600, 0],
  394. 0x1236: ["Large USA Flag Cloth", 10, -1, 640, 600, 0],
  395. 0x1336: ["Small USA Flag Cloth", 10, -1, 680, 600, 0],
  396. 0x1237: ["Large Flannel Cloth", 10, -1, 720, 600, 0],
  397. 0x1337: ["Small Flannel Cloth", 10, -1, 760, 600, 0],
  398. 0x1238: ["Large Cow Print Cloth", 10, -1, 800, 600, 0],
  399. 0x1338: ["Small Cow Print Cloth", 10, -1, 840, 600, 0],
  400. 0x1239: ["Large Lush Camo Cloth", 10, -1, 880, 600, 0],
  401. 0x1339: ["Small Lush Camo Cloth", 10, -1, 920, 600, 0],
  402. 0x123a: ["Large Dark Camo Cloth", 10, -1, 960, 600, 0],
  403. 0x133a: ["Small Dark Camo Cloth", 10, -1, 0, 640, 0],
  404. 0x123b: ["Large Teal Crystal Cloth", 10, -1, 40, 640, 0],
  405. 0x133b: ["Small Teal Crystal Cloth", 10, -1, 80, 640, 0],
  406. 0x123c: ["Large Blue Fireworks Cloth", 10, -1, 120, 640, 0],
  407. 0x133c: ["Small Blue Fireworks Cloth", 10, -1, 160, 640, 0],
  408. 0x123d: ["Large Crisscross Cloth", 10, -1, 200, 640, 0],
  409. 0x133d: ["Small Crisscross Cloth", 10, -1, 240, 640, 0],
  410. 0x123e: ["Large Diamond Cloth", 10, -1, 280, 640, 0],
  411. 0x133e: ["Small Diamond Cloth", 10, -1, 320, 640, 0],
  412. 0x123f: ["Large Egyptian Cloth", 10, -1, 360, 640, 0],
  413. 0x133f: ["Small Egyptian Cloth", 10, -1, 400, 640, 0],
  414. 0x1240: ["Large Purple Bones Cloth", 10, -1, 440, 640, 0],
  415. 0x1340: ["Small Purple Bones Cloth", 10, -1, 480, 640, 0],
  416. 0x1241: ["Large Plaid Cloth", 10, -1, 520, 640, 0],
  417. 0x1341: ["Small Plaid Cloth", 10, -1, 560, 640, 0],
  418. 0x1242: ["Large Red USA Star Cloth", 10, -1, 600, 640, 0],
  419. 0x1342: ["Small Red USA Star Cloth", 10, -1, 640, 640, 0],
  420. 0x1243: ["Large Blue USA Star Cloth", 10, -1, 680, 640, 0],
  421. 0x1343: ["Small Blue USA Star Cloth", 10, -1, 720, 640, 0],
  422. 0x1244: ["Large USA Star Cloth", 10, -1, 760, 640, 0],
  423. 0x1344: ["Small USA Star Cloth", 10, -1, 800, 640, 0],
  424. 0x1245: ["Large Purple Stripes Cloth", 10, -1, 840, 640, 0],
  425. 0x1345: ["Small Purple Stripes Cloth", 10, -1, 880, 640, 0],
  426. 0x1246: ["Large Bright Floral Cloth", 10, -1, 920, 640, 0],
  427. 0x1346: ["Small Bright Floral Cloth", 10, -1, 960, 640, 0],
  428. 0x1500: ["Black Cat Generator", 10, -1, 0, 680, 0],
  429. 0x1501: ["Grey Cat Generator", 10, -1, 40, 680, 0],
  430. 0x1502: ["Orange Cat Generator", 10, -1, 80, 680, 0],
  431. 0x1503: ["Tan Cat Generator", 10, -1, 120, 680, 0],
  432. 0x1504: ["Yellow Cat Generator", 10, -1, 160, 680, 0],
  433. 0x1505: ["Brown Pup Generator", 10, -1, 200, 680, 0],
  434. 0x1506: ["Grey Pup Generator", 10, -1, 240, 680, 0],
  435. 0x1507: ["Golden Pup Generator", 10, -1, 280, 680, 0],
  436. 0x1508: ["White Cat Generator", 10, -1, 320, 680, 0],
  437. 0x1509: ["Blue Snail Generator", 10, -1, 360, 680, 0],
  438. 0x150a: ["Grey Wolf Generator", 10, -1, 400, 680, 0],
  439. 0x150b: ["Brown Fox Generator", 10, -1, 440, 680, 0],
  440. 0x150c: ["Green Frog Generator", 10, -1, 480, 680, 0],
  441. 0x150d: ["Lion Generator", 10, -1, 520, 680, 0],
  442. 0x150e: ["Penguin Generator", 10, -1, 560, 680, 0],
  443. 0x150f: ["Sheepdog Generator", 10, -1, 600, 680, 0],
  444. 0x1510: ["Panda Generator", 10, -1, 640, 680, 0],
  445. 0x1511: ["Purple Snail Generator", 10, -1, 680, 680, 0],
  446. 0x1512: ["Black Wolf Generator", 10, -1, 720, 680, 0],
  447. 0x1513: ["Grey Fox Generator", 10, -1, 760, 680, 0],
  448. 0x1514: ["Purple Frog Generator", 10, -1, 800, 680, 0],
  449. 0x1515: ["White Lion Generator", 10, -1, 840, 680, 0],
  450. 0x1516: ["Green Penguin Generator", 10, -1, 880, 680, 0],
  451. 0x1517: ["Golden Sheepdog Generator", 10, -1, 920, 680, 0],
  452. 0x1518: ["Bluebird Generator", 10, -1, 960, 680, 0],
  453. 0x1519: ["Chick Generator", 10, -1, 0, 720, 0],
  454. 0x151a: ["Pig Generator", 10, -1, 40, 720, 0],
  455. 0x151b: ["Sea Slurp Generator", 10, -1, 80, 720, 0],
  456. 0x151c: ["Squirrel Generator", 10, -1, 120, 720, 0],
  457. 0x151d: ["Bat Generator", 10, -1, 160, 720, 0],
  458. 0x151e: ["Lil' Ghost Generator", 10, -1, 200, 720, 0],
  459. 0x151f: ["Valentine Generator", 10, -1, 240, 720, 0],
  460. 0x1520: ["Leprechaun Generator", 10, -1, 280, 720, 0],
  461. 0x1521: ["Lil' Oryx Generator", 10, -1, 320, 720, 0],
  462. 0x1522: ["Toucan Generator", 10, -1, 360, 720, 0],
  463. 0x1523: ["Skunk Generator", 10, -1, 400, 720, 0],
  464. 0x1524: ["Mallard Generator", 10, -1, 440, 720, 0],
  465. 0x1525: ["Duck Generator", 10, -1, 480, 720, 0],
  466. 0x1526: ["Eagle Generator", 10, -1, 520, 720, 0],
  467. 0x1527: ["Turtle Generator", 10, -1, 560, 720, 0],
  468. 0x1528: ["Jelly Generator", 10, -1, 600, 720, 0],
  469. 0x1529: ["Bee Generator", 10, -1, 640, 720, 0],
  470. 0x152a: ["Raven Generator", 10, -1, 680, 720, 0],
  471. 0x152b: ["Purple Penguin Generator", 10, -1, 720, 720, 0],
  472. 0x152c: ["Grass Penguin Generator", 10, -1, 760, 720, 0],
  473. 0x152d: ["Elf Generator", 10, -1, 800, 720, 0],
  474. 0x152e: ["Crab Generator", 10, -1, 840, 720, 0],
  475. 0x152f: ["Hamster Generator", 10, -1, 880, 720, 0],
  476. 0x1530: ["Dino Generator", 10, -1, 920, 720, 0],
  477. 0x1531: ["Elephant Generator", 10, -1, 960, 720, 0],
  478. 0x1532: ["Demon Frog Generator", 10, -1, 0, 760, 0],
  479. 0x1533: ["Gargoyle Generator", 10, -1, 40, 760, 0],
  480. 0x1534: ["Gummy Bear Generator", 10, -1, 80, 760, 0],
  481. 0x1535: ["Dragonfly Generator", 10, -1, 120, 760, 0],
  482. 0x1536: ["Lil' Cyclops Generator", 10, -1, 160, 760, 0],
  483. 0x1537: ["Snowy Owl Generator", 10, -1, 200, 760, 0],
  484. 0x1538: ["Turkey Generator", 10, -1, 240, 760, 0],
  485. 0x1539: ["Baby Generator", 10, -1, 280, 760, 0],
  486. 0x153a: ["Baby Dragon Generator", 10, -1, 320, 760, 0],
  487. 0x153b: ["Karate Penguin Red Generator", 10, -1, 360, 760, 0],
  488. 0x153c: ["Karate Penguin Blue Generator", 10, -1, 400, 760, 0],
  489. 0x153d: ["Karate Penguin Yellow Generator", 10, -1, 440, 760, 0],
  490. 0x153e: ["Karate Penguin Purple Generator", 10, -1, 480, 760, 0],
  491. 0x153f: ["Beach Ball Generator", 10, -1, 520, 760, 0],
  492. 0x1540: ["Robobuddy Generator", 10, -1, 560, 760, 0],
  493. 0x1541: ["Snowman Generator", 10, -1, 600, 760, 0],
  494. 0x1542: ["Black Ant Generator", 10, -1, 640, 760, 0],
  495. 0x1543: ["Blue Ant Generator", 10, -1, 680, 760, 0],
  496. 0x1544: ["Green Ant Generator", 10, -1, 720, 760, 0],
  497. 0x1545: ["Red Ant Generator", 10, -1, 760, 760, 0],
  498. 0x1546: ["Purple Ant Generator", 10, -1, 800, 760, 0],
  499. 0x1547: ["Beer Slurp Generator", 10, -1, 840, 760, 0],
  500. 0x1548: ["Ball Generator", 10, -1, 880, 760, 0],
  501. 0x5e2d: ["Treasure Map", 10, -1, 920, 760, 0],
  502. 0xa00: ["Short Sword", 1, 0, 960, 760, 0],
  503. 0xa6c: ["Broad Sword", 1, 1, 0, 800, 0],
  504. 0xa6d: ["Saber", 1, 2, 40, 800, 0],
  505. 0xa01: ["Long Sword", 1, 3, 80, 800, 0],
  506. 0xa6e: ["Falchion", 1, 4, 120, 800, 0],
  507. 0xa3b: ["Fire Sword", 1, 5, 160, 800, 0],
  508. 0xa3c: ["Glass Sword", 1, 6, 200, 800, 0],
  509. 0xa02: ["Golden Sword", 1, 7, 240, 800, 0],
  510. 0xa82: ["Ravenheart Sword", 1, 8, 280, 800, 1],
  511. 0xa83: ["Dragonsoul Sword", 1, 9, 320, 800, 1],
  512. 0xa84: ["Archon Sword", 1, 10, 360, 800, 2],
  513. 0xa47: ["Skysplitter Sword", 1, 11, 400, 800, 3],
  514. 0xb0b: ["Sword of Acclaim", 1, 12, 440, 800, 4],
  515. 0xaf4: ["Sword of Splendor", 1, 13, 480, 800, 4],
  516. 0xaf5: ["Sword of Majesty", 1, 14, 520, 800, 5],
  517. 0xa03: ["Crystal Sword", 1, -1, 560, 800, 4],
  518. 0xc01: ["Demon Blade", 1, -1, 600, 800, 6],
  519. 0xc05: ["Ancient Stone Sword", 1, -1, 640, 800, 4],
  520. 0xa04: ["Fire Wand", 8, 0, 680, 800, 0],
  521. 0xa6f: ["Force Wand", 8, 1, 720, 800, 0],
  522. 0xa70: ["Power Wand", 8, 2, 760, 800, 0],
  523. 0xa05: ["Missile Wand", 8, 3, 800, 800, 0],
  524. 0xa71: ["Eldritch Wand", 8, 4, 840, 800, 0],
  525. 0xa06: ["Hell's Fire Wand", 8, 5, 880, 800, 0],
  526. 0xa3d: ["Wand of Dark Magic", 8, 6, 920, 800, 0],
  527. 0xae0: ["Wand of Arcane Flame", 8, 7, 960, 800, 0],
  528. 0xa4b: ["Sprite Wand", 8, -1, 0, 840, 0],
  529. 0xa07: ["Wand of Death", 8, 8, 40, 840, 1],
  530. 0xa85: ["Wand of Deep Sorcery", 8, 9, 80, 840, 1],
  531. 0xa86: ["Wand of Shadow", 8, 10, 120, 840, 2],
  532. 0xa87: ["Wand of Ancient Warning", 8, 11, 160, 840, 3],
  533. 0xaf6: ["Wand of Recompense", 8, 12, 200, 840, 4],
  534. 0xaf7: ["Wand of Evocation", 8, 13, 240, 840, 4],
  535. 0xaf8: ["Wand of Retribution", 8, 14, 280, 840, 5],
  536. 0xb3f: ["Crystal Wand", 8, -1, 320, 840, 4],
  537. 0xc04: ["Wand of the Bulwark", 8, -1, 360, 840, 6],
  538. 0xa08: ["Wooden Shield", 5, 0, 400, 840, 0],
  539. 0xa09: ["Iron Shield", 5, 1, 440, 840, 0],
  540. 0xa0a: ["Steel Shield", 5, 2, 480, 840, 0],
  541. 0xacf: ["Reinforced Shield", 5, 3, 520, 840, 1],
  542. 0xa0b: ["Golden Shield", 5, 4, 560, 840, 2],
  543. 0xa0c: ["Mithril Shield", 5, 5, 600, 840, 3],
  544. 0xb22: ["Colossus Shield", 5, 6, 640, 840, 4],
  545. 0xa40: ["Snake Skin Shield", 5, -1, 680, 840, 0],
  546. 0xc0f: ["Shield of Ogmur", 5, -1, 720, 840, 6],
  547. 0xa78: ["Wolfskin Armor", 6, 0, 760, 840, 0],
  548. 0xa0d: ["Leather Armor", 6, 1, 800, 840, 0],
  549. 0xa79: ["Basilisk Hide Armor", 6, 2, 840, 840, 0],
  550. 0xa7a: ["Minotaur Hide Armor", 6, 3, 880, 840, 0],
  551. 0xad0: ["Bearskin Armor", 6, 4, 920, 840, 0],
  552. 0xad1: ["Chimera Hide Armor", 6, 5, 960, 840, 0],
  553. 0xad2: ["Wyvern Skin Armor", 6, 6, 0, 880, 0],
  554. 0xa0e: ["Studded Leather Armor", 6, 7, 40, 880, 0],
  555. 0xa3e: ["Snake Skin Armor", 6, -1, 80, 880, 1],
  556. 0xad3: ["Drake Hide Armor", 6, 8, 120, 880, 1],
  557. 0xa8e: ["Roc Leather Armor", 6, 9, 160, 880, 2],
  558. 0xa8f: ["Hippogriff Hide Armor", 6, 10, 200, 880, 3],
  559. 0xa90: ["Griffon Hide Armor", 6, 11, 240, 880, 4],
  560. 0xaf9: ["Hydra Skin Armor", 6, 12, 280, 880, 4],
  561. 0xafa: ["Wyrmhide Armor", 6, 13, 320, 880, 5],
  562. 0xafb: ["Leviathan Armor", 6, 14, 360, 880, 6],
  563. 0xa7b: ["Iron Mail", 7, 0, 400, 880, 0],
  564. 0xa0f: ["Chainmail", 7, 1, 440, 880, 0],
  565. 0xa7c: ["Blue Steel Mail", 7, 2, 480, 880, 0],
  566. 0xa7d: ["Silver Chainmail", 7, 3, 520, 880, 0],
  567. 0xa10: ["Golden Chainmail", 7, 4, 560, 880, 0],
  568. 0xa11: ["Plate Mail", 7, 5, 600, 880, 0],
  569. 0xadf: ["Mithril Chainmail", 7, 6, 640, 880, 0],
  570. 0xa12: ["Mithril Armor", 7, 7, 680, 880, 1],
  571. 0xa13: ["Dragonscale Armor", 7, 8, 720, 880, 1],
  572. 0xa91: ["Desolation Armor", 7, 9, 760, 880, 2],
  573. 0xa92: ["Vengeance Armor", 7, 10, 800, 880, 3],
  574. 0xa93: ["Abyssal Armor", 7, 11, 840, 880, 4],
  575. 0xafc: ["Acropolis Armor", 7, 12, 880, 880, 4],
  576. 0xafd: ["Dominion Armor", 7, 13, 920, 880, 5],
  577. 0xafe: ["Annihilation Armor", 7, 14, 960, 880, 6],
  578. 0xa14: ["Steel Dagger", 2, 0, 0, 920, 0],
  579. 0xa15: ["Dirk", 2, 1, 40, 920, 0],
  580. 0xa72: ["Blue Steel Dagger", 2, 2, 80, 920, 0],
  581. 0xa73: ["Dusky Rose Dagger", 2, 3, 120, 920, 0],
  582. 0xa74: ["Silver Dagger", 2, 4, 160, 920, 0],
  583. 0xa16: ["Golden Dagger", 2, 5, 200, 920, 0],
  584. 0xa17: ["Obsidian Dagger", 2, 6, 240, 920, 0],
  585. 0x709: ["Poison Fang Dagger", 2, -1, 280, 920, 0],
  586. 0xa18: ["Mithril Dagger", 2, 7, 320, 920, 0],
  587. 0xa19: ["Fire Dagger", 2, 8, 360, 920, 1],
  588. 0xa88: ["Ragetalon Dagger", 2, 9, 400, 920, 1],
  589. 0xa89: ["Emeraldshard Dagger", 2, 10, 440, 920, 2],
  590. 0xa8a: ["Agateclaw Dagger", 2, 11, 480, 920, 3],
  591. 0xaff: ["Dagger of Foul Malevolence", 2, 12, 520, 920, 4],
  592. 0xb00: ["Dagger of Sinister Deeds", 2, 13, 560, 920, 4],
  593. 0xb01: ["Dagger of Dire Hatred", 2, 14, 600, 920, 5],
  594. 0xc0a: ["Dirk of Cronus", 2, -1, 640, 920, 6],
  595. 0xa1a: ["Shortbow", 3, 0, 680, 920, 0],
  596. 0xa75: ["Reinforced Bow", 3, 1, 720, 920, 0],
  597. 0xa1b: ["Crossbow", 3, 2, 760, 920, 0],
  598. 0xa76: ["Greywood Bow", 3, 3, 800, 920, 0],
  599. 0xa77: ["Ironwood Bow", 3, 4, 840, 920, 0],
  600. 0xa1c: ["Fire Bow", 3, 5, 880, 920, 0],
  601. 0xa1d: ["Double Bow", 3, 6, 920, 920, 0],
  602. 0xa3a: ["Heavy Crossbow", 3, 7, 960, 920, 0],
  603. 0xa1e: ["Golden Bow", 3, 8, 0, 960, 1],
  604. 0xa8b: ["Verdant Bow", 3, 9, 40, 960, 1],
  605. 0xa8c: ["Bow of Fey Magic", 3, 10, 80, 960, 2],
  606. 0xa8d: ["Bow of Innocent Blood", 3, 11, 120, 960, 3],
  607. 0xb02: ["Bow of Covert Havens", 3, 12, 160, 960, 4],
  608. 0xb03: ["Bow of Mystical Energy", 3, 13, 200, 960, 4],
  609. 0xb04: ["Bow of Deep Enchantment", 3, 14, 240, 960, 5],
  610. 0xc02: ["Doom Bow", 3, -1, 280, 960, 6],
  611. 0xc10: ["Coral Bow", 3, -1, 320, 960, 6],
  612. 0xa1f: ["Potion of Attack", 10, 2, 360, 960, 0],
  613. 0xa20: ["Potion of Defense", 10, 2, 400, 960, 0],
  614. 0xa21: ["Potion of Speed", 10, 2, 440, 960, 0],
  615. 0xa34: ["Potion of Vitality", 10, 2, 480, 960, 0],
  616. 0xa35: ["Potion of Wisdom", 10, 2, 520, 960, 0],
  617. 0xa4c: ["Potion of Dexterity", 10, 2, 560, 960, 0],
  618. 0xae9: ["Potion of Life", 10, -1, 600, 960, 0],
  619. 0xaea: ["Potion of Mana", 10, -1, 640, 960, 0],
  620. 0xab0: ["Minor Health Potion", 10, -1, 680, 960, 0],
  621. 0xadd: ["Minor Magic Potion", 10, -1, 720, 960, 0],
  622. 0xa22: ["Health Potion", 10, 1, 760, 960, 0],
  623. 0xa23: ["Magic Potion", 10, 1, 800, 960, 0],
  624. 0xb34: ["Fire Water", 10, 3, 840, 960, 0],
  625. 0xb35: ["Cream Spirit", 10, 3, 880, 960, 0],
  626. 0xb36: ["Chardonnay", 10, 3, 920, 960, 0],
  627. 0xb37: ["Melon Liqueur", 10, 3, 960, 960, 0],
  628. 0xb38: ["Cabernet", 10, 3, 0, 1000, 0],
  629. 0xb39: ["Vintage Port", 10, 3, 40, 1000, 0],
  630. 0xb3a: ["Sauvignon Blanc", 10, 3, 80, 1000, 0],
  631. 0xb3b: ["Muscat", 10, 3, 120, 1000, 0],
  632. 0xb3c: ["Rice Wine", 10, 3, 160, 1000, 0],
  633. 0xb3d: ["Shiraz", 10, 3, 200, 1000, 0],
  634. 0xb14: ["Elixir of Health 7", 10, -1, 240, 1000, 0],
  635. 0xb15: ["Elixir of Health 6", 10, -1, 280, 1000, 0],
  636. 0xb16: ["Elixir of Health 5", 10, -1, 320, 1000, 0],
  637. 0xb17: ["Elixir of Health 4", 10, -1, 360, 1000, 0],
  638. 0xa81: ["Elixir of Health 3", 10, -1, 400, 1000, 0],
  639. 0xa48: ["Elixir of Health 2", 10, -1, 440, 1000, 0],
  640. 0xa49: ["Elixir of Health 1", 10, -1, 480, 1000, 0],
  641. 0xb18: ["Elixir of Magic 7", 10, -1, 520, 1000, 0],
  642. 0xb19: ["Elixir of Magic 6", 10, -1, 560, 1000, 0],
  643. 0xb1a: ["Elixir of Magic 5", 10, -1, 600, 1000, 0],
  644. 0xb1b: ["Elixir of Magic 4", 10, -1, 640, 1000, 0],
  645. 0xa4a: ["Elixir of Magic 3", 10, -1, 680, 1000, 0],
  646. 0xaed: ["Elixir of Magic 2", 10, -1, 720, 1000, 0],
  647. 0xaee: ["Elixir of Magic 1", 10, -1, 760, 1000, 0],
  648. 0xa3f: ["Snake Oil", 10, -1, 800, 1000, 0],
  649. 0x707: ["Healing Ichor", 10, -1, 840, 1000, 0],
  650. 0xaeb: ["Greater Health Potion", 10, -1, 880, 1000, 0],
  651. 0xaec: ["Greater Magic Potion", 10, -1, 920, 1000, 0],
  652. 0xb0c: ["Tincture of Dexterity", 10, -1, 960, 1000, 0],
  653. 0xb0d: ["Tincture of Life", 10, -1, 0, 1040, 0],
  654. 0xb0e: ["Tincture of Mana", 10, -1, 40, 1040, 0],
  655. 0xb0f: ["Tincture of Defense", 10, -1, 80, 1040, 0],
  656. 0xb10: ["Effusion of Dexterity", 10, -1, 120, 1040, 0],
  657. 0xb11: ["Effusion of Life", 10, -1, 160, 1040, 0],
  658. 0xb12: ["Effusion of Mana", 10, -1, 200, 1040, 0],
  659. 0xb13: ["Effusion of Defense", 10, -1, 240, 1040, 0],
  660. 0xa41: ["Snake Eye Ring", 9, -1, 280, 1040, 0],
  661. 0x708: ["Spider's Eye Ring", 9, -1, 320, 1040, 0],
  662. 0xa4f: ["Ring of Minor Defense", 9, 0, 360, 1040, 0],
  663. 0xa24: ["Ring of Attack", 9, 1, 400, 1040, 0],
  664. 0xa25: ["Ring of Defense", 9, 1, 440, 1040, 0],
  665. 0xa26: ["Ring of Speed", 9, 1, 480, 1040, 0],
  666. 0xa36: ["Ring of Vitality", 9, 1, 520, 1040, 0],
  667. 0xa37: ["Ring of Wisdom", 9, 1, 560, 1040, 0],
  668. 0xa4d: ["Ring of Dexterity", 9, 1, 600, 1040, 0],
  669. 0xa27: ["Ring of Health", 9, 1, 640, 1040, 0],
  670. 0xa28: ["Ring of Magic", 9, 1, 680, 1040, 0],
  671. 0xa29: ["Ring of Greater Attack", 9, 2, 720, 1040, 1],
  672. 0xa2a: ["Ring of Greater Defense", 9, 2, 760, 1040, 1],
  673. 0xa2b: ["Ring of Greater Speed", 9, 2, 800, 1040, 1],
  674. 0xa38: ["Ring of Greater Vitality", 9, 2, 840, 1040, 1],
  675. 0xa39: ["Ring of Greater Wisdom", 9, 2, 880, 1040, 1],
  676. 0xa4e: ["Ring of Greater Dexterity", 9, 2, 920, 1040, 1],
  677. 0xa2c: ["Ring of Greater Health", 9, 2, 960, 1040, 1],
  678. 0xa2d: ["Ring of Greater Magic", 9, 2, 0, 1080, 1],
  679. 0xab7: ["Ring of Superior Attack", 9, 3, 40, 1080, 2],
  680. 0xab8: ["Ring of Superior Defense", 9, 3, 80, 1080, 2],
  681. 0xab9: ["Ring of Superior Speed", 9, 3, 120, 1080, 2],
  682. 0xaba: ["Ring of Superior Vitality", 9, 3, 160, 1080, 2],
  683. 0xabb: ["Ring of Superior Wisdom", 9, 3, 200, 1080, 2],
  684. 0xabc: ["Ring of Superior Dexterity", 9, 3, 240, 1080, 2],
  685. 0xabd: ["Ring of Superior Health", 9, 3, 280, 1080, 2],
  686. 0xabe: ["Ring of Superior Magic", 9, 3, 320, 1080, 2],
  687. 0xabf: ["Ring of Paramount Attack", 9, 4, 360, 1080, 3],
  688. 0xac0: ["Ring of Paramount Defense", 9, 4, 400, 1080, 3],
  689. 0xac1: ["Ring of Paramount Speed", 9, 4, 440, 1080, 3],
  690. 0xac2: ["Ring of Paramount Vitality", 9, 4, 480, 1080, 3],
  691. 0xac3: ["Ring of Paramount Wisdom", 9, 4, 520, 1080, 3],
  692. 0xac4: ["Ring of Paramount Dexterity", 9, 4, 560, 1080, 3],
  693. 0xac5: ["Ring of Paramount Health", 9, 4, 600, 1080, 3],
  694. 0xac6: ["Ring of Paramount Magic", 9, 4, 640, 1080, 3],
  695. 0xac7: ["Ring of Exalted Attack", 9, 5, 680, 1080, 4],
  696. 0xac8: ["Ring of Exalted Defense", 9, 5, 720, 1080, 4],
  697. 0xac9: ["Ring of Exalted Speed", 9, 5, 760, 1080, 4],
  698. 0xaca: ["Ring of Exalted Vitality", 9, 5, 800, 1080, 4],
  699. 0xacb: ["Ring of Exalted Wisdom", 9, 5, 840, 1080, 4],
  700. 0xacc: ["Ring of Exalted Dexterity", 9, 5, 880, 1080, 4],
  701. 0xacd: ["Ring of Exalted Health", 9, 5, 920, 1080, 4],
  702. 0xace: ["Ring of Exalted Magic", 9, 5, 960, 1080, 4],
  703. 0xba0: ["Ring of the Sphinx", 9, -1, 0, 1120, 5],
  704. 0xba1: ["Ring of the Nile", 9, -1, 40, 1120, 5],
  705. 0xba2: ["Ring of the Pyramid", 9, -1, 80, 1120, 5],
  706. 0xa2e: ["Fire Spray Spell", 11, 0, 120, 1120, 0],
  707. 0xad4: ["Flame Burst Spell", 11, 1, 160, 1120, 0],
  708. 0xa2f: ["Fire Nova Spell", 11, 2, 200, 1120, 0],
  709. 0xad5: ["Scorching Blast Spell", 11, 3, 240, 1120, 1],
  710. 0xad6: ["Destruction Sphere Spell", 11, 4, 280, 1120, 2],
  711. 0xa30: ["Magic Nova Spell", 11, 5, 320, 1120, 3],
  712. 0xb24: ["Elemental Detonation Spell", 11, 6, 360, 1120, 4],
  713. 0xc0c: ["Penetrating Blast Spell", 11, -1, 400, 1120, 6],
  714. 0xa31: ["Healing Tome", 4, 0, 440, 1120, 0],
  715. 0xad7: ["Remedy Tome", 4, 1, 480, 1120, 0],
  716. 0xa32: ["Spirit Salve Tome", 4, 2, 520, 1120, 0],
  717. 0xad8: ["Tome of Rejuvenation", 4, 3, 560, 1120, 1],
  718. 0xa33: ["Tome of Renewing", 4, 4, 600, 1120, 2],
  719. 0xa5b: ["Tome of Divine Favor", 4, 5, 640, 1120, 3],
  720. 0xb25: ["Tome of Holy Guidance", 4, 6, 680, 1120, 4],
  721. 0xa50: ["Pirate Rum", 10, -1, 720, 1120, 0],
  722. 0xa51: ["Magic Mushroom", 10, -1, 760, 1120, 0],
  723. 0xa52: ["Seal of the Initiate", 12, 0, 800, 1120, 0],
  724. 0xad9: ["Seal of the Pilgrim", 12, 1, 840, 1120, 0],
  725. 0xa53: ["Seal of the Seeker", 12, 2, 880, 1120, 0],
  726. 0xada: ["Seal of the Aspirant", 12, 3, 920, 1120, 1],
  727. 0xa54: ["Seal of the Divine", 12, 4, 960, 1120, 2],
  728. 0xa55: ["Seal of the Holy Warrior", 12, 5, 0, 1160, 3],
  729. 0xb26: ["Seal of the Blessed Champion", 12, 6, 40, 1160, 4],
  730. 0xc06: ["Seal of Blasphemous Prayer", 12, -1, 80, 1160, 6],
  731. 0xa56: ["Cloak of Shadows", 13, 0, 120, 1160, 0],
  732. 0xa57: ["Cloak of Darkness", 13, 1, 160, 1160, 0],
  733. 0xa58: ["Cloak of Speed", 13, 2, 200, 1160, 0],
  734. 0xadb: ["Cloak of the Night Thief", 13, 3, 240, 1160, 1],
  735. 0xa59: ["Cloak of the Red Agent", 13, 4, 280, 1160, 2],
  736. 0xae1: ["Cloak of Endless Twilight", 13, 5, 320, 1160, 3],
  737. 0xb27: ["Cloak of Ghostly Concealment", 13, 6, 360, 1160, 4],
  738. 0xa5a: ["Cloak of the Planewalker", 13, -1, 400, 1160, 6],
  739. 0xa5c: ["Robe of the Neophyte", 14, 0, 440, 1160, 0],
  740. 0xa7e: ["Robe of the Apprentice", 14, 1, 480, 1160, 0],
  741. 0xa5d: ["Robe of the Acolyte", 14, 2, 520, 1160, 0],
  742. 0xa7f: ["Robe of the Student", 14, 3, 560, 1160, 0],
  743. 0xa80: ["Robe of the Conjurer", 14, 4, 600, 1160, 0],
  744. 0xa5e: ["Robe of the Adept", 14, 5, 640, 1160, 0],
  745. 0xa5f: ["Robe of the Invoker", 14, 6, 680, 1160, 0],
  746. 0xadc: ["Robe of the Illusionist", 14, 7, 720, 1160, 1],
  747. 0xa60: ["Robe of the Master", 14, 8, 760, 1160, 1],
  748. 0xa94: ["Robe of the Shadow Magus", 14, 9, 800, 1160, 2],
  749. 0xa95: ["Robe of the Moon Wizard", 14, 10, 840, 1160, 3],
  750. 0xa96: ["Robe of the Elder Warlock", 14, 11, 880, 1160, 4],
  751. 0xb05: ["Robe of the Grand Sorcerer", 14, 12, 920, 1160, 4],
  752. 0xb06: ["Robe of the Star Mother", 14, 13, 960, 1160, 5],
  753. 0xb07: ["Robe of the Ancient Intellect", 14, 14, 0, 1200, 6],
  754. 0xa61: ["Magic Quiver", 15, 0, 40, 1200, 0],
  755. 0xa62: ["Reinforced Quiver", 15, 1, 80, 1200, 0],
  756. 0xa63: ["Iron Quiver", 15, 2, 120, 1200, 0],
  757. 0xade: ["Elvencraft Quiver", 15, 3, 160, 1200, 1],
  758. 0xa64: ["Magesteel Quiver", 15, 4, 200, 1200, 2],
  759. 0xa65: ["Golden Quiver", 15, 5, 240, 1200, 3],
  760. 0xb28: ["Quiver of Elvish Mastery", 15, 6, 280, 1200, 4],
  761. 0xc07: ["Quiver of Thunder", 15, -1, 320, 1200, 6],
  762. 0xa66: ["Combat Helm", 16, 0, 360, 1200, 0],
  763. 0xa67: ["Bronze Helm", 16, 1, 400, 1200, 0],
  764. 0xa68: ["Black Iron Helm", 16, 2, 440, 1200, 0],
  765. 0xa69: ["Red Iron Helm", 16, 3, 480, 1200, 1],
  766. 0xa6a: ["Steel Helm", 16, 4, 520, 1200, 2],
  767. 0xa6b: ["Golden Helm", 16, 5, 560, 1200, 3],
  768. 0xb29: ["Helm of the Great General", 16, 6, 600, 1200, 4],
  769. 0xc08: ["Helm of the Juggernaut", 16, -1, 640, 1200, 6],
  770. 0xa97: ["Energy Staff", 17, 0, 680, 1200, 0],
  771. 0xa98: ["Firebrand Staff", 17, 1, 720, 1200, 0],
  772. 0xa99: ["Comet Staff", 17, 2, 760, 1200, 0],
  773. 0xa9a: ["Serpentine Staff", 17, 3, 800, 1200, 0],
  774. 0xa9b: ["Meteor Staff", 17, 4, 840, 1200, 0],
  775. 0xa9c: ["Slayer Staff", 17, 5, 880, 1200, 0],
  776. 0xa9d: ["Avenger Staff", 17, 6, 920, 1200, 0],
  777. 0xa9e: ["Staff of Destruction", 17, 7, 960, 1200, 0],
  778. 0xa9f: ["Staff of Horror", 17, 8, 0, 1240, 1],
  779. 0xaa0: ["Staff of Necrotic Arcana", 17, 9, 40, 1240, 1],
  780. 0xaa1: ["Staff of Diabolic Secrets", 17, 10, 80, 1240, 2],
  781. 0xaa2: ["Staff of Astral Knowledge", 17, 11, 120, 1240, 3],
  782. 0xb08: ["Staff of the Cosmic Whole", 17, 12, 160, 1240, 4],
  783. 0xb09: ["Staff of the Vital Unity", 17, 13, 200, 1240, 4],
  784. 0xb0a: ["Staff of the Fundamental Core", 17, 14, 240, 1240, 5],
  785. 0xc03: ["Staff of Extreme Prejudice", 17, -1, 280, 1240, 6],
  786. 0xaa3: ["Centipede Poison", 18, 0, 320, 1240, 0],
  787. 0xaa4: ["Spider Venom", 18, 1, 360, 1240, 0],
  788. 0xaa5: ["Pit Viper Poison", 18, 2, 400, 1240, 0],
  789. 0xaa6: ["Stingray Poison", 18, 3, 440, 1240, 1],
  790. 0xaa7: ["Felwasp Toxin", 18, 4, 480, 1240, 2],
  791. 0xaa8: ["Nightwing Venom", 18, 5, 520, 1240, 3],
  792. 0xb2a: ["Baneserpent Poison", 18, 6, 560, 1240, 4],
  793. 0xaaa: ["Necrotic Skull", 19, 0, 600, 1240, 0],
  794. 0xaab: ["Breathtaker Skull", 19, 1, 640, 1240, 0],
  795. 0xaac: ["Heartstealer Skull", 19, 2, 680, 1240, 0],
  796. 0xaad: ["Soul Siphon Skull", 19, 3, 720, 1240, 1],
  797. 0xaae: ["Essence Tap Skull", 19, 4, 760, 1240, 2],
  798. 0xaaf: ["Lifedrinker Skull", 19, 5, 800, 1240, 3],
  799. 0xb2b: ["Bloodsucker Skull", 19, 6, 840, 1240, 4],
  800. 0xc0e: ["Skull of Endless Torment", 19, -1, 880, 1240, 6],
  801. 0xab1: ["Hunting Trap", 20, 0, 920, 1240, 0],
  802. 0xab2: ["Wilderlands Trap", 20, 1, 960, 1240, 0],
  803. 0xab3: ["Deepforest Trap", 20, 2, 0, 1280, 0],
  804. 0xab4: ["Savage Trap", 20, 3, 40, 1280, 1],
  805. 0xab5: ["Demonhunter Trap", 20, 4, 80, 1280, 2],
  806. 0xab6: ["Dragonstalker Trap", 20, 5, 120, 1280, 3],
  807. 0xb2c: ["Giantcatcher Trap", 20, 6, 160, 1280, 4],
  808. 0xae4: ["Stasis Orb", 21, 0, 200, 1280, 0],
  809. 0xa42: ["Suspension Orb", 21, 1, 240, 1280, 0],
  810. 0xa43: ["Imprisonment Orb", 21, 2, 280, 1280, 0],
  811. 0xa44: ["Neutralization Orb", 21, 3, 320, 1280, 1],
  812. 0xa45: ["Timelock Orb", 21, 4, 360, 1280, 2],
  813. 0xa46: ["Banishment Orb", 21, 5, 400, 1280, 3],
  814. 0xb2d: ["Planefetter Orb", 21, 6, 440, 1280, 4],
  815. 0xc0b: ["Orb of Conflict", 21, -1, 480, 1280, 6],
  816. 0xaa9: ["Purple Drake Egg", 10, -1, 520, 1280, 0],
  817. 0xaef: ["White Drake Egg", 10, -1, 560, 1280, 0],
  818. 0xaf0: ["Blue Drake Egg", 10, -1, 600, 1280, 0],
  819. 0xaf1: ["Orange Drake Egg", 10, -1, 640, 1280, 0],
  820. 0xaf2: ["Green Drake Egg", 10, -1, 680, 1280, 0],
  821. 0xaf3: ["Yellow Drake Egg", 10, -1, 720, 1280, 0],
  822. 0xae3: ["Decoy Prism", 22, 0, 760, 1280, 0],
  823. 0xb1c: ["Deception Prism", 22, 1, 800, 1280, 0],
  824. 0xb1d: ["Illusion Prism", 22, 2, 840, 1280, 0],
  825. 0xb1e: ["Hallucination Prism", 22, 3, 880, 1280, 1],
  826. 0xb1f: ["Prism of Figments", 22, 4, 920, 1280, 2],
  827. 0xb20: ["Prism of Phantoms", 22, 5, 960, 1280, 3],
  828. 0xb23: ["Prism of Apparitions", 22, 6, 0, 1320, 4],
  829. 0xc0d: ["Prism of Dancing Swords", 22, -1, 40, 1320, 6],
  830. 0xb21: ["Chicken Leg of Doom", 2, -1, 80, 1320, 4],
  831. 0xae5: ["Lightning Scepter", 23, 0, 120, 1320, 0],
  832. 0xb2e: ["Discharge Scepter", 23, 1, 160, 1320, 0],
  833. 0xb2f: ["Thunderclap Scepter", 23, 2, 200, 1320, 0],
  834. 0xb30: ["Arcblast Scepter", 23, 3, 240, 1320, 1],
  835. 0xb31: ["Cloudflash Scepter", 23, 4, 280, 1320, 2],
  836. 0xb32: ["Scepter of Skybolts", 23, 5, 320, 1320, 3],
  837. 0xb33: ["Scepter of Storms", 23, 6, 360, 1320, 4],
  838. 0xb3e: ["Amulet of Resurrection", 9, -1, 400, 1320, 0],
  839. 0xb40: ["Admin Sword", 1, -1, 440, 1320, 0],
  840. 0x701: ["Undead Lair Key", 10, -1, 480, 1320, 0],
  841. 0x705: ["Pirate Cave Key", 10, -1, 520, 1320, 0],
  842. 0x706: ["Spider Den Key", 10, -1, 560, 1320, 0],
  843. 0x70a: ["Abyss of Demons Key", 10, -1, 600, 1320, 0],
  844. 0x70b: ["Snake Pit Key", 10, -1, 640, 1320, 0],
  845. 0x710: ["Tomb of the Ancients Key", 10, -1, 680, 1320, 0],
  846. 0x71f: ["Sprite World Key", 10, -1, 720, 1320, 0],
  847. 0x722: ["Wine Cellar Incantation", 10, -1, 760, 1320, 0],
  848. 0xc11: ["Ocean Trench Key", 10, -1, 800, 1320, 0],
  849. 0xc12: ["Coral Juice", 10, -1, 840, 1320, 0],
  850. 0xc13: ["Coral Ring", 9, -1, 880, 1320, 4],
  851. 0xc14: ["Robe of the Tlatoani", 14, -1, 920, 1320, 2],
  852. 0xc15: ["Staff of the Crystal Serpent", 17, -1, 960, 1320, 2],
  853. 0xc16: ["Cracked Crystal Skull", 19, -1, 0, 1360, 2],
  854. 0xc17: ["Crystal Bone Ring", 9, -1, 40, 1360, 0],
  855. 0xc18: ["Coral Silk Armor", 6, -1, 80, 1360, 5],
  856. 0xc19: ["Totem Key", 10, -1, 120, 1360, 0],
  857. 0xc1a: ["Pollen Powder", 10, -1, 160, 1360, 0],
  858. 0xc1b: ["Thousand Shot", 3, -1, 200, 1360, 6],
  859. 0xc1c: ["Coral Venom Trap", 20, -1, 240, 1360, 4],
  860. 0xc1d: ["St. Abraham's Wand", 8, -1, 280, 1360, 3],
  861. 0xc1e: ["Tome of Holy Protection", 4, -1, 320, 1360, 6],
  862. 0xc09: ["Tome of Purification", 4, -1, 360, 1360, 6],
  863. 0xc1f: ["Chasuble of Holy Light", 14, -1, 400, 1360, 3],
  864. 0xc20: ["Ring of Divine Faith", 9, -1, 440, 1360, 3],
  865. 0xc21: ["Holy Water", 10, -1, 480, 1360, 0],
  866. 0xc22: ["Bone Dagger", 2, -1, 520, 1360, 2],
  867. 0xc23: ["Manor Key", 10, -1, 560, 1360, 0],
  868. 0xc24: ["Anatis Staff", 17, 0, 600, 1360, 2],
  869. 0xc25: ["Ghost Pirate Rum", 10, -1, 640, 1360, 0],
  870. 0xc26: ["Crown", 9, -1, 680, 1360, 0],
  871. 0xc27: ["Captain's Ring", 9, -1, 720, 1360, 2],
  872. 0xc28: ["Spectral Cloth Armor", 6, -1, 760, 1360, 2],
  873. 0xc29: ["Spirit Dagger", 2, -1, 800, 1360, 4],
  874. 0xc2a: ["Ghostly Prism", 22, -1, 840, 1360, 6],
  875. 0xc2b: ["Small Firecracker", 10, -1, 880, 1360, 0],
  876. 0xc2c: ["Large Firecracker", 10, -1, 920, 1360, 0],
  877. 0xc2d: ["America Ring", 9, -1, 960, 1360, 3],
  878. 0xc2e: ["Davy's Key", 10, -1, 0, 1400, 0],
  879. 0xc30: ["Scepter of Fulmination", 23, -1, 40, 1400, 4],
  880. 0xc31: ["Experimental Ring", 9, -1, 80, 1400, 4],
  881. 0xc32: ["Robe of the Mad Scientist", 14, -1, 120, 1400, 5],
  882. 0xc33: ["Conducting Wand", 8, -1, 160, 1400, 4],
  883. 0xc34: ["Sand Pail 5", 10, -1, 200, 1400, 0],
  884. 0xc35: ["Sand Pail 4", 10, -1, 240, 1400, 0],
  885. 0xc36: ["Sand Pail 3", 10, -1, 280, 1400, 0],
  886. 0xc37: ["Sand Pail 2", 10, -1, 320, 1400, 0],
  887. 0xc38: ["Sand Pail 1", 10, -1, 360, 1400, 0],
  888. 0xc39: ["Bahama Sunrise", 10, -1, 400, 1400, 0],
  889. 0xc3a: ["Blue Paradise", 10, -1, 440, 1400, 0],
  890. 0xc3b: ["Pink Passion Breeze", 10, -1, 480, 1400, 0],
  891. 0xc3c: ["Lime Jungle Bay", 10, -1, 520, 1400, 0],
  892. 0xc3d: ["Beachzone Key", 10, -1, 560, 1400, 0],
  893. 0xc3e: ["Gold Medal", 9, -1, 600, 1400, 3],
  894. 0xc3f: ["Silver Medal", 9, -1, 640, 1400, 2],
  895. 0xc40: ["Bronze Medal", 9, -1, 680, 1400, 1],
  896. 0xc2f: ["Lab Key", 10, -1, 720, 1400, 0],
  897. 0xc41: ["Transformation Potion", 10, -1, 760, 1400, 0],
  898. 0xc42: ["XP Booster", 10, -1, 800, 1400, 0],
  899. 0xc43: ["XP Booster Test", 10, -1, 840, 1400, 0],
  900. 0xc44: ["Rusty Katana", 24, 0, 880, 1400, 0],
  901. 0xc45: ["Kendo Stick", 24, 1, 920, 1400, 0],
  902. 0xc46: ["Plain Katana", 24, 2, 960, 1400, 0],
  903. 0xc47: ["Thunder Katana", 24, 3, 0, 1440, 0],
  904. 0xc48: ["Line Kutter Katana", 24, 4, 40, 1440, 0],
  905. 0xc49: ["Night Edge", 24, 5, 80, 1440, 0],
  906. 0xc4a: ["Sky Edge", 24, 6, 120, 1440, 0],
  907. 0xc4b: ["Buster Katana", 24, 7, 160, 1440, 0],
  908. 0xc4c: ["Demon Edge", 24, 8, 200, 1440, 1],
  909. 0xc4d: ["Jewel Eye Katana", 24, 9, 240, 1440, 1],
  910. 0xc4e: ["Ichimonji", 24, 10, 280, 1440, 2],
  911. 0xc4f: ["Muramasa", 24, 11, 320, 1440, 3],
  912. 0xc50: ["Masamune", 24, 12, 360, 1440, 4],
  913. 0xc51: ["Celestial Blade", 24, -1, 400, 1440, 6],
  914. 0xc52: ["Ray Katana", 24, -1, 440, 1440, 3],
  915. 0xc53: ["Basic Star", 25, 0, 480, 1440, 0],
  916. 0xc54: ["Four-Point Star", 25, 1, 520, 1440, 0],
  917. 0xc55: ["Spiral Shuriken", 25, 2, 560, 1440, 0],
  918. 0xc56: ["Silver Star", 25, 3, 600, 1440, 1],
  919. 0xc57: ["Wind Circle", 25, 4, 640, 1440, 2],
  920. 0xc58: ["Ice Star", 25, 5, 680, 1440, 3],
  921. 0xc59: ["Doom Circle", 25, 6, 720, 1440, 4],
  922. 0xc5a: ["Midnight Star", 25, -1, 760, 1440, 0],
  923. 0xc5b: ["Mad God Ale", 10, -1, 800, 1440, 0],
  924. 0xc5c: ["Oryx Stout", 10, -1, 840, 1440, 0],
  925. 0xc5d: ["Realm-wheat Hefeweizen", 10, -1, 880, 1440, 0],
  926. 0xc5e: ["Def Test Sword", 1, -1, 920, 1440, 0],
  927. 0xae2: ["Strike Amulet", 4, -1, 960, 1440, 0],
  928. }
  929.  
  930. // type: [id, starts, averages, maxes, slots]
  931. classes = {
  932. 0x0300: ["Rogue", [150, 100, 10, 0, 15, 15, 15, 10], [625, 195, 29, 0, 43, 43, 24, 29], [720, 252, 50, 25, 75, 75, 40, 50], [2, 13, 6, 9]],
  933. 0x0307: ["Archer", [130, 100, 12, 0, 12, 12, 12, 10], [605, 195, 40, 0, 31, 31, 21, 29], [700, 252, 75, 25, 50, 50, 40, 50], [3, 15, 6, 9]],
  934. 0x030e: ["Wizard", [100, 100, 12, 0, 10, 15, 12, 12], [575, 290, 40, 0, 29, 43, 21, 31], [670, 385, 75, 25, 50, 75, 40, 60], [17, 11, 14, 9]],
  935. 0x0310: ["Priest", [100, 100, 10, 0, 12, 12, 10, 15], [575, 290, 29, 0, 40, 31, 19, 43], [670, 385, 50, 25, 50, 50, 40, 75], [8, 4, 14, 9]],
  936. 0x031d: ["Warrior", [200, 100, 15, 0, 7, 10, 10, 10], [675, 195, 43, 0, 26, 29, 38, 29], [770, 252, 75, 25, 50, 50, 75, 50], [1, 16, 7, 9]],
  937. 0x031e: ["Knight", [200, 100, 15, 0, 7, 10, 10, 10], [675, 195, 43, 0, 26, 29, 38, 29], [770, 252, 50, 40, 50, 50, 75, 50], [1, 5, 7, 9]],
  938. 0x031f: ["Paladin", [200, 100, 12, 0, 7, 10, 10, 10], [675, 195, 40, 0, 26, 29, 19, 38], [770, 252, 50, 25, 50, 50, 40, 75], [1, 12, 7, 9]],
  939. 0x0320: ["Assassin", [150, 100, 12, 0, 15, 15, 15, 10], [625, 195, 31, 0, 43, 43, 24, 38], [720, 252, 60, 25, 75, 75, 40, 60], [2, 18, 6, 9]],
  940. 0x0321: ["Necromancer", [100, 100, 12, 0, 10, 15, 10, 12], [575, 290, 40, 0, 29, 43, 19, 40], [670, 385, 60, 25, 50, 60, 30, 75], [17, 19, 14, 9]],
  941. 0x0322: ["Huntress", [130, 100, 12, 0, 12, 12, 12, 10], [605, 195, 40, 0, 31, 31, 21, 29], [700, 252, 75, 25, 50, 50, 40, 50], [3, 20, 6, 9]],
  942. 0x0323: ["Mystic", [100, 100, 10, 0, 12, 10, 15, 15], [575, 290, 38, 0, 31, 29, 24, 43], [670, 385, 60, 25, 60, 50, 40, 75], [17, 21, 14, 9]],
  943. 0x0324: ["Trickster", [150, 100, 10, 0, 12, 15, 12, 12], [625, 195, 38, 0, 40, 43, 21, 31], [720, 252, 65, 25, 75, 75, 40, 60], [2, 22, 6, 9]],
  944. 0x0325: ["Sorcerer", [100, 100, 10, 0, 12, 12, 10, 15], [575, 290, 38, 0, 40, 31, 38, 43], [670, 385, 60, 25, 60, 60, 75, 60], [8, 23, 14, 9]],
  945. 0x0326: ["Ninja", [150, 100, 15, 0, 10, 12, 10, 12], [625, 195, 43, 0, 29, 40, 19, 40], [720, 252, 70, 25, 60, 70, 40, 70], [24, 25, 6, 9]],
  946. }
Add Comment
Please, Sign In to add comment