Permalink
Cannot retrieve contributors at this time
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
4717 lines (4715 sloc)
79.1 KB
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # This file is a part of rAthena. | |
| # Copyright(C) 2021 rAthena Development Team | |
| # https://rathena.org - https://github.com/rathena | |
| # | |
| # This program is free software: you can redistribute it and/or modify | |
| # it under the terms of the GNU General Public License as published by | |
| # the Free Software Foundation, either version 3 of the License, or | |
| # (at your option) any later version. | |
| # | |
| # This program is distributed in the hope that it will be useful, | |
| # but WITHOUT ANY WARRANTY; without even the implied warranty of | |
| # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |
| # GNU General Public License for more details. | |
| # | |
| # You should have received a copy of the GNU General Public License | |
| # along with this program. If not, see <http://www.gnu.org/licenses/>. | |
| # | |
| ########################################################################### | |
| # Job Database | |
| ########################################################################### | |
| # | |
| # Job Settings | |
| # | |
| ########################################################################### | |
| # - Jobs: List of jobs associated to group. | |
| # Job Job name. | |
| # MaxWeight Base maximum weight. (Default: 20000) | |
| # HPFactor HP increase per base level. Floor(HPFactor / 100) * BaseLv. Used when macro HP_SP_TABLES is disabled. (Default: 20000) | |
| # HPMultiplicator Base HP value. 35 + BaseLv * (HPMultiplicator / 100). Used when macro HP_SP_TABLES is disabled. (Default: 500) | |
| # SPFactor SP increase per job level. Floor(SPFactor / 100) * BaseLv. Used when macro HP_SP_TABLES is disabled. (Default: 100) | |
| # BaseASPD: Base ASPD for each weapon type. (Default: 2000) | |
| # Weapon Weapon type with associated ASPD. | |
| # BonusStats: Job level bonus stats/traits. | |
| # - Level Job level. | |
| # Str Stength increase amount. (Default: 0) | |
| # Agi Agility increase amount. (Default: 0) | |
| # Vit Vitality increase amount. (Default: 0) | |
| # Int Intelligence increase amount. (Default: 0) | |
| # Dex Dexterity increase amount. (Default: 0) | |
| # Luk Luck increase amount. (Default: 0) | |
| # Pow Power increase amount. (Default: 0) | |
| # Sta Stamina increase amount. (Default: 0) | |
| # Wis Wisdom increase amount. (Default: 0) | |
| # Spl Spell increase amount. (Default: 0) | |
| # Con Concentration increase amount. (Default: 0) | |
| # Crt Creative increase amount. (Default: 0) | |
| # MaxStats: Maximum stats/traits applicable. (Default: battle_config::max_*_parameter) | |
| # Str Strength. | |
| # Agi Agility. | |
| # Vit Vitality. | |
| # Int Intelligence. | |
| # Dex Dexterity. | |
| # Luk Luck. | |
| # Pow Power. | |
| # Sta Stamina. | |
| # Wis Wisdom. | |
| # Spl Spell. | |
| # Con Concentration. | |
| # Crt Creative. | |
| # MaxBaseLevel Maximum base level. (Default: MAX_LEVEL) | |
| # BaseExp: Base experience per level. | |
| # - Level Base level. | |
| # Exp Base experience. | |
| # MaxJobLevel Maximum job level. (Default: MAX_LEVEL) | |
| # JobExp: Job experience per level. | |
| # - Level Job level. | |
| # Exp Job experience. | |
| # BaseHp: Base HP per base level. | |
| # - Level Base level. | |
| # Hp Base HP. | |
| # BaseSp: Base SP per base level. | |
| # - Level Base level. | |
| # Sp Base SP. | |
| # BaseAp: Base AP per base level. | |
| # - Level Base level. | |
| # Ap Base AP. | |
| ########################################################################### | |
| Header: | |
| Type: JOB_STATS | |
| Version: 1 | |
| Body: | |
| - Jobs: | |
| Novice: true | |
| BaseASPD: | |
| Fist: 500 | |
| Dagger: 650 | |
| 1hSword: 700 | |
| 1hAxe: 800 | |
| Mace: 700 | |
| 2hMace: 700 | |
| Staff: 650 | |
| 2hStaff: 650 | |
| BonusStats: | |
| - Level: 2 | |
| Luk: 1 | |
| - Level: 3 | |
| Dex: 1 | |
| - Level: 5 | |
| Agi: 1 | |
| - Level: 6 | |
| Vit: 1 | |
| - Level: 8 | |
| Str: 1 | |
| - Level: 9 | |
| Int: 1 | |
| - Jobs: | |
| Swordman: true | |
| MaxWeight: 28000 | |
| HpFactor: 70 | |
| SpFactor: 200 | |
| BaseASPD: | |
| Fist: 400 | |
| Dagger: 500 | |
| 1hSword: 550 | |
| 2hSword: 600 | |
| 1hSpear: 650 | |
| 2hSpear: 700 | |
| 1hAxe: 700 | |
| 2hAxe: 750 | |
| Mace: 650 | |
| 2hMace: 700 | |
| BonusStats: | |
| - Level: 2 | |
| Str: 1 | |
| - Level: 6 | |
| Vit: 1 | |
| - Level: 10 | |
| Dex: 1 | |
| - Level: 14 | |
| Str: 1 | |
| - Level: 18 | |
| Vit: 1 | |
| - Level: 22 | |
| Dex: 1 | |
| - Level: 26 | |
| Luk: 1 | |
| - Level: 30 | |
| Agi: 1 | |
| - Level: 33 | |
| Str: 1 | |
| - Level: 36 | |
| Dex: 1 | |
| - Level: 38 | |
| Vit: 1 | |
| - Level: 40 | |
| Str: 1 | |
| - Level: 42 | |
| Vit: 1 | |
| - Level: 44 | |
| Luk: 1 | |
| - Level: 46 | |
| Agi: 1 | |
| - Level: 47 | |
| Str: 1 | |
| - Level: 49 | |
| Str: 1 | |
| - Level: 50 | |
| Str: 1 | |
| - Jobs: | |
| Mage: true | |
| MaxWeight: 22000 | |
| HpFactor: 30 | |
| SpFactor: 600 | |
| BaseASPD: | |
| Fist: 500 | |
| Dagger: 600 | |
| Staff: 700 | |
| 2hStaff: 700 | |
| BonusStats: | |
| - Level: 2 | |
| Int: 1 | |
| - Level: 6 | |
| Dex: 1 | |
| - Level: 10 | |
| Dex: 1 | |
| - Level: 14 | |
| Int: 1 | |
| - Level: 18 | |
| Agi: 1 | |
| - Level: 22 | |
| Int: 1 | |
| - Level: 26 | |
| Agi: 1 | |
| - Level: 30 | |
| Luk: 1 | |
| - Level: 33 | |
| Int: 1 | |
| - Level: 36 | |
| Dex: 1 | |
| - Level: 38 | |
| Int: 1 | |
| - Level: 40 | |
| Agi: 1 | |
| - Level: 42 | |
| Luk: 1 | |
| - Level: 44 | |
| Int: 1 | |
| - Level: 46 | |
| Int: 1 | |
| - Level: 47 | |
| Agi: 1 | |
| - Level: 49 | |
| Luk: 1 | |
| - Level: 50 | |
| Int: 1 | |
| - Jobs: | |
| Archer: true | |
| MaxWeight: 26000 | |
| HpFactor: 50 | |
| SpFactor: 200 | |
| BaseASPD: | |
| Fist: 400 | |
| Dagger: 600 | |
| Bow: 700 | |
| BonusStats: | |
| - Level: 2 | |
| Dex: 1 | |
| - Level: 6 | |
| Str: 1 | |
| - Level: 10 | |
| Int: 1 | |
| - Level: 14 | |
| Dex: 1 | |
| - Level: 18 | |
| Dex: 1 | |
| - Level: 22 | |
| Luk: 1 | |
| - Level: 26 | |
| Agi: 1 | |
| - Level: 30 | |
| Dex: 1 | |
| - Level: 33 | |
| Agi: 1 | |
| - Level: 36 | |
| Dex: 1 | |
| - Level: 38 | |
| Str: 1 | |
| - Level: 40 | |
| Str: 1 | |
| - Level: 42 | |
| Dex: 1 | |
| - Level: 44 | |
| Luk: 1 | |
| - Level: 46 | |
| Vit: 1 | |
| - Level: 47 | |
| Int: 1 | |
| - Level: 49 | |
| Agi: 1 | |
| - Level: 50 | |
| Dex: 1 | |
| - Jobs: | |
| Acolyte: true | |
| MaxWeight: 24000 | |
| HpFactor: 40 | |
| SpFactor: 500 | |
| BaseASPD: | |
| Fist: 400 | |
| Mace: 600 | |
| 2hMace: 600 | |
| Staff: 600 | |
| 2hStaff: 600 | |
| BonusStats: | |
| - Level: 2 | |
| Luk: 1 | |
| - Level: 6 | |
| Vit: 1 | |
| - Level: 10 | |
| Int: 1 | |
| - Level: 14 | |
| Dex: 1 | |
| - Level: 18 | |
| Luk: 1 | |
| - Level: 22 | |
| Agi: 1 | |
| - Level: 26 | |
| Str: 1 | |
| - Level: 30 | |
| Vit: 1 | |
| - Level: 33 | |
| Int: 1 | |
| - Level: 36 | |
| Dex: 1 | |
| - Level: 38 | |
| Luk: 1 | |
| - Level: 40 | |
| Agi: 1 | |
| - Level: 42 | |
| Str: 1 | |
| - Level: 44 | |
| Vit: 1 | |
| - Level: 46 | |
| Int: 1 | |
| - Level: 47 | |
| Dex: 1 | |
| - Level: 49 | |
| Str: 1 | |
| - Level: 50 | |
| Luk: 1 | |
| - Jobs: | |
| Merchant: true | |
| MaxWeight: 28000 | |
| HpFactor: 40 | |
| SpFactor: 300 | |
| BaseASPD: | |
| Fist: 400 | |
| Dagger: 600 | |
| 1hSword: 700 | |
| 1hAxe: 700 | |
| 2hAxe: 750 | |
| Mace: 700 | |
| 2hMace: 700 | |
| BonusStats: | |
| - Level: 2 | |
| Vit: 1 | |
| - Level: 6 | |
| Dex: 1 | |
| - Level: 10 | |
| Str: 1 | |
| - Level: 14 | |
| Dex: 1 | |
| - Level: 18 | |
| Vit: 1 | |
| - Level: 22 | |
| Str: 1 | |
| - Level: 26 | |
| Int: 1 | |
| - Level: 30 | |
| Vit: 1 | |
| - Level: 33 | |
| Agi: 1 | |
| - Level: 36 | |
| Luk: 1 | |
| - Level: 38 | |
| Dex: 1 | |
| - Level: 40 | |
| Str: 1 | |
| - Level: 42 | |
| Dex: 1 | |
| - Level: 44 | |
| Str: 1 | |
| - Level: 46 | |
| Luk: 1 | |
| - Level: 47 | |
| Vit: 1 | |
| - Level: 49 | |
| Str: 1 | |
| - Level: 50 | |
| Dex: 1 | |
| - Jobs: | |
| Thief: true | |
| MaxWeight: 24000 | |
| HpFactor: 50 | |
| SpFactor: 200 | |
| BaseASPD: | |
| Fist: 400 | |
| Dagger: 500 | |
| 1hSword: 650 | |
| 1hAxe: 800 | |
| Bow: 800 | |
| BonusStats: | |
| - Level: 2 | |
| Agi: 1 | |
| - Level: 6 | |
| Str: 1 | |
| - Level: 10 | |
| Dex: 1 | |
| - Level: 14 | |
| Vit: 1 | |
| - Level: 18 | |
| Int: 1 | |
| - Level: 22 | |
| Dex: 1 | |
| - Level: 26 | |
| Luk: 1 | |
| - Level: 30 | |
| Str: 1 | |
| - Level: 33 | |
| Agi: 1 | |
| - Level: 36 | |
| Agi: 1 | |
| - Level: 38 | |
| Str: 1 | |
| - Level: 40 | |
| Luk: 1 | |
| - Level: 42 | |
| Dex: 1 | |
| - Level: 44 | |
| Vit: 1 | |
| - Level: 46 | |
| Luk: 1 | |
| - Level: 47 | |
| Str: 1 | |
| - Level: 49 | |
| Dex: 1 | |
| - Level: 50 | |
| Agi: 1 | |
| - Jobs: | |
| Knight: true | |
| Knight2: true | |
| MaxWeight: 28000 | |
| HpFactor: 150 | |
| SpFactor: 300 | |
| BaseASPD: | |
| Fist: 400 | |
| Dagger: 500 | |
| 1hSword: 500 | |
| 2hSword: 550 | |
| 1hSpear: 600 | |
| 2hSpear: 600 | |
| 1hAxe: 700 | |
| 2hAxe: 700 | |
| Mace: 650 | |
| 2hMace: 700 | |
| BonusStats: | |
| - Level: 1 | |
| Vit: 1 | |
| - Level: 3 | |
| Vit: 1 | |
| - Level: 4 | |
| Str: 1 | |
| - Level: 5 | |
| Luk: 1 | |
| - Level: 8 | |
| Vit: 1 | |
| - Level: 10 | |
| Str: 1 | |
| - Level: 11 | |
| Dex: 1 | |
| - Level: 12 | |
| Vit: 1 | |
| - Level: 13 | |
| Agi: 1 | |
| - Level: 15 | |
| Str: 1 | |
| - Level: 17 | |
| Vit: 1 | |
| - Level: 18 | |
| Vit: 1 | |
| - Level: 19 | |
| Dex: 1 | |
| - Level: 20 | |
| Luk: 1 | |
| - Level: 21 | |
| Str: 1 | |
| - Level: 23 | |
| Vit: 1 | |
| - Level: 27 | |
| Str: 1 | |
| - Level: 28 | |
| Luk: 1 | |
| - Level: 29 | |
| Vit: 1 | |
| - Level: 31 | |
| Dex: 1 | |
| - Level: 33 | |
| Str: 1 | |
| - Level: 36 | |
| Vit: 1 | |
| - Level: 37 | |
| Luk: 1 | |
| - Level: 38 | |
| Agi: 1 | |
| - Level: 40 | |
| Dex: 1 | |
| - Level: 43 | |
| Vit: 1 | |
| - Level: 46 | |
| Str: 1 | |
| - Level: 47 | |
| Str: 1 | |
| - Level: 48 | |
| Dex: 1 | |
| - Level: 49 | |
| Dex: 1 | |
| - Jobs: | |
| Priest: true | |
| MaxWeight: 26000 | |
| HpFactor: 75 | |
| SpFactor: 800 | |
| BaseASPD: | |
| Fist: 400 | |
| Mace: 600 | |
| 2hMace: 600 | |
| Staff: 600 | |
| Book: 600 | |
| 2hStaff: 600 | |
| BonusStats: | |
| - Level: 1 | |
| Luk: 1 | |
| - Level: 3 | |
| Luk: 1 | |
| - Level: 4 | |
| Str: 1 | |
| - Level: 6 | |
| Agi: 1 | |
| - Level: 7 | |
| Vit: 1 | |
| - Level: 8 | |
| Int: 1 | |
| - Level: 9 | |
| Int: 1 | |
| - Level: 10 | |
| Luk: 1 | |
| - Level: 11 | |
| Str: 1 | |
| - Level: 14 | |
| Vit: 1 | |
| - Level: 16 | |
| Dex: 1 | |
| - Level: 17 | |
| Str: 1 | |
| - Level: 20 | |
| Dex: 1 | |
| - Level: 21 | |
| Luk: 1 | |
| - Level: 22 | |
| Int: 1 | |
| - Level: 25 | |
| Dex: 1 | |
| - Level: 27 | |
| Str: 1 | |
| - Level: 29 | |
| Agi: 1 | |
| - Level: 31 | |
| Luk: 1 | |
| - Level: 32 | |
| Dex: 1 | |
| - Level: 34 | |
| Vit: 1 | |
| - Level: 35 | |
| Str: 1 | |
| - Level: 36 | |
| Vit: 1 | |
| - Level: 37 | |
| Agi: 1 | |
| - Level: 39 | |
| Luk: 1 | |
| - Level: 42 | |
| Int: 1 | |
| - Level: 43 | |
| Int: 1 | |
| - Level: 45 | |
| Vit: 1 | |
| - Level: 48 | |
| Agi: 1 | |
| - Level: 50 | |
| Luk: 1 | |
| - Jobs: | |
| Wizard: true | |
| MaxWeight: 24000 | |
| HpFactor: 55 | |
| SpFactor: 900 | |
| BaseASPD: | |
| Fist: 500 | |
| Dagger: 575 | |
| Staff: 625 | |
| 2hStaff: 625 | |
| BonusStats: | |
| - Level: 1 | |
| Int: 1 | |
| - Level: 2 | |
| Dex: 1 | |
| - Level: 4 | |
| Int: 1 | |
| - Level: 5 | |
| Dex: 1 | |
| - Level: 6 | |
| Agi: 1 | |
| - Level: 9 | |
| Int: 1 | |
| - Level: 10 | |
| Agi: 1 | |
| - Level: 12 | |
| Str: 1 | |
| - Level: 13 | |
| Dex: 1 | |
| - Level: 15 | |
| Luk: 1 | |
| - Level: 18 | |
| Int: 1 | |
| - Level: 22 | |
| Int: 1 | |
| - Level: 24 | |
| Agi: 1 | |
| - Level: 26 | |
| Dex: 1 | |
| - Level: 29 | |
| Int: 1 | |
| - Level: 31 | |
| Int: 1 | |
| - Level: 32 | |
| Dex: 1 | |
| - Level: 33 | |
| Int: 1 | |
| - Level: 34 | |
| Agi: 1 | |
| - Level: 36 | |
| Luk: 1 | |
| - Level: 38 | |
| Vit: 1 | |
| - Level: 39 | |
| Dex: 1 | |
| - Level: 40 | |
| Int: 1 | |
| - Level: 41 | |
| Agi: 1 | |
| - Level: 43 | |
| Agi: 1 | |
| - Level: 45 | |
| Int: 1 | |
| - Level: 46 | |
| Agi: 1 | |
| - Level: 47 | |
| Agi: 1 | |
| - Level: 48 | |
| Int: 1 | |
| - Level: 50 | |
| Int: 1 | |
| - Jobs: | |
| Blacksmith: true | |
| MaxWeight: 30000 | |
| HpFactor: 90 | |
| SpFactor: 400 | |
| BaseASPD: | |
| Fist: 400 | |
| Dagger: 600 | |
| 1hSword: 650 | |
| 1hAxe: 650 | |
| 2hAxe: 650 | |
| Mace: 675 | |
| 2hMace: 675 | |
| BonusStats: | |
| - Level: 1 | |
| Dex: 1 | |
| - Level: 3 | |
| Str: 1 | |
| - Level: 4 | |
| Dex: 1 | |
| - Level: 5 | |
| Dex: 1 | |
| - Level: 7 | |
| Vit: 1 | |
| - Level: 8 | |
| Str: 1 | |
| - Level: 9 | |
| Dex: 1 | |
| - Level: 11 | |
| Luk: 1 | |
| - Level: 12 | |
| Dex: 1 | |
| - Level: 13 | |
| Vit: 1 | |
| - Level: 16 | |
| Str: 1 | |
| - Level: 19 | |
| Dex: 1 | |
| - Level: 20 | |
| Vit: 1 | |
| - Level: 21 | |
| Int: 1 | |
| - Level: 23 | |
| Str: 1 | |
| - Level: 26 | |
| Dex: 1 | |
| - Level: 28 | |
| Dex: 1 | |
| - Level: 29 | |
| Agi: 1 | |
| - Level: 31 | |
| Str: 1 | |
| - Level: 32 | |
| Vit: 1 | |
| - Level: 34 | |
| Int: 1 | |
| - Level: 36 | |
| Dex: 1 | |
| - Level: 37 | |
| Vit: 1 | |
| - Level: 38 | |
| Agi: 1 | |
| - Level: 39 | |
| Dex: 1 | |
| - Level: 40 | |
| Dex: 1 | |
| - Level: 44 | |
| Str: 1 | |
| - Level: 46 | |
| Luk: 1 | |
| - Level: 47 | |
| Dex: 1 | |
| - Level: 49 | |
| Vit: 1 | |
| - Jobs: | |
| Hunter: true | |
| MaxWeight: 27000 | |
| HpFactor: 85 | |
| SpFactor: 400 | |
| BaseASPD: | |
| Fist: 400 | |
| Dagger: 600 | |
| Bow: 600 | |
| BonusStats: | |
| - Level: 1 | |
| Dex: 1 | |
| - Level: 3 | |
| Int: 1 | |
| - Level: 4 | |
| Dex: 1 | |
| - Level: 5 | |
| Luk: 1 | |
| - Level: 6 | |
| Str: 1 | |
| - Level: 8 | |
| Dex: 1 | |
| - Level: 10 | |
| Str: 1 | |
| - Level: 11 | |
| Str: 1 | |
| - Level: 12 | |
| Agi: 1 | |
| - Level: 14 | |
| Dex: 1 | |
| - Level: 15 | |
| Luk: 1 | |
| - Level: 17 | |
| Vit: 1 | |
| - Level: 19 | |
| Agi: 1 | |
| - Level: 20 | |
| Agi: 1 | |
| - Level: 21 | |
| Dex: 1 | |
| - Level: 23 | |
| Vit: 1 | |
| - Level: 27 | |
| Dex: 1 | |
| - Level: 29 | |
| Luk: 1 | |
| - Level: 31 | |
| Agi: 1 | |
| - Level: 33 | |
| Dex: 1 | |
| - Level: 34 | |
| Int: 1 | |
| - Level: 38 | |
| Dex: 1 | |
| - Level: 39 | |
| Agi: 1 | |
| - Level: 41 | |
| Int: 1 | |
| - Level: 42 | |
| Luk: 1 | |
| - Level: 43 | |
| Dex: 1 | |
| - Level: 44 | |
| Str: 1 | |
| - Level: 46 | |
| Int: 1 | |
| - Level: 47 | |
| Agi: 1 | |
| - Level: 49 | |
| Dex: 1 | |
| - Jobs: | |
| Assassin: true | |
| MaxWeight: 24000 | |
| HpFactor: 110 | |
| SpFactor: 400 | |
| BaseASPD: | |
| Fist: 400 | |
| Dagger: 500 | |
| 1hSword: 650 | |
| 1hAxe: 800 | |
| Katar: 500 | |
| BonusStats: | |
| - Level: 1 | |
| Agi: 1 | |
| - Level: 2 | |
| Agi: 1 | |
| - Level: 3 | |
| Agi: 1 | |
| - Level: 4 | |
| Int: 1 | |
| - Level: 6 | |
| Vit: 1 | |
| - Level: 8 | |
| Vit: 1 | |
| - Level: 9 | |
| Dex: 1 | |
| - Level: 11 | |
| Str: 1 | |
| - Level: 14 | |
| Int: 1 | |
| - Level: 15 | |
| Agi: 1 | |
| - Level: 16 | |
| Agi: 1 | |
| - Level: 17 | |
| Agi: 1 | |
| - Level: 18 | |
| Agi: 1 | |
| - Level: 19 | |
| Agi: 1 | |
| - Level: 20 | |
| Agi: 1 | |
| - Level: 21 | |
| Agi: 1 | |
| - Level: 24 | |
| Dex: 1 | |
| - Level: 25 | |
| Str: 1 | |
| - Level: 27 | |
| Str: 1 | |
| - Level: 30 | |
| Dex: 1 | |
| - Level: 31 | |
| Dex: 1 | |
| - Level: 32 | |
| Str: 1 | |
| - Level: 38 | |
| Int: 1 | |
| - Level: 40 | |
| Dex: 1 | |
| - Level: 41 | |
| Dex: 1 | |
| - Level: 42 | |
| Int: 1 | |
| - Level: 45 | |
| Str: 1 | |
| - Level: 46 | |
| Dex: 1 | |
| - Level: 48 | |
| Str: 1 | |
| - Level: 50 | |
| Dex: 1 | |
| - Jobs: | |
| Crusader: true | |
| Crusader2: true | |
| MaxWeight: 28000 | |
| HpFactor: 110 | |
| HpMultiplicator: 700 | |
| SpFactor: 470 | |
| BaseASPD: | |
| Fist: 400 | |
| Dagger: 500 | |
| 1hSword: 500 | |
| 2hSword: 550 | |
| 1hSpear: 600 | |
| 2hSpear: 600 | |
| 1hAxe: 700 | |
| 2hAxe: 700 | |
| Mace: 650 | |
| 2hMace: 700 | |
| BonusStats: | |
| - Level: 1 | |
| Luk: 1 | |
| - Level: 2 | |
| Luk: 1 | |
| - Level: 3 | |
| Luk: 1 | |
| - Level: 4 | |
| Luk: 1 | |
| - Level: 5 | |
| Luk: 1 | |
| - Level: 7 | |
| Str: 1 | |
| - Level: 9 | |
| Int: 1 | |
| - Level: 11 | |
| Str: 1 | |
| - Level: 12 | |
| Vit: 1 | |
| - Level: 14 | |
| Dex: 1 | |
| - Level: 15 | |
| Vit: 1 | |
| - Level: 17 | |
| Str: 1 | |
| - Level: 20 | |
| Int: 1 | |
| - Level: 21 | |
| Int: 1 | |
| - Level: 22 | |
| Vit: 1 | |
| - Level: 23 | |
| Str: 1 | |
| - Level: 25 | |
| Str: 1 | |
| - Level: 28 | |
| Dex: 1 | |
| - Level: 30 | |
| Agi: 1 | |
| - Level: 32 | |
| Str: 1 | |
| - Level: 34 | |
| Dex: 1 | |
| - Level: 35 | |
| Int: 1 | |
| - Level: 36 | |
| Agi: 1 | |
| - Level: 38 | |
| Int: 1 | |
| - Level: 40 | |
| Vit: 1 | |
| - Level: 41 | |
| Vit: 1 | |
| - Level: 44 | |
| Int: 1 | |
| - Level: 46 | |
| Vit: 1 | |
| - Level: 48 | |
| Str: 1 | |
| - Level: 50 | |
| Vit: 1 | |
| - Jobs: | |
| Monk: true | |
| MaxWeight: 26000 | |
| HpFactor: 90 | |
| HpMultiplicator: 650 | |
| SpFactor: 470 | |
| BaseASPD: | |
| Fist: 400 | |
| Mace: 575 | |
| 2hMace: 575 | |
| Staff: 575 | |
| Knuckle: 475 | |
| 2hStaff: 575 | |
| BonusStats: | |
| - Level: 1 | |
| Str: 1 | |
| - Level: 2 | |
| Str: 1 | |
| - Level: 4 | |
| Dex: 1 | |
| - Level: 5 | |
| Agi: 1 | |
| - Level: 7 | |
| Vit: 1 | |
| - Level: 10 | |
| Agi: 1 | |
| - Level: 12 | |
| Str: 1 | |
| - Level: 13 | |
| Str: 1 | |
| - Level: 15 | |
| Luk: 1 | |
| - Level: 16 | |
| Int: 1 | |
| - Level: 18 | |
| Agi: 1 | |
| - Level: 20 | |
| Vit: 1 | |
| - Level: 21 | |
| Agi: 1 | |
| - Level: 22 | |
| Dex: 1 | |
| - Level: 23 | |
| Agi: 1 | |
| - Level: 25 | |
| Vit: 1 | |
| - Level: 26 | |
| Str: 1 | |
| - Level: 27 | |
| Str: 1 | |
| - Level: 30 | |
| Dex: 1 | |
| - Level: 32 | |
| Luk: 1 | |
| - Level: 33 | |
| Vit: 1 | |
| - Level: 35 | |
| Agi: 1 | |
| - Level: 38 | |
| Int: 1 | |
| - Level: 40 | |
| Luk: 1 | |
| - Level: 41 | |
| Vit: 1 | |
| - Level: 43 | |
| Dex: 1 | |
| - Level: 44 | |
| Agi: 1 | |
| - Level: 46 | |
| Vit: 1 | |
| - Level: 49 | |
| Str: 1 | |
| - Level: 50 | |
| Str: 1 | |
| - Jobs: | |
| Sage: true | |
| MaxWeight: 24000 | |
| HpFactor: 75 | |
| SpFactor: 700 | |
| BaseASPD: | |
| Fist: 450 | |
| Dagger: 525 | |
| Staff: 625 | |
| Book: 550 | |
| 2hStaff: 625 | |
| BonusStats: | |
| - Level: 1 | |
| Int: 1 | |
| - Level: 3 | |
| Agi: 1 | |
| - Level: 4 | |
| Vit: 1 | |
| - Level: 6 | |
| Agi: 1 | |
| - Level: 8 | |
| Int: 1 | |
| - Level: 11 | |
| Vit: 1 | |
| - Level: 13 | |
| Agi: 1 | |
| - Level: 15 | |
| Int: 1 | |
| - Level: 17 | |
| Luk: 1 | |
| - Level: 18 | |
| Vit: 1 | |
| - Level: 20 | |
| Dex: 1 | |
| - Level: 22 | |
| Agi: 1 | |
| - Level: 24 | |
| Int: 1 | |
| - Level: 25 | |
| Dex: 1 | |
| - Level: 27 | |
| Dex: 1 | |
| - Level: 30 | |
| Int: 1 | |
| - Level: 32 | |
| Dex: 1 | |
| - Level: 33 | |
| Agi: 1 | |
| - Level: 35 | |
| Luk: 1 | |
| - Level: 37 | |
| Int: 1 | |
| - Level: 38 | |
| Int: 1 | |
| - Level: 39 | |
| Dex: 1 | |
| - Level: 40 | |
| Luk: 1 | |
| - Level: 42 | |
| Str: 1 | |
| - Level: 44 | |
| Str: 1 | |
| - Level: 45 | |
| Int: 1 | |
| - Level: 46 | |
| Str: 1 | |
| - Level: 47 | |
| Str: 1 | |
| - Level: 48 | |
| Str: 1 | |
| - Level: 50 | |
| Int: 1 | |
| - Jobs: | |
| Rogue: true | |
| MaxWeight: 24000 | |
| HpFactor: 85 | |
| SpFactor: 500 | |
| BaseASPD: | |
| Fist: 400 | |
| Dagger: 500 | |
| 1hSword: 550 | |
| Bow: 650 | |
| BonusStats: | |
| - Level: 1 | |
| Agi: 1 | |
| - Level: 2 | |
| Vit: 1 | |
| - Level: 3 | |
| Dex: 1 | |
| - Level: 5 | |
| Str: 1 | |
| - Level: 6 | |
| Vit: 1 | |
| - Level: 7 | |
| Agi: 1 | |
| - Level: 9 | |
| Vit: 1 | |
| - Level: 11 | |
| Dex: 1 | |
| - Level: 14 | |
| Vit: 1 | |
| - Level: 15 | |
| Vit: 1 | |
| - Level: 16 | |
| Agi: 1 | |
| - Level: 18 | |
| Dex: 1 | |
| - Level: 20 | |
| Dex: 1 | |
| - Level: 23 | |
| Agi: 1 | |
| - Level: 25 | |
| Str: 1 | |
| - Level: 26 | |
| Vit: 1 | |
| - Level: 27 | |
| Str: 1 | |
| - Level: 29 | |
| Agi: 1 | |
| - Level: 30 | |
| Str: 1 | |
| - Level: 33 | |
| Dex: 1 | |
| - Level: 34 | |
| Dex: 1 | |
| - Level: 36 | |
| Str: 1 | |
| - Level: 38 | |
| Int: 1 | |
| - Level: 39 | |
| Agi: 1 | |
| - Level: 42 | |
| Str: 1 | |
| - Level: 43 | |
| Int: 1 | |
| - Level: 45 | |
| Agi: 1 | |
| - Level: 47 | |
| Int: 1 | |
| - Level: 48 | |
| Int: 1 | |
| - Level: 50 | |
| Dex: 1 | |
| - Jobs: | |
| Alchemist: true | |
| MaxWeight: 30000 | |
| HpFactor: 90 | |
| SpFactor: 400 | |
| BaseASPD: | |
| Fist: 400 | |
| Dagger: 550 | |
| 1hSword: 575 | |
| 1hAxe: 675 | |
| 2hAxe: 700 | |
| Mace: 650 | |
| 2hMace: 650 | |
| BonusStats: | |
| - Level: 1 | |
| Int: 1 | |
| - Level: 2 | |
| Dex: 1 | |
| - Level: 3 | |
| Dex: 1 | |
| - Level: 6 | |
| Str: 1 | |
| - Level: 8 | |
| Dex: 1 | |
| - Level: 9 | |
| Int: 1 | |
| - Level: 11 | |
| Agi: 1 | |
| - Level: 13 | |
| Dex: 1 | |
| - Level: 14 | |
| Agi: 1 | |
| - Level: 15 | |
| Str: 1 | |
| - Level: 17 | |
| Int: 1 | |
| - Level: 19 | |
| Dex: 1 | |
| - Level: 20 | |
| Vit: 1 | |
| - Level: 21 | |
| Dex: 1 | |
| - Level: 23 | |
| Int: 1 | |
| - Level: 24 | |
| Int: 1 | |
| - Level: 25 | |
| Dex: 1 | |
| - Level: 26 | |
| Str: 1 | |
| - Level: 28 | |
| Dex: 1 | |
| - Level: 29 | |
| Int: 1 | |
| - Level: 31 | |
| Vit: 1 | |
| - Level: 32 | |
| Dex: 1 | |
| - Level: 34 | |
| Str: 1 | |
| - Level: 36 | |
| Vit: 1 | |
| - Level: 38 | |
| Int: 1 | |
| - Level: 40 | |
| Agi: 1 | |
| - Level: 43 | |
| Str: 1 | |
| - Level: 45 | |
| Agi: 1 | |
| - Level: 49 | |
| Agi: 1 | |
| - Level: 50 | |
| Agi: 1 | |
| - Jobs: | |
| Bard: true | |
| MaxWeight: 27000 | |
| HpFactor: 75 | |
| HpMultiplicator: 300 | |
| SpFactor: 600 | |
| BaseASPD: | |
| Fist: 400 | |
| Dagger: 550 | |
| Bow: 650 | |
| Musical: 575 | |
| BonusStats: | |
| - Level: 1 | |
| Dex: 1 | |
| - Level: 2 | |
| Agi: 1 | |
| - Level: 3 | |
| Str: 1 | |
| - Level: 5 | |
| Int: 1 | |
| - Level: 6 | |
| Luk: 1 | |
| - Level: 7 | |
| Dex: 1 | |
| - Level: 9 | |
| Luk: 1 | |
| - Level: 10 | |
| Agi: 1 | |
| - Level: 11 | |
| Agi: 1 | |
| - Level: 13 | |
| Int: 1 | |
| - Level: 15 | |
| Dex: 1 | |
| - Level: 16 | |
| Dex: 1 | |
| - Level: 17 | |
| Vit: 1 | |
| - Level: 19 | |
| Dex: 1 | |
| - Level: 20 | |
| Luk: 1 | |
| - Level: 21 | |
| Int: 1 | |
| - Level: 24 | |
| Agi: 1 | |
| - Level: 28 | |
| Str: 1 | |
| - Level: 30 | |
| Agi: 1 | |
| - Level: 32 | |
| Dex: 1 | |
| - Level: 33 | |
| Vit: 1 | |
| - Level: 35 | |
| Agi: 1 | |
| - Level: 38 | |
| Dex: 1 | |
| - Level: 40 | |
| Int: 1 | |
| - Level: 41 | |
| Luk: 1 | |
| - Level: 43 | |
| Vit: 1 | |
| - Level: 46 | |
| Dex: 1 | |
| - Level: 47 | |
| Int: 1 | |
| - Level: 48 | |
| Agi: 1 | |
| - Level: 50 | |
| Dex: 1 | |
| - Jobs: | |
| Dancer: true | |
| MaxWeight: 27000 | |
| HpFactor: 75 | |
| HpMultiplicator: 300 | |
| SpFactor: 600 | |
| BaseASPD: | |
| Fist: 400 | |
| Dagger: 550 | |
| Bow: 650 | |
| Whip: 575 | |
| BonusStats: | |
| - Level: 1 | |
| Luk: 1 | |
| - Level: 2 | |
| Agi: 1 | |
| - Level: 3 | |
| Str: 1 | |
| - Level: 5 | |
| Int: 1 | |
| - Level: 6 | |
| Dex: 1 | |
| - Level: 7 | |
| Luk: 1 | |
| - Level: 9 | |
| Dex: 1 | |
| - Level: 10 | |
| Agi: 1 | |
| - Level: 11 | |
| Agi: 1 | |
| - Level: 13 | |
| Int: 1 | |
| - Level: 15 | |
| Luk: 1 | |
| - Level: 16 | |
| Dex: 1 | |
| - Level: 17 | |
| Vit: 1 | |
| - Level: 19 | |
| Luk: 1 | |
| - Level: 20 | |
| Dex: 1 | |
| - Level: 21 | |
| Int: 1 | |
| - Level: 24 | |
| Agi: 1 | |
| - Level: 28 | |
| Str: 1 | |
| - Level: 30 | |
| Agi: 1 | |
| - Level: 32 | |
| Luk: 1 | |
| - Level: 33 | |
| Vit: 1 | |
| - Level: 35 | |
| Agi: 1 | |
| - Level: 38 | |
| Luk: 1 | |
| - Level: 40 | |
| Int: 1 | |
| - Level: 41 | |
| Dex: 1 | |
| - Level: 43 | |
| Vit: 1 | |
| - Level: 46 | |
| Luk: 1 | |
| - Level: 47 | |
| Int: 1 | |
| - Level: 48 | |
| Agi: 1 | |
| - Level: 50 | |
| Luk: 1 | |
| - Jobs: | |
| Supernovice: true | |
| BaseASPD: | |
| Fist: 500 | |
| Dagger: 650 | |
| 1hSword: 700 | |
| 1hAxe: 800 | |
| Mace: 700 | |
| 2hMace: 700 | |
| Staff: 650 | |
| 2hStaff: 650 | |
| BonusStats: | |
| - Level: 1 | |
| Str: 1 | |
| - Level: 3 | |
| Agi: 1 | |
| - Level: 5 | |
| Vit: 1 | |
| - Level: 7 | |
| Int: 1 | |
| - Level: 9 | |
| Dex: 1 | |
| - Level: 11 | |
| Luk: 1 | |
| - Level: 13 | |
| Str: 1 | |
| - Level: 15 | |
| Agi: 1 | |
| - Level: 17 | |
| Vit: 1 | |
| - Level: 19 | |
| Int: 1 | |
| - Level: 21 | |
| Dex: 1 | |
| - Level: 23 | |
| Luk: 1 | |
| - Level: 25 | |
| Str: 1 | |
| - Level: 27 | |
| Agi: 1 | |
| - Level: 29 | |
| Vit: 1 | |
| - Level: 31 | |
| Int: 1 | |
| - Level: 33 | |
| Dex: 1 | |
| - Level: 35 | |
| Luk: 1 | |
| - Level: 37 | |
| Str: 1 | |
| - Level: 39 | |
| Agi: 1 | |
| - Level: 41 | |
| Vit: 1 | |
| - Level: 43 | |
| Int: 1 | |
| - Level: 45 | |
| Dex: 1 | |
| - Level: 47 | |
| Luk: 1 | |
| - Level: 49 | |
| Str: 1 | |
| - Level: 52 | |
| Agi: 1 | |
| - Level: 56 | |
| Vit: 1 | |
| - Level: 60 | |
| Int: 1 | |
| - Level: 64 | |
| Dex: 1 | |
| - Level: 68 | |
| Luk: 1 | |
| - Jobs: | |
| Gunslinger: true | |
| MaxWeight: 28000 | |
| HpFactor: 89 | |
| HpMultiplicator: 0 | |
| SpFactor: 469 | |
| BaseASPD: | |
| Fist: 500 | |
| Revolver: 700 | |
| Rifle: 750 | |
| Gatling: 700 | |
| Shotgun: 1500 | |
| Grenade: 1500 | |
| BonusStats: | |
| - Level: 1 | |
| Dex: 1 | |
| - Level: 2 | |
| Luk: 1 | |
| - Level: 4 | |
| Luk: 1 | |
| - Level: 6 | |
| Dex: 1 | |
| - Level: 11 | |
| Dex: 1 | |
| - Level: 12 | |
| Luk: 1 | |
| - Level: 17 | |
| Dex: 1 | |
| - Level: 21 | |
| Luk: 1 | |
| - Level: 25 | |
| Dex: 1 | |
| - Level: 31 | |
| Luk: 1 | |
| - Level: 32 | |
| Str: 1 | |
| - Level: 35 | |
| Dex: 1 | |
| - Level: 41 | |
| Str: 1 | |
| - Level: 45 | |
| Dex: 1 | |
| - Level: 50 | |
| Str: 1 | |
| - Level: 51 | |
| Luk: 1 | |
| - Level: 52 | |
| Int: 1 | |
| - Level: 55 | |
| Dex: 1 | |
| - Level: 59 | |
| Agi: 1 | |
| - Level: 60 | |
| Vit: 1 | |
| - Level: 61 | |
| Int: 1 | |
| - Level: 62 | |
| Dex: 1 | |
| - Level: 63 | |
| Luk: 1 | |
| - Level: 64 | |
| Str: 1 | |
| - Jobs: | |
| Ninja: true | |
| MaxWeight: 26000 | |
| HpFactor: 80 | |
| HpMultiplicator: 0 | |
| SpFactor: 540 | |
| BaseASPD: | |
| Fist: 400 | |
| Dagger: 500 | |
| Huuma: 750 | |
| BonusStats: | |
| - Level: 1 | |
| Agi: 1 | |
| - Level: 2 | |
| Agi: 1 | |
| - Level: 10 | |
| Dex: 1 | |
| - Level: 11 | |
| Agi: 1 | |
| - Level: 20 | |
| Int: 1 | |
| - Level: 21 | |
| Agi: 1 | |
| - Level: 22 | |
| Dex: 1 | |
| - Level: 29 | |
| Int: 1 | |
| - Level: 30 | |
| Luk: 1 | |
| - Level: 31 | |
| Agi: 1 | |
| - Level: 32 | |
| Dex: 1 | |
| - Level: 40 | |
| Luk: 1 | |
| - Level: 41 | |
| Agi: 1 | |
| - Level: 42 | |
| Int: 1 | |
| - Level: 43 | |
| Dex: 1 | |
| - Level: 50 | |
| Int: 1 | |
| - Level: 51 | |
| Agi: 1 | |
| - Level: 52 | |
| Luk: 1 | |
| - Level: 53 | |
| Dex: 1 | |
| - Level: 59 | |
| Str: 1 | |
| - Level: 60 | |
| Vit: 1 | |
| - Level: 61 | |
| Agi: 1 | |
| - Level: 62 | |
| Int: 1 | |
| - Level: 63 | |
| Dex: 1 | |
| - Level: 64 | |
| Luk: 1 | |
| - Jobs: | |
| Novice_High: true | |
| BaseASPD: | |
| Fist: 500 | |
| Dagger: 650 | |
| 1hSword: 700 | |
| 1hAxe: 800 | |
| Mace: 700 | |
| 2hMace: 700 | |
| Staff: 650 | |
| 2hStaff: 650 | |
| BonusStats: | |
| - Level: 2 | |
| Luk: 1 | |
| - Level: 3 | |
| Dex: 1 | |
| - Level: 5 | |
| Agi: 1 | |
| - Level: 6 | |
| Vit: 1 | |
| - Level: 8 | |
| Str: 1 | |
| - Level: 9 | |
| Int: 1 | |
| - Jobs: | |
| Swordman_High: true | |
| MaxWeight: 28000 | |
| HpFactor: 70 | |
| SpFactor: 200 | |
| BaseASPD: | |
| Fist: 400 | |
| Dagger: 500 | |
| 1hSword: 550 | |
| 2hSword: 600 | |
| 1hSpear: 650 | |
| 2hSpear: 700 | |
| 1hAxe: 700 | |
| 2hAxe: 750 | |
| Mace: 650 | |
| 2hMace: 700 | |
| BonusStats: | |
| - Level: 2 | |
| Str: 1 | |
| - Level: 6 | |
| Vit: 1 | |
| - Level: 10 | |
| Dex: 1 | |
| - Level: 14 | |
| Str: 1 | |
| - Level: 18 | |
| Vit: 1 | |
| - Level: 22 | |
| Dex: 1 | |
| - Level: 26 | |
| Luk: 1 | |
| - Level: 30 | |
| Agi: 1 | |
| - Level: 33 | |
| Str: 1 | |
| - Level: 36 | |
| Dex: 1 | |
| - Level: 38 | |
| Vit: 1 | |
| - Level: 40 | |
| Str: 1 | |
| - Level: 42 | |
| Vit: 1 | |
| - Level: 44 | |
| Luk: 1 | |
| - Level: 46 | |
| Agi: 1 | |
| - Level: 47 | |
| Str: 1 | |
| - Level: 49 | |
| Str: 1 | |
| - Level: 50 | |
| Str: 1 | |
| - Jobs: | |
| Mage_High: true | |
| MaxWeight: 22000 | |
| HpFactor: 30 | |
| SpFactor: 600 | |
| BaseASPD: | |
| Fist: 500 | |
| Dagger: 600 | |
| Staff: 700 | |
| 2hStaff: 700 | |
| BonusStats: | |
| - Level: 2 | |
| Int: 1 | |
| - Level: 6 | |
| Dex: 1 | |
| - Level: 10 | |
| Dex: 1 | |
| - Level: 14 | |
| Int: 1 | |
| - Level: 18 | |
| Agi: 1 | |
| - Level: 22 | |
| Int: 1 | |
| - Level: 26 | |
| Agi: 1 | |
| - Level: 30 | |
| Luk: 1 | |
| - Level: 33 | |
| Int: 1 | |
| - Level: 36 | |
| Dex: 1 | |
| - Level: 38 | |
| Int: 1 | |
| - Level: 40 | |
| Agi: 1 | |
| - Level: 42 | |
| Luk: 1 | |
| - Level: 44 | |
| Int: 1 | |
| - Level: 46 | |
| Int: 1 | |
| - Level: 47 | |
| Agi: 1 | |
| - Level: 49 | |
| Luk: 1 | |
| - Level: 50 | |
| Int: 1 | |
| - Jobs: | |
| Archer_High: true | |
| MaxWeight: 26000 | |
| HpFactor: 50 | |
| SpFactor: 200 | |
| BaseASPD: | |
| Fist: 400 | |
| Dagger: 600 | |
| Bow: 700 | |
| BonusStats: | |
| - Level: 2 | |
| Dex: 1 | |
| - Level: 6 | |
| Str: 1 | |
| - Level: 10 | |
| Int: 1 | |
| - Level: 14 | |
| Dex: 1 | |
| - Level: 18 | |
| Dex: 1 | |
| - Level: 22 | |
| Luk: 1 | |
| - Level: 26 | |
| Agi: 1 | |
| - Level: 30 | |
| Dex: 1 | |
| - Level: 33 | |
| Agi: 1 | |
| - Level: 36 | |
| Dex: 1 | |
| - Level: 38 | |
| Str: 1 | |
| - Level: 40 | |
| Str: 1 | |
| - Level: 42 | |
| Dex: 1 | |
| - Level: 44 | |
| Luk: 1 | |
| - Level: 46 | |
| Vit: 1 | |
| - Level: 47 | |
| Int: 1 | |
| - Level: 49 | |
| Agi: 1 | |
| - Level: 50 | |
| Dex: 1 | |
| - Jobs: | |
| Acolyte_High: true | |
| MaxWeight: 24000 | |
| HpFactor: 40 | |
| SpFactor: 500 | |
| BaseASPD: | |
| Fist: 400 | |
| Mace: 600 | |
| 2hMace: 600 | |
| Staff: 600 | |
| 2hStaff: 600 | |
| BonusStats: | |
| - Level: 2 | |
| Luk: 1 | |
| - Level: 6 | |
| Vit: 1 | |
| - Level: 10 | |
| Int: 1 | |
| - Level: 14 | |
| Dex: 1 | |
| - Level: 18 | |
| Luk: 1 | |
| - Level: 22 | |
| Agi: 1 | |
| - Level: 26 | |
| Str: 1 | |
| - Level: 30 | |
| Vit: 1 | |
| - Level: 33 | |
| Int: 1 | |
| - Level: 36 | |
| Dex: 1 | |
| - Level: 38 | |
| Luk: 1 | |
| - Level: 40 | |
| Agi: 1 | |
| - Level: 42 | |
| Str: 1 | |
| - Level: 44 | |
| Vit: 1 | |
| - Level: 46 | |
| Int: 1 | |
| - Level: 47 | |
| Dex: 1 | |
| - Level: 49 | |
| Str: 1 | |
| - Level: 50 | |
| Luk: 1 | |
| - Jobs: | |
| Merchant_High: true | |
| MaxWeight: 28000 | |
| HpFactor: 40 | |
| SpFactor: 300 | |
| BaseASPD: | |
| Fist: 400 | |
| Dagger: 600 | |
| 1hSword: 700 | |
| 1hAxe: 700 | |
| 2hAxe: 750 | |
| Mace: 700 | |
| 2hMace: 700 | |
| BonusStats: | |
| - Level: 2 | |
| Vit: 1 | |
| - Level: 6 | |
| Dex: 1 | |
| - Level: 10 | |
| Str: 1 | |
| - Level: 14 | |
| Dex: 1 | |
| - Level: 18 | |
| Vit: 1 | |
| - Level: 22 | |
| Str: 1 | |
| - Level: 26 | |
| Int: 1 | |
| - Level: 30 | |
| Vit: 1 | |
| - Level: 33 | |
| Agi: 1 | |
| - Level: 36 | |
| Luk: 1 | |
| - Level: 38 | |
| Dex: 1 | |
| - Level: 40 | |
| Str: 1 | |
| - Level: 42 | |
| Dex: 1 | |
| - Level: 44 | |
| Str: 1 | |
| - Level: 46 | |
| Luk: 1 | |
| - Level: 47 | |
| Vit: 1 | |
| - Level: 49 | |
| Str: 1 | |
| - Level: 50 | |
| Dex: 1 | |
| - Jobs: | |
| Thief_High: true | |
| MaxWeight: 24000 | |
| HpFactor: 50 | |
| SpFactor: 200 | |
| BaseASPD: | |
| Fist: 400 | |
| Dagger: 500 | |
| 1hSword: 650 | |
| 1hAxe: 800 | |
| Bow: 800 | |
| BonusStats: | |
| - Level: 2 | |
| Agi: 1 | |
| - Level: 6 | |
| Str: 1 | |
| - Level: 10 | |
| Dex: 1 | |
| - Level: 14 | |
| Vit: 1 | |
| - Level: 18 | |
| Int: 1 | |
| - Level: 22 | |
| Dex: 1 | |
| - Level: 26 | |
| Luk: 1 | |
| - Level: 30 | |
| Str: 1 | |
| - Level: 33 | |
| Agi: 1 | |
| - Level: 36 | |
| Agi: 1 | |
| - Level: 38 | |
| Str: 1 | |
| - Level: 40 | |
| Luk: 1 | |
| - Level: 42 | |
| Dex: 1 | |
| - Level: 44 | |
| Vit: 1 | |
| - Level: 46 | |
| Luk: 1 | |
| - Level: 47 | |
| Str: 1 | |
| - Level: 49 | |
| Dex: 1 | |
| - Level: 50 | |
| Agi: 1 | |
| - Jobs: | |
| Lord_Knight: true | |
| Lord_Knight2: true | |
| MaxWeight: 28000 | |
| HpFactor: 150 | |
| SpFactor: 300 | |
| BaseASPD: | |
| Fist: 400 | |
| Dagger: 500 | |
| 1hSword: 500 | |
| 2hSword: 550 | |
| 1hSpear: 600 | |
| 2hSpear: 600 | |
| 1hAxe: 700 | |
| 2hAxe: 700 | |
| Mace: 650 | |
| 2hMace: 700 | |
| BonusStats: | |
| - Level: 1 | |
| Str: 1 | |
| - Level: 2 | |
| Agi: 1 | |
| - Level: 3 | |
| Luk: 1 | |
| - Level: 4 | |
| Dex: 1 | |
| - Level: 5 | |
| Vit: 1 | |
| - Level: 6 | |
| Str: 1 | |
| - Level: 7 | |
| Str: 1 | |
| - Level: 8 | |
| Str: 1 | |
| - Level: 10 | |
| Agi: 1 | |
| - Level: 11 | |
| Dex: 1 | |
| - Level: 12 | |
| Vit: 1 | |
| - Level: 13 | |
| Int: 1 | |
| - Level: 14 | |
| Agi: 1 | |
| - Level: 16 | |
| Dex: 1 | |
| - Level: 17 | |
| Agi: 1 | |
| - Level: 19 | |
| Str: 1 | |
| - Level: 22 | |
| Vit: 1 | |
| - Level: 25 | |
| Str: 1 | |
| - Level: 27 | |
| Luk: 1 | |
| - Level: 28 | |
| Dex: 1 | |
| - Level: 29 | |
| Vit: 1 | |
| - Level: 31 | |
| Dex: 1 | |
| - Level: 33 | |
| Str: 1 | |
| - Level: 36 | |
| Dex: 1 | |
| - Level: 37 | |
| Agi: 1 | |
| - Level: 38 | |
| Luk: 1 | |
| - Level: 40 | |
| Vit: 1 | |
| - Level: 41 | |
| Str: 1 | |
| - Level: 43 | |
| Vit: 1 | |
| - Level: 44 | |
| Dex: 1 | |
| - Level: 46 | |
| Str: 1 | |
| - Level: 47 | |
| Str: 1 | |
| - Level: 49 | |
| Dex: 1 | |
| - Level: 52 | |
| Str: 1 | |
| - Level: 53 | |
| Agi: 1 | |
| - Level: 56 | |
| Str: 1 | |
| - Level: 57 | |
| Str: 1 | |
| - Level: 58 | |
| Vit: 1 | |
| - Level: 60 | |
| Agi: 1 | |
| - Level: 62 | |
| Dex: 1 | |
| - Level: 64 | |
| Str: 1 | |
| - Level: 65 | |
| Agi: 1 | |
| - Level: 67 | |
| Int: 1 | |
| - Level: 68 | |
| Vit: 1 | |
| - Level: 70 | |
| Str: 1 | |
| - Jobs: | |
| High_Priest: true | |
| MaxWeight: 26000 | |
| HpFactor: 75 | |
| SpFactor: 800 | |
| BaseASPD: | |
| Fist: 400 | |
| Mace: 600 | |
| 2hMace: 600 | |
| Staff: 600 | |
| Book: 600 | |
| 2hStaff: 600 | |
| BonusStats: | |
| - Level: 1 | |
| Int: 1 | |
| - Level: 3 | |
| Agi: 1 | |
| - Level: 4 | |
| Vit: 1 | |
| - Level: 5 | |
| Str: 1 | |
| - Level: 7 | |
| Int: 1 | |
| - Level: 8 | |
| Agi: 1 | |
| - Level: 11 | |
| Int: 1 | |
| - Level: 12 | |
| Str: 1 | |
| - Level: 13 | |
| Dex: 1 | |
| - Level: 16 | |
| Dex: 1 | |
| - Level: 19 | |
| Agi: 1 | |
| - Level: 20 | |
| Int: 1 | |
| - Level: 21 | |
| Str: 1 | |
| - Level: 22 | |
| Vit: 1 | |
| - Level: 23 | |
| Int: 1 | |
| - Level: 24 | |
| Int: 1 | |
| - Level: 26 | |
| Dex: 1 | |
| - Level: 28 | |
| Dex: 1 | |
| - Level: 29 | |
| Agi: 1 | |
| - Level: 30 | |
| Vit: 1 | |
| - Level: 31 | |
| Str: 1 | |
| - Level: 34 | |
| Int: 1 | |
| - Level: 37 | |
| Dex: 1 | |
| - Level: 38 | |
| Str: 1 | |
| - Level: 40 | |
| Luk: 1 | |
| - Level: 42 | |
| Agi: 1 | |
| - Level: 43 | |
| Dex: 1 | |
| - Level: 45 | |
| Str: 1 | |
| - Level: 46 | |
| Dex: 1 | |
| - Level: 47 | |
| Int: 1 | |
| - Level: 49 | |
| Luk: 1 | |
| - Level: 50 | |
| Vit: 1 | |
| - Level: 51 | |
| Vit: 1 | |
| - Level: 55 | |
| Agi: 1 | |
| - Level: 56 | |
| Dex: 1 | |
| - Level: 57 | |
| Int: 1 | |
| - Level: 58 | |
| Vit: 1 | |
| - Level: 60 | |
| Str: 1 | |
| - Level: 61 | |
| Int: 1 | |
| - Level: 62 | |
| Dex: 1 | |
| - Level: 65 | |
| Agi: 1 | |
| - Level: 66 | |
| Int: 1 | |
| - Level: 67 | |
| Vit: 1 | |
| - Level: 68 | |
| Agi: 1 | |
| - Level: 70 | |
| Int: 1 | |
| - Jobs: | |
| High_Wizard: true | |
| MaxWeight: 24000 | |
| HpFactor: 55 | |
| SpFactor: 900 | |
| BaseASPD: | |
| Fist: 500 | |
| Dagger: 575 | |
| Staff: 625 | |
| 2hStaff: 625 | |
| BonusStats: | |
| - Level: 1 | |
| Int: 1 | |
| - Level: 2 | |
| Dex: 1 | |
| - Level: 3 | |
| Vit: 1 | |
| - Level: 5 | |
| Int: 1 | |
| - Level: 8 | |
| Agi: 1 | |
| - Level: 9 | |
| Dex: 1 | |
| - Level: 10 | |
| Int: 1 | |
| - Level: 12 | |
| Luk: 1 | |
| - Level: 14 | |
| Int: 1 | |
| - Level: 17 | |
| Dex: 1 | |
| - Level: 18 | |
| Agi: 1 | |
| - Level: 19 | |
| Int: 1 | |
| - Level: 20 | |
| Str: 1 | |
| - Level: 22 | |
| Dex: 1 | |
| - Level: 23 | |
| Dex: 1 | |
| - Level: 24 | |
| Int: 1 | |
| - Level: 26 | |
| Agi: 1 | |
| - Level: 28 | |
| Int: 1 | |
| - Level: 29 | |
| Vit: 1 | |
| - Level: 31 | |
| Dex: 1 | |
| - Level: 32 | |
| Int: 1 | |
| - Level: 34 | |
| Agi: 1 | |
| - Level: 37 | |
| Int: 1 | |
| - Level: 38 | |
| Int: 1 | |
| - Level: 39 | |
| Int: 1 | |
| - Level: 40 | |
| Str: 1 | |
| - Level: 41 | |
| Luk: 1 | |
| - Level: 43 | |
| Dex: 1 | |
| - Level: 46 | |
| Int: 1 | |
| - Level: 47 | |
| Vit: 1 | |
| - Level: 49 | |
| Int: 1 | |
| - Level: 50 | |
| Agi: 1 | |
| - Level: 53 | |
| Vit: 1 | |
| - Level: 55 | |
| Int: 1 | |
| - Level: 56 | |
| Agi: 1 | |
| - Level: 57 | |
| Luk: 1 | |
| - Level: 59 | |
| Int: 1 | |
| - Level: 60 | |
| Str: 1 | |
| - Level: 61 | |
| Dex: 1 | |
| - Level: 62 | |
| Int: 1 | |
| - Level: 65 | |
| Agi: 1 | |
| - Level: 66 | |
| Vit: 1 | |
| - Level: 67 | |
| Dex: 1 | |
| - Level: 69 | |
| Agi: 1 | |
| - Level: 70 | |
| Int: 1 | |
| - Jobs: | |
| Whitesmith: true | |
| MaxWeight: 30000 | |
| HpFactor: 90 | |
| SpFactor: 400 | |
| BaseASPD: | |
| Fist: 400 | |
| Dagger: 600 | |
| 1hSword: 650 | |
| 1hAxe: 650 | |
| 2hAxe: 650 | |
| Mace: 675 | |
| 2hMace: 675 | |
| BonusStats: | |
| - Level: 1 | |
| Dex: 1 | |
| - Level: 2 | |
| Str: 1 | |
| - Level: 3 | |
| Str: 1 | |
| - Level: 4 | |
| Int: 1 | |
| - Level: 6 | |
| Dex: 1 | |
| - Level: 7 | |
| Agi: 1 | |
| - Level: 8 | |
| Luk: 1 | |
| - Level: 9 | |
| Vit: 1 | |
| - Level: 12 | |
| Dex: 1 | |
| - Level: 13 | |
| Vit: 1 | |
| - Level: 15 | |
| Int: 1 | |
| - Level: 16 | |
| Luk: 1 | |
| - Level: 17 | |
| Str: 1 | |
| - Level: 19 | |
| Agi: 1 | |
| - Level: 20 | |
| Agi: 1 | |
| - Level: 22 | |
| Int: 1 | |
| - Level: 23 | |
| Dex: 1 | |
| - Level: 26 | |
| Str: 1 | |
| - Level: 28 | |
| Luk: 1 | |
| - Level: 29 | |
| Vit: 1 | |
| - Level: 31 | |
| Agi: 1 | |
| - Level: 32 | |
| Dex: 1 | |
| - Level: 33 | |
| Str: 1 | |
| - Level: 34 | |
| Int: 1 | |
| - Level: 36 | |
| Agi: 1 | |
| - Level: 38 | |
| Dex: 1 | |
| - Level: 39 | |
| Luk: 1 | |
| - Level: 41 | |
| Dex: 1 | |
| - Level: 44 | |
| Luk: 1 | |
| - Level: 45 | |
| Luk: 1 | |
| - Level: 47 | |
| Dex: 1 | |
| - Level: 48 | |
| Vit: 1 | |
| - Level: 50 | |
| Int: 1 | |
| - Level: 52 | |
| Str: 1 | |
| - Level: 55 | |
| Dex: 1 | |
| - Level: 56 | |
| Dex: 1 | |
| - Level: 58 | |
| Agi: 1 | |
| - Level: 60 | |
| Vit: 1 | |
| - Level: 61 | |
| Int: 1 | |
| - Level: 62 | |
| Dex: 1 | |
| - Level: 64 | |
| Agi: 1 | |
| - Level: 65 | |
| Vit: 1 | |
| - Level: 66 | |
| Luk: 1 | |
| - Level: 67 | |
| Luk: 1 | |
| - Level: 70 | |
| Dex: 1 | |
| - Jobs: | |
| Sniper: true | |
| MaxWeight: 27000 | |
| HpFactor: 85 | |
| SpFactor: 400 | |
| BaseASPD: | |
| Fist: 400 | |
| Dagger: 600 | |
| Bow: 600 | |
| BonusStats: | |
| - Level: 1 | |
| Dex: 1 | |
| - Level: 2 | |
| Agi: 1 | |
| - Level: 3 | |
| Dex: 1 | |
| - Level: 4 | |
| Dex: 1 | |
| - Level: 5 | |
| Int: 1 | |
| - Level: 6 | |
| Agi: 1 | |
| - Level: 8 | |
| Str: 1 | |
| - Level: 10 | |
| Agi: 1 | |
| - Level: 11 | |
| Agi: 1 | |
| - Level: 12 | |
| Vit: 1 | |
| - Level: 14 | |
| Luk: 1 | |
| - Level: 16 | |
| Dex: 1 | |
| - Level: 17 | |
| Dex: 1 | |
| - Level: 20 | |
| Int: 1 | |
| - Level: 21 | |
| Agi: 1 | |
| - Level: 22 | |
| Dex: 1 | |
| - Level: 24 | |
| Str: 1 | |
| - Level: 25 | |
| Luk: 1 | |
| - Level: 26 | |
| Dex: 1 | |
| - Level: 28 | |
| Agi: 1 | |
| - Level: 30 | |
| Dex: 1 | |
| - Level: 31 | |
| Luk: 1 | |
| - Level: 32 | |
| Vit: 1 | |
| - Level: 33 | |
| Agi: 1 | |
| - Level: 35 | |
| Dex: 1 | |
| - Level: 36 | |
| Luk: 1 | |
| - Level: 38 | |
| Agi: 1 | |
| - Level: 40 | |
| Dex: 1 | |
| - Level: 42 | |
| Int: 1 | |
| - Level: 43 | |
| Agi: 1 | |
| - Level: 45 | |
| Str: 1 | |
| - Level: 46 | |
| Dex: 1 | |
| - Level: 48 | |
| Agi: 1 | |
| - Level: 50 | |
| Luk: 1 | |
| - Level: 51 | |
| Dex: 1 | |
| - Level: 54 | |
| Int: 1 | |
| - Level: 55 | |
| Vit: 1 | |
| - Level: 57 | |
| Luk: 1 | |
| - Level: 58 | |
| Agi: 1 | |
| - Level: 60 | |
| Dex: 1 | |
| - Level: 61 | |
| Str: 1 | |
| - Level: 62 | |
| Luk: 1 | |
| - Level: 65 | |
| Int: 1 | |
| - Level: 69 | |
| Dex: 1 | |
| - Level: 70 | |
| Luk: 1 | |
| - Jobs: | |
| Assassin_Cross: true | |
| MaxWeight: 24000 | |
| HpFactor: 110 | |
| SpFactor: 400 | |
| BaseASPD: | |
| Fist: 400 | |
| Dagger: 500 | |
| 1hSword: 650 | |
| 1hAxe: 800 | |
| Katar: 500 | |
| BonusStats: | |
| - Level: 1 | |
| Agi: 1 | |
| - Level: 2 | |
| Str: 1 | |
| - Level: 3 | |
| Luk: 1 | |
| - Level: 4 | |
| Agi: 1 | |
| - Level: 5 | |
| Agi: 1 | |
| - Level: 7 | |
| Str: 1 | |
| - Level: 8 | |
| Luk: 1 | |
| - Level: 9 | |
| Vit: 1 | |
| - Level: 10 | |
| Dex: 1 | |
| - Level: 12 | |
| Str: 1 | |
| - Level: 15 | |
| Agi: 1 | |
| - Level: 16 | |
| Luk: 1 | |
| - Level: 18 | |
| Luk: 1 | |
| - Level: 20 | |
| Agi: 1 | |
| - Level: 21 | |
| Str: 1 | |
| - Level: 23 | |
| Dex: 1 | |
| - Level: 24 | |
| Agi: 1 | |
| - Level: 25 | |
| Agi: 1 | |
| - Level: 26 | |
| Luk: 1 | |
| - Level: 29 | |
| Str: 1 | |
| - Level: 31 | |
| Agi: 1 | |
| - Level: 32 | |
| Agi: 1 | |
| - Level: 33 | |
| Agi: 1 | |
| - Level: 34 | |
| Luk: 1 | |
| - Level: 37 | |
| Dex: 1 | |
| - Level: 38 | |
| Str: 1 | |
| - Level: 39 | |
| Dex: 1 | |
| - Level: 42 | |
| Agi: 1 | |
| - Level: 43 | |
| Dex: 1 | |
| - Level: 46 | |
| Agi: 1 | |
| - Level: 47 | |
| Vit: 1 | |
| - Level: 48 | |
| Luk: 1 | |
| - Level: 50 | |
| Str: 1 | |
| - Level: 51 | |
| Agi: 1 | |
| - Level: 53 | |
| Dex: 1 | |
| - Level: 54 | |
| Str: 1 | |
| - Level: 56 | |
| Agi: 1 | |
| - Level: 57 | |
| Dex: 1 | |
| - Level: 61 | |
| Dex: 1 | |
| - Level: 62 | |
| Agi: 1 | |
| - Level: 64 | |
| Dex: 1 | |
| - Level: 65 | |
| Luk: 1 | |
| - Level: 66 | |
| Str: 1 | |
| - Level: 69 | |
| Vit: 1 | |
| - Level: 70 | |
| Dex: 1 | |
| - Jobs: | |
| Paladin: true | |
| Paladin2: true | |
| MaxWeight: 28000 | |
| HpFactor: 110 | |
| HpMultiplicator: 700 | |
| SpFactor: 470 | |
| BaseASPD: | |
| Fist: 400 | |
| Dagger: 500 | |
| 1hSword: 500 | |
| 2hSword: 550 | |
| 1hSpear: 600 | |
| 2hSpear: 600 | |
| 1hAxe: 700 | |
| 2hAxe: 700 | |
| Mace: 650 | |
| 2hMace: 700 | |
| BonusStats: | |
| - Level: 1 | |
| Vit: 1 | |
| - Level: 2 | |
| Str: 1 | |
| - Level: 3 | |
| Agi: 1 | |
| - Level: 6 | |
| Dex: 1 | |
| - Level: 7 | |
| Int: 1 | |
| - Level: 8 | |
| Agi: 1 | |
| - Level: 9 | |
| Vit: 1 | |
| - Level: 10 | |
| Str: 1 | |
| - Level: 12 | |
| Dex: 1 | |
| - Level: 14 | |
| Int: 1 | |
| - Level: 15 | |
| Vit: 1 | |
| - Level: 16 | |
| Agi: 1 | |
| - Level: 17 | |
| Dex: 1 | |
| - Level: 18 | |
| Str: 1 | |
| - Level: 21 | |
| Vit: 1 | |
| - Level: 23 | |
| Dex: 1 | |
| - Level: 24 | |
| Agi: 1 | |
| - Level: 26 | |
| Str: 1 | |
| - Level: 29 | |
| Int: 1 | |
| - Level: 30 | |
| Vit: 1 | |
| - Level: 33 | |
| Str: 1 | |
| - Level: 36 | |
| Dex: 1 | |
| - Level: 37 | |
| Agi: 1 | |
| - Level: 39 | |
| Luk: 1 | |
| - Level: 40 | |
| Str: 1 | |
| - Level: 42 | |
| Vit: 1 | |
| - Level: 43 | |
| Int: 1 | |
| - Level: 45 | |
| Dex: 1 | |
| - Level: 48 | |
| Str: 1 | |
| - Level: 49 | |
| Vit: 1 | |
| - Level: 52 | |
| Agi: 1 | |
| - Level: 53 | |
| Vit: 1 | |
| - Level: 54 | |
| Int: 1 | |
| - Level: 55 | |
| Str: 1 | |
| - Level: 57 | |
| Dex: 1 | |
| - Level: 59 | |
| Luk: 1 | |
| - Level: 60 | |
| Agi: 1 | |
| - Level: 61 | |
| Int: 1 | |
| - Level: 63 | |
| Vit: 1 | |
| - Level: 64 | |
| Str: 1 | |
| - Level: 65 | |
| Int: 1 | |
| - Level: 67 | |
| Luk: 1 | |
| - Level: 68 | |
| Dex: 1 | |
| - Level: 69 | |
| Vit: 1 | |
| - Level: 70 | |
| Agi: 1 | |
| - Jobs: | |
| Champion: true | |
| MaxWeight: 26000 | |
| HpFactor: 90 | |
| HpMultiplicator: 650 | |
| SpFactor: 470 | |
| BaseASPD: | |
| Fist: 400 | |
| Mace: 575 | |
| 2hMace: 575 | |
| Staff: 575 | |
| Knuckle: 475 | |
| 2hStaff: 575 | |
| BonusStats: | |
| - Level: 1 | |
| Str: 1 | |
| - Level: 2 | |
| Int: 1 | |
| - Level: 3 | |
| Vit: 1 | |
| - Level: 4 | |
| Agi: 1 | |
| - Level: 6 | |
| Dex: 1 | |
| - Level: 9 | |
| Str: 1 | |
| - Level: 11 | |
| Int: 1 | |
| - Level: 12 | |
| Agi: 1 | |
| - Level: 13 | |
| Luk: 1 | |
| - Level: 15 | |
| Vit: 1 | |
| - Level: 16 | |
| Dex: 1 | |
| - Level: 17 | |
| Str: 1 | |
| - Level: 20 | |
| Agi: 1 | |
| - Level: 21 | |
| Agi: 1 | |
| - Level: 22 | |
| Dex: 1 | |
| - Level: 24 | |
| Vit: 1 | |
| - Level: 27 | |
| Str: 1 | |
| - Level: 29 | |
| Agi: 1 | |
| - Level: 30 | |
| Dex: 1 | |
| - Level: 33 | |
| Int: 1 | |
| - Level: 34 | |
| Luk: 1 | |
| - Level: 37 | |
| Str: 1 | |
| - Level: 38 | |
| Dex: 1 | |
| - Level: 39 | |
| Vit: 1 | |
| - Level: 42 | |
| Vit: 1 | |
| - Level: 44 | |
| Dex: 1 | |
| - Level: 45 | |
| Agi: 1 | |
| - Level: 46 | |
| Luk: 1 | |
| - Level: 47 | |
| Int: 1 | |
| - Level: 48 | |
| Str: 1 | |
| - Level: 50 | |
| Dex: 1 | |
| - Level: 52 | |
| Agi: 1 | |
| - Level: 53 | |
| Dex: 1 | |
| - Level: 56 | |
| Int: 1 | |
| - Level: 58 | |
| Vit: 1 | |
| - Level: 59 | |
| Str: 1 | |
| - Level: 60 | |
| Dex: 1 | |
| - Level: 62 | |
| Agi: 1 | |
| - Level: 64 | |
| Int: 1 | |
| - Level: 65 | |
| Str: 1 | |
| - Level: 66 | |
| Str: 1 | |
| - Level: 67 | |
| Dex: 1 | |
| - Level: 68 | |
| Vit: 1 | |
| - Level: 69 | |
| Int: 1 | |
| - Level: 70 | |
| Agi: 1 | |
| - Jobs: | |
| Professor: true | |
| MaxWeight: 24000 | |
| HpFactor: 75 | |
| SpFactor: 700 | |
| BaseASPD: | |
| Fist: 450 | |
| Dagger: 525 | |
| Staff: 625 | |
| Book: 550 | |
| 2hStaff: 625 | |
| BonusStats: | |
| - Level: 1 | |
| Int: 1 | |
| - Level: 2 | |
| Int: 1 | |
| - Level: 3 | |
| Agi: 1 | |
| - Level: 5 | |
| Str: 1 | |
| - Level: 7 | |
| Vit: 1 | |
| - Level: 8 | |
| Dex: 1 | |
| - Level: 11 | |
| Int: 1 | |
| - Level: 12 | |
| Agi: 1 | |
| - Level: 14 | |
| Int: 1 | |
| - Level: 16 | |
| Dex: 1 | |
| - Level: 18 | |
| Str: 1 | |
| - Level: 20 | |
| Dex: 1 | |
| - Level: 21 | |
| Luk: 1 | |
| - Level: 22 | |
| Int: 1 | |
| - Level: 23 | |
| Agi: 1 | |
| - Level: 24 | |
| Vit: 1 | |
| - Level: 26 | |
| Dex: 1 | |
| - Level: 27 | |
| Str: 1 | |
| - Level: 29 | |
| Dex: 1 | |
| - Level: 30 | |
| Int: 1 | |
| - Level: 32 | |
| Agi: 1 | |
| - Level: 34 | |
| Dex: 1 | |
| - Level: 36 | |
| Str: 1 | |
| - Level: 37 | |
| Dex: 1 | |
| - Level: 38 | |
| Int: 1 | |
| - Level: 39 | |
| Vit: 1 | |
| - Level: 41 | |
| Int: 1 | |
| - Level: 43 | |
| Agi: 1 | |
| - Level: 45 | |
| Str: 1 | |
| - Level: 46 | |
| Dex: 1 | |
| - Level: 49 | |
| Int: 1 | |
| - Level: 50 | |
| Agi: 1 | |
| - Level: 52 | |
| Dex: 1 | |
| - Level: 54 | |
| Agi: 1 | |
| - Level: 55 | |
| Dex: 1 | |
| - Level: 56 | |
| Str: 1 | |
| - Level: 57 | |
| Int: 1 | |
| - Level: 60 | |
| Agi: 1 | |
| - Level: 62 | |
| Dex: 1 | |
| - Level: 63 | |
| Vit: 1 | |
| - Level: 64 | |
| Int: 1 | |
| - Level: 66 | |
| Luk: 1 | |
| - Level: 68 | |
| Int: 1 | |
| - Level: 69 | |
| Agi: 1 | |
| - Level: 70 | |
| Int: 1 | |
| - Jobs: | |
| Stalker: true | |
| MaxWeight: 24000 | |
| HpFactor: 85 | |
| SpFactor: 500 | |
| BaseASPD: | |
| Fist: 400 | |
| Dagger: 500 | |
| 1hSword: 550 | |
| Bow: 650 | |
| BonusStats: | |
| - Level: 1 | |
| Str: 1 | |
| - Level: 2 | |
| Agi: 1 | |
| - Level: 4 | |
| Luk: 1 | |
| - Level: 5 | |
| Int: 1 | |
| - Level: 6 | |
| Vit: 1 | |
| - Level: 9 | |
| Agi: 1 | |
| - Level: 10 | |
| Dex: 1 | |
| - Level: 11 | |
| Str: 1 | |
| - Level: 12 | |
| Agi: 1 | |
| - Level: 15 | |
| Vit: 1 | |
| - Level: 16 | |
| Dex: 1 | |
| - Level: 17 | |
| Dex: 1 | |
| - Level: 20 | |
| Luk: 1 | |
| - Level: 21 | |
| Agi: 1 | |
| - Level: 22 | |
| Str: 1 | |
| - Level: 24 | |
| Luk: 1 | |
| - Level: 26 | |
| Dex: 1 | |
| - Level: 27 | |
| Agi: 1 | |
| - Level: 29 | |
| Dex: 1 | |
| - Level: 31 | |
| Luk: 1 | |
| - Level: 32 | |
| Str: 1 | |
| - Level: 34 | |
| Agi: 1 | |
| - Level: 37 | |
| Dex: 1 | |
| - Level: 38 | |
| Dex: 1 | |
| - Level: 41 | |
| Agi: 1 | |
| - Level: 42 | |
| Vit: 1 | |
| - Level: 43 | |
| Str: 1 | |
| - Level: 44 | |
| Int: 1 | |
| - Level: 45 | |
| Agi: 1 | |
| - Level: 47 | |
| Str: 1 | |
| - Level: 49 | |
| Dex: 1 | |
| - Level: 50 | |
| Luk: 1 | |
| - Level: 52 | |
| Dex: 1 | |
| - Level: 53 | |
| Str: 1 | |
| - Level: 56 | |
| Dex: 1 | |
| - Level: 57 | |
| Int: 1 | |
| - Level: 58 | |
| Agi: 1 | |
| - Level: 59 | |
| Luk: 1 | |
| - Level: 60 | |
| Dex: 1 | |
| - Level: 62 | |
| Str: 1 | |
| - Level: 63 | |
| Vit: 1 | |
| - Level: 64 | |
| Agi: 1 | |
| - Level: 66 | |
| Dex: 1 | |
| - Level: 67 | |
| Str: 1 | |
| - Level: 70 | |
| Agi: 1 | |
| - Jobs: | |
| Creator: true | |
| MaxWeight: 30000 | |
| HpFactor: 90 | |
| SpFactor: 400 | |
| BaseASPD: | |
| Fist: 400 | |
| Dagger: 550 | |
| 1hSword: 575 | |
| 1hAxe: 675 | |
| 2hAxe: 700 | |
| Mace: 650 | |
| 2hMace: 650 | |
| BonusStats: | |
| - Level: 1 | |
| Dex: 1 | |
| - Level: 3 | |
| Luk: 1 | |
| - Level: 5 | |
| Agi: 1 | |
| - Level: 6 | |
| Str: 1 | |
| - Level: 7 | |
| Int: 1 | |
| - Level: 8 | |
| Luk: 1 | |
| - Level: 9 | |
| Vit: 1 | |
| - Level: 10 | |
| Dex: 1 | |
| - Level: 13 | |
| Int: 1 | |
| - Level: 15 | |
| Dex: 1 | |
| - Level: 18 | |
| Agi: 1 | |
| - Level: 20 | |
| Luk: 1 | |
| - Level: 22 | |
| Int: 1 | |
| - Level: 23 | |
| Dex: 1 | |
| - Level: 25 | |
| Luk: 1 | |
| - Level: 27 | |
| Agi: 1 | |
| - Level: 30 | |
| Int: 1 | |
| - Level: 31 | |
| Str: 1 | |
| - Level: 33 | |
| Vit: 1 | |
| - Level: 34 | |
| Luk: 1 | |
| - Level: 35 | |
| Dex: 1 | |
| - Level: 38 | |
| Agi: 1 | |
| - Level: 41 | |
| Dex: 1 | |
| - Level: 42 | |
| Dex: 1 | |
| - Level: 43 | |
| Dex: 1 | |
| - Level: 45 | |
| Luk: 1 | |
| - Level: 46 | |
| Int: 1 | |
| - Level: 47 | |
| Dex: 1 | |
| - Level: 49 | |
| Dex: 1 | |
| - Level: 51 | |
| Luk: 1 | |
| - Level: 52 | |
| Luk: 1 | |
| - Level: 53 | |
| Str: 1 | |
| - Level: 54 | |
| Agi: 1 | |
| - Level: 56 | |
| Dex: 1 | |
| - Level: 57 | |
| Dex: 1 | |
| - Level: 59 | |
| Int: 1 | |
| - Level: 60 | |
| Luk: 1 | |
| - Level: 61 | |
| Vit: 1 | |
| - Level: 63 | |
| Dex: 1 | |
| - Level: 64 | |
| Luk: 1 | |
| - Level: 66 | |
| Str: 1 | |
| - Level: 67 | |
| Agi: 1 | |
| - Level: 68 | |
| Int: 1 | |
| - Level: 69 | |
| Luk: 1 | |
| - Level: 70 | |
| Dex: 1 | |
| - Jobs: | |
| Clown: true | |
| MaxWeight: 27000 | |
| HpFactor: 75 | |
| HpMultiplicator: 300 | |
| SpFactor: 600 | |
| BaseASPD: | |
| Fist: 400 | |
| Dagger: 550 | |
| Bow: 650 | |
| Musical: 575 | |
| BonusStats: | |
| - Level: 1 | |
| Agi: 1 | |
| - Level: 2 | |
| Dex: 1 | |
| - Level: 4 | |
| Agi: 1 | |
| - Level: 5 | |
| Str: 1 | |
| - Level: 7 | |
| Dex: 1 | |
| - Level: 8 | |
| Int: 1 | |
| - Level: 9 | |
| Agi: 1 | |
| - Level: 10 | |
| Str: 1 | |
| - Level: 11 | |
| Luk: 1 | |
| - Level: 13 | |
| Agi: 1 | |
| - Level: 15 | |
| Dex: 1 | |
| - Level: 16 | |
| Vit: 1 | |
| - Level: 18 | |
| Luk: 1 | |
| - Level: 19 | |
| Str: 1 | |
| - Level: 21 | |
| Int: 1 | |
| - Level: 23 | |
| Dex: 1 | |
| - Level: 24 | |
| Agi: 1 | |
| - Level: 26 | |
| Luk: 1 | |
| - Level: 28 | |
| Int: 1 | |
| - Level: 30 | |
| Dex: 1 | |
| - Level: 32 | |
| Agi: 1 | |
| - Level: 33 | |
| Str: 1 | |
| - Level: 36 | |
| Agi: 1 | |
| - Level: 39 | |
| Dex: 1 | |
| - Level: 40 | |
| Dex: 1 | |
| - Level: 41 | |
| Int: 1 | |
| - Level: 43 | |
| Dex: 1 | |
| - Level: 45 | |
| Str: 1 | |
| - Level: 47 | |
| Luk: 1 | |
| - Level: 49 | |
| Agi: 1 | |
| - Level: 50 | |
| Dex: 1 | |
| - Level: 53 | |
| Agi: 1 | |
| - Level: 54 | |
| Str: 1 | |
| - Level: 56 | |
| Dex: 1 | |
| - Level: 57 | |
| Dex: 1 | |
| - Level: 58 | |
| Agi: 1 | |
| - Level: 59 | |
| Vit: 1 | |
| - Level: 61 | |
| Dex: 1 | |
| - Level: 62 | |
| Str: 1 | |
| - Level: 63 | |
| Dex: 1 | |
| - Level: 65 | |
| Agi: 1 | |
| - Level: 66 | |
| Dex: 1 | |
| - Level: 68 | |
| Agi: 1 | |
| - Level: 69 | |
| Int: 1 | |
| - Level: 70 | |
| Str: 1 | |
| - Jobs: | |
| Gypsy: true | |
| MaxWeight: 27000 | |
| HpFactor: 75 | |
| HpMultiplicator: 300 | |
| SpFactor: 600 | |
| BaseASPD: | |
| Fist: 400 | |
| Dagger: 550 | |
| Bow: 650 | |
| Whip: 575 | |
| BonusStats: | |
| - Level: 1 | |
| Dex: 1 | |
| - Level: 2 | |
| Str: 1 | |
| - Level: 4 | |
| Agi: 1 | |
| - Level: 6 | |
| Str: 1 | |
| - Level: 8 | |
| Int: 1 | |
| - Level: 9 | |
| Dex: 1 | |
| - Level: 11 | |
| Agi: 1 | |
| - Level: 12 | |
| Agi: 1 | |
| - Level: 13 | |
| Agi: 1 | |
| - Level: 14 | |
| Dex: 1 | |
| - Level: 15 | |
| Dex: 1 | |
| - Level: 17 | |
| Vit: 1 | |
| - Level: 18 | |
| Dex: 1 | |
| - Level: 20 | |
| Str: 1 | |
| - Level: 22 | |
| Dex: 1 | |
| - Level: 23 | |
| Dex: 1 | |
| - Level: 25 | |
| Agi: 1 | |
| - Level: 26 | |
| Int: 1 | |
| - Level: 27 | |
| Luk: 1 | |
| - Level: 28 | |
| Dex: 1 | |
| - Level: 31 | |
| Agi: 1 | |
| - Level: 33 | |
| Dex: 1 | |
| - Level: 35 | |
| Str: 1 | |
| - Level: 38 | |
| Agi: 1 | |
| - Level: 39 | |
| Int: 1 | |
| - Level: 41 | |
| Dex: 1 | |
| - Level: 43 | |
| Dex: 1 | |
| - Level: 45 | |
| Dex: 1 | |
| - Level: 47 | |
| Agi: 1 | |
| - Level: 49 | |
| Dex: 1 | |
| - Level: 50 | |
| Str: 1 | |
| - Level: 52 | |
| Agi: 1 | |
| - Level: 53 | |
| Int: 1 | |
| - Level: 54 | |
| Vit: 1 | |
| - Level: 57 | |
| Agi: 1 | |
| - Level: 58 | |
| Dex: 1 | |
| - Level: 60 | |
| Int: 1 | |
| - Level: 61 | |
| Agi: 1 | |
| - Level: 62 | |
| Agi: 1 | |
| - Level: 63 | |
| Luk: 1 | |
| - Level: 65 | |
| Dex: 1 | |
| - Level: 66 | |
| Str: 1 | |
| - Level: 67 | |
| Agi: 1 | |
| - Level: 69 | |
| Dex: 1 | |
| - Level: 70 | |
| Agi: 1 | |
| - Jobs: | |
| Baby: true | |
| BaseASPD: | |
| Fist: 500 | |
| Dagger: 650 | |
| 1hSword: 700 | |
| 1hAxe: 800 | |
| Mace: 700 | |
| 2hMace: 700 | |
| Staff: 650 | |
| 2hStaff: 650 | |
| - Jobs: | |
| Baby_Swordman: true | |
| MaxWeight: 28000 | |
| HpFactor: 70 | |
| SpFactor: 200 | |
| BaseASPD: | |
| Fist: 400 | |
| Dagger: 500 | |
| 1hSword: 550 | |
| 2hSword: 600 | |
| 1hSpear: 650 | |
| 2hSpear: 700 | |
| 1hAxe: 700 | |
| 2hAxe: 750 | |
| Mace: 650 | |
| 2hMace: 700 | |
| BonusStats: | |
| - Level: 2 | |
| Str: 1 | |
| - Level: 6 | |
| Vit: 1 | |
| - Level: 10 | |
| Dex: 1 | |
| - Level: 14 | |
| Str: 1 | |
| - Level: 18 | |
| Vit: 1 | |
| - Level: 22 | |
| Dex: 1 | |
| - Level: 26 | |
| Luk: 1 | |
| - Level: 30 | |
| Agi: 1 | |
| - Level: 33 | |
| Str: 1 | |
| - Level: 36 | |
| Dex: 1 | |
| - Level: 38 | |
| Vit: 1 | |
| - Level: 40 | |
| Str: 1 | |
| - Level: 42 | |
| Vit: 1 | |
| - Level: 44 | |
| Luk: 1 | |
| - Level: 46 | |
| Agi: 1 | |
| - Level: 47 | |
| Str: 1 | |
| - Level: 49 | |
| Str: 1 | |
| - Level: 50 | |
| Str: 1 | |
| - Jobs: | |
| Baby_Mage: true | |
| MaxWeight: 22000 | |
| HpFactor: 30 | |
| SpFactor: 600 | |
| BaseASPD: | |
| Fist: 500 | |
| Dagger: 600 | |
| Staff: 700 | |
| 2hStaff: 700 | |
| BonusStats: | |
| - Level: 2 | |
| Int: 1 | |
| - Level: 6 | |
| Dex: 1 | |
| - Level: 10 | |
| Dex: 1 | |
| - Level: 14 | |
| Int: 1 | |
| - Level: 18 | |
| Agi: 1 | |
| - Level: 22 | |
| Int: 1 | |
| - Level: 26 | |
| Agi: 1 | |
| - Level: 30 | |
| Luk: 1 | |
| - Level: 33 | |
| Int: 1 | |
| - Level: 36 | |
| Dex: 1 | |
| - Level: 38 | |
| Int: 1 | |
| - Level: 40 | |
| Agi: 1 | |
| - Level: 42 | |
| Luk: 1 | |
| - Level: 44 | |
| Int: 1 | |
| - Level: 46 | |
| Int: 1 | |
| - Level: 47 | |
| Agi: 1 | |
| - Level: 49 | |
| Luk: 1 | |
| - Level: 50 | |
| Int: 1 | |
| - Jobs: | |
| Baby_Archer: true | |
| MaxWeight: 26000 | |
| HpFactor: 50 | |
| SpFactor: 200 | |
| BaseASPD: | |
| Fist: 400 | |
| Dagger: 600 | |
| Bow: 700 | |
| BonusStats: | |
| - Level: 2 | |
| Dex: 1 | |
| - Level: 6 | |
| Str: 1 | |
| - Level: 10 | |
| Int: 1 | |
| - Level: 14 | |
| Dex: 1 | |
| - Level: 18 | |
| Dex: 1 | |
| - Level: 22 | |
| Luk: 1 | |
| - Level: 26 | |
| Agi: 1 | |
| - Level: 30 | |
| Dex: 1 | |
| - Level: 33 | |
| Agi: 1 | |
| - Level: 36 | |
| Dex: 1 | |
| - Level: 38 | |
| Str: 1 | |
| - Level: 40 | |
| Str: 1 | |
| - Level: 42 | |
| Dex: 1 | |
| - Level: 44 | |
| Luk: 1 | |
| - Level: 46 | |
| Vit: 1 | |
| - Level: 47 | |
| Int: 1 | |
| - Level: 49 | |
| Agi: 1 | |
| - Level: 50 | |
| Dex: 1 | |
| - Jobs: | |
| Baby_Acolyte: true | |
| MaxWeight: 24000 | |
| HpFactor: 40 | |
| SpFactor: 500 | |
| BaseASPD: | |
| Fist: 400 | |
| Mace: 600 | |
| 2hMace: 600 | |
| Staff: 600 | |
| 2hStaff: 600 | |
| BonusStats: | |
| - Level: 2 | |
| Luk: 1 | |
| - Level: 6 | |
| Vit: 1 | |
| - Level: 10 | |
| Int: 1 | |
| - Level: 14 | |
| Dex: 1 | |
| - Level: 18 | |
| Luk: 1 | |
| - Level: 22 | |
| Agi: 1 | |
| - Level: 26 | |
| Str: 1 | |
| - Level: 30 | |
| Vit: 1 | |
| - Level: 33 | |
| Int: 1 | |
| - Level: 36 | |
| Dex: 1 | |
| - Level: 38 | |
| Luk: 1 | |
| - Level: 40 | |
| Agi: 1 | |
| - Level: 42 | |
| Str: 1 | |
| - Level: 44 | |
| Vit: 1 | |
| - Level: 46 | |
| Int: 1 | |
| - Level: 47 | |
| Dex: 1 | |
| - Level: 49 | |
| Str: 1 | |
| - Level: 50 | |
| Luk: 1 | |
| - Jobs: | |
| Baby_Merchant: true | |
| MaxWeight: 28000 | |
| HpFactor: 40 | |
| SpFactor: 300 | |
| BaseASPD: | |
| Fist: 400 | |
| Dagger: 600 | |
| 1hSword: 700 | |
| 1hAxe: 700 | |
| 2hAxe: 750 | |
| Mace: 700 | |
| 2hMace: 700 | |
| BonusStats: | |
| - Level: 2 | |
| Vit: 1 | |
| - Level: 6 | |
| Dex: 1 | |
| - Level: 10 | |
| Str: 1 | |
| - Level: 14 | |
| Dex: 1 | |
| - Level: 18 | |
| Vit: 1 | |
| - Level: 22 | |
| Str: 1 | |
| - Level: 26 | |
| Int: 1 | |
| - Level: 30 | |
| Vit: 1 | |
| - Level: 36 | |
| Luk: 1 | |
| - Level: 38 | |
| Dex: 1 | |
| - Level: 40 | |
| Str: 1 | |
| - Level: 41 | |
| Agi: 1 | |
| - Level: 42 | |
| Dex: 1 | |
| - Level: 44 | |
| Str: 1 | |
| - Level: 46 | |
| Luk: 1 | |
| - Level: 47 | |
| Vit: 1 | |
| - Level: 49 | |
| Str: 1 | |
| - Level: 50 | |
| Dex: 1 | |
| - Jobs: | |
| Baby_Thief: true | |
| MaxWeight: 24000 | |
| HpFactor: 50 | |
| SpFactor: 200 | |
| BaseASPD: | |
| Fist: 400 | |
| Dagger: 500 | |
| 1hSword: 650 | |
| 1hAxe: 800 | |
| Bow: 800 | |
| BonusStats: | |
| - Level: 2 | |
| Agi: 1 | |
| - Level: 6 | |
| Str: 1 | |
| - Level: 10 | |
| Dex: 1 | |
| - Level: 14 | |
| Vit: 1 | |
| - Level: 18 | |
| Int: 1 | |
| - Level: 22 | |
| Dex: 1 | |
| - Level: 26 | |
| Luk: 1 | |
| - Level: 30 | |
| Str: 1 | |
| - Level: 33 | |
| Agi: 1 | |
| - Level: 36 | |
| Str: 1 | |
| - Level: 38 | |
| Agi: 1 | |
| - Level: 40 | |
| Luk: 1 | |
| - Level: 42 | |
| Dex: 1 | |
| - Level: 44 | |
| Vit: 1 | |
| - Level: 46 | |
| Luk: 1 | |
| - Level: 47 | |
| Str: 1 | |
| - Level: 49 | |
| Dex: 1 | |
| - Level: 50 | |
| Agi: 1 | |
| - Jobs: | |
| Baby_Knight: true | |
| Baby_Knight2: true | |
| MaxWeight: 28000 | |
| HpFactor: 150 | |
| SpFactor: 300 | |
| BaseASPD: | |
| Fist: 400 | |
| Dagger: 500 | |
| 1hSword: 500 | |
| 2hSword: 550 | |
| 1hSpear: 600 | |
| 2hSpear: 600 | |
| 1hAxe: 700 | |
| 2hAxe: 700 | |
| Mace: 650 | |
| 2hMace: 700 | |
| BonusStats: | |
| - Level: 1 | |
| Vit: 1 | |
| - Level: 3 | |
| Vit: 1 | |
| - Level: 4 | |
| Str: 1 | |
| - Level: 5 | |
| Luk: 1 | |
| - Level: 8 | |
| Vit: 1 | |
| - Level: 10 | |
| Str: 1 | |
| - Level: 11 | |
| Dex: 1 | |
| - Level: 12 | |
| Vit: 1 | |
| - Level: 13 | |
| Agi: 1 | |
| - Level: 15 | |
| Str: 1 | |
| - Level: 17 | |
| Vit: 1 | |
| - Level: 18 | |
| Vit: 1 | |
| - Level: 19 | |
| Dex: 1 | |
| - Level: 20 | |
| Luk: 1 | |
| - Level: 21 | |
| Str: 1 | |
| - Level: 23 | |
| Vit: 1 | |
| - Level: 27 | |
| Str: 1 | |
| - Level: 28 | |
| Luk: 1 | |
| - Level: 29 | |
| Vit: 1 | |
| - Level: 31 | |
| Dex: 1 | |
| - Level: 33 | |
| Str: 1 | |
| - Level: 36 | |
| Vit: 1 | |
| - Level: 37 | |
| Luk: 1 | |
| - Level: 38 | |
| Agi: 1 | |
| - Level: 40 | |
| Dex: 1 | |
| - Level: 43 | |
| Vit: 1 | |
| - Level: 46 | |
| Str: 1 | |
| - Level: 47 | |
| Str: 1 | |
| - Level: 48 | |
| Dex: 1 | |
| - Level: 49 | |
| Dex: 1 | |
| - Jobs: | |
| Baby_Priest: true | |
| MaxWeight: 26000 | |
| HpFactor: 75 | |
| SpFactor: 800 | |
| BaseASPD: | |
| Fist: 400 | |
| Mace: 600 | |
| 2hMace: 600 | |
| Staff: 600 | |
| Book: 600 | |
| 2hStaff: 600 | |
| BonusStats: | |
| - Level: 1 | |
| Luk: 1 | |
| - Level: 3 | |
| Luk: 1 | |
| - Level: 4 | |
| Str: 1 | |
| - Level: 6 | |
| Agi: 1 | |
| - Level: 7 | |
| Vit: 1 | |
| - Level: 8 | |
| Int: 1 | |
| - Level: 9 | |
| Int: 1 | |
| - Level: 10 | |
| Luk: 1 | |
| - Level: 11 | |
| Str: 1 | |
| - Level: 14 | |
| Vit: 1 | |
| - Level: 15 | |
| Dex: 1 | |
| - Level: 17 | |
| Str: 1 | |
| - Level: 20 | |
| Dex: 1 | |
| - Level: 21 | |
| Luk: 1 | |
| - Level: 22 | |
| Int: 1 | |
| - Level: 25 | |
| Dex: 1 | |
| - Level: 27 | |
| Str: 1 | |
| - Level: 29 | |
| Agi: 1 | |
| - Level: 31 | |
| Luk: 1 | |
| - Level: 32 | |
| Dex: 1 | |
| - Level: 34 | |
| Vit: 1 | |
| - Level: 35 | |
| Str: 1 | |
| - Level: 36 | |
| Vit: 1 | |
| - Level: 37 | |
| Agi: 1 | |
| - Level: 39 | |
| Luk: 1 | |
| - Level: 42 | |
| Int: 1 | |
| - Level: 43 | |
| Int: 1 | |
| - Level: 45 | |
| Vit: 1 | |
| - Level: 48 | |
| Agi: 1 | |
| - Level: 50 | |
| Luk: 1 | |
| - Jobs: | |
| Baby_Wizard: true | |
| MaxWeight: 24000 | |
| HpFactor: 55 | |
| SpFactor: 900 | |
| BaseASPD: | |
| Fist: 500 | |
| Dagger: 575 | |
| Staff: 625 | |
| 2hStaff: 625 | |
| BonusStats: | |
| - Level: 1 | |
| Int: 1 | |
| - Level: 2 | |
| Dex: 1 | |
| - Level: 4 | |
| Int: 1 | |
| - Level: 5 | |
| Dex: 1 | |
| - Level: 6 | |
| Agi: 1 | |
| - Level: 9 | |
| Int: 1 | |
| - Level: 10 | |
| Agi: 1 | |
| - Level: 12 | |
| Str: 1 | |
| - Level: 13 | |
| Dex: 1 | |
| - Level: 15 | |
| Luk: 1 | |
| - Level: 18 | |
| Int: 1 | |
| - Level: 22 | |
| Int: 1 | |
| - Level: 24 | |
| Agi: 1 | |
| - Level: 26 | |
| Dex: 1 | |
| - Level: 29 | |
| Int: 1 | |
| - Level: 31 | |
| Int: 1 | |
| - Level: 32 | |
| Dex: 1 | |
| - Level: 33 | |
| Int: 1 | |
| - Level: 34 | |
| Agi: 1 | |
| - Level: 36 | |
| Luk: 1 | |
| - Level: 38 | |
| Vit: 1 | |
| - Level: 39 | |
| Dex: 1 | |
| - Level: 40 | |
| Int: 1 | |
| - Level: 41 | |
| Agi: 1 | |
| - Level: 43 | |
| Agi: 1 | |
| - Level: 45 | |
| Int: 1 | |
| - Level: 46 | |
| Agi: 1 | |
| - Level: 47 | |
| Agi: 1 | |
| - Level: 48 | |
| Int: 1 | |
| - Level: 50 | |
| Int: 1 | |
| - Jobs: | |
| Baby_Blacksmith: true | |
| MaxWeight: 30000 | |
| HpFactor: 90 | |
| SpFactor: 400 | |
| BaseASPD: | |
| Fist: 400 | |
| Dagger: 600 | |
| 1hSword: 650 | |
| 1hAxe: 650 | |
| 2hAxe: 650 | |
| Mace: 675 | |
| 2hMace: 675 | |
| BonusStats: | |
| - Level: 1 | |
| Dex: 1 | |
| - Level: 3 | |
| Str: 1 | |
| - Level: 4 | |
| Dex: 1 | |
| - Level: 5 | |
| Dex: 1 | |
| - Level: 7 | |
| Vit: 1 | |
| - Level: 8 | |
| Str: 1 | |
| - Level: 10 | |
| Dex: 1 | |
| - Level: 11 | |
| Luk: 1 | |
| - Level: 12 | |
| Dex: 1 | |
| - Level: 13 | |
| Vit: 1 | |
| - Level: 16 | |
| Str: 1 | |
| - Level: 19 | |
| Dex: 1 | |
| - Level: 20 | |
| Vit: 1 | |
| - Level: 21 | |
| Int: 1 | |
| - Level: 23 | |
| Str: 1 | |
| - Level: 26 | |
| Dex: 1 | |
| - Level: 28 | |
| Dex: 1 | |
| - Level: 29 | |
| Agi: 1 | |
| - Level: 31 | |
| Str: 1 | |
| - Level: 32 | |
| Vit: 1 | |
| - Level: 34 | |
| Int: 1 | |
| - Level: 36 | |
| Dex: 1 | |
| - Level: 37 | |
| Vit: 1 | |
| - Level: 38 | |
| Agi: 1 | |
| - Level: 39 | |
| Dex: 1 | |
| - Level: 40 | |
| Dex: 1 | |
| - Level: 44 | |
| Str: 1 | |
| - Level: 46 | |
| Luk: 1 | |
| - Level: 47 | |
| Dex: 1 | |
| - Level: 49 | |
| Vit: 1 | |
| - Jobs: | |
| Baby_Hunter: true | |
| MaxWeight: 27000 | |
| HpFactor: 85 | |
| SpFactor: 400 | |
| BaseASPD: | |
| Fist: 400 | |
| Dagger: 600 | |
| Bow: 600 | |
| BonusStats: | |
| - Level: 1 | |
| Dex: 1 | |
| - Level: 3 | |
| Int: 1 | |
| - Level: 4 | |
| Dex: 1 | |
| - Level: 5 | |
| Str: 1 | |
| - Level: 7 | |
| Luk: 1 | |
| - Level: 8 | |
| Dex: 1 | |
| - Level: 10 | |
| Str: 1 | |
| - Level: 11 | |
| Str: 1 | |
| - Level: 12 | |
| Agi: 1 | |
| - Level: 14 | |
| Dex: 1 | |
| - Level: 15 | |
| Luk: 1 | |
| - Level: 17 | |
| Vit: 1 | |
| - Level: 19 | |
| Agi: 1 | |
| - Level: 20 | |
| Agi: 1 | |
| - Level: 21 | |
| Dex: 1 | |
| - Level: 22 | |
| Vit: 1 | |
| - Level: 27 | |
| Dex: 1 | |
| - Level: 29 | |
| Luk: 1 | |
| - Level: 31 | |
| Agi: 1 | |
| - Level: 33 | |
| Dex: 1 | |
| - Level: 34 | |
| Int: 1 | |
| - Level: 38 | |
| Dex: 1 | |
| - Level: 39 | |
| Agi: 1 | |
| - Level: 41 | |
| Int: 1 | |
| - Level: 42 | |
| Luk: 1 | |
| - Level: 43 | |
| Dex: 1 | |
| - Level: 44 | |
| Str: 1 | |
| - Level: 46 | |
| Int: 1 | |
| - Level: 47 | |
| Agi: 1 | |
| - Level: 49 | |
| Dex: 1 | |
| - Jobs: | |
| Baby_Assassin: true | |
| MaxWeight: 24000 | |
| HpFactor: 110 | |
| SpFactor: 400 | |
| BaseASPD: | |
| Fist: 400 | |
| Dagger: 500 | |
| 1hSword: 650 | |
| 1hAxe: 800 | |
| Katar: 500 | |
| BonusStats: | |
| - Level: 1 | |
| Agi: 1 | |
| - Level: 2 | |
| Agi: 1 | |
| - Level: 3 | |
| Agi: 1 | |
| - Level: 4 | |
| Int: 1 | |
| - Level: 6 | |
| Vit: 1 | |
| - Level: 8 | |
| Vit: 1 | |
| - Level: 9 | |
| Dex: 1 | |
| - Level: 11 | |
| Str: 1 | |
| - Level: 14 | |
| Int: 1 | |
| - Level: 15 | |
| Agi: 1 | |
| - Level: 16 | |
| Agi: 1 | |
| - Level: 17 | |
| Agi: 1 | |
| - Level: 18 | |
| Agi: 1 | |
| - Level: 19 | |
| Agi: 1 | |
| - Level: 20 | |
| Agi: 1 | |
| - Level: 21 | |
| Agi: 1 | |
| - Level: 24 | |
| Dex: 1 | |
| - Level: 25 | |
| Str: 1 | |
| - Level: 27 | |
| Str: 1 | |
| - Level: 30 | |
| Dex: 1 | |
| - Level: 31 | |
| Dex: 1 | |
| - Level: 32 | |
| Str: 1 | |
| - Level: 38 | |
| Int: 1 | |
| - Level: 40 | |
| Dex: 1 | |
| - Level: 41 | |
| Dex: 1 | |
| - Level: 42 | |
| Int: 1 | |
| - Level: 45 | |
| Str: 1 | |
| - Level: 46 | |
| Dex: 1 | |
| - Level: 48 | |
| Str: 1 | |
| - Level: 50 | |
| Dex: 1 | |
| - Jobs: | |
| Baby_Crusader: true | |
| Baby_Crusader2: true | |
| MaxWeight: 28000 | |
| HpFactor: 110 | |
| HpMultiplicator: 700 | |
| SpFactor: 470 | |
| BaseASPD: | |
| Fist: 400 | |
| Dagger: 500 | |
| 1hSword: 500 | |
| 2hSword: 550 | |
| 1hSpear: 600 | |
| 2hSpear: 600 | |
| 1hAxe: 700 | |
| 2hAxe: 700 | |
| Mace: 650 | |
| 2hMace: 700 | |
| BonusStats: | |
| - Level: 1 | |
| Luk: 1 | |
| - Level: 2 | |
| Luk: 1 | |
| - Level: 3 | |
| Luk: 1 | |
| - Level: 4 | |
| Luk: 1 | |
| - Level: 5 | |
| Luk: 1 | |
| - Level: 7 | |
| Str: 1 | |
| - Level: 9 | |
| Int: 1 | |
| - Level: 11 | |
| Str: 1 | |
| - Level: 12 | |
| Vit: 1 | |
| - Level: 14 | |
| Dex: 1 | |
| - Level: 15 | |
| Vit: 1 | |
| - Level: 17 | |
| Str: 1 | |
| - Level: 20 | |
| Int: 1 | |
| - Level: 21 | |
| Int: 1 | |
| - Level: 22 | |
| Vit: 1 | |
| - Level: 23 | |
| Str: 1 | |
| - Level: 25 | |
| Str: 1 | |
| - Level: 28 | |
| Dex: 1 | |
| - Level: 30 | |
| Agi: 1 | |
| - Level: 32 | |
| Str: 1 | |
| - Level: 34 | |
| Dex: 1 | |
| - Level: 35 | |
| Int: 1 | |
| - Level: 36 | |
| Agi: 1 | |
| - Level: 38 | |
| Int: 1 | |
| - Level: 40 | |
| Vit: 1 | |
| - Level: 41 | |
| Vit: 1 | |
| - Level: 44 | |
| Int: 1 | |
| - Level: 46 | |
| Vit: 1 | |
| - Level: 48 | |
| Str: 1 | |
| - Level: 50 | |
| Vit: 1 | |
| - Jobs: | |
| Baby_Monk: true | |
| MaxWeight: 26000 | |
| HpFactor: 90 | |
| HpMultiplicator: 650 | |
| SpFactor: 470 | |
| BaseASPD: | |
| Fist: 400 | |
| Mace: 575 | |
| 2hMace: 575 | |
| Staff: 575 | |
| Knuckle: 475 | |
| 2hStaff: 575 | |
| BonusStats: | |
| - Level: 1 | |
| Str: 1 | |
| - Level: 2 | |
| Str: 1 | |
| - Level: 4 | |
| Dex: 1 | |
| - Level: 5 | |
| Agi: 1 | |
| - Level: 7 | |
| Vit: 1 | |
| - Level: 10 | |
| Agi: 1 | |
| - Level: 12 | |
| Str: 1 | |
| - Level: 13 | |
| Str: 1 | |
| - Level: 15 | |
| Luk: 1 | |
| - Level: 16 | |
| Int: 1 | |
| - Level: 18 | |
| Agi: 1 | |
| - Level: 20 | |
| Vit: 1 | |
| - Level: 21 | |
| Agi: 1 | |
| - Level: 22 | |
| Dex: 1 | |
| - Level: 23 | |
| Agi: 1 | |
| - Level: 25 | |
| Vit: 1 | |
| - Level: 26 | |
| Str: 1 | |
| - Level: 27 | |
| Str: 1 | |
| - Level: 30 | |
| Dex: 1 | |
| - Level: 32 | |
| Luk: 1 | |
| - Level: 33 | |
| Vit: 1 | |
| - Level: 35 | |
| Agi: 1 | |
| - Level: 38 | |
| Int: 1 | |
| - Level: 40 | |
| Luk: 1 | |
| - Level: 41 | |
| Vit: 1 | |
| - Level: 43 | |
| Dex: 1 | |
| - Level: 44 | |
| Agi: 1 | |
| - Level: 46 | |
| Vit: 1 | |
| - Level: 49 | |
| Str: 1 | |
| - Level: 50 | |
| Str: 1 | |
| - Jobs: | |
| Baby_Sage: true | |
| MaxWeight: 24000 | |
| HpFactor: 75 | |
| SpFactor: 700 | |
| BaseASPD: | |
| Fist: 450 | |
| Dagger: 525 | |
| Staff: 625 | |
| Book: 550 | |
| 2hStaff: 625 | |
| BonusStats: | |
| - Level: 1 | |
| Int: 1 | |
| - Level: 3 | |
| Agi: 1 | |
| - Level: 4 | |
| Vit: 1 | |
| - Level: 6 | |
| Agi: 1 | |
| - Level: 8 | |
| Int: 1 | |
| - Level: 11 | |
| Vit: 1 | |
| - Level: 13 | |
| Agi: 1 | |
| - Level: 15 | |
| Int: 1 | |
| - Level: 17 | |
| Luk: 1 | |
| - Level: 18 | |
| Vit: 1 | |
| - Level: 20 | |
| Dex: 1 | |
| - Level: 22 | |
| Agi: 1 | |
| - Level: 24 | |
| Int: 1 | |
| - Level: 25 | |
| Dex: 1 | |
| - Level: 27 | |
| Dex: 1 | |
| - Level: 30 | |
| Int: 1 | |
| - Level: 32 | |
| Dex: 1 | |
| - Level: 33 | |
| Agi: 1 | |
| - Level: 35 | |
| Luk: 1 | |
| - Level: 37 | |
| Int: 1 | |
| - Level: 38 | |
| Int: 1 | |
| - Level: 39 | |
| Dex: 1 | |
| - Level: 40 | |
| Luk: 1 | |
| - Level: 42 | |
| Str: 1 | |
| - Level: 44 | |
| Str: 1 | |
| - Level: 45 | |
| Int: 1 | |
| - Level: 46 | |
| Str: 1 | |
| - Level: 47 | |
| Str: 1 | |
| - Level: 48 | |
| Str: 1 | |
| - Level: 50 | |
| Int: 1 | |
| - Jobs: | |
| Baby_Rogue: true | |
| MaxWeight: 24000 | |
| HpFactor: 85 | |
| SpFactor: 500 | |
| BaseASPD: | |
| Fist: 400 | |
| Dagger: 500 | |
| 1hSword: 550 | |
| Bow: 650 | |
| BonusStats: | |
| - Level: 1 | |
| Agi: 1 | |
| - Level: 2 | |
| Vit: 1 | |
| - Level: 3 | |
| Dex: 1 | |
| - Level: 5 | |
| Str: 1 | |
| - Level: 6 | |
| Vit: 1 | |
| - Level: 7 | |
| Agi: 1 | |
| - Level: 9 | |
| Vit: 1 | |
| - Level: 11 | |
| Dex: 1 | |
| - Level: 14 | |
| Vit: 1 | |
| - Level: 15 | |
| Vit: 1 | |
| - Level: 16 | |
| Agi: 1 | |
| - Level: 18 | |
| Dex: 1 | |
| - Level: 20 | |
| Dex: 1 | |
| - Level: 23 | |
| Agi: 1 | |
| - Level: 25 | |
| Str: 1 | |
| - Level: 26 | |
| Vit: 1 | |
| - Level: 27 | |
| Str: 1 | |
| - Level: 29 | |
| Agi: 1 | |
| - Level: 30 | |
| Str: 1 | |
| - Level: 33 | |
| Dex: 1 | |
| - Level: 34 | |
| Dex: 1 | |
| - Level: 36 | |
| Str: 1 | |
| - Level: 38 | |
| Int: 1 | |
| - Level: 39 | |
| Agi: 1 | |
| - Level: 42 | |
| Str: 1 | |
| - Level: 43 | |
| Int: 1 | |
| - Level: 45 | |
| Agi: 1 | |
| - Level: 47 | |
| Int: 1 | |
| - Level: 48 | |
| Int: 1 | |
| - Level: 50 | |
| Dex: 1 | |
| - Jobs: | |
| Baby_Alchemist: true | |
| MaxWeight: 30000 | |
| HpFactor: 90 | |
| SpFactor: 400 | |
| BaseASPD: | |
| Fist: 400 | |
| Dagger: 550 | |
| 1hSword: 575 | |
| 1hAxe: 675 | |
| 2hAxe: 700 | |
| Mace: 650 | |
| 2hMace: 650 | |
| BonusStats: | |
| - Level: 1 | |
| Int: 1 | |
| - Level: 2 | |
| Dex: 1 | |
| - Level: 3 | |
| Dex: 1 | |
| - Level: 6 | |
| Str: 1 | |
| - Level: 8 | |
| Dex: 1 | |
| - Level: 9 | |
| Int: 1 | |
| - Level: 11 | |
| Agi: 1 | |
| - Level: 13 | |
| Dex: 1 | |
| - Level: 14 | |
| Agi: 1 | |
| - Level: 15 | |
| Str: 1 | |
| - Level: 17 | |
| Int: 1 | |
| - Level: 19 | |
| Dex: 1 | |
| - Level: 20 | |
| Vit: 1 | |
| - Level: 21 | |
| Dex: 1 | |
| - Level: 23 | |
| Int: 1 | |
| - Level: 24 | |
| Int: 1 | |
| - Level: 25 | |
| Dex: 1 | |
| - Level: 26 | |
| Str: 1 | |
| - Level: 28 | |
| Dex: 1 | |
| - Level: 29 | |
| Int: 1 | |
| - Level: 31 | |
| Vit: 1 | |
| - Level: 32 | |
| Dex: 1 | |
| - Level: 34 | |
| Str: 1 | |
| - Level: 36 | |
| Vit: 1 | |
| - Level: 38 | |
| Int: 1 | |
| - Level: 40 | |
| Agi: 1 | |
| - Level: 43 | |
| Str: 1 | |
| - Level: 45 | |
| Agi: 1 | |
| - Level: 49 | |
| Agi: 1 | |
| - Level: 50 | |
| Agi: 1 | |
| - Jobs: | |
| Baby_Bard: true | |
| MaxWeight: 27000 | |
| HpFactor: 75 | |
| HpMultiplicator: 300 | |
| SpFactor: 600 | |
| BaseASPD: | |
| Fist: 400 | |
| Dagger: 550 | |
| Bow: 650 | |
| Musical: 575 | |
| BonusStats: | |
| - Level: 1 | |
| Dex: 1 | |
| - Level: 2 | |
| Agi: 1 | |
| - Level: 3 | |
| Str: 1 | |
| - Level: 5 | |
| Int: 1 | |
| - Level: 6 | |
| Luk: 1 | |
| - Level: 7 | |
| Dex: 1 | |
| - Level: 9 | |
| Luk: 1 | |
| - Level: 10 | |
| Agi: 1 | |
| - Level: 11 | |
| Agi: 1 | |
| - Level: 13 | |
| Int: 1 | |
| - Level: 15 | |
| Dex: 1 | |
| - Level: 16 | |
| Dex: 1 | |
| - Level: 17 | |
| Vit: 1 | |
| - Level: 19 | |
| Dex: 1 | |
| - Level: 20 | |
| Luk: 1 | |
| - Level: 21 | |
| Int: 1 | |
| - Level: 24 | |
| Agi: 1 | |
| - Level: 28 | |
| Str: 1 | |
| - Level: 30 | |
| Agi: 1 | |
| - Level: 32 | |
| Dex: 1 | |
| - Level: 33 | |
| Vit: 1 | |
| - Level: 35 | |
| Agi: 1 | |
| - Level: 38 | |
| Dex: 1 | |
| - Level: 40 | |
| Int: 1 | |
| - Level: 41 | |
| Luk: 1 | |
| - Level: 43 | |
| Vit: 1 | |
| - Level: 46 | |
| Dex: 1 | |
| - Level: 47 | |
| Int: 1 | |
| - Level: 48 | |
| Agi: 1 | |
| - Level: 50 | |
| Dex: 1 | |
| - Jobs: | |
| Baby_Dancer: true | |
| MaxWeight: 27000 | |
| HpFactor: 75 | |
| HpMultiplicator: 300 | |
| SpFactor: 600 | |
| BaseASPD: | |
| Fist: 400 | |
| Dagger: 550 | |
| Bow: 650 | |
| Whip: 575 | |
| BonusStats: | |
| - Level: 1 | |
| Luk: 1 | |
| - Level: 2 | |
| Agi: 1 | |
| - Level: 3 | |
| Str: 1 | |
| - Level: 5 | |
| Int: 1 | |
| - Level: 6 | |
| Dex: 1 | |
| - Level: 7 | |
| Luk: 1 | |
| - Level: 9 | |
| Dex: 1 | |
| - Level: 10 | |
| Agi: 1 | |
| - Level: 11 | |
| Agi: 1 | |
| - Level: 13 | |
| Int: 1 | |
| - Level: 15 | |
| Luk: 1 | |
| - Level: 16 | |
| Dex: 1 | |
| - Level: 17 | |
| Vit: 1 | |
| - Level: 19 | |
| Luk: 1 | |
| - Level: 20 | |
| Dex: 1 | |
| - Level: 21 | |
| Int: 1 | |
| - Level: 24 | |
| Agi: 1 | |
| - Level: 28 | |
| Str: 1 | |
| - Level: 30 | |
| Agi: 1 | |
| - Level: 32 | |
| Luk: 1 | |
| - Level: 33 | |
| Vit: 1 | |
| - Level: 35 | |
| Agi: 1 | |
| - Level: 38 | |
| Luk: 1 | |
| - Level: 40 | |
| Int: 1 | |
| - Level: 41 | |
| Dex: 1 | |
| - Level: 43 | |
| Vit: 1 | |
| - Level: 46 | |
| Luk: 1 | |
| - Level: 47 | |
| Int: 1 | |
| - Level: 48 | |
| Agi: 1 | |
| - Level: 50 | |
| Luk: 1 | |
| - Jobs: | |
| Super_Baby: true | |
| BaseASPD: | |
| Fist: 500 | |
| Dagger: 650 | |
| 1hSword: 700 | |
| 1hAxe: 800 | |
| Mace: 700 | |
| 2hMace: 700 | |
| Staff: 650 | |
| 2hStaff: 650 | |
| BonusStats: | |
| - Level: 1 | |
| Str: 1 | |
| - Level: 3 | |
| Agi: 1 | |
| - Level: 5 | |
| Vit: 1 | |
| - Level: 7 | |
| Int: 1 | |
| - Level: 9 | |
| Dex: 1 | |
| - Level: 11 | |
| Luk: 1 | |
| - Level: 13 | |
| Str: 1 | |
| - Level: 15 | |
| Agi: 1 | |
| - Level: 17 | |
| Vit: 1 | |
| - Level: 19 | |
| Int: 1 | |
| - Level: 21 | |
| Dex: 1 | |
| - Level: 23 | |
| Luk: 1 | |
| - Level: 25 | |
| Str: 1 | |
| - Level: 27 | |
| Agi: 1 | |
| - Level: 29 | |
| Vit: 1 | |
| - Level: 31 | |
| Int: 1 | |
| - Level: 33 | |
| Dex: 1 | |
| - Level: 35 | |
| Luk: 1 | |
| - Level: 37 | |
| Str: 1 | |
| - Level: 39 | |
| Agi: 1 | |
| - Level: 41 | |
| Vit: 1 | |
| - Level: 43 | |
| Int: 1 | |
| - Level: 45 | |
| Dex: 1 | |
| - Level: 47 | |
| Luk: 1 | |
| - Level: 49 | |
| Str: 1 | |
| - Level: 52 | |
| Agi: 1 | |
| - Level: 56 | |
| Vit: 1 | |
| - Level: 60 | |
| Int: 1 | |
| - Level: 64 | |
| Dex: 1 | |
| - Level: 68 | |
| Luk: 1 | |
| - Jobs: | |
| Taekwon: true | |
| MaxWeight: 28000 | |
| HpFactor: 70 | |
| SpFactor: 200 | |
| BaseASPD: | |
| Fist: 400 | |
| BonusStats: | |
| - Level: 1 | |
| Str: 1 | |
| - Level: 2 | |
| Str: 1 | |
| - Level: 3 | |
| Str: 1 | |
| - Level: 4 | |
| Str: 1 | |
| - Level: 5 | |
| Str: 1 | |
| - Level: 6 | |
| Str: 1 | |
| - Level: 10 | |
| Dex: 1 | |
| - Level: 11 | |
| Dex: 1 | |
| - Level: 12 | |
| Dex: 1 | |
| - Level: 13 | |
| Dex: 1 | |
| - Level: 14 | |
| Dex: 1 | |
| - Level: 15 | |
| Dex: 1 | |
| - Level: 20 | |
| Agi: 1 | |
| - Level: 21 | |
| Agi: 1 | |
| - Level: 22 | |
| Agi: 1 | |
| - Level: 23 | |
| Agi: 1 | |
| - Level: 24 | |
| Agi: 1 | |
| - Level: 25 | |
| Agi: 1 | |
| - Jobs: | |
| Star_Gladiator: true | |
| Star_Gladiator2: true | |
| MaxWeight: 28000 | |
| HpFactor: 90 | |
| HpMultiplicator: 650 | |
| SpFactor: 470 | |
| BaseASPD: | |
| Fist: 400 | |
| Book: 500 | |
| BonusStats: | |
| - Level: 1 | |
| Str: 1 | |
| - Level: 2 | |
| Str: 1 | |
| - Level: 3 | |
| Str: 1 | |
| - Level: 4 | |
| Str: 1 | |
| - Level: 5 | |
| Str: 1 | |
| - Level: 6 | |
| Str: 1 | |
| - Level: 7 | |
| Str: 1 | |
| - Level: 8 | |
| Str: 1 | |
| - Level: 9 | |
| Str: 1 | |
| - Level: 10 | |
| Str: 1 | |
| - Level: 11 | |
| Str: 1 | |
| - Level: 12 | |
| Str: 1 | |
| - Level: 20 | |
| Dex: 1 | |
| - Level: 21 | |
| Dex: 1 | |
| - Level: 22 | |
| Dex: 1 | |
| - Level: 23 | |
| Dex: 1 | |
| - Level: 24 | |
| Dex: 1 | |
| - Level: 25 | |
| Dex: 1 | |
| - Level: 39 | |
| Agi: 1 | |
| - Level: 40 | |
| Agi: 1 | |
| - Level: 41 | |
| Agi: 1 | |
| - Level: 42 | |
| Agi: 1 | |
| - Level: 43 | |
| Agi: 1 | |
| - Level: 44 | |
| Agi: 1 | |
| - Level: 45 | |
| Agi: 1 | |
| - Level: 46 | |
| Agi: 1 | |
| - Level: 47 | |
| Agi: 1 | |
| - Level: 48 | |
| Agi: 1 | |
| - Level: 49 | |
| Agi: 1 | |
| - Level: 50 | |
| Agi: 1 | |
| - Jobs: | |
| Soul_Linker: true | |
| MaxWeight: 24000 | |
| HpFactor: 75 | |
| SpFactor: 900 | |
| BaseASPD: | |
| Fist: 500 | |
| Dagger: 575 | |
| Staff: 625 | |
| 2hStaff: 625 | |
| BonusStats: | |
| - Level: 1 | |
| Int: 1 | |
| - Level: 2 | |
| Int: 1 | |
| - Level: 3 | |
| Int: 1 | |
| - Level: 4 | |
| Int: 1 | |
| - Level: 5 | |
| Int: 1 | |
| - Level: 6 | |
| Int: 1 | |
| - Level: 7 | |
| Int: 1 | |
| - Level: 8 | |
| Int: 1 | |
| - Level: 9 | |
| Int: 1 | |
| - Level: 10 | |
| Int: 1 | |
| - Level: 11 | |
| Int: 1 | |
| - Level: 12 | |
| Int: 1 | |
| - Level: 20 | |
| Vit: 1 | |
| - Level: 21 | |
| Vit: 1 | |
| - Level: 22 | |
| Vit: 1 | |
| - Level: 23 | |
| Vit: 1 | |
| - Level: 24 | |
| Vit: 1 | |
| - Level: 25 | |
| Vit: 1 | |
| - Level: 39 | |
| Dex: 1 | |
| - Level: 40 | |
| Dex: 1 | |
| - Level: 41 | |
| Dex: 1 | |
| - Level: 42 | |
| Dex: 1 | |
| - Level: 43 | |
| Dex: 1 | |
| - Level: 44 | |
| Dex: 1 | |
| - Level: 45 | |
| Dex: 1 | |
| - Level: 46 | |
| Dex: 1 | |
| - Level: 47 | |
| Dex: 1 | |
| - Level: 48 | |
| Dex: 1 | |
| - Level: 49 | |
| Dex: 1 | |
| - Level: 50 | |
| Dex: 1 |