job_aspd.yml 8.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340
  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. # SpIncrease Linear SP increase. Per base level: [SpIncrease / 100]. Used when macro HP_SP_TABLES is disabled. (Default: 100)
  31. # BaseASPD: Base ASPD for each weapon type. (Default: 2000)
  32. # Weapon Weapon type with associated ASPD.
  33. # BonusStats: Job level bonus stats/traits.
  34. # - Level Job level.
  35. # Str Stength increase amount. (Default: 0)
  36. # Agi Agility increase amount. (Default: 0)
  37. # Vit Vitality increase amount. (Default: 0)
  38. # Int Intelligence increase amount. (Default: 0)
  39. # Dex Dexterity increase amount. (Default: 0)
  40. # Luk Luck increase amount. (Default: 0)
  41. # Pow Power increase amount. (Default: 0)
  42. # Sta Stamina increase amount. (Default: 0)
  43. # Wis Wisdom increase amount. (Default: 0)
  44. # Spl Spell increase amount. (Default: 0)
  45. # Con Concentration increase amount. (Default: 0)
  46. # Crt Creative increase amount. (Default: 0)
  47. # MaxStats: Maximum stats/traits applicable. (Default: battle_config::max_*_parameter)
  48. # Str Strength.
  49. # Agi Agility.
  50. # Vit Vitality.
  51. # Int Intelligence.
  52. # Dex Dexterity.
  53. # Luk Luck.
  54. # Pow Power.
  55. # Sta Stamina.
  56. # Wis Wisdom.
  57. # Spl Spell.
  58. # Con Concentration.
  59. # Crt Creative.
  60. # MaxBaseLevel Maximum base level. (Default: MAX_LEVEL)
  61. # BaseExp: Base experience per level.
  62. # - Level Base level.
  63. # Exp Base experience.
  64. # MaxJobLevel Maximum job level. (Default: MAX_LEVEL)
  65. # JobExp: Job experience per level.
  66. # - Level Job level.
  67. # Exp Job experience.
  68. # BaseHp: Base HP per base level.
  69. # - Level Base level.
  70. # Hp Base HP.
  71. # BaseSp: Base SP per base level.
  72. # - Level Base level.
  73. # Sp Base SP.
  74. # BaseAp: Base AP per base level.
  75. # - Level Base level.
  76. # Ap Base AP.
  77. ###########################################################################
  78. Header:
  79. Type: JOB_STATS
  80. Version: 2
  81. Body:
  82. - Jobs:
  83. Novice: true
  84. Super_Novice: true
  85. Novice_High: true
  86. Baby: true
  87. Super_Baby: true
  88. BaseASPD:
  89. Fist: 500
  90. Dagger: 650
  91. 1hSword: 700
  92. 1hAxe: 800
  93. Mace: 700
  94. 2hMace: 700
  95. Staff: 650
  96. 2hStaff: 650
  97. - Jobs:
  98. Swordman: true
  99. Swordman_High: true
  100. Baby_Swordman: true
  101. BaseASPD:
  102. Fist: 400
  103. Dagger: 500
  104. 1hSword: 550
  105. 2hSword: 600
  106. 1hSpear: 650
  107. 2hSpear: 700
  108. 1hAxe: 700
  109. 2hAxe: 750
  110. Mace: 650
  111. 2hMace: 700
  112. - Jobs:
  113. Mage: true
  114. Mage_High: true
  115. Baby_Mage: true
  116. BaseASPD:
  117. Fist: 500
  118. Dagger: 600
  119. Staff: 700
  120. 2hStaff: 700
  121. - Jobs:
  122. Archer: true
  123. Archer_High: true
  124. Baby_Archer: true
  125. BaseASPD:
  126. Fist: 400
  127. Dagger: 600
  128. Bow: 700
  129. - Jobs:
  130. Acolyte: true
  131. Acolyte_High: true
  132. Baby_Acolyte: true
  133. BaseASPD:
  134. Fist: 400
  135. Mace: 600
  136. 2hMace: 600
  137. Staff: 600
  138. 2hStaff: 600
  139. - Jobs:
  140. Merchant: true
  141. Merchant_High: true
  142. Baby_Merchant: true
  143. BaseASPD:
  144. Fist: 400
  145. Dagger: 600
  146. 1hSword: 700
  147. 1hAxe: 700
  148. 2hAxe: 750
  149. Mace: 700
  150. 2hMace: 700
  151. - Jobs:
  152. Thief: true
  153. Thief_High: true
  154. Baby_Thief: true
  155. BaseASPD:
  156. Fist: 400
  157. Dagger: 500
  158. 1hSword: 650
  159. 1hAxe: 800
  160. Bow: 800
  161. - Jobs:
  162. Knight: true
  163. Knight2: true
  164. Lord_Knight: true
  165. Lord_Knight2: true
  166. Baby_Knight: true
  167. Baby_Knight2: true
  168. BaseASPD:
  169. Fist: 400
  170. Dagger: 500
  171. 1hSword: 500
  172. 2hSword: 550
  173. 1hSpear: 600
  174. 2hSpear: 600
  175. 1hAxe: 700
  176. 2hAxe: 700
  177. Mace: 650
  178. 2hMace: 700
  179. - Jobs:
  180. Priest: true
  181. High_Priest: true
  182. Baby_Priest: true
  183. BaseASPD:
  184. Fist: 400
  185. Mace: 600
  186. 2hMace: 600
  187. Staff: 600
  188. Book: 600
  189. 2hStaff: 600
  190. - Jobs:
  191. Wizard: true
  192. High_Wizard: true
  193. Baby_Wizard: true
  194. BaseASPD:
  195. Fist: 500
  196. Dagger: 575
  197. Staff: 625
  198. 2hStaff: 625
  199. - Jobs:
  200. Blacksmith: true
  201. Whitesmith: true
  202. Baby_Blacksmith: true
  203. BaseASPD:
  204. Fist: 400
  205. Dagger: 600
  206. 1hSword: 650
  207. 1hAxe: 650
  208. 2hAxe: 650
  209. Mace: 675
  210. 2hMace: 675
  211. - Jobs:
  212. Hunter: true
  213. Sniper: true
  214. Baby_Hunter: true
  215. BaseASPD:
  216. Fist: 400
  217. Dagger: 600
  218. Bow: 600
  219. - Jobs:
  220. Assassin: true
  221. Assassin_Cross: true
  222. Baby_Assassin: true
  223. BaseASPD:
  224. Fist: 400
  225. Dagger: 500
  226. 1hSword: 650
  227. 1hAxe: 800
  228. Katar: 500
  229. - Jobs:
  230. Crusader: true
  231. Crusader2: true
  232. Paladin: true
  233. Paladin2: true
  234. Baby_Crusader: true
  235. Baby_Crusader2: true
  236. BaseASPD:
  237. Fist: 400
  238. Dagger: 500
  239. 1hSword: 500
  240. 2hSword: 550
  241. 1hSpear: 600
  242. 2hSpear: 600
  243. 1hAxe: 700
  244. 2hAxe: 700
  245. Mace: 650
  246. 2hMace: 700
  247. - Jobs:
  248. Monk: true
  249. Champion: true
  250. Baby_Monk: true
  251. BaseASPD:
  252. Fist: 400
  253. Mace: 575
  254. 2hMace: 575
  255. Staff: 575
  256. Knuckle: 475
  257. 2hStaff: 575
  258. - Jobs:
  259. Sage: true
  260. Professor: true
  261. Baby_Sage: true
  262. BaseASPD:
  263. Fist: 450
  264. Dagger: 525
  265. Staff: 625
  266. Book: 550
  267. 2hStaff: 625
  268. - Jobs:
  269. Rogue: true
  270. Stalker: true
  271. Baby_Rogue: true
  272. BaseASPD:
  273. Fist: 400
  274. Dagger: 500
  275. 1hSword: 550
  276. Bow: 650
  277. - Jobs:
  278. Alchemist: true
  279. Creator: true
  280. Baby_Alchemist: true
  281. BaseASPD:
  282. Fist: 400
  283. Dagger: 550
  284. 1hSword: 575
  285. 1hAxe: 675
  286. 2hAxe: 700
  287. Mace: 650
  288. 2hMace: 650
  289. - Jobs:
  290. Bard: true
  291. Clown: true
  292. Baby_Bard: true
  293. BaseASPD:
  294. Fist: 400
  295. Dagger: 550
  296. Bow: 650
  297. Musical: 575
  298. - Jobs:
  299. Dancer: true
  300. Gypsy: true
  301. Baby_Dancer: true
  302. BaseASPD:
  303. Fist: 400
  304. Dagger: 550
  305. Bow: 650
  306. Whip: 575
  307. - Jobs:
  308. Gunslinger: true
  309. BaseASPD:
  310. Fist: 500
  311. Revolver: 700
  312. Rifle: 750
  313. Gatling: 700
  314. Shotgun: 1500
  315. Grenade: 1500
  316. - Jobs:
  317. Ninja: true
  318. BaseASPD:
  319. Fist: 400
  320. Dagger: 500
  321. Huuma: 750
  322. - Jobs:
  323. Taekwon: true
  324. BaseASPD:
  325. Fist: 400
  326. - Jobs:
  327. Star_Gladiator: true
  328. Star_Gladiator2: true
  329. BaseASPD:
  330. Fist: 400
  331. Book: 500
  332. - Jobs:
  333. Soul_Linker: true
  334. BaseASPD:
  335. Fist: 500
  336. Dagger: 575
  337. Staff: 625
  338. 2hStaff: 625