job_aspd.yml 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619
  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. # Job Database
  20. ###########################################################################
  21. #
  22. # Job Settings
  23. #
  24. ###########################################################################
  25. # - Jobs: List of jobs associated to group.
  26. # Job Job name.
  27. # MaxWeight Base maximum weight. (Default: 20000)
  28. # HpFactor Exponential HP increase. Per base level: [HpFactor * BaseLv / 100]. Used when macro HP_SP_TABLES is disabled. (Default: 0)
  29. # HpIncrease Linear HP increase. Per base level: [HpIncrease / 100]. Used when macro HP_SP_TABLES is disabled. (Default: 500)
  30. # SpFactor Exponential SP increase. Per base level: [SpFactor * BaseLv / 100]. Used when macro HP_SP_TABLES is disabled. (Default: 0)
  31. # SpIncrease Linear SP increase. Per base level: [SpIncrease / 100]. Used when macro HP_SP_TABLES is disabled. (Default: 100)
  32. # ApFactor Exponential AP increase. Per base level: [ApFactor * BaseLv / 100]. Used when macro HP_SP_TABLES is disabled. (Default: 0)
  33. # ApIncrease Linear AP increase. Per base level: [ApIncrease / 100]. Used when macro HP_SP_TABLES is disabled. (Default: 0)
  34. # BaseASPD: Base ASPD for each weapon type. (Default: 2000)
  35. # Weapon Weapon type with associated ASPD.
  36. # BonusStats: Job level bonus stats/traits.
  37. # - Level Job level.
  38. # Str Stength increase amount. (Default: 0)
  39. # Agi Agility increase amount. (Default: 0)
  40. # Vit Vitality increase amount. (Default: 0)
  41. # Int Intelligence increase amount. (Default: 0)
  42. # Dex Dexterity increase amount. (Default: 0)
  43. # Luk Luck increase amount. (Default: 0)
  44. # Pow Power increase amount. (Default: 0)
  45. # Sta Stamina increase amount. (Default: 0)
  46. # Wis Wisdom increase amount. (Default: 0)
  47. # Spl Spell increase amount. (Default: 0)
  48. # Con Concentration increase amount. (Default: 0)
  49. # Crt Creative increase amount. (Default: 0)
  50. # MaxStats: Maximum stats/traits applicable. (Default: battle_config::max_*_parameter)
  51. # Str Strength.
  52. # Agi Agility.
  53. # Vit Vitality.
  54. # Int Intelligence.
  55. # Dex Dexterity.
  56. # Luk Luck.
  57. # Pow Power.
  58. # Sta Stamina.
  59. # Wis Wisdom.
  60. # Spl Spell.
  61. # Con Concentration.
  62. # Crt Creative.
  63. # MaxBaseLevel Maximum base level. (Default: MAX_LEVEL)
  64. # BaseExp: Base experience per level.
  65. # - Level Base level.
  66. # Exp Base experience.
  67. # MaxJobLevel Maximum job level. (Default: MAX_LEVEL)
  68. # JobExp: Job experience per level.
  69. # - Level Job level.
  70. # Exp Job experience.
  71. # BaseHp: Base HP per base level.
  72. # - Level Base level.
  73. # Hp Base HP.
  74. # BaseSp: Base SP per base level.
  75. # - Level Base level.
  76. # Sp Base SP.
  77. # BaseAp: Base AP per base level.
  78. # - Level Base level.
  79. # Ap Base AP.
  80. ###########################################################################
  81. Header:
  82. Type: JOB_STATS
  83. Version: 3
  84. Body:
  85. - Jobs:
  86. Novice: true
  87. Super_Novice: true
  88. Novice_High: true
  89. Baby: true
  90. Super_Baby: true
  91. Super_Novice_E: true
  92. Super_Baby_E: true
  93. Hyper_Novice: true
  94. BaseASPD:
  95. Fist: 40
  96. Dagger: 55
  97. 1hSword: 57
  98. 1hAxe: 50
  99. Mace: 50
  100. 2hMace: 55
  101. Staff: 65
  102. 2hStaff: 65
  103. Shield: 10
  104. - Jobs:
  105. Swordman: true
  106. Swordman_High: true
  107. Baby_Swordman: true
  108. BaseASPD:
  109. Fist: 40
  110. Dagger: 47
  111. 1hSword: 47
  112. 2hSword: 54
  113. 1hSpear: 57
  114. 2hSpear: 65
  115. 1hAxe: 55
  116. 2hAxe: 60
  117. Mace: 50
  118. 2hMace: 55
  119. Shield: 5
  120. - Jobs:
  121. Mage: true
  122. Mage_High: true
  123. Baby_Mage: true
  124. BaseASPD:
  125. Fist: 50
  126. Dagger: 50
  127. Staff: 55
  128. 2hStaff: 55
  129. Shield: 10
  130. - Jobs:
  131. Archer: true
  132. Archer_High: true
  133. Baby_Archer: true
  134. BaseASPD:
  135. Fist: 40
  136. Dagger: 55
  137. Bow: 50
  138. Shield: 9
  139. - Jobs:
  140. Acolyte: true
  141. Acolyte_High: true
  142. Baby_Acolyte: true
  143. BaseASPD:
  144. Fist: 40
  145. Mace: 45
  146. 2hMace: 50
  147. Staff: 60
  148. 2hStaff: 60
  149. Shield: 7
  150. - Jobs:
  151. Merchant: true
  152. Merchant_High: true
  153. Baby_Merchant: true
  154. BaseASPD:
  155. Fist: 40
  156. Dagger: 52
  157. 1hSword: 52
  158. 1hAxe: 48
  159. 2hAxe: 55
  160. Mace: 50
  161. 2hMace: 55
  162. Shield: 5
  163. - Jobs:
  164. Thief: true
  165. Thief_High: true
  166. Baby_Thief: true
  167. BaseASPD:
  168. Fist: 40
  169. Dagger: 48
  170. 1hSword: 50
  171. 1hAxe: 60
  172. Bow: 53
  173. Shield: 6
  174. - Jobs:
  175. Knight: true
  176. Knight2: true
  177. Lord_Knight: true
  178. Lord_Knight2: true
  179. Baby_Knight: true
  180. Baby_Knight2: true
  181. BaseASPD:
  182. Fist: 40
  183. Dagger: 49
  184. 1hSword: 45
  185. 2hSword: 52
  186. 1hSpear: 55
  187. 2hSpear: 60
  188. 1hAxe: 50
  189. 2hAxe: 55
  190. Mace: 45
  191. 2hMace: 50
  192. Shield: 5
  193. - Jobs:
  194. Priest: true
  195. High_Priest: true
  196. Baby_Priest: true
  197. BaseASPD:
  198. Fist: 40
  199. Mace: 43
  200. 2hMace: 48
  201. Staff: 60
  202. Knuckle: 60
  203. Book: 44
  204. 2hStaff: 60
  205. Shield: 5
  206. - Jobs:
  207. Wizard: true
  208. High_Wizard: true
  209. Baby_Wizard: true
  210. BaseASPD:
  211. Fist: 50
  212. Dagger: 54
  213. Staff: 53
  214. 2hStaff: 53
  215. Shield: 8
  216. - Jobs:
  217. Blacksmith: true
  218. Whitesmith: true
  219. Baby_Blacksmith: true
  220. BaseASPD:
  221. Fist: 40
  222. Dagger: 50
  223. 1hSword: 50
  224. 1hAxe: 46
  225. 2hAxe: 53
  226. Mace: 48
  227. 2hMace: 53
  228. Shield: 5
  229. - Jobs:
  230. Hunter: true
  231. Sniper: true
  232. Baby_Hunter: true
  233. BaseASPD:
  234. Fist: 40
  235. Dagger: 53
  236. Bow: 48
  237. Shield: 9
  238. - Jobs:
  239. Assassin: true
  240. Assassin_Cross: true
  241. Baby_Assassin: true
  242. BaseASPD:
  243. Fist: 40
  244. Dagger: 42
  245. 1hSword: 50
  246. 1hAxe: 51
  247. Katar: 42
  248. Huuma: 110
  249. Shield: 6
  250. - Jobs:
  251. Crusader: true
  252. Crusader2: true
  253. Paladin: true
  254. Paladin2: true
  255. Baby_Crusader: true
  256. Baby_Crusader2: true
  257. BaseASPD:
  258. Fist: 40
  259. Dagger: 48
  260. 1hSword: 43
  261. 2hSword: 55
  262. 1hSpear: 53
  263. 2hSpear: 52
  264. 1hAxe: 50
  265. 2hAxe: 55
  266. Mace: 45
  267. 2hMace: 50
  268. Shield: 5
  269. - Jobs:
  270. Monk: true
  271. Champion: true
  272. Baby_Monk: true
  273. BaseASPD:
  274. Fist: 40
  275. Mace: 43
  276. 2hMace: 48
  277. Staff: 60
  278. Knuckle: 40
  279. 2hStaff: 58
  280. Shield: 5
  281. - Jobs:
  282. Sage: true
  283. Professor: true
  284. Baby_Sage: true
  285. BaseASPD:
  286. Fist: 45
  287. Dagger: 53
  288. 1hSword: 60
  289. Staff: 55
  290. Book: 43
  291. 2hStaff: 55
  292. Shield: 5
  293. - Jobs:
  294. Rogue: true
  295. Stalker: true
  296. Baby_Rogue: true
  297. BaseASPD:
  298. Fist: 40
  299. Dagger: 45
  300. 1hSword: 50
  301. Bow: 50
  302. Shield: 5
  303. - Jobs:
  304. Alchemist: true
  305. Creator: true
  306. Baby_Alchemist: true
  307. BaseASPD:
  308. Fist: 40
  309. Dagger: 50
  310. 1hSword: 45
  311. 1hAxe: 45
  312. 2hAxe: 52
  313. Mace: 45
  314. 2hMace: 50
  315. Shield: 4
  316. - Jobs:
  317. Bard: true
  318. Clown: true
  319. Baby_Bard: true
  320. BaseASPD:
  321. Fist: 40
  322. Dagger: 53
  323. Bow: 48
  324. Musical: 45
  325. Shield: 7
  326. - Jobs:
  327. Dancer: true
  328. Gypsy: true
  329. Baby_Dancer: true
  330. BaseASPD:
  331. Fist: 40
  332. Dagger: 53
  333. Bow: 48
  334. Whip: 45
  335. Shield: 7
  336. - Jobs:
  337. Gunslinger: true
  338. Rebellion: true
  339. Baby_Gunslinger: true
  340. Baby_Rebellion: true
  341. Night_Watch: true
  342. BaseASPD:
  343. Fist: 54
  344. Revolver: 49
  345. Rifle: 59
  346. Gatling: 54
  347. Shotgun: 94
  348. Grenade: 104
  349. Shield: 6
  350. - Jobs:
  351. Ninja: true
  352. Baby_Ninja: true
  353. BaseASPD:
  354. Fist: 40
  355. Dagger: 43
  356. Huuma: 55
  357. Shield: 6
  358. - Jobs:
  359. Taekwon: true
  360. Star_Gladiator: true
  361. Star_Gladiator2: true
  362. Baby_Taekwon: true
  363. Baby_Star_Gladiator: true
  364. Baby_Star_Gladiator2: true
  365. Star_Emperor: true
  366. Star_Emperor2: true
  367. Baby_Star_Emperor: true
  368. Baby_Star_Emperor2: true
  369. Sky_Emperor: true
  370. BaseASPD:
  371. Fist: 40
  372. Dagger: 50
  373. 1hSword: 50
  374. 2hSword: 50
  375. 1hSpear: 50
  376. 2hSpear: 50
  377. 1hAxe: 50
  378. 2hAxe: 50
  379. Mace: 50
  380. 2hMace: 50
  381. Staff: 50
  382. Bow: 50
  383. Knuckle: 50
  384. Musical: 50
  385. Whip: 50
  386. Book: 50
  387. Katar: 50
  388. Revolver: 50
  389. Rifle: 50
  390. Gatling: 50
  391. Shotgun: 50
  392. Grenade: 50
  393. Huuma: 50
  394. 2hStaff: 50
  395. Shield: 6
  396. - Jobs:
  397. Soul_Linker: true
  398. Baby_Soul_Linker: true
  399. Soul_Reaper: true
  400. Baby_Soul_Reaper: true
  401. Soul_Ascetic: true
  402. BaseASPD:
  403. Fist: 50
  404. Dagger: 50
  405. Staff: 53
  406. 2hStaff: 55
  407. Shield: 8
  408. - Jobs:
  409. Rune_Knight: true
  410. Rune_Knight2: true
  411. Rune_Knight_T: true
  412. Rune_Knight_T2: true
  413. Baby_Rune_Knight: true
  414. Baby_Rune_Knight2: true
  415. Dragon_Knight: true
  416. Dragon_Knight2: true
  417. BaseASPD:
  418. Fist: 40
  419. Dagger: 50
  420. 1hSword: 52
  421. 2hSword: 55
  422. 1hSpear: 60
  423. 2hSpear: 58
  424. 1hAxe: 48
  425. 2hAxe: 52
  426. Mace: 45
  427. 2hMace: 52
  428. Shield: 5
  429. - Jobs:
  430. Warlock: true
  431. Warlock_T: true
  432. Baby_Warlock: true
  433. Arch_Mage: true
  434. BaseASPD:
  435. Fist: 45
  436. Dagger: 52
  437. 1hSword: 60
  438. Staff: 50
  439. 2hStaff: 56
  440. Shield: 5
  441. - Jobs:
  442. Ranger: true
  443. Ranger2: true
  444. Ranger_T: true
  445. Ranger_T2: true
  446. Baby_Ranger: true
  447. Baby_Ranger2: true
  448. Windhawk: true
  449. Windhawk2: true
  450. BaseASPD:
  451. Fist: 40
  452. Dagger: 50
  453. Bow: 49
  454. Shield: 8
  455. - Jobs:
  456. Arch_Bishop: true
  457. Arch_Bishop_T: true
  458. Baby_Arch_Bishop: true
  459. Cardinal: true
  460. BaseASPD:
  461. Fist: 45
  462. Mace: 45
  463. 2hMace: 45
  464. Staff: 60
  465. Knuckle: 50
  466. Book: 44
  467. 2hStaff: 55
  468. Shield: 5
  469. - Jobs:
  470. Mechanic: true
  471. Mechanic2: true
  472. Mechanic_T: true
  473. Mechanic_T2: true
  474. Baby_Mechanic: true
  475. Baby_Mechanic2: true
  476. Meister: true
  477. Meister2: true
  478. BaseASPD:
  479. Fist: 40
  480. Dagger: 60
  481. 1hSword: 65
  482. 1hAxe: 45
  483. 2hAxe: 48
  484. Mace: 48
  485. 2hMace: 50
  486. Shield: 6
  487. - Jobs:
  488. Guillotine_Cross: true
  489. Guillotine_Cross_T: true
  490. Baby_Guillotine_Cross: true
  491. Shadow_Cross: true
  492. BaseASPD:
  493. Fist: 40
  494. Dagger: 42
  495. 1hSword: 65
  496. 1hAxe: 80
  497. Katar: 42
  498. Rifle: 95
  499. Gatling: 120
  500. Shotgun: 90
  501. Grenade: 100
  502. Huuma: 110
  503. Shield: 9
  504. - Jobs:
  505. Royal_Guard: true
  506. Royal_Guard2: true
  507. Royal_Guard_T: true
  508. Royal_Guard_T2: true
  509. Baby_Royal_Guard: true
  510. Baby_Royal_Guard2: true
  511. Imperial_Guard: true
  512. Imperial_Guard2: true
  513. BaseASPD:
  514. Fist: 40
  515. Dagger: 47
  516. 1hSword: 45
  517. 2hSword: 53
  518. 1hSpear: 50
  519. 2hSpear: 50
  520. 1hAxe: 48
  521. 2hAxe: 52
  522. Mace: 44
  523. 2hMace: 50
  524. Shield: 5
  525. - Jobs:
  526. Sorcerer: true
  527. Sorcerer_T: true
  528. Baby_Sorcerer: true
  529. Elemental_Master: true
  530. BaseASPD:
  531. Fist: 40
  532. Dagger: 50
  533. 1hSword: 50
  534. Staff: 45
  535. Book: 45
  536. 2hStaff: 55
  537. Shield: 5
  538. - Jobs:
  539. Minstrel: true
  540. Minstrel_T: true
  541. Baby_Minstrel: true
  542. Troubadour: true
  543. BaseASPD:
  544. Fist: 40
  545. Dagger: 52
  546. Bow: 49
  547. Musical: 44
  548. Shield: 7
  549. - Jobs:
  550. Wanderer: true
  551. Wanderer_T: true
  552. Baby_Wanderer: true
  553. Trouvere: true
  554. BaseASPD:
  555. Fist: 40
  556. Dagger: 52
  557. Bow: 49
  558. Whip: 44
  559. Shield: 7
  560. - Jobs:
  561. Sura: true
  562. Sura_T: true
  563. Baby_Sura: true
  564. Inquisitor: true
  565. BaseASPD:
  566. Fist: 38
  567. Mace: 43
  568. 2hMace: 45
  569. Staff: 48
  570. Knuckle: 39
  571. 2hStaff: 50
  572. Shield: 5
  573. - Jobs:
  574. Genetic: true
  575. Genetic_T: true
  576. Baby_Genetic: true
  577. Biolo: true
  578. BaseASPD:
  579. Fist: 40
  580. Dagger: 50
  581. 1hSword: 44
  582. 1hAxe: 48
  583. 2hAxe: 51
  584. Mace: 44
  585. 2hMace: 48
  586. Shield: 4
  587. - Jobs:
  588. Shadow_Chaser: true
  589. Shadow_Chaser_T: true
  590. Baby_Shadow_Chaser: true
  591. Abyss_Chaser: true
  592. BaseASPD:
  593. Fist: 40
  594. Dagger: 43
  595. 1hSword: 47
  596. Bow: 47
  597. Shield: 4
  598. - Jobs:
  599. Kagerou: true
  600. Oboro: true
  601. Baby_Kagerou: true
  602. Baby_Oboro: true
  603. Shinkiro: true
  604. Shiranui: true
  605. BaseASPD:
  606. Fist: 40
  607. Dagger: 45
  608. Huuma: 50
  609. Shield: 3
  610. - Jobs:
  611. Summoner: true
  612. Baby_Summoner: true
  613. Spirit_Handler: true
  614. BaseASPD:
  615. Fist: 40
  616. Staff: 60
  617. Shield: 7