Advertisement
Guest User

Untitled

a guest
Dec 20th, 2014
157
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.06 KB | None | 0 0
  1. /*For item types:
  2. 0=Passive
  3. 1=Melee Weapon
  4. 2=Magic Item
  5. 3=Helmet
  6. 4=Chestplate
  7. 5=Boots
  8. */
  9.  
  10. index=0
  11. global.item_name[index]= "Wooden Sword"
  12. global.item_desc[index]= "Basic sword"
  13. global.item_type[index]= 1
  14. global.item_mpcost[index]= 0
  15.  
  16. index=1
  17. global.item_name[index]= "Slingshot"
  18. global.item_desc[index]= "Low damage projectile"
  19. global.item_type[index]= 2
  20. global.item_mpcost[index]= 2
  21.  
  22. index=2
  23. global.item_name[index]= "Emerald Sword"
  24. global.item_desc[index]= "Crit chance up"
  25. global.item_type[index]= 1
  26. global.item_mpcost[index]= 0
  27.  
  28. index=3
  29. global.item_name[index]= "Throwing Daggers"
  30. global.item_desc[index]= "These are pretty sharp..."
  31. global.item_type[index]= 2
  32. global.item_mpcost[index]= 2
  33.  
  34. index=4
  35. global.item_name[index]= "Heart Container"
  36. global.item_desc[index]= "Health Up"
  37. global.item_type[index]= 0
  38. global.item_mpcost[index]= 0
  39.  
  40. index=5
  41. global.item_name[index]= "Charm Hammer"
  42. global.item_desc[index]= "Charms enemies to fight for you"
  43. global.item_type[index]= 1
  44. global.item_mpcost[index]= 0
  45.  
  46. index=6
  47. global.item_name[index]= "Wind Sword"
  48. global.item_desc[index]= "Knockback up"
  49. global.item_type[index]= 1
  50. global.item_mpcost[index]= 0
  51.  
  52. index=7
  53. global.item_name[index]= "Mystic Blade"
  54. global.item_desc[index]= "Manasteal up"
  55. global.item_type[index]= 1
  56. global.item_mpcost[index]= 0
  57.  
  58. index=8
  59. global.item_name[index]= "Poison Sword"
  60. global.item_desc[index]= "Chance to poison enemies on hit"
  61. global.item_type[index]= 1
  62. global.item_mpcost[index]= 0
  63.  
  64. index=9
  65. global.item_name[index]= "The Plague"
  66. global.item_desc[index]= "Poison touch + poisoned#enemies infect each other"
  67. global.item_type[index]= 0
  68. global.item_mpcost[index]= 0
  69.  
  70. index=10
  71. global.item_name[index]= "The Common Cold"
  72. global.item_desc[index]= "Slowing touch + slowed#enemies infect each other"
  73. global.item_type[index]= 0
  74. global.item_mpcost[index]= 0
  75.  
  76. index=11
  77. global.item_name[index]= "Cooties"
  78. global.item_desc[index]= "Charming touch + charmed#enemies infect each other"
  79. global.item_type[index]= 0
  80. global.item_mpcost[index]= 0
  81.  
  82. index=12
  83. global.item_name[index]= "Bubble Shield"
  84. global.item_desc[index]= "Shields you from damage"
  85. global.item_type[index]= 2
  86. global.item_mpcost[index]= 5
  87.  
  88. index=13
  89. global.item_name[index]= "Meat Haunch"
  90. global.item_desc[index]= "Restores some HP"
  91. global.item_type[index]= 2
  92. global.item_mpcost[index]= 10
  93.  
  94. index=14
  95. global.item_name[index]= "Compass"
  96. global.item_desc[index]= "Important locations marked on map"
  97. global.item_type[index]= 0
  98. global.item_mpcost[index]= 0
  99.  
  100. index=15
  101. global.item_name[index]= "Treasure Map"
  102. global.item_desc[index]= "Fully revealed floor layout"
  103. global.item_type[index]= 0
  104. global.item_mpcost[index]= 0
  105.  
  106. index=16
  107. global.item_name[index]= "Iron Sword"
  108. global.item_desc[index]= "Damage up"
  109. global.item_type[index]= 1
  110. global.item_mpcost[index]= 0
  111.  
  112. index=17
  113. global.item_name[index]= "Greatsword"
  114. global.item_desc[index]= "Damage up/Crit chance down"
  115. global.item_type[index]= 1
  116. global.item_mpcost[index]= 0
  117.  
  118. index=18
  119. global.item_name[index]= "Boomerang"
  120. global.item_desc[index]= "Slows enemies + Always comes back"
  121. global.item_type[index]= 2
  122. global.item_mpcost[index]= 3
  123.  
  124. index=19
  125. global.item_name[index]= "Golden Haunch"
  126. global.item_desc[index]= "Restores HP, costs gold"
  127. global.item_type[index]= 2
  128. global.item_mpcost[index]= 10
  129.  
  130. index=20
  131. global.item_name[index]= "Four Leaf Clover"
  132. global.item_desc[index]= "Luck up"
  133. global.item_type[index]= 0
  134. global.item_mpcost[index]= 0
  135.  
  136. index=21
  137. global.item_name[index]= "Poisonrang"
  138. global.item_desc[index]= "Poisons enemies + Always comes back"
  139. global.item_type[index]= 2
  140. global.item_mpcost[index]= 3
  141.  
  142. index=22
  143. global.item_name[index]= "Knight's Helmet"
  144. global.item_desc[index]= "Defense up, Speed down"
  145. global.item_type[index]= 3
  146. global.item_mpcost[index]= 0
  147.  
  148. index=23
  149. global.item_name[index]= "Knight's Chestplate"
  150. global.item_desc[index]= "Defense up, Speed down"
  151. global.item_type[index]= 4
  152. global.item_mpcost[index]= 0
  153.  
  154. index=24
  155. global.item_name[index]= "Knight's Greaves"
  156. global.item_desc[index]= "Defense up, Speed down"
  157. global.item_type[index]= 5
  158. global.item_mpcost[index]= 0
  159.  
  160. index=25
  161. global.item_name[index]= "Impact Hammer"
  162. global.item_desc[index]= "Knocks enemies into each#other for extra damage"
  163. global.item_type[index]= 1
  164. global.item_mpcost[index]= 0
  165.  
  166. index=26
  167. global.item_name[index]= "Scythe"
  168. global.item_desc[index]= "Reach up"
  169. global.item_type[index]= 1
  170. global.item_mpcost[index]= 0
  171.  
  172. index=27
  173. global.item_name[index]= "Pickaxe"
  174. global.item_desc[index]= "Destroys rocks"
  175. global.item_type[index]= 1
  176. global.item_mpcost[index]= 0
  177.  
  178. index=28
  179. global.item_name[index]= "Blue Staff"
  180. global.item_desc[index]= "Mana up"
  181. global.item_type[index]= 1
  182. global.item_mpcost[index]= 0
  183.  
  184. index=29
  185. global.item_name[index]= "Red Staff"
  186. global.item_desc[index]= "Magic damage up"
  187. global.item_type[index]= 1
  188. global.item_mpcost[index]= 0
  189.  
  190. index=30
  191. global.item_name[index]= "Love Potion"
  192. global.item_desc[index]= "Charms all enemies on screen"
  193. global.item_type[index]= 2
  194. global.item_mpcost[index]= 6
  195.  
  196. index=31
  197. global.item_name[index]= "Alchemy Set"
  198. global.item_desc[index]= "Convert magic into gold!"
  199. global.item_type[index]= 2
  200. global.item_mpcost[index]= 2
  201.  
  202. index=32
  203. global.item_name[index]= "Scarecrow"
  204. global.item_desc[index]= "Scapegoat friend"
  205. global.item_type[index]= 2
  206. global.item_mpcost[index]= 5
  207.  
  208. index=33
  209. global.item_name[index]= "Wizard's Cap"
  210. global.item_desc[index]= "Magic damage up"
  211. global.item_type[index]= 3
  212. global.item_mpcost[index]= 0
  213.  
  214. index=34
  215. global.item_name[index]= "Wizard's Robes"
  216. global.item_desc[index]= "Magic damage up + Mana up"
  217. global.item_type[index]= 4
  218. global.item_mpcost[index]= 0
  219.  
  220. index=35
  221. global.item_name[index]= "Wizard's Boots"
  222. global.item_desc[index]= "Mana up"
  223. global.item_type[index]= 5
  224. global.item_mpcost[index]= 0
  225.  
  226. index=36
  227. global.item_name[index]= "Snail Shell"
  228. global.item_desc[index]= "Damage up, speed down"
  229. global.item_type[index]= 0
  230. global.item_mpcost[index]= 0
  231.  
  232. index=37
  233. global.item_name[index]= "Blood Chalice"
  234. global.item_desc[index]= "Lifesteal frenzy"
  235. global.item_type[index]= 2
  236. global.item_mpcost[index]=7
  237.  
  238. index=38
  239. global.item_name[index]= "The Sun"
  240. global.item_desc[index]= "All stats up"
  241. global.item_type[index]= 0
  242. global.item_mpcost[index]= 0
  243.  
  244. index=39
  245. global.item_name[index]= "Mercury"
  246. global.item_desc[index]= "Damage up"
  247. global.item_type[index]= 0
  248. global.item_mpcost[index]= 0
  249.  
  250. index=40
  251. global.item_name[index]= "Venus"
  252. global.item_desc[index]= "Crit chance + crit#damage up"
  253. global.item_type[index]= 0
  254. global.item_mpcost[index]= 0
  255.  
  256. index=41
  257. global.item_name[index]= "Earth"
  258. global.item_desc[index]= "Health + magic up"
  259. global.item_type[index]= 0
  260. global.item_mpcost[index]= 0
  261.  
  262. index=42
  263. global.item_name[index]= "Mars"
  264. global.item_desc[index]= "Defense up"
  265. global.item_type[index]= 0
  266. global.item_mpcost[index]= 0
  267.  
  268. index=43
  269. global.item_name[index]= "Jupiter"
  270. global.item_desc[index]= "Knockback + speed up"
  271. global.item_type[index]= 0
  272. global.item_mpcost[index]= 0
  273.  
  274. index=44
  275. global.item_name[index]= "Saturn"
  276. global.item_desc[index]= "Speed up"
  277. global.item_type[index]= 0
  278. global.item_mpcost[index]= 0
  279.  
  280. index=45
  281. global.item_name[index]= "Uranus"
  282. global.item_desc[index]= "Manasteal up"
  283. global.item_type[index]= 0
  284. global.item_mpcost[index]= 0
  285.  
  286. index=46
  287. global.item_name[index]= "Neptune"
  288. global.item_desc[index]= "Health + speed up"
  289. global.item_type[index]= 0
  290. global.item_mpcost[index]= 0
  291.  
  292. index=47
  293. global.item_name[index]= "Pluto"
  294. global.item_desc[index]= "Magic up"
  295. global.item_type[index]= 0
  296. global.item_mpcost[index]= 0
  297.  
  298. index=48
  299. global.item_name[index]= "Metal Shield"
  300. global.item_desc[index]= "Defense up"
  301. global.item_type[index]= 0
  302. global.item_mpcost[index]= 0
  303.  
  304. index=49
  305. global.item_name[index]= "Rabbit's Foot"
  306. global.item_desc[index]= "Luck up"
  307. global.item_type[index]= 0
  308. global.item_mpcost[index]= 0
  309.  
  310. index=50
  311. global.item_name[index]= "Small Spider"
  312. global.item_desc[index]= "Slow shot"
  313. global.item_type[index]= 2
  314. global.item_mpcost[index]= 2
  315.  
  316. index=51
  317. global.item_name[index]= "Spellbook"
  318. global.item_desc[index]= "Random spell effect"
  319. global.item_type[index]= 2
  320. global.item_mpcost[index]= 6
  321.  
  322. index=52
  323. global.item_name[index]= "Book of Rage"
  324. global.item_desc[index]= "Damage buff"
  325. global.item_type[index]= 2
  326. global.item_mpcost[index]= 6
  327.  
  328. index=53
  329. global.item_name[index]= "Book of Swiftness"
  330. global.item_desc[index]= "Speed buff"
  331. global.item_type[index]= 2
  332. global.item_mpcost[index]= 5
  333.  
  334. index=54
  335. global.item_name[index]= "Book of Protection"
  336. global.item_desc[index]= "Defense buff"
  337. global.item_type[index]= 2
  338. global.item_mpcost[index]= 6
  339.  
  340. index=55
  341. global.item_name[index]= "Book of Wind"
  342. global.item_desc[index]= "Knockback buff"
  343. global.item_type[index]= 2
  344. global.item_mpcost[index]= 5
  345.  
  346. index=56
  347. global.item_name[index]= "Book of Regeneration"
  348. global.item_desc[index]= "Regenerates health"
  349. global.item_type[index]= 2
  350. global.item_mpcost[index]= 8
  351.  
  352. index=57
  353. global.item_name[index]= "Rainbow Spellbook"
  354. global.item_desc[index]= "Multi stat buff"
  355. global.item_type[index]= 2
  356. global.item_mpcost[index]= 7
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement