mercenary_db.yml 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613
  1. # This file is a part of rAthena.
  2. # Copyright(C) 2021 rAthena Development Team
  3. # https://rathena.org - https://github.com/rathena
  4. #
  5. # This program is free software: you can redistribute it and/or modify
  6. # it under the terms of the GNU General Public License as published by
  7. # the Free Software Foundation, either version 3 of the License, or
  8. # (at your option) any later version.
  9. #
  10. # This program is distributed in the hope that it will be useful,
  11. # but WITHOUT ANY WARRANTY; without even the implied warranty of
  12. # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  13. # GNU General Public License for more details.
  14. #
  15. # You should have received a copy of the GNU General Public License
  16. # along with this program. If not, see <http://www.gnu.org/licenses/>.
  17. #
  18. ###########################################################################
  19. # Mercenary Database
  20. ###########################################################################
  21. #
  22. # Mercenary Settings
  23. #
  24. ###########################################################################
  25. # - Id Mercenary ID.
  26. # AegisName Server name to reference the mercenary in scripts and lookups, should use no spaces.
  27. # Name Name in English.
  28. # Level Level. (Default: 1)
  29. # Hp Total HP. (Default: 1)
  30. # Sp Total SP. (Default: 1)
  31. # Attack Minimum attack. (Default: 0)
  32. # Attack2 Maximum attack. (Default: 0)
  33. # Defense Physical defense of the mercenary, reduces melee and ranged physical attack/skill damage. (Default: 0)
  34. # MagicDefense Magic defense of the mercenary, reduces magical skill damage. (Default: 0)
  35. # Str Strength which affects attack. (Default: 1)
  36. # Agi Agility which affects flee. (Default: 1)
  37. # Vit Vitality which affects defense. (Default: 1)
  38. # Int Intelligence which affects magic attack. (Default: 1)
  39. # Dex Dexterity which affects hit rate. (Default: 1)
  40. # Luk Luck which affects perfect dodge/lucky flee/perfect flee/lucky dodge rate. (Default: 1)
  41. # AttackRange Attack range. (Default: 0)
  42. # SkillRange Skill cast range. (Default: 0)
  43. # ChaseRange Chase range. (Default: 0)
  44. # Size Size. (Default: Small)
  45. # Race Race. (Default: Formless)
  46. # Element Element. (Default: Neutral)
  47. # ElementLevel Level of element. (Default: 1)
  48. # WalkSpeed Walk speed. (Default: DEFAULT_WALK_SPEED)
  49. # AttackDelay Attack speed. (Default: 4000)
  50. # AttackMotion Attack animation speed. (Default: 2000)
  51. # DamageMotion Damage animation speed. (Default: 0)
  52. # Skills: List of mercenary skills. (Optional)
  53. # - Name Skill name.
  54. # MaxLevel Max skill level.
  55. ###########################################################################
  56. Header:
  57. Type: MERCENARY_DB
  58. Version: 1
  59. Body:
  60. - Id: 2213
  61. AegisName: M_WANDER_MAN
  62. Name: Wander Man
  63. Level: 81
  64. Hp: 8614
  65. Sp: 220
  66. Attack: 1100
  67. Attack2: 1300
  68. Defense: 60
  69. MagicDefense: 20
  70. Str: 80
  71. Agi: 110
  72. Vit: 63
  73. Int: 51
  74. Dex: 85
  75. Luk: 90
  76. AttackRange: 2
  77. SkillRange: 10
  78. ChaseRange: 12
  79. Size: Medium
  80. Race: Demon
  81. Element: Wind
  82. ElementLevel: 1
  83. WalkSpeed: 100
  84. AttackDelay: 672
  85. AttackMotion: 500
  86. DamageMotion: 192
  87. Skills:
  88. - Name: MER_QUICKEN
  89. MaxLevel: 10
  90. - Name: MS_PARRYING
  91. MaxLevel: 4
  92. - Name: MER_AUTOBERSERK
  93. MaxLevel: 1
  94. - Name: MS_BOWLINGBASH
  95. MaxLevel: 5
  96. - Id: 2214
  97. AegisName: M_WICKED_NYMPH
  98. Name: Wicked Nymph
  99. Level: 85
  100. Hp: 6157
  101. Sp: 256
  102. Attack: 420
  103. Attack2: 620
  104. Defense: 30
  105. MagicDefense: 45
  106. Str: 40
  107. Agi: 50
  108. Vit: 40
  109. Int: 92
  110. Dex: 60
  111. Luk: 110
  112. AttackRange: 2
  113. SkillRange: 10
  114. ChaseRange: 12
  115. Size: Medium
  116. Race: Demon
  117. Element: Dark
  118. ElementLevel: 3
  119. WalkSpeed: 200
  120. AttackDelay: 637
  121. AttackMotion: 1008
  122. DamageMotion: 360
  123. Skills:
  124. - Name: MER_LEXDIVINA
  125. MaxLevel: 3
  126. - Name: MER_BLESSING
  127. MaxLevel: 5
  128. - Name: MER_TENDER
  129. MaxLevel: 1
  130. - Name: MER_MAGNIFICAT
  131. MaxLevel: 1
  132. - Id: 2215
  133. AegisName: M_KASA
  134. Name: Kasa
  135. Level: 83
  136. Hp: 9815
  137. Sp: 234
  138. Attack: 1100
  139. Attack2: 1300
  140. Defense: 60
  141. MagicDefense: 60
  142. Str: 85
  143. Agi: 90
  144. Vit: 71
  145. Int: 43
  146. Dex: 85
  147. Luk: 105
  148. AttackRange: 2
  149. SkillRange: 10
  150. ChaseRange: 12
  151. Size: Large
  152. Element: Fire
  153. ElementLevel: 3
  154. WalkSpeed: 150
  155. AttackDelay: 800
  156. AttackMotion: 600
  157. DamageMotion: 288
  158. Skills:
  159. - Name: MER_CRASH
  160. MaxLevel: 5
  161. - Name: MS_MAGNUM
  162. MaxLevel: 5
  163. - Name: MER_REGAIN
  164. MaxLevel: 1
  165. - Name: MER_AUTOBERSERK
  166. MaxLevel: 1
  167. - Id: 2216
  168. AegisName: M_SALAMANDER
  169. Name: Salamander
  170. Level: 87
  171. Hp: 9517
  172. Sp: 260
  173. Attack: 900
  174. Attack2: 1100
  175. Defense: 60
  176. MagicDefense: 68
  177. Str: 90
  178. Agi: 80
  179. Vit: 65
  180. Int: 45
  181. Dex: 87
  182. Luk: 95
  183. AttackRange: 2
  184. SkillRange: 10
  185. ChaseRange: 12
  186. Size: Large
  187. Element: Fire
  188. ElementLevel: 3
  189. WalkSpeed: 160
  190. AttackDelay: 140
  191. AttackMotion: 384
  192. DamageMotion: 288
  193. Skills:
  194. - Name: MS_BASH
  195. MaxLevel: 5
  196. - Name: ML_BRANDISH
  197. MaxLevel: 5
  198. - Name: MER_AUTOBERSERK
  199. MaxLevel: 1
  200. - Name: MER_BENEDICTION
  201. MaxLevel: 1
  202. - Id: 2217
  203. AegisName: M_TEDDY_BEAR
  204. Name: Teddy Bear
  205. Level: 85
  206. Hp: 14493
  207. Sp: 243
  208. Attack: 600
  209. Attack2: 800
  210. Defense: 100
  211. MagicDefense: 70
  212. Str: 60
  213. Agi: 20
  214. Vit: 85
  215. Int: 50
  216. Dex: 75
  217. Luk: 130
  218. AttackRange: 1
  219. SkillRange: 10
  220. ChaseRange: 12
  221. Element: Neutral
  222. ElementLevel: 3
  223. WalkSpeed: 200
  224. AttackDelay: 512
  225. AttackMotion: 780
  226. DamageMotion: 504
  227. Skills:
  228. - Name: ML_DEVOTION
  229. MaxLevel: 3
  230. - Name: MER_REGAIN
  231. MaxLevel: 1
  232. - Name: ML_DEFENDER
  233. MaxLevel: 1
  234. - Name: MER_SCAPEGOAT
  235. MaxLevel: 1
  236. - Id: 2325
  237. AegisName: M_BAPHOMET_
  238. Name: Baphomet
  239. Level: 57
  240. Hp: 7510
  241. Sp: 204
  242. Attack: 810
  243. Attack2: 955
  244. Defense: 70
  245. MagicDefense: 40
  246. Str: 52
  247. Agi: 60
  248. Vit: 36
  249. Int: 17
  250. Dex: 57
  251. Luk: 25
  252. AttackRange: 1
  253. SkillRange: 10
  254. ChaseRange: 12
  255. Race: Demon
  256. Element: Dark
  257. ElementLevel: 1
  258. WalkSpeed: 100
  259. AttackDelay: 868
  260. AttackMotion: 480
  261. DamageMotion: 120
  262. Skills:
  263. - Name: MS_BASH
  264. MaxLevel: 5
  265. - Name: MER_QUICKEN
  266. MaxLevel: 10
  267. - Id: 2326
  268. AegisName: M_GALAPAGO
  269. Name: Galapago
  270. Level: 45
  271. Hp: 7513
  272. Sp: 201
  273. Attack: 760
  274. Attack2: 915
  275. Defense: 70
  276. MagicDefense: 40
  277. Str: 30
  278. Agi: 28
  279. Vit: 29
  280. Int: 18
  281. Dex: 30
  282. Luk: 16
  283. AttackRange: 1
  284. SkillRange: 10
  285. ChaseRange: 12
  286. Race: Brute
  287. Element: Earth
  288. ElementLevel: 1
  289. WalkSpeed: 165
  290. AttackDelay: 1430
  291. AttackMotion: 1080
  292. DamageMotion: 1080
  293. Skills:
  294. - Name: MER_BLESSING
  295. MaxLevel: 5
  296. - Id: 2342
  297. AegisName: MER_DIABOLIC
  298. Name: Diabolic
  299. Level: 83
  300. Hp: 9815
  301. Sp: 234
  302. Attack: 1100
  303. Attack2: 1300
  304. Defense: 60
  305. MagicDefense: 60
  306. Str: 85
  307. Agi: 90
  308. Vit: 71
  309. Int: 43
  310. Dex: 85
  311. Luk: 105
  312. AttackRange: 2
  313. SkillRange: 10
  314. ChaseRange: 12
  315. Race: Demon
  316. Element: Dark
  317. ElementLevel: 2
  318. WalkSpeed: 150
  319. AttackDelay: 1080
  320. AttackMotion: 780
  321. DamageMotion: 180
  322. Skills:
  323. - Name: MER_CRASH
  324. MaxLevel: 5
  325. - Name: MS_MAGNUM
  326. MaxLevel: 5
  327. - Name: MER_REGAIN
  328. MaxLevel: 1
  329. - Name: MER_AUTOBERSERK
  330. MaxLevel: 1
  331. - Id: 2344
  332. AegisName: MER_WISH_MAIDEN
  333. Name: Wish Maiden
  334. Level: 83
  335. Hp: 9815
  336. Sp: 234
  337. Attack: 1100
  338. Attack2: 1300
  339. Defense: 60
  340. MagicDefense: 60
  341. Str: 85
  342. Agi: 90
  343. Vit: 71
  344. Int: 43
  345. Dex: 85
  346. Luk: 105
  347. AttackRange: 2
  348. SkillRange: 10
  349. ChaseRange: 12
  350. Race: Demon
  351. Element: Dark
  352. ElementLevel: 2
  353. WalkSpeed: 150
  354. AttackDelay: 1080
  355. AttackMotion: 780
  356. DamageMotion: 180
  357. - Id: 2345
  358. AegisName: MER_ZHERLTHSH
  359. Name: Zherlthsh
  360. Level: 83
  361. Hp: 9815
  362. Sp: 234
  363. Attack: 1100
  364. Attack2: 1300
  365. Defense: 60
  366. MagicDefense: 60
  367. Str: 85
  368. Agi: 90
  369. Vit: 71
  370. Int: 43
  371. Dex: 85
  372. Luk: 105
  373. AttackRange: 2
  374. SkillRange: 10
  375. ChaseRange: 12
  376. Race: Demon
  377. Element: Dark
  378. ElementLevel: 2
  379. WalkSpeed: 150
  380. AttackDelay: 1080
  381. AttackMotion: 780
  382. DamageMotion: 180
  383. Skills:
  384. - Name: MER_CRASH
  385. MaxLevel: 5
  386. - Name: MS_MAGNUM
  387. MaxLevel: 5
  388. - Name: MER_REGAIN
  389. MaxLevel: 1
  390. - Name: MER_AUTOBERSERK
  391. MaxLevel: 1
  392. - Id: 2346
  393. AegisName: MER_KTULLANUX
  394. Name: Ktullanux
  395. Level: 83
  396. Hp: 9815
  397. Sp: 234
  398. Attack: 1100
  399. Attack2: 1300
  400. Defense: 60
  401. MagicDefense: 60
  402. Str: 85
  403. Agi: 90
  404. Vit: 71
  405. Int: 43
  406. Dex: 85
  407. Luk: 105
  408. AttackRange: 2
  409. SkillRange: 10
  410. ChaseRange: 12
  411. Race: Demon
  412. Element: Dark
  413. ElementLevel: 2
  414. WalkSpeed: 150
  415. AttackDelay: 1080
  416. AttackMotion: 780
  417. DamageMotion: 180
  418. - Id: 2347
  419. AegisName: MER_EDDGA
  420. Name: Eddga
  421. Level: 83
  422. Hp: 9815
  423. Sp: 234
  424. Attack: 1100
  425. Attack2: 1300
  426. Defense: 60
  427. MagicDefense: 60
  428. Str: 85
  429. Agi: 90
  430. Vit: 71
  431. Int: 43
  432. Dex: 85
  433. Luk: 105
  434. AttackRange: 2
  435. SkillRange: 10
  436. ChaseRange: 12
  437. Race: Demon
  438. Element: Dark
  439. ElementLevel: 2
  440. WalkSpeed: 150
  441. AttackDelay: 1080
  442. AttackMotion: 780
  443. DamageMotion: 180
  444. Skills:
  445. - Name: MER_CRASH
  446. MaxLevel: 5
  447. - Name: MS_MAGNUM
  448. MaxLevel: 5
  449. - Name: MER_REGAIN
  450. MaxLevel: 1
  451. - Name: MER_AUTOBERSERK
  452. MaxLevel: 1
  453. - Id: 2348
  454. AegisName: MER_CIVIL_SERVANT
  455. Name: Civil Servant
  456. Level: 83
  457. Hp: 9815
  458. Sp: 234
  459. Attack: 1100
  460. Attack2: 1300
  461. Defense: 60
  462. MagicDefense: 60
  463. Str: 85
  464. Agi: 90
  465. Vit: 71
  466. Int: 43
  467. Dex: 85
  468. Luk: 105
  469. AttackRange: 2
  470. SkillRange: 10
  471. ChaseRange: 12
  472. Race: Demon
  473. Element: Dark
  474. ElementLevel: 2
  475. WalkSpeed: 150
  476. AttackDelay: 1080
  477. AttackMotion: 780
  478. DamageMotion: 180
  479. - Id: 2349
  480. AegisName: MER_LOLI_RURI
  481. Name: Loli Ruri
  482. Level: 83
  483. Hp: 9815
  484. Sp: 234
  485. Attack: 1100
  486. Attack2: 1300
  487. Defense: 60
  488. MagicDefense: 60
  489. Str: 85
  490. Agi: 90
  491. Vit: 71
  492. Int: 43
  493. Dex: 85
  494. Luk: 105
  495. AttackRange: 2
  496. SkillRange: 10
  497. ChaseRange: 12
  498. Race: Demon
  499. Element: Dark
  500. ElementLevel: 2
  501. WalkSpeed: 150
  502. AttackDelay: 1080
  503. AttackMotion: 780
  504. DamageMotion: 180
  505. - Id: 2350
  506. AegisName: MER_SEDORA
  507. Name: Sedora
  508. Level: 83
  509. Hp: 9815
  510. Sp: 234
  511. Attack: 1100
  512. Attack2: 1300
  513. Defense: 60
  514. MagicDefense: 60
  515. Str: 85
  516. Agi: 90
  517. Vit: 71
  518. Int: 43
  519. Dex: 85
  520. Luk: 105
  521. AttackRange: 2
  522. SkillRange: 10
  523. ChaseRange: 12
  524. Race: Demon
  525. Element: Dark
  526. ElementLevel: 2
  527. WalkSpeed: 150
  528. AttackDelay: 1080
  529. AttackMotion: 780
  530. DamageMotion: 180
  531. - Id: 2351
  532. AegisName: MER_CHEPET
  533. Name: Chepet
  534. Level: 83
  535. Hp: 9815
  536. Sp: 234
  537. Attack: 1100
  538. Attack2: 1300
  539. Defense: 60
  540. MagicDefense: 60
  541. Str: 85
  542. Agi: 90
  543. Vit: 71
  544. Int: 43
  545. Dex: 85
  546. Luk: 105
  547. AttackRange: 2
  548. SkillRange: 10
  549. ChaseRange: 12
  550. Race: Demon
  551. Element: Dark
  552. ElementLevel: 2
  553. WalkSpeed: 150
  554. AttackDelay: 1080
  555. AttackMotion: 780
  556. DamageMotion: 180
  557. - Id: 2378
  558. AegisName: MER_ANTLER_SCARABA
  559. Name: Antler Scaraba
  560. Level: 136
  561. Hp: 30000
  562. Attack: 1418
  563. Attack2: 1828
  564. Defense: 155
  565. MagicDefense: 102
  566. Str: 23
  567. Agi: 99
  568. Vit: 59
  569. Int: 129
  570. Dex: 137
  571. Luk: 45
  572. AttackRange: 1
  573. SkillRange: 10
  574. ChaseRange: 12
  575. Size: Medium
  576. Race: Insect
  577. Element: Earth
  578. ElementLevel: 2
  579. WalkSpeed: 200
  580. AttackDelay: 504
  581. AttackMotion: 624
  582. DamageMotion: 360
  583. - Id: 2937
  584. AegisName: M_LOKI
  585. Name: Loki's Shadow
  586. Level: 145
  587. Hp: 1215600
  588. Attack: 1835
  589. Attack2: 2279
  590. Defense: 15
  591. MagicDefense: 89
  592. Str: 76
  593. Agi: 66
  594. Vit: 90
  595. Int: 55
  596. Dex: 189
  597. Luk: 22
  598. AttackRange: 2
  599. SkillRange: 10
  600. ChaseRange: 12
  601. Size: Medium
  602. Race: Demihuman
  603. Element: Neutral
  604. ElementLevel: 1
  605. WalkSpeed: 175
  606. AttackDelay: 800
  607. AttackMotion: 750
  608. DamageMotion: 300
  609. Skills:
  610. - Name: MER_INVINCIBLEOFF2
  611. MaxLevel: 1