abra_db.txt 7.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322
  1. // Hocus-Pocus (Abrakadabra) Castable Skills Database
  2. //
  3. // Structure of Database:
  4. // SkillID,DummyName,RequiredHocusPocusLevel,Rate
  5. //
  6. // 01. SkillID Skill ID to be casted by hocus pocus.
  7. // 02. DummyName Name of the skill (informative, not used by server).
  8. // 03. RequiredHocusPocusLevel Minimum skill level of hocus pocus for the current skill to be selected.
  9. // 04. Rate Chance at which the skill is selected (1 = 0.01%, 10000 = 100%).
  10. //
  11. // NOTE: The skill is picked at random from the entire database and then tested for rate. If it
  12. // does not succeed at that rate, an another skill is picked and tested. This continues
  13. // until a skill succeeds.
  14. //1,Basic Skill,1,0
  15. //2,Sword Mastery,1,0
  16. //3,Two-Handed Sword Mastery,1,0
  17. //4,Increase HP Recovery,1,0
  18. 5,Bash,1,5000
  19. 6,Provoke,1,5000
  20. 7,Magnum Break,1,5000
  21. 8,Endure,1,5000
  22. //9,Increase SP Recovery,1,0
  23. 10,Sight,1,5000
  24. 11,Napalm Beat,1,5000
  25. 12,Safety Wall,4,5000
  26. 13,Soul Strike,2,5000
  27. 14,Cold Bolt,1,5000
  28. 15,Frost Diver,2,5000
  29. 16,Stone Curse,1,5000
  30. 17,Fire Ball,2,5000
  31. 18,Fire Wall,4,5000
  32. 19,Fire Bolt,1,5000
  33. 20,Lightning Bolt,1,5000
  34. 21,Thunder Storm,2,5000
  35. //22,Divine Protection,1,0
  36. //23,Demon Bane,1,0
  37. 24,Ruwach,1,5000
  38. 25,Pneuma,6,5000
  39. 26,Teleport,2,5000
  40. 27,Warp Portal,4,5000
  41. 28,Heal,1,5000
  42. 29,Increase AGI,2,5000
  43. 30,Decrease AGI,4,5000
  44. 31,Aqua Benedicta,1,5000
  45. 32,Signum Crucis,1,5000
  46. 33,Angelus,1,5000
  47. 34,Blessing,2,5000
  48. 35,Cure,1,5000
  49. //36,Enlarge Weight Limit,1,0
  50. //37,Discount,1,0
  51. //38,Overcharge,1,0
  52. //39,Pushcart,1,0
  53. 40,Item Appraisal,1,5000
  54. 41,Vending,4,5000
  55. 42,Mammonite,1,5000
  56. //43,Owl's Eye,1,0
  57. //44,Vulture's Eye,1,0
  58. 45,Improve Concentration,4,5000
  59. 46,Double Strafe,1,5000
  60. 47,Arrow Shower,2,5000
  61. //48,Double Attack,1,0
  62. //49,Improve Dodge,1,0
  63. 50,Steal,2,5000
  64. 51,Hiding,2,5000
  65. 52,Envenom,1,5000
  66. 53,Detoxify,1,5000
  67. 54,Resurrection,1,5000
  68. //55,Spear Mastery,1,0
  69. 56,Pierce,2,4000
  70. 57,Brandish Spear,6,4000
  71. 58,Spear Stab,1,4000
  72. 59,Spear Boomerang,4,4000
  73. 60,TwoHand Quicken,1,4000
  74. 61,Counter Attack,2,4000
  75. 62,Bowling Bash,6,4000
  76. //63,Peco Peco Riding,1,0
  77. //64,Cavalier Mastery,1,0
  78. //65,Mace Mastery,1,0
  79. 66,Impositio Manus,1,4000
  80. 67,Suffragium,2,4000
  81. 68,Aspersio,2,4000
  82. 69,B.S Sacramenti,4,4000
  83. 70,Sanctuary,2,4000
  84. 71,Slow poison,1,4000
  85. 72,Status Recovery,1,4000
  86. 73,Kyrie Eleison,2,4000
  87. 74,Magnificat,2,4000
  88. 75,Gloria,4,4000
  89. 76,Lex Divina,2,4000
  90. 77,Turn Undead,2,4000
  91. 78,Lex Aeterna,4,4000
  92. 79,Magnus Exorcismus,6,4000
  93. 80,Fire Pillar,2,4000
  94. 81,Sightrasher,2,4000
  95. //82,Fire Ivy,1,0
  96. 83,Meteor Storm,6,4000
  97. 84,Jupitel Thunder,2,4000
  98. 85,Lord of Vermilion,6,4000
  99. 86,Water Ball,4,4000
  100. 87,Ice Wall,2,4000
  101. 88,Frost Nova,1,4000
  102. 89,Storm Gust,6,4000
  103. 90,Earth spike,1,4000
  104. 91,Heaven's Drive,2,4000
  105. 92,Quagmire,4,4000
  106. 93,Sense,1,4000
  107. //94,Iron Tempering,1,0
  108. //95,Steel Tempering,1,0
  109. //96,Enchanted Stone Craft,1,0
  110. //97,Oridecon Research,1,0
  111. //98,Smith Dagger,1,0
  112. //99,Smith Sword,1,0
  113. //100,Smith Two-handed Sword,1,0
  114. //101,Smith Axe,1,0
  115. //102,Smith Mace,1,0
  116. //103,Smith Knucklebrace,1,0
  117. //104,Smith Spear,1,0
  118. //105,Hilt Binding,1,0
  119. //106,Ore Discovery,1,0
  120. //107,Weaponry Research,1,0
  121. 108,Weapon Repair,1,0
  122. //109,Skin Tempering,1,0
  123. 110,Hammer Fall,1,4000
  124. 111,Adrenaline Rush,2,4000
  125. 112,Weapon Perfection,4,4000
  126. 113,Power-Thrust,4,4000
  127. 114,Maximize Power,6,4000
  128. 115,Skid Trap,1,4000
  129. 116,Land Mine,2,4000
  130. 117,Ankle Snare,2,4000
  131. 118,Shockwave Trap,4,4000
  132. 119,Sandman,4,4000
  133. 120,Flasher,4,4000
  134. 121,Freezing Trap,4,4000
  135. 122,Blast Mine,4,4000
  136. 123,Claymore Trap,6,4000
  137. 124,Remove Trap,1,4000
  138. 125,Talkie box,1,4000
  139. //126,Beast Bane,1,0
  140. //127,Falconry Mastery,1,0
  141. //128,Steel Crow,1,0
  142. 129,Blitz Beat,4,4000
  143. 130,Detect,1,4000
  144. 131,Spring Trap,1,4000
  145. //132,Righthand Mastery,1,0
  146. //133,Lefthand Mastery,1,0
  147. //134,Katar Mastery,1,0
  148. 135,Cloaking,2,4000
  149. 136,Sonic Blow,2,4000
  150. 137,Grimtooth,4,4000
  151. 138,Enchant Poison,2,4000
  152. 139,Poison React,2,4000
  153. 140,Venom Dust,4,4000
  154. 141,Venom Splasher,4,4000
  155. //---JP2.0 Additional skill---
  156. 142,First Aid,1,5000
  157. 143,Act Dead,1,5000
  158. //144,Moving HP-Recovery,1,0
  159. //145,Fatal Blow,1,0
  160. 146,Auto Berserk,1,0
  161. 147,Arrow Crafting,1,5000
  162. 148,Arrow Repel,1,5000
  163. 149,Throw Sand,1,5000
  164. 150,Back sliding,1,5000
  165. 151,Find Stone,1,5000
  166. 152,Stone Fling,1,5000
  167. 153,Cart Revolution,1,5000
  168. 154,Change Cart,1,5000
  169. 155,Crazy Uproar,1,5000
  170. 156,Holy Light,1,5000
  171. 157,Energy Coat,1,5000
  172. //---EP4.0 Skill---
  173. //210,Gank,1,0
  174. 211,Mug,1,4000
  175. 212,Back Stab,4,4000
  176. //213,Stalk,1,0
  177. 214,Sightless Raid,2,4000
  178. 215,Divest Weapon,4,4000
  179. 216,Divest shield,4,4000
  180. 217,Divest armor,4,4000
  181. 218,Divest helm,4,4000
  182. 219,Snatch,4,4000
  183. 220,Scribble,1,4000
  184. 221,Piece,1,0
  185. 222,Remover,4,4000
  186. //223,Slyness,1,0
  187. //224,Haggle,1,0
  188. //225,Intimidate,1,0
  189. //226,Axe Mastery,1,0
  190. //227,Potion Research,1,0
  191. 228,Prepare Potion,1,4000
  192. 229,Bomb,2,4000
  193. 230,Acid terror,2,4000
  194. 231,Aid Potion,2,4000
  195. 232,Summon Flora,4,4000
  196. 233,Summon Marine Sphere,4,4000
  197. 234,Alchemical Weapon,4,4000
  198. 235,Synthesized Shield,4,4000
  199. 236,Synthetic Armor,4,4000
  200. 237,Biochemical Helm,4,4000
  201. //238,Bioethics,1,0
  202. //239,Biotechnology,1,0
  203. //240,Life Creation,1,0
  204. //241,Cultivation,1,0
  205. //242,Flame control,1,0
  206. //243,Call Homunculus,1,0
  207. //244,Vaporize,1,0
  208. //245,Drillmaster,1,0
  209. //246,Heal Homunculus,1,0
  210. //247,Resurrect Homunculus,1,0
  211. //248,Faith,1,0
  212. 249,Guard,1,4000
  213. 250,Smite,2,4000
  214. 251,Shield boomerang,2,4000
  215. 252,Shield Reflect,4,4000
  216. 253,Holy cross,2,4000
  217. 254,Grand cross,6,4000
  218. 255,Sacrifice,4,4000
  219. 256,Resistant Souls,2,4000
  220. 257,Defending Aura,4,4000
  221. 258,Spear Quicken,1,4000
  222. //259,Iron fists,1,0
  223. //260,Spiritual Cadence,1,0
  224. 261,Summon Spirit Sphere,1,4000
  225. 262,Absorb Spirit Sphere,1,4000
  226. //263,Raging Trifecta Blow,1,0
  227. 264,Snap,4,4000
  228. //265,Dodge,1,0
  229. 266,Occult Impact,2,4000
  230. 267,Throw Spirit Sphere,2,4000
  231. 268,Mental Strength,4,4000
  232. 269,Root,2,4000
  233. 270,Fury,2,4000
  234. 271,Asura Strike,6,4000
  235. 272,Raging Quadruple Blow,1,0
  236. 273,Raging Thrust,1,0
  237. //274,Study,1,0
  238. 275,Cast Cancel,1,4000
  239. 276,Magic Rod,1,4000
  240. 277,Spell Break,2,4000
  241. //278,Free Cast,1,0
  242. 279,Hindsight,2,4000
  243. 280,Endow Blaze,2,4000
  244. 281,Endow Tsunami,2,4000
  245. 282,Endow Tornado,2,4000
  246. 283,Endow Quake,2,4000
  247. //284,Dragonology,1,0
  248. 285,Volcano,4,4000
  249. 286,Deluge,4,4000
  250. 287,Whirlwind,4,4000
  251. 288,Magnetic Earth,4,4000
  252. 289,Dispel,6,4000
  253. 290,Hocus-pocus,4,4000
  254. // Abracadabra Derivation Skill
  255. 291,Monocell,4,2500
  256. 292,Class Change,8,2500
  257. 293,Summon Monster,6,3500
  258. 294,Grampus Morph,4,5000
  259. 295,Grim Reaper,8,2000
  260. //296,Gold Digger,6,4000
  261. 297,Beastly Hypnosis,6,4000
  262. 298,Questioning,4,5000
  263. 299,Gravity,4,5000
  264. //300,Leveling,10,500
  265. 301,Suicide,4,2000
  266. 302,Rejuvination,8,3000
  267. 303,Coma,4,4000
  268. // Dancer / Bard commonness
  269. 304,Amp,1,0
  270. 305,Encore,1,0
  271. 306,Lullaby,1,0
  272. 307,Mental Sensing,1,0
  273. 308,Down Tempo,1,0
  274. 309,Battle Theme,1,0
  275. 310,Harmonic Lick,1,0
  276. 311,Classical Pluck,1,0
  277. 312,Power Chord,1,0
  278. 313,Acoustic Rhythm,1,0
  279. //314,Ragnarok,1,0
  280. // Bard skill
  281. //315,Music Lessons,1,0
  282. 316,Melody Strike,1,4000
  283. 317,Unchained Serenade,1,0
  284. 318,Unbarring Octave,2,4000
  285. 319,Perfect Tablature,1,0
  286. 320,Impressive Riff,1,0
  287. 321,Magic Strings,1,0
  288. 322,Song of Lutie,1,0
  289. // Dancer skill
  290. //323,Dance Lessons,1,0
  291. 324,Slinging Arrow,1,4000
  292. 325,Hip Shaker,1,0
  293. 326,Dazzler,2,4000
  294. 327,Focus Ballet,1,0
  295. 328,Slow Grace,1,0
  296. 329,Lady Luck,1,0
  297. 330,Gypsy's Kiss,1,0