12652 lines
206 KiB
YAML
12652 lines
206 KiB
YAML
# 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: 40
|
|
Dagger: 55
|
|
1hSword: 57
|
|
1hAxe: 50
|
|
Mace: 50
|
|
2hMace: 55
|
|
Staff: 65
|
|
2hStaff: 65
|
|
Shield: 10
|
|
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: 40
|
|
Dagger: 47
|
|
1hSword: 47
|
|
2hSword: 54
|
|
1hSpear: 57
|
|
2hSpear: 65
|
|
1hAxe: 55
|
|
2hAxe: 60
|
|
Mace: 50
|
|
2hMace: 55
|
|
Shield: 5
|
|
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: 50
|
|
Dagger: 50
|
|
Staff: 55
|
|
2hStaff: 55
|
|
Shield: 10
|
|
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: 40
|
|
Dagger: 55
|
|
Bow: 50
|
|
Shield: 9
|
|
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: 40
|
|
Mace: 45
|
|
2hMace: 50
|
|
Staff: 60
|
|
2hStaff: 60
|
|
Shield: 7
|
|
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: 40
|
|
Dagger: 52
|
|
1hSword: 52
|
|
1hAxe: 48
|
|
2hAxe: 55
|
|
Mace: 50
|
|
2hMace: 55
|
|
Shield: 5
|
|
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: 40
|
|
Dagger: 48
|
|
1hSword: 50
|
|
1hAxe: 60
|
|
Bow: 53
|
|
Shield: 6
|
|
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: 40
|
|
Dagger: 49
|
|
1hSword: 45
|
|
2hSword: 52
|
|
1hSpear: 55
|
|
2hSpear: 60
|
|
1hAxe: 50
|
|
2hAxe: 55
|
|
Mace: 45
|
|
2hMace: 50
|
|
Shield: 5
|
|
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: 40
|
|
Mace: 43
|
|
2hMace: 48
|
|
Staff: 60
|
|
Knuckle: 60
|
|
Book: 44
|
|
2hStaff: 60
|
|
Shield: 5
|
|
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: 50
|
|
Dagger: 54
|
|
Staff: 53
|
|
2hStaff: 53
|
|
Shield: 8
|
|
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: 40
|
|
Dagger: 50
|
|
1hSword: 50
|
|
1hAxe: 46
|
|
2hAxe: 53
|
|
Mace: 48
|
|
2hMace: 53
|
|
Shield: 5
|
|
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: 40
|
|
Dagger: 53
|
|
Bow: 48
|
|
Shield: 9
|
|
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: 40
|
|
Dagger: 42
|
|
1hSword: 50
|
|
1hAxe: 51
|
|
Katar: 42
|
|
Huuma: 110
|
|
Shield: 6
|
|
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: 40
|
|
Dagger: 48
|
|
1hSword: 43
|
|
2hSword: 55
|
|
1hSpear: 53
|
|
2hSpear: 52
|
|
1hAxe: 50
|
|
2hAxe: 55
|
|
Mace: 45
|
|
2hMace: 50
|
|
Shield: 5
|
|
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: 40
|
|
Mace: 43
|
|
2hMace: 48
|
|
Staff: 60
|
|
Knuckle: 40
|
|
2hStaff: 58
|
|
Shield: 5
|
|
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: 45
|
|
Dagger: 53
|
|
1hSword: 60
|
|
Staff: 55
|
|
Book: 43
|
|
2hStaff: 55
|
|
Shield: 5
|
|
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: 40
|
|
Dagger: 45
|
|
1hSword: 50
|
|
Bow: 50
|
|
Shield: 5
|
|
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: 40
|
|
Dagger: 50
|
|
1hSword: 45
|
|
1hAxe: 45
|
|
2hAxe: 52
|
|
Mace: 45
|
|
2hMace: 50
|
|
Shield: 4
|
|
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: 40
|
|
Dagger: 53
|
|
Bow: 48
|
|
Musical: 45
|
|
Shield: 7
|
|
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: 40
|
|
Dagger: 53
|
|
Bow: 48
|
|
Whip: 45
|
|
Shield: 7
|
|
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_Novice: true
|
|
BaseASPD:
|
|
Fist: 40
|
|
Dagger: 55
|
|
1hSword: 57
|
|
1hAxe: 50
|
|
Mace: 50
|
|
2hMace: 55
|
|
Staff: 65
|
|
2hStaff: 65
|
|
Shield: 10
|
|
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: 90
|
|
HpMultiplicator: 650
|
|
SpFactor: 469
|
|
BaseASPD:
|
|
Fist: 54
|
|
Revolver: 49
|
|
Rifle: 59
|
|
Gatling: 54
|
|
Shotgun: 94
|
|
Grenade: 104
|
|
Shield: 6
|
|
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: 75
|
|
SpFactor: 540
|
|
BaseASPD:
|
|
Fist: 40
|
|
Dagger: 43
|
|
Huuma: 55
|
|
Shield: 6
|
|
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: 40
|
|
Dagger: 55
|
|
1hSword: 57
|
|
1hAxe: 50
|
|
Mace: 50
|
|
2hMace: 55
|
|
Staff: 65
|
|
2hStaff: 65
|
|
Shield: 10
|
|
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: 40
|
|
Dagger: 47
|
|
1hSword: 47
|
|
2hSword: 54
|
|
1hSpear: 57
|
|
2hSpear: 65
|
|
1hAxe: 55
|
|
2hAxe: 60
|
|
Mace: 50
|
|
2hMace: 55
|
|
Shield: 5
|
|
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: 50
|
|
Dagger: 50
|
|
Staff: 55
|
|
2hStaff: 55
|
|
Shield: 10
|
|
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: 40
|
|
Dagger: 55
|
|
Bow: 50
|
|
Shield: 9
|
|
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: 40
|
|
Mace: 45
|
|
2hMace: 50
|
|
Staff: 60
|
|
2hStaff: 60
|
|
Shield: 7
|
|
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: 40
|
|
Dagger: 52
|
|
1hSword: 52
|
|
1hAxe: 48
|
|
2hAxe: 55
|
|
Mace: 50
|
|
2hMace: 55
|
|
Shield: 5
|
|
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: 40
|
|
Dagger: 48
|
|
1hSword: 50
|
|
1hAxe: 60
|
|
Bow: 53
|
|
Shield: 6
|
|
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: 40
|
|
Dagger: 49
|
|
1hSword: 45
|
|
2hSword: 52
|
|
1hSpear: 55
|
|
2hSpear: 60
|
|
1hAxe: 50
|
|
2hAxe: 55
|
|
Mace: 45
|
|
2hMace: 50
|
|
Shield: 5
|
|
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: 40
|
|
Mace: 43
|
|
2hMace: 48
|
|
Staff: 60
|
|
Knuckle: 60
|
|
Book: 44
|
|
2hStaff: 60
|
|
Shield: 5
|
|
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: 50
|
|
Dagger: 54
|
|
Staff: 53
|
|
2hStaff: 53
|
|
Shield: 8
|
|
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: 40
|
|
Dagger: 50
|
|
1hSword: 50
|
|
1hAxe: 46
|
|
2hAxe: 53
|
|
Mace: 48
|
|
2hMace: 53
|
|
Shield: 5
|
|
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: 40
|
|
Dagger: 53
|
|
Bow: 48
|
|
Shield: 9
|
|
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: 40
|
|
Dagger: 42
|
|
1hSword: 50
|
|
1hAxe: 51
|
|
Katar: 42
|
|
Huuma: 110
|
|
Shield: 6
|
|
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: 40
|
|
Dagger: 48
|
|
1hSword: 43
|
|
2hSword: 55
|
|
1hSpear: 53
|
|
2hSpear: 52
|
|
1hAxe: 50
|
|
2hAxe: 55
|
|
Mace: 45
|
|
2hMace: 50
|
|
Shield: 5
|
|
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: 40
|
|
Mace: 43
|
|
2hMace: 48
|
|
Staff: 60
|
|
Knuckle: 40
|
|
2hStaff: 58
|
|
Shield: 5
|
|
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: 45
|
|
Dagger: 53
|
|
1hSword: 60
|
|
Staff: 55
|
|
Book: 43
|
|
2hStaff: 55
|
|
Shield: 5
|
|
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: 40
|
|
Dagger: 45
|
|
1hSword: 50
|
|
Bow: 50
|
|
Shield: 5
|
|
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: 40
|
|
Dagger: 50
|
|
1hSword: 45
|
|
1hAxe: 45
|
|
2hAxe: 52
|
|
Mace: 45
|
|
2hMace: 50
|
|
Shield: 4
|
|
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: 40
|
|
Dagger: 53
|
|
Bow: 48
|
|
Musical: 45
|
|
Shield: 7
|
|
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: 40
|
|
Dagger: 53
|
|
Bow: 48
|
|
Whip: 45
|
|
Shield: 7
|
|
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: 40
|
|
Dagger: 55
|
|
1hSword: 57
|
|
1hAxe: 50
|
|
Mace: 50
|
|
2hMace: 55
|
|
Staff: 65
|
|
2hStaff: 65
|
|
Shield: 10
|
|
- Jobs:
|
|
Baby_Swordman: true
|
|
MaxWeight: 28000
|
|
HpFactor: 70
|
|
SpFactor: 200
|
|
BaseASPD:
|
|
Fist: 40
|
|
Dagger: 47
|
|
1hSword: 47
|
|
2hSword: 54
|
|
1hSpear: 57
|
|
2hSpear: 65
|
|
1hAxe: 55
|
|
2hAxe: 60
|
|
Mace: 50
|
|
2hMace: 55
|
|
Shield: 5
|
|
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: 50
|
|
Dagger: 50
|
|
Staff: 55
|
|
2hStaff: 55
|
|
Shield: 10
|
|
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: 40
|
|
Dagger: 55
|
|
Bow: 50
|
|
Shield: 9
|
|
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: 40
|
|
Mace: 45
|
|
2hMace: 50
|
|
Staff: 60
|
|
2hStaff: 60
|
|
Shield: 7
|
|
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: 40
|
|
Dagger: 52
|
|
1hSword: 52
|
|
1hAxe: 48
|
|
2hAxe: 55
|
|
Mace: 50
|
|
2hMace: 55
|
|
Shield: 5
|
|
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: 40
|
|
Dagger: 48
|
|
1hSword: 50
|
|
1hAxe: 60
|
|
Bow: 53
|
|
Shield: 6
|
|
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: 40
|
|
Dagger: 49
|
|
1hSword: 45
|
|
2hSword: 52
|
|
1hSpear: 55
|
|
2hSpear: 60
|
|
1hAxe: 50
|
|
2hAxe: 55
|
|
Mace: 45
|
|
2hMace: 50
|
|
Shield: 5
|
|
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: 40
|
|
Mace: 43
|
|
2hMace: 48
|
|
Staff: 60
|
|
Knuckle: 60
|
|
Book: 44
|
|
2hStaff: 60
|
|
Shield: 5
|
|
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: 50
|
|
Dagger: 54
|
|
Staff: 53
|
|
2hStaff: 53
|
|
Shield: 8
|
|
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: 40
|
|
Dagger: 50
|
|
1hSword: 50
|
|
1hAxe: 46
|
|
2hAxe: 53
|
|
Mace: 48
|
|
2hMace: 53
|
|
Shield: 5
|
|
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: 40
|
|
Dagger: 53
|
|
Bow: 48
|
|
Shield: 9
|
|
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: 40
|
|
Dagger: 42
|
|
1hSword: 50
|
|
1hAxe: 51
|
|
Katar: 42
|
|
Huuma: 110
|
|
Shield: 6
|
|
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: 40
|
|
Dagger: 48
|
|
1hSword: 43
|
|
2hSword: 55
|
|
1hSpear: 53
|
|
2hSpear: 52
|
|
1hAxe: 50
|
|
2hAxe: 55
|
|
Mace: 45
|
|
2hMace: 50
|
|
Shield: 5
|
|
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: 40
|
|
Mace: 43
|
|
2hMace: 48
|
|
Staff: 60
|
|
Knuckle: 40
|
|
2hStaff: 58
|
|
Shield: 5
|
|
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: 45
|
|
Dagger: 53
|
|
1hSword: 60
|
|
Staff: 55
|
|
Book: 43
|
|
2hStaff: 55
|
|
Shield: 5
|
|
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: 40
|
|
Dagger: 45
|
|
1hSword: 50
|
|
Bow: 50
|
|
Shield: 5
|
|
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: 40
|
|
Dagger: 50
|
|
1hSword: 45
|
|
1hAxe: 45
|
|
2hAxe: 52
|
|
Mace: 45
|
|
2hMace: 50
|
|
Shield: 4
|
|
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: 40
|
|
Dagger: 53
|
|
Bow: 48
|
|
Musical: 45
|
|
Shield: 7
|
|
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: 40
|
|
Dagger: 53
|
|
Bow: 48
|
|
Whip: 45
|
|
Shield: 7
|
|
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: 40
|
|
Dagger: 55
|
|
1hSword: 57
|
|
1hAxe: 50
|
|
Mace: 50
|
|
2hMace: 55
|
|
Staff: 65
|
|
2hStaff: 65
|
|
Shield: 10
|
|
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: 40
|
|
Dagger: 50
|
|
1hSword: 50
|
|
2hSword: 50
|
|
1hSpear: 50
|
|
2hSpear: 50
|
|
1hAxe: 50
|
|
2hAxe: 50
|
|
Mace: 50
|
|
2hMace: 50
|
|
Staff: 50
|
|
Bow: 50
|
|
Knuckle: 50
|
|
Musical: 50
|
|
Whip: 50
|
|
Book: 50
|
|
Katar: 50
|
|
Revolver: 50
|
|
Rifle: 50
|
|
Gatling: 50
|
|
Shotgun: 50
|
|
Grenade: 50
|
|
Huuma: 50
|
|
2hStaff: 50
|
|
Shield: 6
|
|
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: 40
|
|
Dagger: 50
|
|
1hSword: 50
|
|
2hSword: 50
|
|
1hSpear: 50
|
|
2hSpear: 50
|
|
1hAxe: 50
|
|
2hAxe: 50
|
|
Mace: 50
|
|
2hMace: 50
|
|
Staff: 50
|
|
Bow: 50
|
|
Knuckle: 50
|
|
Musical: 50
|
|
Whip: 50
|
|
Book: 50
|
|
Katar: 50
|
|
Revolver: 50
|
|
Rifle: 50
|
|
Gatling: 50
|
|
Shotgun: 50
|
|
Grenade: 50
|
|
Huuma: 50
|
|
2hStaff: 50
|
|
Shield: 6
|
|
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: 50
|
|
Dagger: 50
|
|
Staff: 53
|
|
2hStaff: 55
|
|
Shield: 8
|
|
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
|
|
- Jobs:
|
|
Rune_Knight: true
|
|
Rune_Knight2: true
|
|
MaxWeight: 35000
|
|
HpFactor: 150
|
|
SpFactor: 300
|
|
BaseASPD:
|
|
Fist: 40
|
|
Dagger: 50
|
|
1hSword: 52
|
|
2hSword: 55
|
|
1hSpear: 60
|
|
2hSpear: 58
|
|
1hAxe: 48
|
|
2hAxe: 52
|
|
Mace: 45
|
|
2hMace: 52
|
|
Shield: 5
|
|
BonusStats:
|
|
- Level: 1
|
|
Int: 1
|
|
- Level: 2
|
|
Int: 1
|
|
- Level: 3
|
|
Dex: 1
|
|
- Level: 4
|
|
Vit: 1
|
|
- Level: 5
|
|
Int: 1
|
|
- Level: 10
|
|
Str: 1
|
|
- Level: 11
|
|
Str: 1
|
|
- Level: 12
|
|
Int: 1
|
|
- Level: 13
|
|
Int: 1
|
|
- Level: 14
|
|
Vit: 1
|
|
- Level: 15
|
|
Dex: 1
|
|
- Level: 19
|
|
Dex: 1
|
|
- Level: 20
|
|
Agi: 1
|
|
- Level: 21
|
|
Agi: 1
|
|
- Level: 22
|
|
Int: 1
|
|
- Level: 23
|
|
Vit: 1
|
|
- Level: 24
|
|
Dex: 1
|
|
- Level: 30
|
|
Int: 1
|
|
- Level: 31
|
|
Dex: 1
|
|
- Level: 32
|
|
Vit: 1
|
|
- Level: 33
|
|
Str: 1
|
|
- Level: 39
|
|
Int: 1
|
|
- Level: 40
|
|
Dex: 1
|
|
- Level: 41
|
|
Agi: 1
|
|
- Level: 44
|
|
Dex: 1
|
|
- Level: 45
|
|
Vit: 1
|
|
- Level: 46
|
|
Int: 1
|
|
- Level: 47
|
|
Luk: 1
|
|
- Level: 48
|
|
Luk: 1
|
|
- Level: 49
|
|
Luk: 1
|
|
- Level: 50
|
|
Int: 1
|
|
- Level: 51
|
|
Str: 1
|
|
- Level: 53
|
|
Agi: 1
|
|
- Level: 55
|
|
Dex: 1
|
|
- Level: 57
|
|
Luk: 1
|
|
- Level: 59
|
|
Vit: 1
|
|
- Level: 60
|
|
Str: 1
|
|
- Jobs:
|
|
Warlock: true
|
|
MaxWeight: 30000
|
|
HpFactor: 55
|
|
SpFactor: 900
|
|
BaseASPD:
|
|
Fist: 45
|
|
Dagger: 52
|
|
1hSword: 60
|
|
Staff: 50
|
|
2hStaff: 56
|
|
Shield: 5
|
|
BonusStats:
|
|
- Level: 1
|
|
Int: 1
|
|
- Level: 2
|
|
Int: 1
|
|
- Level: 3
|
|
Dex: 1
|
|
- Level: 6
|
|
Dex: 1
|
|
- Level: 7
|
|
Int: 1
|
|
- Level: 8
|
|
Agi: 1
|
|
- Level: 12
|
|
Int: 1
|
|
- Level: 13
|
|
Dex: 1
|
|
- Level: 15
|
|
Vit: 1
|
|
- Level: 18
|
|
Vit: 1
|
|
- Level: 19
|
|
Dex: 1
|
|
- Level: 20
|
|
Agi: 1
|
|
- Level: 23
|
|
Int: 1
|
|
- Level: 24
|
|
Vit: 1
|
|
- Level: 25
|
|
Vit: 1
|
|
- Level: 28
|
|
Dex: 1
|
|
- Level: 29
|
|
Agi: 1
|
|
- Level: 31
|
|
Luk: 1
|
|
- Level: 34
|
|
Str: 1
|
|
- Level: 35
|
|
Int: 1
|
|
- Level: 36
|
|
Int: 1
|
|
- Level: 39
|
|
Dex: 1
|
|
- Level: 40
|
|
Agi: 1
|
|
- Level: 41
|
|
Int: 1
|
|
- Level: 44
|
|
Int: 1
|
|
- Level: 45
|
|
Int: 1
|
|
- Level: 47
|
|
Agi: 1
|
|
- Level: 50
|
|
Int: 1
|
|
- Level: 51
|
|
Dex: 1
|
|
- Level: 52
|
|
Vit: 1
|
|
- Level: 53
|
|
Luk: 1
|
|
- Level: 54
|
|
Agi: 1
|
|
- Level: 55
|
|
Int: 1
|
|
- Level: 57
|
|
Vit: 1
|
|
- Level: 58
|
|
Agi: 1
|
|
- Level: 59
|
|
Dex: 1
|
|
- Level: 60
|
|
Int: 1
|
|
- Jobs:
|
|
Ranger: true
|
|
Ranger2: true
|
|
MaxWeight: 32000
|
|
HpFactor: 85
|
|
SpFactor: 400
|
|
BaseASPD:
|
|
Fist: 40
|
|
Dagger: 50
|
|
Bow: 49
|
|
Shield: 8
|
|
BonusStats:
|
|
- Level: 1
|
|
Dex: 1
|
|
- Level: 2
|
|
Int: 1
|
|
- Level: 3
|
|
Int: 1
|
|
- Level: 4
|
|
Agi: 1
|
|
- Level: 7
|
|
Agi: 1
|
|
- Level: 8
|
|
Dex: 1
|
|
- Level: 9
|
|
Int: 1
|
|
- Level: 12
|
|
Vit: 1
|
|
- Level: 13
|
|
Vit: 1
|
|
- Level: 14
|
|
Vit: 1
|
|
- Level: 17
|
|
Dex: 1
|
|
- Level: 18
|
|
Agi: 1
|
|
- Level: 21
|
|
Int: 1
|
|
- Level: 22
|
|
Vit: 1
|
|
- Level: 23
|
|
Dex: 1
|
|
- Level: 26
|
|
Str: 1
|
|
- Level: 27
|
|
Str: 1
|
|
- Level: 30
|
|
Dex: 1
|
|
- Level: 31
|
|
Agi: 1
|
|
- Level: 32
|
|
Vit: 1
|
|
- Level: 36
|
|
Int: 1
|
|
- Level: 37
|
|
Int: 1
|
|
- Level: 38
|
|
Int: 1
|
|
- Level: 39
|
|
Agi: 1
|
|
- Level: 43
|
|
Agi: 1
|
|
- Level: 44
|
|
Dex: 1
|
|
- Level: 45
|
|
Agi: 1
|
|
- Level: 49
|
|
Int: 1
|
|
- Level: 50
|
|
Agi: 1
|
|
- Level: 51
|
|
Luk: 1
|
|
- Level: 52
|
|
Dex: 1
|
|
- Level: 54
|
|
Int: 1
|
|
- Level: 55
|
|
Agi: 1
|
|
- Level: 57
|
|
Vit: 1
|
|
- Level: 58
|
|
Luk: 1
|
|
- Level: 59
|
|
Dex: 1
|
|
- Level: 60
|
|
Agi: 1
|
|
- Jobs:
|
|
Arch_Bishop: true
|
|
MaxWeight: 30000
|
|
HpFactor: 75
|
|
SpFactor: 800
|
|
BaseASPD:
|
|
Fist: 45
|
|
Mace: 45
|
|
2hMace: 45
|
|
Staff: 60
|
|
Knuckle: 50
|
|
Book: 44
|
|
2hStaff: 55
|
|
Shield: 5
|
|
BonusStats:
|
|
- Level: 1
|
|
Int: 1
|
|
- Level: 3
|
|
Vit: 1
|
|
- Level: 5
|
|
Dex: 1
|
|
- Level: 7
|
|
Int: 1
|
|
- Level: 8
|
|
Int: 1
|
|
- Level: 10
|
|
Vit: 1
|
|
- Level: 11
|
|
Vit: 1
|
|
- Level: 14
|
|
Dex: 1
|
|
- Level: 15
|
|
Dex: 1
|
|
- Level: 18
|
|
Str: 1
|
|
- Level: 19
|
|
Str: 1
|
|
- Level: 22
|
|
Int: 1
|
|
- Level: 24
|
|
Str: 1
|
|
- Level: 26
|
|
Agi: 1
|
|
- Level: 27
|
|
Agi: 1
|
|
- Level: 28
|
|
Str: 1
|
|
- Level: 32
|
|
Int: 1
|
|
- Level: 34
|
|
Vit: 1
|
|
- Level: 36
|
|
Dex: 1
|
|
- Level: 38
|
|
Agi: 1
|
|
- Level: 39
|
|
Agi: 1
|
|
- Level: 40
|
|
Int: 1
|
|
- Level: 41
|
|
Int: 1
|
|
- Level: 44
|
|
Dex: 1
|
|
- Level: 45
|
|
Vit: 1
|
|
- Level: 46
|
|
Str: 1
|
|
- Level: 49
|
|
Int: 1
|
|
- Level: 50
|
|
Dex: 1
|
|
- Level: 51
|
|
Luk: 1
|
|
- Level: 52
|
|
Agi: 1
|
|
- Level: 53
|
|
Vit: 1
|
|
- Level: 54
|
|
Str: 1
|
|
- Level: 55
|
|
Int: 1
|
|
- Level: 57
|
|
Vit: 1
|
|
- Level: 58
|
|
Luk: 1
|
|
- Level: 59
|
|
Dex: 1
|
|
- Level: 60
|
|
Int: 1
|
|
- Jobs:
|
|
Mechanic: true
|
|
Mechanic2: true
|
|
MaxWeight: 38000
|
|
HpFactor: 90
|
|
SpFactor: 400
|
|
BaseASPD:
|
|
Fist: 40
|
|
Dagger: 60
|
|
1hSword: 65
|
|
1hAxe: 45
|
|
2hAxe: 48
|
|
Mace: 48
|
|
2hMace: 50
|
|
Shield: 6
|
|
BonusStats:
|
|
- Level: 1
|
|
Luk: 1
|
|
- Level: 2
|
|
Str: 1
|
|
- Level: 5
|
|
Str: 1
|
|
- Level: 7
|
|
Luk: 1
|
|
- Level: 8
|
|
Agi: 1
|
|
- Level: 9
|
|
Dex: 1
|
|
- Level: 10
|
|
Int: 1
|
|
- Level: 13
|
|
Int: 1
|
|
- Level: 14
|
|
Luk: 1
|
|
- Level: 17
|
|
Agi: 1
|
|
- Level: 19
|
|
Vit: 1
|
|
- Level: 20
|
|
Vit: 1
|
|
- Level: 21
|
|
Int: 1
|
|
- Level: 22
|
|
Dex: 1
|
|
- Level: 25
|
|
Vit: 1
|
|
- Level: 26
|
|
Luk: 1
|
|
- Level: 29
|
|
Vit: 1
|
|
- Level: 31
|
|
Str: 1
|
|
- Level: 32
|
|
Str: 1
|
|
- Level: 33
|
|
Vit: 1
|
|
- Level: 34
|
|
Luk: 1
|
|
- Level: 37
|
|
Int: 1
|
|
- Level: 38
|
|
Int: 1
|
|
- Level: 42
|
|
Vit: 1
|
|
- Level: 43
|
|
Vit: 1
|
|
- Level: 44
|
|
Str: 1
|
|
- Level: 45
|
|
Str: 1
|
|
- Level: 48
|
|
Dex: 1
|
|
- Level: 49
|
|
Agi: 1
|
|
- Level: 51
|
|
Luk: 1
|
|
- Level: 52
|
|
Str: 1
|
|
- Level: 53
|
|
Dex: 1
|
|
- Level: 55
|
|
Int: 1
|
|
- Level: 56
|
|
Vit: 1
|
|
- Level: 57
|
|
Agi: 1
|
|
- Level: 59
|
|
Dex: 1
|
|
- Level: 60
|
|
Str: 1
|
|
- Jobs:
|
|
Guillotine_Cross: true
|
|
MaxWeight: 32000
|
|
HpFactor: 110
|
|
SpFactor: 400
|
|
BaseASPD:
|
|
Fist: 40
|
|
Dagger: 42
|
|
1hSword: 65
|
|
1hAxe: 80
|
|
Katar: 42
|
|
Rifle: 95
|
|
Gatling: 120
|
|
Shotgun: 90
|
|
Grenade: 100
|
|
Huuma: 110
|
|
Shield: 9
|
|
BonusStats:
|
|
- Level: 1
|
|
Agi: 1
|
|
- Level: 2
|
|
Dex: 1
|
|
- Level: 4
|
|
Str: 1
|
|
- Level: 5
|
|
Str: 1
|
|
- Level: 9
|
|
Str: 1
|
|
- Level: 10
|
|
Agi: 1
|
|
- Level: 11
|
|
Dex: 1
|
|
- Level: 14
|
|
Vit: 1
|
|
- Level: 15
|
|
Vit: 1
|
|
- Level: 16
|
|
Str: 1
|
|
- Level: 19
|
|
Vit: 1
|
|
- Level: 20
|
|
Str: 1
|
|
- Level: 23
|
|
Agi: 1
|
|
- Level: 24
|
|
Agi: 1
|
|
- Level: 25
|
|
Dex: 1
|
|
- Level: 28
|
|
Int: 1
|
|
- Level: 29
|
|
Int: 1
|
|
- Level: 30
|
|
Str: 1
|
|
- Level: 31
|
|
Vit: 1
|
|
- Level: 35
|
|
Agi: 1
|
|
- Level: 36
|
|
Dex: 1
|
|
- Level: 37
|
|
Dex: 1
|
|
- Level: 41
|
|
Int: 1
|
|
- Level: 42
|
|
Vit: 1
|
|
- Level: 43
|
|
Agi: 1
|
|
- Level: 44
|
|
Agi: 1
|
|
- Level: 48
|
|
Int: 1
|
|
- Level: 49
|
|
Dex: 1
|
|
- Level: 50
|
|
Dex: 1
|
|
- Level: 51
|
|
Luk: 1
|
|
- Level: 52
|
|
Str: 1
|
|
- Level: 53
|
|
Agi: 1
|
|
- Level: 54
|
|
Vit: 1
|
|
- Level: 56
|
|
Int: 1
|
|
- Level: 58
|
|
Str: 1
|
|
- Level: 59
|
|
Luk: 1
|
|
- Level: 60
|
|
Agi: 1
|
|
- Jobs:
|
|
Rune_Knight_T: true
|
|
Rune_Knight_T2: true
|
|
MaxWeight: 35000
|
|
HpFactor: 150
|
|
SpFactor: 300
|
|
BaseASPD:
|
|
Fist: 40
|
|
Dagger: 50
|
|
1hSword: 52
|
|
2hSword: 55
|
|
1hSpear: 60
|
|
2hSpear: 58
|
|
1hAxe: 48
|
|
2hAxe: 52
|
|
Mace: 45
|
|
2hMace: 52
|
|
Shield: 5
|
|
BonusStats:
|
|
- Level: 1
|
|
Int: 1
|
|
- Level: 2
|
|
Int: 1
|
|
- Level: 3
|
|
Dex: 1
|
|
- Level: 4
|
|
Vit: 1
|
|
- Level: 5
|
|
Int: 1
|
|
- Level: 10
|
|
Str: 1
|
|
- Level: 11
|
|
Str: 1
|
|
- Level: 12
|
|
Int: 1
|
|
- Level: 13
|
|
Int: 1
|
|
- Level: 14
|
|
Vit: 1
|
|
- Level: 15
|
|
Dex: 1
|
|
- Level: 19
|
|
Dex: 1
|
|
- Level: 20
|
|
Agi: 1
|
|
- Level: 21
|
|
Agi: 1
|
|
- Level: 22
|
|
Int: 1
|
|
- Level: 23
|
|
Vit: 1
|
|
- Level: 24
|
|
Dex: 1
|
|
- Level: 30
|
|
Int: 1
|
|
- Level: 31
|
|
Dex: 1
|
|
- Level: 32
|
|
Vit: 1
|
|
- Level: 33
|
|
Str: 1
|
|
- Level: 39
|
|
Int: 1
|
|
- Level: 40
|
|
Dex: 1
|
|
- Level: 41
|
|
Agi: 1
|
|
- Level: 44
|
|
Dex: 1
|
|
- Level: 45
|
|
Vit: 1
|
|
- Level: 46
|
|
Int: 1
|
|
- Level: 47
|
|
Luk: 1
|
|
- Level: 48
|
|
Luk: 1
|
|
- Level: 49
|
|
Luk: 1
|
|
- Level: 50
|
|
Int: 1
|
|
- Level: 51
|
|
Str: 1
|
|
- Level: 53
|
|
Agi: 1
|
|
- Level: 55
|
|
Dex: 1
|
|
- Level: 57
|
|
Luk: 1
|
|
- Level: 59
|
|
Vit: 1
|
|
- Level: 60
|
|
Str: 1
|
|
- Jobs:
|
|
Warlock_T: true
|
|
MaxWeight: 30000
|
|
HpFactor: 55
|
|
SpFactor: 900
|
|
BaseASPD:
|
|
Fist: 45
|
|
Dagger: 52
|
|
1hSword: 60
|
|
Staff: 50
|
|
2hStaff: 56
|
|
Shield: 5
|
|
BonusStats:
|
|
- Level: 1
|
|
Int: 1
|
|
- Level: 2
|
|
Int: 1
|
|
- Level: 3
|
|
Dex: 1
|
|
- Level: 6
|
|
Dex: 1
|
|
- Level: 7
|
|
Int: 1
|
|
- Level: 8
|
|
Agi: 1
|
|
- Level: 12
|
|
Int: 1
|
|
- Level: 13
|
|
Dex: 1
|
|
- Level: 15
|
|
Vit: 1
|
|
- Level: 18
|
|
Vit: 1
|
|
- Level: 19
|
|
Dex: 1
|
|
- Level: 20
|
|
Agi: 1
|
|
- Level: 23
|
|
Int: 1
|
|
- Level: 24
|
|
Vit: 1
|
|
- Level: 25
|
|
Vit: 1
|
|
- Level: 28
|
|
Dex: 1
|
|
- Level: 29
|
|
Agi: 1
|
|
- Level: 31
|
|
Luk: 1
|
|
- Level: 34
|
|
Str: 1
|
|
- Level: 35
|
|
Int: 1
|
|
- Level: 36
|
|
Int: 1
|
|
- Level: 39
|
|
Dex: 1
|
|
- Level: 40
|
|
Agi: 1
|
|
- Level: 41
|
|
Int: 1
|
|
- Level: 44
|
|
Int: 1
|
|
- Level: 45
|
|
Int: 1
|
|
- Level: 47
|
|
Agi: 1
|
|
- Level: 50
|
|
Int: 1
|
|
- Level: 51
|
|
Dex: 1
|
|
- Level: 52
|
|
Vit: 1
|
|
- Level: 53
|
|
Luk: 1
|
|
- Level: 54
|
|
Agi: 1
|
|
- Level: 55
|
|
Int: 1
|
|
- Level: 57
|
|
Vit: 1
|
|
- Level: 58
|
|
Agi: 1
|
|
- Level: 59
|
|
Dex: 1
|
|
- Level: 60
|
|
Int: 1
|
|
- Jobs:
|
|
Ranger_T: true
|
|
Ranger_T2: true
|
|
MaxWeight: 32000
|
|
HpFactor: 85
|
|
SpFactor: 400
|
|
BaseASPD:
|
|
Fist: 40
|
|
Dagger: 50
|
|
Bow: 49
|
|
Shield: 8
|
|
BonusStats:
|
|
- Level: 1
|
|
Dex: 1
|
|
- Level: 2
|
|
Int: 1
|
|
- Level: 3
|
|
Int: 1
|
|
- Level: 4
|
|
Agi: 1
|
|
- Level: 7
|
|
Agi: 1
|
|
- Level: 8
|
|
Dex: 1
|
|
- Level: 9
|
|
Int: 1
|
|
- Level: 12
|
|
Vit: 1
|
|
- Level: 13
|
|
Vit: 1
|
|
- Level: 14
|
|
Vit: 1
|
|
- Level: 17
|
|
Dex: 1
|
|
- Level: 18
|
|
Agi: 1
|
|
- Level: 21
|
|
Int: 1
|
|
- Level: 22
|
|
Vit: 1
|
|
- Level: 23
|
|
Dex: 1
|
|
- Level: 26
|
|
Str: 1
|
|
- Level: 27
|
|
Str: 1
|
|
- Level: 30
|
|
Dex: 1
|
|
- Level: 31
|
|
Agi: 1
|
|
- Level: 32
|
|
Vit: 1
|
|
- Level: 36
|
|
Int: 1
|
|
- Level: 37
|
|
Int: 1
|
|
- Level: 38
|
|
Int: 1
|
|
- Level: 39
|
|
Agi: 1
|
|
- Level: 43
|
|
Agi: 1
|
|
- Level: 44
|
|
Dex: 1
|
|
- Level: 45
|
|
Agi: 1
|
|
- Level: 49
|
|
Int: 1
|
|
- Level: 50
|
|
Agi: 1
|
|
- Level: 51
|
|
Luk: 1
|
|
- Level: 52
|
|
Dex: 1
|
|
- Level: 54
|
|
Int: 1
|
|
- Level: 55
|
|
Agi: 1
|
|
- Level: 57
|
|
Vit: 1
|
|
- Level: 58
|
|
Luk: 1
|
|
- Level: 59
|
|
Dex: 1
|
|
- Level: 60
|
|
Agi: 1
|
|
- Jobs:
|
|
Arch_Bishop_T: true
|
|
MaxWeight: 30000
|
|
HpFactor: 75
|
|
SpFactor: 800
|
|
BaseASPD:
|
|
Fist: 45
|
|
Mace: 45
|
|
2hMace: 45
|
|
Staff: 60
|
|
Knuckle: 50
|
|
Book: 44
|
|
2hStaff: 55
|
|
Shield: 5
|
|
BonusStats:
|
|
- Level: 1
|
|
Int: 1
|
|
- Level: 3
|
|
Vit: 1
|
|
- Level: 5
|
|
Dex: 1
|
|
- Level: 7
|
|
Int: 1
|
|
- Level: 8
|
|
Int: 1
|
|
- Level: 10
|
|
Vit: 1
|
|
- Level: 11
|
|
Vit: 1
|
|
- Level: 14
|
|
Dex: 1
|
|
- Level: 15
|
|
Dex: 1
|
|
- Level: 18
|
|
Str: 1
|
|
- Level: 19
|
|
Str: 1
|
|
- Level: 22
|
|
Int: 1
|
|
- Level: 24
|
|
Str: 1
|
|
- Level: 26
|
|
Agi: 1
|
|
- Level: 27
|
|
Agi: 1
|
|
- Level: 28
|
|
Str: 1
|
|
- Level: 32
|
|
Int: 1
|
|
- Level: 34
|
|
Vit: 1
|
|
- Level: 36
|
|
Dex: 1
|
|
- Level: 38
|
|
Agi: 1
|
|
- Level: 39
|
|
Agi: 1
|
|
- Level: 40
|
|
Int: 1
|
|
- Level: 41
|
|
Int: 1
|
|
- Level: 44
|
|
Dex: 1
|
|
- Level: 45
|
|
Vit: 1
|
|
- Level: 46
|
|
Str: 1
|
|
- Level: 49
|
|
Int: 1
|
|
- Level: 50
|
|
Dex: 1
|
|
- Level: 51
|
|
Luk: 1
|
|
- Level: 52
|
|
Agi: 1
|
|
- Level: 53
|
|
Vit: 1
|
|
- Level: 54
|
|
Str: 1
|
|
- Level: 55
|
|
Int: 1
|
|
- Level: 57
|
|
Vit: 1
|
|
- Level: 58
|
|
Luk: 1
|
|
- Level: 59
|
|
Dex: 1
|
|
- Level: 60
|
|
Int: 1
|
|
- Jobs:
|
|
Mechanic_T: true
|
|
Mechanic_T2: true
|
|
MaxWeight: 38000
|
|
HpFactor: 90
|
|
SpFactor: 400
|
|
BaseASPD:
|
|
Fist: 40
|
|
Dagger: 60
|
|
1hSword: 65
|
|
1hAxe: 45
|
|
2hAxe: 48
|
|
Mace: 48
|
|
2hMace: 50
|
|
Shield: 6
|
|
BonusStats:
|
|
- Level: 1
|
|
Luk: 1
|
|
- Level: 2
|
|
Str: 1
|
|
- Level: 5
|
|
Str: 1
|
|
- Level: 7
|
|
Luk: 1
|
|
- Level: 8
|
|
Agi: 1
|
|
- Level: 9
|
|
Dex: 1
|
|
- Level: 10
|
|
Int: 1
|
|
- Level: 13
|
|
Int: 1
|
|
- Level: 14
|
|
Luk: 1
|
|
- Level: 17
|
|
Agi: 1
|
|
- Level: 19
|
|
Vit: 1
|
|
- Level: 20
|
|
Vit: 1
|
|
- Level: 21
|
|
Int: 1
|
|
- Level: 22
|
|
Dex: 1
|
|
- Level: 25
|
|
Vit: 1
|
|
- Level: 26
|
|
Luk: 1
|
|
- Level: 29
|
|
Vit: 1
|
|
- Level: 31
|
|
Str: 1
|
|
- Level: 32
|
|
Str: 1
|
|
- Level: 33
|
|
Vit: 1
|
|
- Level: 34
|
|
Luk: 1
|
|
- Level: 37
|
|
Int: 1
|
|
- Level: 38
|
|
Int: 1
|
|
- Level: 42
|
|
Vit: 1
|
|
- Level: 43
|
|
Vit: 1
|
|
- Level: 44
|
|
Str: 1
|
|
- Level: 45
|
|
Str: 1
|
|
- Level: 48
|
|
Dex: 1
|
|
- Level: 49
|
|
Agi: 1
|
|
- Level: 51
|
|
Luk: 1
|
|
- Level: 52
|
|
Str: 1
|
|
- Level: 53
|
|
Dex: 1
|
|
- Level: 55
|
|
Int: 1
|
|
- Level: 56
|
|
Vit: 1
|
|
- Level: 57
|
|
Agi: 1
|
|
- Level: 59
|
|
Dex: 1
|
|
- Level: 60
|
|
Str: 1
|
|
- Jobs:
|
|
Guillotine_Cross_T: true
|
|
MaxWeight: 32000
|
|
HpFactor: 110
|
|
SpFactor: 400
|
|
BaseASPD:
|
|
Fist: 40
|
|
Dagger: 42
|
|
1hSword: 65
|
|
1hAxe: 80
|
|
Katar: 42
|
|
Rifle: 95
|
|
Gatling: 120
|
|
Shotgun: 90
|
|
Grenade: 100
|
|
Huuma: 110
|
|
Shield: 9
|
|
BonusStats:
|
|
- Level: 1
|
|
Agi: 1
|
|
- Level: 2
|
|
Dex: 1
|
|
- Level: 4
|
|
Str: 1
|
|
- Level: 5
|
|
Str: 1
|
|
- Level: 9
|
|
Str: 1
|
|
- Level: 10
|
|
Agi: 1
|
|
- Level: 11
|
|
Dex: 1
|
|
- Level: 14
|
|
Vit: 1
|
|
- Level: 15
|
|
Vit: 1
|
|
- Level: 16
|
|
Str: 1
|
|
- Level: 19
|
|
Vit: 1
|
|
- Level: 20
|
|
Str: 1
|
|
- Level: 23
|
|
Agi: 1
|
|
- Level: 24
|
|
Agi: 1
|
|
- Level: 25
|
|
Dex: 1
|
|
- Level: 28
|
|
Int: 1
|
|
- Level: 29
|
|
Int: 1
|
|
- Level: 30
|
|
Str: 1
|
|
- Level: 31
|
|
Vit: 1
|
|
- Level: 35
|
|
Agi: 1
|
|
- Level: 36
|
|
Dex: 1
|
|
- Level: 37
|
|
Dex: 1
|
|
- Level: 41
|
|
Int: 1
|
|
- Level: 42
|
|
Vit: 1
|
|
- Level: 43
|
|
Agi: 1
|
|
- Level: 44
|
|
Agi: 1
|
|
- Level: 48
|
|
Int: 1
|
|
- Level: 49
|
|
Dex: 1
|
|
- Level: 50
|
|
Dex: 1
|
|
- Level: 51
|
|
Luk: 1
|
|
- Level: 52
|
|
Str: 1
|
|
- Level: 53
|
|
Agi: 1
|
|
- Level: 54
|
|
Vit: 1
|
|
- Level: 56
|
|
Int: 1
|
|
- Level: 58
|
|
Str: 1
|
|
- Level: 59
|
|
Luk: 1
|
|
- Level: 60
|
|
Agi: 1
|
|
- Jobs:
|
|
Royal_Guard: true
|
|
Royal_Guard2: true
|
|
MaxWeight: 35000
|
|
HpFactor: 110
|
|
HpMultiplicator: 700
|
|
SpFactor: 400
|
|
BaseASPD:
|
|
Fist: 40
|
|
Dagger: 47
|
|
1hSword: 45
|
|
2hSword: 53
|
|
1hSpear: 50
|
|
2hSpear: 50
|
|
1hAxe: 48
|
|
2hAxe: 52
|
|
Mace: 44
|
|
2hMace: 50
|
|
Shield: 5
|
|
BonusStats:
|
|
- Level: 2
|
|
Vit: 1
|
|
- Level: 3
|
|
Int: 1
|
|
- Level: 4
|
|
Str: 1
|
|
- Level: 5
|
|
Int: 1
|
|
- Level: 6
|
|
Dex: 1
|
|
- Level: 9
|
|
Vit: 1
|
|
- Level: 11
|
|
Int: 1
|
|
- Level: 13
|
|
Str: 1
|
|
- Level: 14
|
|
Dex: 1
|
|
- Level: 16
|
|
Luk: 1
|
|
- Level: 19
|
|
Int: 1
|
|
- Level: 20
|
|
Dex: 1
|
|
- Level: 23
|
|
Agi: 1
|
|
- Level: 24
|
|
Int: 1
|
|
- Level: 26
|
|
Int: 1
|
|
- Level: 27
|
|
Vit: 1
|
|
- Level: 30
|
|
Str: 1
|
|
- Level: 31
|
|
Dex: 1
|
|
- Level: 33
|
|
Luk: 1
|
|
- Level: 34
|
|
Agi: 1
|
|
- Level: 37
|
|
Int: 1
|
|
- Level: 38
|
|
Int: 1
|
|
- Level: 40
|
|
Str: 1
|
|
- Level: 41
|
|
Vit: 1
|
|
- Level: 42
|
|
Vit: 1
|
|
- Level: 44
|
|
Dex: 1
|
|
- Level: 45
|
|
Str: 1
|
|
- Level: 46
|
|
Int: 1
|
|
- Level: 48
|
|
Str: 1
|
|
- Level: 49
|
|
Dex: 1
|
|
- Level: 51
|
|
Agi: 1
|
|
- Level: 53
|
|
Vit: 1
|
|
- Level: 54
|
|
Luk: 1
|
|
- Level: 56
|
|
Dex: 1
|
|
- Level: 58
|
|
Str: 1
|
|
- Level: 59
|
|
Vit: 1
|
|
- Level: 60
|
|
Int: 1
|
|
- Jobs:
|
|
Sorcerer: true
|
|
MaxWeight: 30000
|
|
HpFactor: 75
|
|
SpFactor: 900
|
|
BaseASPD:
|
|
Fist: 40
|
|
Dagger: 50
|
|
1hSword: 50
|
|
Staff: 45
|
|
Book: 45
|
|
2hStaff: 55
|
|
Shield: 5
|
|
BonusStats:
|
|
- Level: 1
|
|
Int: 1
|
|
- Level: 2
|
|
Int: 1
|
|
- Level: 3
|
|
Dex: 1
|
|
- Level: 4
|
|
Vit: 1
|
|
- Level: 5
|
|
Int: 1
|
|
- Level: 10
|
|
Str: 1
|
|
- Level: 11
|
|
Str: 1
|
|
- Level: 12
|
|
Int: 1
|
|
- Level: 13
|
|
Int: 1
|
|
- Level: 14
|
|
Vit: 1
|
|
- Level: 15
|
|
Dex: 1
|
|
- Level: 19
|
|
Dex: 1
|
|
- Level: 20
|
|
Agi: 1
|
|
- Level: 21
|
|
Agi: 1
|
|
- Level: 22
|
|
Int: 1
|
|
- Level: 23
|
|
Vit: 1
|
|
- Level: 24
|
|
Dex: 1
|
|
- Level: 30
|
|
Int: 1
|
|
- Level: 31
|
|
Dex: 1
|
|
- Level: 32
|
|
Vit: 1
|
|
- Level: 33
|
|
Str: 1
|
|
- Level: 39
|
|
Int: 1
|
|
- Level: 40
|
|
Dex: 1
|
|
- Level: 41
|
|
Agi: 1
|
|
- Level: 44
|
|
Dex: 1
|
|
- Level: 45
|
|
Vit: 1
|
|
- Level: 46
|
|
Int: 1
|
|
- Level: 47
|
|
Luk: 1
|
|
- Level: 48
|
|
Luk: 1
|
|
- Level: 49
|
|
Luk: 1
|
|
- Level: 50
|
|
Int: 1
|
|
- Level: 51
|
|
Dex: 1
|
|
- Level: 53
|
|
Str: 1
|
|
- Level: 55
|
|
Agi: 1
|
|
- Level: 57
|
|
Vit: 1
|
|
- Level: 59
|
|
Dex: 1
|
|
- Level: 60
|
|
Int: 1
|
|
- Jobs:
|
|
Minstrel: true
|
|
MaxWeight: 32000
|
|
HpFactor: 75
|
|
HpMultiplicator: 300
|
|
SpFactor: 400
|
|
BaseASPD:
|
|
Fist: 40
|
|
Dagger: 52
|
|
Bow: 49
|
|
Musical: 44
|
|
Shield: 7
|
|
BonusStats:
|
|
- Level: 1
|
|
Int: 1
|
|
- Level: 3
|
|
Vit: 1
|
|
- Level: 5
|
|
Dex: 1
|
|
- Level: 7
|
|
Int: 1
|
|
- Level: 8
|
|
Int: 1
|
|
- Level: 10
|
|
Vit: 1
|
|
- Level: 11
|
|
Vit: 1
|
|
- Level: 14
|
|
Dex: 1
|
|
- Level: 15
|
|
Dex: 1
|
|
- Level: 18
|
|
Str: 1
|
|
- Level: 19
|
|
Str: 1
|
|
- Level: 22
|
|
Int: 1
|
|
- Level: 24
|
|
Str: 1
|
|
- Level: 26
|
|
Agi: 1
|
|
- Level: 27
|
|
Agi: 1
|
|
- Level: 28
|
|
Str: 1
|
|
- Level: 32
|
|
Int: 1
|
|
- Level: 34
|
|
Vit: 1
|
|
- Level: 36
|
|
Dex: 1
|
|
- Level: 38
|
|
Agi: 1
|
|
- Level: 39
|
|
Agi: 1
|
|
- Level: 40
|
|
Int: 1
|
|
- Level: 41
|
|
Int: 1
|
|
- Level: 44
|
|
Dex: 1
|
|
- Level: 45
|
|
Vit: 1
|
|
- Level: 46
|
|
Str: 1
|
|
- Level: 49
|
|
Int: 1
|
|
- Level: 50
|
|
Dex: 1
|
|
- Level: 51
|
|
Agi: 1
|
|
- Level: 52
|
|
Vit: 1
|
|
- Level: 53
|
|
Str: 1
|
|
- Level: 54
|
|
Luk: 1
|
|
- Level: 56
|
|
Dex: 1
|
|
- Level: 57
|
|
Vit: 1
|
|
- Level: 58
|
|
Str: 1
|
|
- Level: 59
|
|
Int: 1
|
|
- Level: 60
|
|
Dex: 1
|
|
- Jobs:
|
|
Wanderer: true
|
|
MaxWeight: 32000
|
|
HpFactor: 75
|
|
HpMultiplicator: 300
|
|
SpFactor: 400
|
|
BaseASPD:
|
|
Fist: 40
|
|
Dagger: 52
|
|
Bow: 49
|
|
Whip: 44
|
|
Shield: 7
|
|
BonusStats:
|
|
- Level: 1
|
|
Dex: 1
|
|
- Level: 2
|
|
Int: 1
|
|
- Level: 3
|
|
Int: 1
|
|
- Level: 4
|
|
Agi: 1
|
|
- Level: 7
|
|
Agi: 1
|
|
- Level: 8
|
|
Dex: 1
|
|
- Level: 9
|
|
Int: 1
|
|
- Level: 12
|
|
Vit: 1
|
|
- Level: 13
|
|
Vit: 1
|
|
- Level: 14
|
|
Vit: 1
|
|
- Level: 17
|
|
Dex: 1
|
|
- Level: 18
|
|
Agi: 1
|
|
- Level: 21
|
|
Int: 1
|
|
- Level: 22
|
|
Vit: 1
|
|
- Level: 23
|
|
Dex: 1
|
|
- Level: 26
|
|
Str: 1
|
|
- Level: 27
|
|
Str: 1
|
|
- Level: 30
|
|
Dex: 1
|
|
- Level: 31
|
|
Agi: 1
|
|
- Level: 32
|
|
Vit: 1
|
|
- Level: 36
|
|
Int: 1
|
|
- Level: 37
|
|
Int: 1
|
|
- Level: 38
|
|
Int: 1
|
|
- Level: 39
|
|
Agi: 1
|
|
- Level: 43
|
|
Agi: 1
|
|
- Level: 44
|
|
Dex: 1
|
|
- Level: 45
|
|
Agi: 1
|
|
- Level: 49
|
|
Int: 1
|
|
- Level: 50
|
|
Agi: 1
|
|
- Level: 51
|
|
Str: 1
|
|
- Level: 52
|
|
Vit: 1
|
|
- Level: 53
|
|
Dex: 1
|
|
- Level: 55
|
|
Luk: 1
|
|
- Level: 56
|
|
Int: 1
|
|
- Level: 58
|
|
Vit: 1
|
|
- Level: 59
|
|
Agi: 1
|
|
- Level: 60
|
|
Dex: 1
|
|
- Jobs:
|
|
Sura: true
|
|
MaxWeight: 30000
|
|
HpFactor: 90
|
|
HpMultiplicator: 650
|
|
SpFactor: 400
|
|
BaseASPD:
|
|
Fist: 38
|
|
Mace: 43
|
|
2hMace: 45
|
|
Staff: 48
|
|
Knuckle: 39
|
|
2hStaff: 50
|
|
Shield: 5
|
|
BonusStats:
|
|
- Level: 1
|
|
Agi: 1
|
|
- Level: 2
|
|
Dex: 1
|
|
- Level: 4
|
|
Str: 1
|
|
- Level: 5
|
|
Str: 1
|
|
- Level: 9
|
|
Str: 1
|
|
- Level: 10
|
|
Agi: 1
|
|
- Level: 11
|
|
Dex: 1
|
|
- Level: 14
|
|
Vit: 1
|
|
- Level: 15
|
|
Vit: 1
|
|
- Level: 16
|
|
Str: 1
|
|
- Level: 19
|
|
Vit: 1
|
|
- Level: 20
|
|
Str: 1
|
|
- Level: 23
|
|
Agi: 1
|
|
- Level: 24
|
|
Agi: 1
|
|
- Level: 25
|
|
Dex: 1
|
|
- Level: 28
|
|
Int: 1
|
|
- Level: 29
|
|
Int: 1
|
|
- Level: 30
|
|
Str: 1
|
|
- Level: 31
|
|
Vit: 1
|
|
- Level: 35
|
|
Agi: 1
|
|
- Level: 36
|
|
Dex: 1
|
|
- Level: 37
|
|
Dex: 1
|
|
- Level: 41
|
|
Int: 1
|
|
- Level: 42
|
|
Vit: 1
|
|
- Level: 43
|
|
Agi: 1
|
|
- Level: 44
|
|
Agi: 1
|
|
- Level: 48
|
|
Int: 1
|
|
- Level: 49
|
|
Dex: 1
|
|
- Level: 50
|
|
Dex: 1
|
|
- Level: 51
|
|
Str: 1
|
|
- Level: 53
|
|
Agi: 1
|
|
- Level: 54
|
|
Int: 1
|
|
- Level: 55
|
|
Luk: 1
|
|
- Level: 56
|
|
Vit: 1
|
|
- Level: 58
|
|
Dex: 1
|
|
- Level: 59
|
|
Str: 1
|
|
- Level: 60
|
|
Int: 1
|
|
- Jobs:
|
|
Genetic: true
|
|
MaxWeight: 32000
|
|
HpFactor: 90
|
|
SpFactor: 900
|
|
BaseASPD:
|
|
Fist: 40
|
|
Dagger: 50
|
|
1hSword: 44
|
|
1hAxe: 48
|
|
2hAxe: 51
|
|
Mace: 44
|
|
2hMace: 48
|
|
Shield: 4
|
|
BonusStats:
|
|
- Level: 1
|
|
Int: 1
|
|
- Level: 2
|
|
Int: 1
|
|
- Level: 3
|
|
Dex: 1
|
|
- Level: 6
|
|
Dex: 1
|
|
- Level: 7
|
|
Int: 1
|
|
- Level: 8
|
|
Agi: 1
|
|
- Level: 12
|
|
Int: 1
|
|
- Level: 13
|
|
Dex: 1
|
|
- Level: 15
|
|
Vit: 1
|
|
- Level: 18
|
|
Vit: 1
|
|
- Level: 19
|
|
Dex: 1
|
|
- Level: 20
|
|
Agi: 1
|
|
- Level: 23
|
|
Int: 1
|
|
- Level: 24
|
|
Vit: 1
|
|
- Level: 25
|
|
Vit: 1
|
|
- Level: 28
|
|
Dex: 1
|
|
- Level: 29
|
|
Agi: 1
|
|
- Level: 31
|
|
Luk: 1
|
|
- Level: 34
|
|
Str: 1
|
|
- Level: 35
|
|
Int: 1
|
|
- Level: 36
|
|
Int: 1
|
|
- Level: 39
|
|
Dex: 1
|
|
- Level: 40
|
|
Agi: 1
|
|
- Level: 41
|
|
Int: 1
|
|
- Level: 44
|
|
Int: 1
|
|
- Level: 45
|
|
Int: 1
|
|
- Level: 47
|
|
Agi: 1
|
|
- Level: 50
|
|
Int: 1
|
|
- Level: 51
|
|
Str: 1
|
|
- Level: 52
|
|
Vit: 1
|
|
- Level: 53
|
|
Dex: 1
|
|
- Level: 55
|
|
Agi: 1
|
|
- Level: 56
|
|
Str: 1
|
|
- Level: 57
|
|
Vit: 1
|
|
- Level: 58
|
|
Luk: 1
|
|
- Level: 59
|
|
Dex: 1
|
|
- Level: 60
|
|
Int: 1
|
|
- Jobs:
|
|
Shadow_Chaser: true
|
|
MaxWeight: 28000
|
|
HpFactor: 85
|
|
SpFactor: 400
|
|
BaseASPD:
|
|
Fist: 40
|
|
Dagger: 43
|
|
1hSword: 47
|
|
Bow: 47
|
|
Shield: 4
|
|
BonusStats:
|
|
- Level: 1
|
|
Luk: 1
|
|
- Level: 2
|
|
Str: 1
|
|
- Level: 5
|
|
Str: 1
|
|
- Level: 7
|
|
Luk: 1
|
|
- Level: 8
|
|
Agi: 1
|
|
- Level: 9
|
|
Dex: 1
|
|
- Level: 10
|
|
Int: 1
|
|
- Level: 13
|
|
Int: 1
|
|
- Level: 14
|
|
Luk: 1
|
|
- Level: 17
|
|
Agi: 1
|
|
- Level: 19
|
|
Vit: 1
|
|
- Level: 20
|
|
Vit: 1
|
|
- Level: 21
|
|
Int: 1
|
|
- Level: 22
|
|
Dex: 1
|
|
- Level: 25
|
|
Vit: 1
|
|
- Level: 26
|
|
Luk: 1
|
|
- Level: 29
|
|
Vit: 1
|
|
- Level: 31
|
|
Str: 1
|
|
- Level: 32
|
|
Str: 1
|
|
- Level: 33
|
|
Vit: 1
|
|
- Level: 34
|
|
Luk: 1
|
|
- Level: 37
|
|
Int: 1
|
|
- Level: 38
|
|
Int: 1
|
|
- Level: 42
|
|
Vit: 1
|
|
- Level: 43
|
|
Vit: 1
|
|
- Level: 44
|
|
Str: 1
|
|
- Level: 45
|
|
Str: 1
|
|
- Level: 48
|
|
Dex: 1
|
|
- Level: 49
|
|
Agi: 1
|
|
- Level: 51
|
|
Int: 1
|
|
- Level: 52
|
|
Vit: 1
|
|
- Level: 53
|
|
Str: 1
|
|
- Level: 54
|
|
Agi: 1
|
|
- Level: 56
|
|
Luk: 1
|
|
- Level: 57
|
|
Dex: 1
|
|
- Level: 59
|
|
Str: 1
|
|
- Level: 60
|
|
Agi: 1
|
|
- Jobs:
|
|
Royal_Guard_T: true
|
|
Royal_Guard_T2: true
|
|
MaxWeight: 35000
|
|
HpFactor: 110
|
|
HpMultiplicator: 700
|
|
SpFactor: 400
|
|
BaseASPD:
|
|
Fist: 40
|
|
Dagger: 47
|
|
1hSword: 45
|
|
2hSword: 53
|
|
1hSpear: 50
|
|
2hSpear: 50
|
|
1hAxe: 48
|
|
2hAxe: 52
|
|
Mace: 44
|
|
2hMace: 50
|
|
Shield: 5
|
|
BonusStats:
|
|
- Level: 2
|
|
Vit: 1
|
|
- Level: 3
|
|
Int: 1
|
|
- Level: 4
|
|
Str: 1
|
|
- Level: 5
|
|
Int: 1
|
|
- Level: 6
|
|
Dex: 1
|
|
- Level: 9
|
|
Vit: 1
|
|
- Level: 11
|
|
Int: 1
|
|
- Level: 13
|
|
Str: 1
|
|
- Level: 14
|
|
Dex: 1
|
|
- Level: 16
|
|
Luk: 1
|
|
- Level: 19
|
|
Int: 1
|
|
- Level: 20
|
|
Dex: 1
|
|
- Level: 23
|
|
Agi: 1
|
|
- Level: 24
|
|
Int: 1
|
|
- Level: 26
|
|
Int: 1
|
|
- Level: 27
|
|
Vit: 1
|
|
- Level: 30
|
|
Str: 1
|
|
- Level: 31
|
|
Dex: 1
|
|
- Level: 33
|
|
Luk: 1
|
|
- Level: 34
|
|
Agi: 1
|
|
- Level: 37
|
|
Int: 1
|
|
- Level: 38
|
|
Int: 1
|
|
- Level: 40
|
|
Str: 1
|
|
- Level: 41
|
|
Vit: 1
|
|
- Level: 42
|
|
Vit: 1
|
|
- Level: 44
|
|
Dex: 1
|
|
- Level: 45
|
|
Str: 1
|
|
- Level: 46
|
|
Int: 1
|
|
- Level: 48
|
|
Str: 1
|
|
- Level: 49
|
|
Dex: 1
|
|
- Level: 51
|
|
Agi: 1
|
|
- Level: 53
|
|
Vit: 1
|
|
- Level: 54
|
|
Luk: 1
|
|
- Level: 56
|
|
Dex: 1
|
|
- Level: 58
|
|
Str: 1
|
|
- Level: 59
|
|
Vit: 1
|
|
- Level: 60
|
|
Int: 1
|
|
- Jobs:
|
|
Sorcerer_T: true
|
|
MaxWeight: 30000
|
|
HpFactor: 75
|
|
SpFactor: 900
|
|
BaseASPD:
|
|
Fist: 40
|
|
Dagger: 50
|
|
1hSword: 50
|
|
Staff: 45
|
|
Book: 45
|
|
2hStaff: 55
|
|
Shield: 5
|
|
BonusStats:
|
|
- Level: 1
|
|
Int: 1
|
|
- Level: 2
|
|
Int: 1
|
|
- Level: 3
|
|
Dex: 1
|
|
- Level: 4
|
|
Vit: 1
|
|
- Level: 5
|
|
Int: 1
|
|
- Level: 10
|
|
Str: 1
|
|
- Level: 11
|
|
Str: 1
|
|
- Level: 12
|
|
Int: 1
|
|
- Level: 13
|
|
Int: 1
|
|
- Level: 14
|
|
Vit: 1
|
|
- Level: 15
|
|
Dex: 1
|
|
- Level: 19
|
|
Dex: 1
|
|
- Level: 20
|
|
Agi: 1
|
|
- Level: 21
|
|
Agi: 1
|
|
- Level: 22
|
|
Int: 1
|
|
- Level: 23
|
|
Vit: 1
|
|
- Level: 24
|
|
Dex: 1
|
|
- Level: 30
|
|
Int: 1
|
|
- Level: 31
|
|
Dex: 1
|
|
- Level: 32
|
|
Vit: 1
|
|
- Level: 33
|
|
Str: 1
|
|
- Level: 39
|
|
Int: 1
|
|
- Level: 40
|
|
Dex: 1
|
|
- Level: 41
|
|
Agi: 1
|
|
- Level: 44
|
|
Dex: 1
|
|
- Level: 45
|
|
Vit: 1
|
|
- Level: 46
|
|
Int: 1
|
|
- Level: 47
|
|
Luk: 1
|
|
- Level: 48
|
|
Luk: 1
|
|
- Level: 49
|
|
Luk: 1
|
|
- Level: 50
|
|
Int: 1
|
|
- Level: 51
|
|
Dex: 1
|
|
- Level: 53
|
|
Str: 1
|
|
- Level: 55
|
|
Agi: 1
|
|
- Level: 57
|
|
Vit: 1
|
|
- Level: 59
|
|
Dex: 1
|
|
- Level: 60
|
|
Int: 1
|
|
- Jobs:
|
|
Minstrel_T: true
|
|
MaxWeight: 32000
|
|
HpFactor: 75
|
|
HpMultiplicator: 300
|
|
SpFactor: 400
|
|
BaseASPD:
|
|
Fist: 40
|
|
Dagger: 52
|
|
Bow: 49
|
|
Musical: 44
|
|
Shield: 7
|
|
BonusStats:
|
|
- Level: 1
|
|
Int: 1
|
|
- Level: 3
|
|
Vit: 1
|
|
- Level: 5
|
|
Dex: 1
|
|
- Level: 7
|
|
Int: 1
|
|
- Level: 8
|
|
Int: 1
|
|
- Level: 10
|
|
Vit: 1
|
|
- Level: 11
|
|
Vit: 1
|
|
- Level: 14
|
|
Dex: 1
|
|
- Level: 15
|
|
Dex: 1
|
|
- Level: 18
|
|
Str: 1
|
|
- Level: 19
|
|
Str: 1
|
|
- Level: 22
|
|
Int: 1
|
|
- Level: 24
|
|
Str: 1
|
|
- Level: 26
|
|
Agi: 1
|
|
- Level: 27
|
|
Agi: 1
|
|
- Level: 28
|
|
Str: 1
|
|
- Level: 32
|
|
Int: 1
|
|
- Level: 34
|
|
Vit: 1
|
|
- Level: 36
|
|
Dex: 1
|
|
- Level: 38
|
|
Agi: 1
|
|
- Level: 39
|
|
Agi: 1
|
|
- Level: 40
|
|
Int: 1
|
|
- Level: 41
|
|
Int: 1
|
|
- Level: 44
|
|
Dex: 1
|
|
- Level: 45
|
|
Vit: 1
|
|
- Level: 46
|
|
Str: 1
|
|
- Level: 49
|
|
Int: 1
|
|
- Level: 50
|
|
Dex: 1
|
|
- Level: 51
|
|
Agi: 1
|
|
- Level: 52
|
|
Vit: 1
|
|
- Level: 53
|
|
Str: 1
|
|
- Level: 54
|
|
Luk: 1
|
|
- Level: 56
|
|
Dex: 1
|
|
- Level: 57
|
|
Vit: 1
|
|
- Level: 58
|
|
Str: 1
|
|
- Level: 59
|
|
Int: 1
|
|
- Level: 60
|
|
Dex: 1
|
|
- Jobs:
|
|
Wanderer_T: true
|
|
MaxWeight: 32000
|
|
HpFactor: 75
|
|
HpMultiplicator: 300
|
|
SpFactor: 400
|
|
BaseASPD:
|
|
Fist: 40
|
|
Dagger: 52
|
|
Bow: 49
|
|
Whip: 44
|
|
Shield: 7
|
|
BonusStats:
|
|
- Level: 1
|
|
Dex: 1
|
|
- Level: 2
|
|
Int: 1
|
|
- Level: 3
|
|
Int: 1
|
|
- Level: 4
|
|
Agi: 1
|
|
- Level: 7
|
|
Agi: 1
|
|
- Level: 8
|
|
Dex: 1
|
|
- Level: 9
|
|
Int: 1
|
|
- Level: 12
|
|
Vit: 1
|
|
- Level: 13
|
|
Vit: 1
|
|
- Level: 14
|
|
Vit: 1
|
|
- Level: 17
|
|
Dex: 1
|
|
- Level: 18
|
|
Agi: 1
|
|
- Level: 21
|
|
Int: 1
|
|
- Level: 22
|
|
Vit: 1
|
|
- Level: 23
|
|
Dex: 1
|
|
- Level: 26
|
|
Str: 1
|
|
- Level: 27
|
|
Str: 1
|
|
- Level: 30
|
|
Dex: 1
|
|
- Level: 31
|
|
Agi: 1
|
|
- Level: 32
|
|
Vit: 1
|
|
- Level: 36
|
|
Int: 1
|
|
- Level: 37
|
|
Int: 1
|
|
- Level: 38
|
|
Int: 1
|
|
- Level: 39
|
|
Agi: 1
|
|
- Level: 43
|
|
Agi: 1
|
|
- Level: 44
|
|
Dex: 1
|
|
- Level: 45
|
|
Agi: 1
|
|
- Level: 49
|
|
Int: 1
|
|
- Level: 50
|
|
Agi: 1
|
|
- Level: 51
|
|
Str: 1
|
|
- Level: 52
|
|
Vit: 1
|
|
- Level: 53
|
|
Dex: 1
|
|
- Level: 55
|
|
Luk: 1
|
|
- Level: 56
|
|
Int: 1
|
|
- Level: 58
|
|
Vit: 1
|
|
- Level: 59
|
|
Agi: 1
|
|
- Level: 60
|
|
Dex: 1
|
|
- Jobs:
|
|
Sura_T: true
|
|
MaxWeight: 30000
|
|
HpFactor: 90
|
|
HpMultiplicator: 650
|
|
SpFactor: 400
|
|
BaseASPD:
|
|
Fist: 38
|
|
Mace: 43
|
|
2hMace: 45
|
|
Staff: 48
|
|
Knuckle: 39
|
|
2hStaff: 50
|
|
Shield: 5
|
|
BonusStats:
|
|
- Level: 1
|
|
Agi: 1
|
|
- Level: 2
|
|
Dex: 1
|
|
- Level: 4
|
|
Str: 1
|
|
- Level: 5
|
|
Str: 1
|
|
- Level: 9
|
|
Str: 1
|
|
- Level: 10
|
|
Agi: 1
|
|
- Level: 11
|
|
Dex: 1
|
|
- Level: 14
|
|
Vit: 1
|
|
- Level: 15
|
|
Vit: 1
|
|
- Level: 16
|
|
Str: 1
|
|
- Level: 19
|
|
Vit: 1
|
|
- Level: 20
|
|
Str: 1
|
|
- Level: 23
|
|
Agi: 1
|
|
- Level: 24
|
|
Agi: 1
|
|
- Level: 25
|
|
Dex: 1
|
|
- Level: 28
|
|
Int: 1
|
|
- Level: 29
|
|
Int: 1
|
|
- Level: 30
|
|
Str: 1
|
|
- Level: 31
|
|
Vit: 1
|
|
- Level: 35
|
|
Agi: 1
|
|
- Level: 36
|
|
Dex: 1
|
|
- Level: 37
|
|
Dex: 1
|
|
- Level: 41
|
|
Int: 1
|
|
- Level: 42
|
|
Vit: 1
|
|
- Level: 43
|
|
Agi: 1
|
|
- Level: 44
|
|
Agi: 1
|
|
- Level: 48
|
|
Int: 1
|
|
- Level: 49
|
|
Dex: 1
|
|
- Level: 50
|
|
Dex: 1
|
|
- Level: 51
|
|
Str: 1
|
|
- Level: 53
|
|
Agi: 1
|
|
- Level: 54
|
|
Int: 1
|
|
- Level: 55
|
|
Luk: 1
|
|
- Level: 56
|
|
Vit: 1
|
|
- Level: 58
|
|
Dex: 1
|
|
- Level: 59
|
|
Str: 1
|
|
- Level: 60
|
|
Int: 1
|
|
- Jobs:
|
|
Genetic_T: true
|
|
MaxWeight: 32000
|
|
HpFactor: 90
|
|
SpFactor: 900
|
|
BaseASPD:
|
|
Fist: 40
|
|
Dagger: 50
|
|
1hSword: 44
|
|
1hAxe: 48
|
|
2hAxe: 51
|
|
Mace: 44
|
|
2hMace: 48
|
|
Shield: 4
|
|
BonusStats:
|
|
- Level: 1
|
|
Int: 1
|
|
- Level: 2
|
|
Int: 1
|
|
- Level: 3
|
|
Dex: 1
|
|
- Level: 6
|
|
Dex: 1
|
|
- Level: 7
|
|
Int: 1
|
|
- Level: 8
|
|
Agi: 1
|
|
- Level: 12
|
|
Int: 1
|
|
- Level: 13
|
|
Dex: 1
|
|
- Level: 15
|
|
Vit: 1
|
|
- Level: 18
|
|
Vit: 1
|
|
- Level: 19
|
|
Dex: 1
|
|
- Level: 20
|
|
Agi: 1
|
|
- Level: 23
|
|
Int: 1
|
|
- Level: 24
|
|
Vit: 1
|
|
- Level: 25
|
|
Vit: 1
|
|
- Level: 28
|
|
Dex: 1
|
|
- Level: 29
|
|
Agi: 1
|
|
- Level: 31
|
|
Luk: 1
|
|
- Level: 34
|
|
Str: 1
|
|
- Level: 35
|
|
Int: 1
|
|
- Level: 36
|
|
Int: 1
|
|
- Level: 39
|
|
Dex: 1
|
|
- Level: 40
|
|
Agi: 1
|
|
- Level: 41
|
|
Int: 1
|
|
- Level: 44
|
|
Int: 1
|
|
- Level: 45
|
|
Int: 1
|
|
- Level: 47
|
|
Agi: 1
|
|
- Level: 50
|
|
Int: 1
|
|
- Level: 51
|
|
Str: 1
|
|
- Level: 52
|
|
Vit: 1
|
|
- Level: 53
|
|
Dex: 1
|
|
- Level: 55
|
|
Agi: 1
|
|
- Level: 56
|
|
Str: 1
|
|
- Level: 57
|
|
Vit: 1
|
|
- Level: 58
|
|
Luk: 1
|
|
- Level: 59
|
|
Dex: 1
|
|
- Level: 60
|
|
Int: 1
|
|
- Jobs:
|
|
Shadow_Chaser_T: true
|
|
MaxWeight: 28000
|
|
HpFactor: 85
|
|
SpFactor: 400
|
|
BaseASPD:
|
|
Fist: 40
|
|
Dagger: 43
|
|
1hSword: 47
|
|
Bow: 47
|
|
Shield: 4
|
|
BonusStats:
|
|
- Level: 1
|
|
Luk: 1
|
|
- Level: 2
|
|
Str: 1
|
|
- Level: 5
|
|
Str: 1
|
|
- Level: 7
|
|
Luk: 1
|
|
- Level: 8
|
|
Agi: 1
|
|
- Level: 9
|
|
Dex: 1
|
|
- Level: 10
|
|
Int: 1
|
|
- Level: 13
|
|
Int: 1
|
|
- Level: 14
|
|
Luk: 1
|
|
- Level: 17
|
|
Agi: 1
|
|
- Level: 19
|
|
Vit: 1
|
|
- Level: 20
|
|
Vit: 1
|
|
- Level: 21
|
|
Int: 1
|
|
- Level: 22
|
|
Dex: 1
|
|
- Level: 25
|
|
Vit: 1
|
|
- Level: 26
|
|
Luk: 1
|
|
- Level: 29
|
|
Vit: 1
|
|
- Level: 31
|
|
Str: 1
|
|
- Level: 32
|
|
Str: 1
|
|
- Level: 33
|
|
Vit: 1
|
|
- Level: 34
|
|
Luk: 1
|
|
- Level: 37
|
|
Int: 1
|
|
- Level: 38
|
|
Int: 1
|
|
- Level: 42
|
|
Vit: 1
|
|
- Level: 43
|
|
Vit: 1
|
|
- Level: 44
|
|
Str: 1
|
|
- Level: 45
|
|
Str: 1
|
|
- Level: 48
|
|
Dex: 1
|
|
- Level: 49
|
|
Agi: 1
|
|
- Level: 51
|
|
Int: 1
|
|
- Level: 52
|
|
Vit: 1
|
|
- Level: 53
|
|
Str: 1
|
|
- Level: 54
|
|
Agi: 1
|
|
- Level: 56
|
|
Luk: 1
|
|
- Level: 57
|
|
Dex: 1
|
|
- Level: 59
|
|
Str: 1
|
|
- Level: 60
|
|
Agi: 1
|
|
- Jobs:
|
|
Baby_Rune_Knight: true
|
|
Baby_Rune_Knight2: true
|
|
MaxWeight: 28000
|
|
HpFactor: 150
|
|
SpFactor: 300
|
|
BaseASPD:
|
|
Fist: 40
|
|
Dagger: 50
|
|
1hSword: 52
|
|
2hSword: 55
|
|
1hSpear: 60
|
|
2hSpear: 58
|
|
1hAxe: 48
|
|
2hAxe: 52
|
|
Mace: 45
|
|
2hMace: 52
|
|
Shield: 5
|
|
BonusStats:
|
|
- Level: 1
|
|
Int: 1
|
|
- Level: 2
|
|
Int: 1
|
|
- Level: 3
|
|
Dex: 1
|
|
- Level: 4
|
|
Vit: 1
|
|
- Level: 5
|
|
Int: 1
|
|
- Level: 10
|
|
Str: 1
|
|
- Level: 11
|
|
Str: 1
|
|
- Level: 12
|
|
Int: 1
|
|
- Level: 13
|
|
Int: 1
|
|
- Level: 14
|
|
Vit: 1
|
|
- Level: 15
|
|
Dex: 1
|
|
- Level: 19
|
|
Dex: 1
|
|
- Level: 20
|
|
Agi: 1
|
|
- Level: 21
|
|
Agi: 1
|
|
- Level: 22
|
|
Int: 1
|
|
- Level: 23
|
|
Vit: 1
|
|
- Level: 24
|
|
Dex: 1
|
|
- Level: 30
|
|
Int: 1
|
|
- Level: 31
|
|
Dex: 1
|
|
- Level: 32
|
|
Vit: 1
|
|
- Level: 33
|
|
Str: 1
|
|
- Level: 39
|
|
Int: 1
|
|
- Level: 40
|
|
Dex: 1
|
|
- Level: 41
|
|
Agi: 1
|
|
- Level: 44
|
|
Dex: 1
|
|
- Level: 45
|
|
Vit: 1
|
|
- Level: 46
|
|
Int: 1
|
|
- Level: 47
|
|
Luk: 1
|
|
- Level: 48
|
|
Luk: 1
|
|
- Level: 49
|
|
Luk: 1
|
|
- Level: 50
|
|
Int: 1
|
|
- Level: 51
|
|
Str: 1
|
|
- Level: 53
|
|
Agi: 1
|
|
- Level: 55
|
|
Dex: 1
|
|
- Level: 57
|
|
Luk: 1
|
|
- Level: 59
|
|
Vit: 1
|
|
- Level: 60
|
|
Str: 1
|
|
- Jobs:
|
|
Baby_Warlock: true
|
|
MaxWeight: 24000
|
|
HpFactor: 55
|
|
SpFactor: 900
|
|
BaseASPD:
|
|
Fist: 45
|
|
Dagger: 52
|
|
1hSword: 60
|
|
Staff: 50
|
|
2hStaff: 56
|
|
Shield: 5
|
|
BonusStats:
|
|
- Level: 1
|
|
Int: 1
|
|
- Level: 2
|
|
Int: 1
|
|
- Level: 3
|
|
Dex: 1
|
|
- Level: 6
|
|
Dex: 1
|
|
- Level: 7
|
|
Int: 1
|
|
- Level: 8
|
|
Agi: 1
|
|
- Level: 12
|
|
Int: 1
|
|
- Level: 13
|
|
Dex: 1
|
|
- Level: 15
|
|
Vit: 1
|
|
- Level: 18
|
|
Vit: 1
|
|
- Level: 19
|
|
Dex: 1
|
|
- Level: 20
|
|
Agi: 1
|
|
- Level: 23
|
|
Int: 1
|
|
- Level: 24
|
|
Vit: 1
|
|
- Level: 25
|
|
Vit: 1
|
|
- Level: 28
|
|
Dex: 1
|
|
- Level: 29
|
|
Agi: 1
|
|
- Level: 31
|
|
Luk: 1
|
|
- Level: 34
|
|
Str: 1
|
|
- Level: 35
|
|
Int: 1
|
|
- Level: 36
|
|
Int: 1
|
|
- Level: 39
|
|
Dex: 1
|
|
- Level: 40
|
|
Agi: 1
|
|
- Level: 41
|
|
Int: 1
|
|
- Level: 44
|
|
Int: 1
|
|
- Level: 45
|
|
Int: 1
|
|
- Level: 47
|
|
Agi: 1
|
|
- Level: 50
|
|
Int: 1
|
|
- Level: 51
|
|
Dex: 1
|
|
- Level: 52
|
|
Vit: 1
|
|
- Level: 53
|
|
Luk: 1
|
|
- Level: 54
|
|
Agi: 1
|
|
- Level: 55
|
|
Int: 1
|
|
- Level: 57
|
|
Vit: 1
|
|
- Level: 58
|
|
Agi: 1
|
|
- Level: 59
|
|
Dex: 1
|
|
- Level: 60
|
|
Int: 1
|
|
- Jobs:
|
|
Baby_Ranger: true
|
|
Baby_Ranger2: true
|
|
MaxWeight: 27000
|
|
HpFactor: 85
|
|
SpFactor: 400
|
|
BaseASPD:
|
|
Fist: 40
|
|
Dagger: 50
|
|
Bow: 49
|
|
Shield: 8
|
|
BonusStats:
|
|
- Level: 1
|
|
Dex: 1
|
|
- Level: 2
|
|
Int: 1
|
|
- Level: 3
|
|
Int: 1
|
|
- Level: 4
|
|
Agi: 1
|
|
- Level: 7
|
|
Agi: 1
|
|
- Level: 8
|
|
Dex: 1
|
|
- Level: 9
|
|
Int: 1
|
|
- Level: 12
|
|
Vit: 1
|
|
- Level: 13
|
|
Vit: 1
|
|
- Level: 14
|
|
Vit: 1
|
|
- Level: 17
|
|
Dex: 1
|
|
- Level: 18
|
|
Agi: 1
|
|
- Level: 21
|
|
Int: 1
|
|
- Level: 22
|
|
Vit: 1
|
|
- Level: 23
|
|
Dex: 1
|
|
- Level: 26
|
|
Str: 1
|
|
- Level: 27
|
|
Str: 1
|
|
- Level: 30
|
|
Dex: 1
|
|
- Level: 31
|
|
Agi: 1
|
|
- Level: 32
|
|
Vit: 1
|
|
- Level: 36
|
|
Int: 1
|
|
- Level: 37
|
|
Int: 1
|
|
- Level: 38
|
|
Int: 1
|
|
- Level: 39
|
|
Agi: 1
|
|
- Level: 43
|
|
Agi: 1
|
|
- Level: 44
|
|
Dex: 1
|
|
- Level: 45
|
|
Agi: 1
|
|
- Level: 49
|
|
Int: 1
|
|
- Level: 50
|
|
Agi: 1
|
|
- Level: 51
|
|
Luk: 1
|
|
- Level: 52
|
|
Dex: 1
|
|
- Level: 54
|
|
Int: 1
|
|
- Level: 55
|
|
Agi: 1
|
|
- Level: 57
|
|
Vit: 1
|
|
- Level: 58
|
|
Luk: 1
|
|
- Level: 59
|
|
Dex: 1
|
|
- Level: 60
|
|
Agi: 1
|
|
- Jobs:
|
|
Baby_Arch_Bishop: true
|
|
MaxWeight: 26000
|
|
HpFactor: 75
|
|
SpFactor: 800
|
|
BaseASPD:
|
|
Fist: 45
|
|
Mace: 45
|
|
2hMace: 45
|
|
Staff: 60
|
|
Knuckle: 50
|
|
Book: 44
|
|
2hStaff: 55
|
|
Shield: 5
|
|
BonusStats:
|
|
- Level: 1
|
|
Int: 1
|
|
- Level: 3
|
|
Vit: 1
|
|
- Level: 5
|
|
Dex: 1
|
|
- Level: 7
|
|
Int: 1
|
|
- Level: 8
|
|
Int: 1
|
|
- Level: 10
|
|
Vit: 1
|
|
- Level: 11
|
|
Vit: 1
|
|
- Level: 14
|
|
Dex: 1
|
|
- Level: 15
|
|
Dex: 1
|
|
- Level: 18
|
|
Str: 1
|
|
- Level: 19
|
|
Str: 1
|
|
- Level: 22
|
|
Int: 1
|
|
- Level: 24
|
|
Str: 1
|
|
- Level: 26
|
|
Agi: 1
|
|
- Level: 27
|
|
Agi: 1
|
|
- Level: 28
|
|
Str: 1
|
|
- Level: 32
|
|
Int: 1
|
|
- Level: 34
|
|
Vit: 1
|
|
- Level: 36
|
|
Dex: 1
|
|
- Level: 38
|
|
Agi: 1
|
|
- Level: 39
|
|
Agi: 1
|
|
- Level: 40
|
|
Int: 1
|
|
- Level: 41
|
|
Int: 1
|
|
- Level: 44
|
|
Dex: 1
|
|
- Level: 45
|
|
Vit: 1
|
|
- Level: 46
|
|
Str: 1
|
|
- Level: 49
|
|
Int: 1
|
|
- Level: 50
|
|
Dex: 1
|
|
- Level: 51
|
|
Luk: 1
|
|
- Level: 52
|
|
Agi: 1
|
|
- Level: 53
|
|
Vit: 1
|
|
- Level: 54
|
|
Str: 1
|
|
- Level: 55
|
|
Int: 1
|
|
- Level: 57
|
|
Vit: 1
|
|
- Level: 58
|
|
Luk: 1
|
|
- Level: 59
|
|
Dex: 1
|
|
- Level: 60
|
|
Int: 1
|
|
- Jobs:
|
|
Baby_Mechanic: true
|
|
Baby_Mechanic2: true
|
|
MaxWeight: 30000
|
|
HpFactor: 90
|
|
SpFactor: 400
|
|
BaseASPD:
|
|
Fist: 40
|
|
Dagger: 60
|
|
1hSword: 65
|
|
1hAxe: 45
|
|
2hAxe: 48
|
|
Mace: 48
|
|
2hMace: 50
|
|
Shield: 6
|
|
BonusStats:
|
|
- Level: 1
|
|
Luk: 1
|
|
- Level: 2
|
|
Str: 1
|
|
- Level: 5
|
|
Str: 1
|
|
- Level: 7
|
|
Luk: 1
|
|
- Level: 8
|
|
Agi: 1
|
|
- Level: 9
|
|
Dex: 1
|
|
- Level: 10
|
|
Int: 1
|
|
- Level: 13
|
|
Int: 1
|
|
- Level: 14
|
|
Luk: 1
|
|
- Level: 17
|
|
Agi: 1
|
|
- Level: 19
|
|
Vit: 1
|
|
- Level: 20
|
|
Vit: 1
|
|
- Level: 21
|
|
Int: 1
|
|
- Level: 22
|
|
Dex: 1
|
|
- Level: 25
|
|
Vit: 1
|
|
- Level: 26
|
|
Luk: 1
|
|
- Level: 29
|
|
Vit: 1
|
|
- Level: 31
|
|
Str: 1
|
|
- Level: 32
|
|
Str: 1
|
|
- Level: 33
|
|
Vit: 1
|
|
- Level: 34
|
|
Luk: 1
|
|
- Level: 37
|
|
Int: 1
|
|
- Level: 38
|
|
Int: 1
|
|
- Level: 42
|
|
Vit: 1
|
|
- Level: 43
|
|
Vit: 1
|
|
- Level: 44
|
|
Str: 1
|
|
- Level: 45
|
|
Str: 1
|
|
- Level: 48
|
|
Dex: 1
|
|
- Level: 49
|
|
Agi: 1
|
|
- Level: 51
|
|
Luk: 1
|
|
- Level: 52
|
|
Str: 1
|
|
- Level: 53
|
|
Dex: 1
|
|
- Level: 55
|
|
Int: 1
|
|
- Level: 56
|
|
Vit: 1
|
|
- Level: 57
|
|
Agi: 1
|
|
- Level: 59
|
|
Dex: 1
|
|
- Level: 60
|
|
Str: 1
|
|
- Jobs:
|
|
Baby_Guillotine_Cross: true
|
|
MaxWeight: 24000
|
|
HpFactor: 110
|
|
SpFactor: 400
|
|
BaseASPD:
|
|
Fist: 40
|
|
Dagger: 42
|
|
1hSword: 65
|
|
1hAxe: 80
|
|
Katar: 42
|
|
Rifle: 95
|
|
Gatling: 120
|
|
Shotgun: 90
|
|
Grenade: 100
|
|
Huuma: 110
|
|
Shield: 9
|
|
BonusStats:
|
|
- Level: 1
|
|
Agi: 1
|
|
- Level: 2
|
|
Dex: 1
|
|
- Level: 4
|
|
Str: 1
|
|
- Level: 5
|
|
Str: 1
|
|
- Level: 9
|
|
Str: 1
|
|
- Level: 10
|
|
Agi: 1
|
|
- Level: 11
|
|
Dex: 1
|
|
- Level: 14
|
|
Vit: 1
|
|
- Level: 15
|
|
Vit: 1
|
|
- Level: 16
|
|
Str: 1
|
|
- Level: 19
|
|
Vit: 1
|
|
- Level: 20
|
|
Str: 1
|
|
- Level: 23
|
|
Agi: 1
|
|
- Level: 24
|
|
Agi: 1
|
|
- Level: 25
|
|
Dex: 1
|
|
- Level: 28
|
|
Int: 1
|
|
- Level: 29
|
|
Int: 1
|
|
- Level: 30
|
|
Str: 1
|
|
- Level: 31
|
|
Vit: 1
|
|
- Level: 35
|
|
Agi: 1
|
|
- Level: 36
|
|
Dex: 1
|
|
- Level: 37
|
|
Dex: 1
|
|
- Level: 41
|
|
Int: 1
|
|
- Level: 42
|
|
Vit: 1
|
|
- Level: 43
|
|
Agi: 1
|
|
- Level: 44
|
|
Agi: 1
|
|
- Level: 48
|
|
Int: 1
|
|
- Level: 49
|
|
Dex: 1
|
|
- Level: 50
|
|
Dex: 1
|
|
- Level: 51
|
|
Luk: 1
|
|
- Level: 52
|
|
Str: 1
|
|
- Level: 53
|
|
Agi: 1
|
|
- Level: 54
|
|
Vit: 1
|
|
- Level: 56
|
|
Int: 1
|
|
- Level: 58
|
|
Str: 1
|
|
- Level: 59
|
|
Luk: 1
|
|
- Level: 60
|
|
Agi: 1
|
|
- Jobs:
|
|
Baby_Royal_Guard: true
|
|
Baby_Royal_Guard2: true
|
|
MaxWeight: 28000
|
|
HpFactor: 110
|
|
HpMultiplicator: 700
|
|
SpFactor: 400
|
|
BaseASPD:
|
|
Fist: 40
|
|
Dagger: 47
|
|
1hSword: 45
|
|
2hSword: 53
|
|
1hSpear: 50
|
|
2hSpear: 50
|
|
1hAxe: 48
|
|
2hAxe: 52
|
|
Mace: 44
|
|
2hMace: 50
|
|
Shield: 5
|
|
BonusStats:
|
|
- Level: 2
|
|
Vit: 1
|
|
- Level: 3
|
|
Int: 1
|
|
- Level: 4
|
|
Str: 1
|
|
- Level: 5
|
|
Int: 1
|
|
- Level: 6
|
|
Dex: 1
|
|
- Level: 9
|
|
Vit: 1
|
|
- Level: 11
|
|
Int: 1
|
|
- Level: 13
|
|
Str: 1
|
|
- Level: 14
|
|
Dex: 1
|
|
- Level: 16
|
|
Luk: 1
|
|
- Level: 19
|
|
Int: 1
|
|
- Level: 20
|
|
Dex: 1
|
|
- Level: 23
|
|
Agi: 1
|
|
- Level: 24
|
|
Int: 1
|
|
- Level: 26
|
|
Int: 1
|
|
- Level: 27
|
|
Vit: 1
|
|
- Level: 30
|
|
Str: 1
|
|
- Level: 31
|
|
Dex: 1
|
|
- Level: 33
|
|
Luk: 1
|
|
- Level: 34
|
|
Agi: 1
|
|
- Level: 37
|
|
Int: 1
|
|
- Level: 38
|
|
Int: 1
|
|
- Level: 40
|
|
Str: 1
|
|
- Level: 41
|
|
Vit: 1
|
|
- Level: 42
|
|
Vit: 1
|
|
- Level: 44
|
|
Dex: 1
|
|
- Level: 45
|
|
Str: 1
|
|
- Level: 46
|
|
Int: 1
|
|
- Level: 48
|
|
Str: 1
|
|
- Level: 49
|
|
Dex: 1
|
|
- Level: 51
|
|
Agi: 1
|
|
- Level: 53
|
|
Vit: 1
|
|
- Level: 54
|
|
Luk: 1
|
|
- Level: 56
|
|
Dex: 1
|
|
- Level: 58
|
|
Str: 1
|
|
- Level: 59
|
|
Vit: 1
|
|
- Level: 60
|
|
Int: 1
|
|
- Jobs:
|
|
Baby_Sorcerer: true
|
|
MaxWeight: 24000
|
|
HpFactor: 75
|
|
SpFactor: 900
|
|
BaseASPD:
|
|
Fist: 40
|
|
Dagger: 50
|
|
1hSword: 50
|
|
Staff: 45
|
|
Book: 45
|
|
2hStaff: 55
|
|
Shield: 5
|
|
BonusStats:
|
|
- Level: 1
|
|
Int: 1
|
|
- Level: 2
|
|
Int: 1
|
|
- Level: 3
|
|
Dex: 1
|
|
- Level: 4
|
|
Vit: 1
|
|
- Level: 5
|
|
Int: 1
|
|
- Level: 10
|
|
Str: 1
|
|
- Level: 11
|
|
Str: 1
|
|
- Level: 12
|
|
Int: 1
|
|
- Level: 13
|
|
Int: 1
|
|
- Level: 14
|
|
Vit: 1
|
|
- Level: 15
|
|
Dex: 1
|
|
- Level: 19
|
|
Dex: 1
|
|
- Level: 20
|
|
Agi: 1
|
|
- Level: 21
|
|
Agi: 1
|
|
- Level: 22
|
|
Int: 1
|
|
- Level: 23
|
|
Vit: 1
|
|
- Level: 24
|
|
Dex: 1
|
|
- Level: 30
|
|
Int: 1
|
|
- Level: 31
|
|
Dex: 1
|
|
- Level: 32
|
|
Vit: 1
|
|
- Level: 33
|
|
Str: 1
|
|
- Level: 39
|
|
Int: 1
|
|
- Level: 40
|
|
Dex: 1
|
|
- Level: 41
|
|
Agi: 1
|
|
- Level: 44
|
|
Dex: 1
|
|
- Level: 45
|
|
Vit: 1
|
|
- Level: 46
|
|
Int: 1
|
|
- Level: 47
|
|
Luk: 1
|
|
- Level: 48
|
|
Luk: 1
|
|
- Level: 49
|
|
Luk: 1
|
|
- Level: 50
|
|
Int: 1
|
|
- Level: 51
|
|
Dex: 1
|
|
- Level: 53
|
|
Str: 1
|
|
- Level: 55
|
|
Agi: 1
|
|
- Level: 57
|
|
Vit: 1
|
|
- Level: 59
|
|
Dex: 1
|
|
- Level: 60
|
|
Int: 1
|
|
- Jobs:
|
|
Baby_Minstrel: true
|
|
MaxWeight: 27000
|
|
HpFactor: 75
|
|
HpMultiplicator: 300
|
|
SpFactor: 400
|
|
BaseASPD:
|
|
Fist: 40
|
|
Dagger: 52
|
|
Bow: 49
|
|
Musical: 44
|
|
Shield: 7
|
|
BonusStats:
|
|
- Level: 1
|
|
Int: 1
|
|
- Level: 3
|
|
Vit: 1
|
|
- Level: 5
|
|
Dex: 1
|
|
- Level: 7
|
|
Int: 1
|
|
- Level: 8
|
|
Int: 1
|
|
- Level: 10
|
|
Vit: 1
|
|
- Level: 11
|
|
Vit: 1
|
|
- Level: 14
|
|
Dex: 1
|
|
- Level: 15
|
|
Dex: 1
|
|
- Level: 18
|
|
Str: 1
|
|
- Level: 19
|
|
Str: 1
|
|
- Level: 22
|
|
Int: 1
|
|
- Level: 24
|
|
Str: 1
|
|
- Level: 26
|
|
Agi: 1
|
|
- Level: 27
|
|
Agi: 1
|
|
- Level: 28
|
|
Str: 1
|
|
- Level: 32
|
|
Int: 1
|
|
- Level: 34
|
|
Vit: 1
|
|
- Level: 36
|
|
Dex: 1
|
|
- Level: 38
|
|
Agi: 1
|
|
- Level: 39
|
|
Agi: 1
|
|
- Level: 40
|
|
Int: 1
|
|
- Level: 41
|
|
Int: 1
|
|
- Level: 44
|
|
Dex: 1
|
|
- Level: 45
|
|
Vit: 1
|
|
- Level: 46
|
|
Str: 1
|
|
- Level: 49
|
|
Int: 1
|
|
- Level: 50
|
|
Dex: 1
|
|
- Level: 51
|
|
Agi: 1
|
|
- Level: 52
|
|
Vit: 1
|
|
- Level: 53
|
|
Str: 1
|
|
- Level: 54
|
|
Luk: 1
|
|
- Level: 56
|
|
Dex: 1
|
|
- Level: 57
|
|
Vit: 1
|
|
- Level: 58
|
|
Str: 1
|
|
- Level: 59
|
|
Int: 1
|
|
- Level: 60
|
|
Dex: 1
|
|
- Jobs:
|
|
Baby_Wanderer: true
|
|
MaxWeight: 27000
|
|
HpFactor: 75
|
|
HpMultiplicator: 300
|
|
SpFactor: 400
|
|
BaseASPD:
|
|
Fist: 40
|
|
Dagger: 52
|
|
Bow: 49
|
|
Whip: 44
|
|
Shield: 7
|
|
BonusStats:
|
|
- Level: 1
|
|
Dex: 1
|
|
- Level: 2
|
|
Int: 1
|
|
- Level: 3
|
|
Int: 1
|
|
- Level: 4
|
|
Agi: 1
|
|
- Level: 7
|
|
Agi: 1
|
|
- Level: 8
|
|
Dex: 1
|
|
- Level: 9
|
|
Int: 1
|
|
- Level: 12
|
|
Vit: 1
|
|
- Level: 13
|
|
Vit: 1
|
|
- Level: 14
|
|
Vit: 1
|
|
- Level: 17
|
|
Dex: 1
|
|
- Level: 18
|
|
Agi: 1
|
|
- Level: 21
|
|
Int: 1
|
|
- Level: 22
|
|
Vit: 1
|
|
- Level: 23
|
|
Dex: 1
|
|
- Level: 26
|
|
Str: 1
|
|
- Level: 27
|
|
Str: 1
|
|
- Level: 30
|
|
Dex: 1
|
|
- Level: 31
|
|
Agi: 1
|
|
- Level: 32
|
|
Vit: 1
|
|
- Level: 36
|
|
Int: 1
|
|
- Level: 37
|
|
Int: 1
|
|
- Level: 38
|
|
Int: 1
|
|
- Level: 39
|
|
Agi: 1
|
|
- Level: 43
|
|
Agi: 1
|
|
- Level: 44
|
|
Dex: 1
|
|
- Level: 45
|
|
Agi: 1
|
|
- Level: 49
|
|
Int: 1
|
|
- Level: 50
|
|
Agi: 1
|
|
- Level: 51
|
|
Str: 1
|
|
- Level: 52
|
|
Vit: 1
|
|
- Level: 53
|
|
Dex: 1
|
|
- Level: 55
|
|
Luk: 1
|
|
- Level: 56
|
|
Int: 1
|
|
- Level: 58
|
|
Vit: 1
|
|
- Level: 59
|
|
Agi: 1
|
|
- Level: 60
|
|
Dex: 1
|
|
- Jobs:
|
|
Baby_Sura: true
|
|
MaxWeight: 26000
|
|
HpFactor: 90
|
|
HpMultiplicator: 650
|
|
SpFactor: 400
|
|
BaseASPD:
|
|
Fist: 38
|
|
Mace: 43
|
|
2hMace: 45
|
|
Staff: 48
|
|
Knuckle: 39
|
|
2hStaff: 50
|
|
Shield: 5
|
|
BonusStats:
|
|
- Level: 1
|
|
Agi: 1
|
|
- Level: 2
|
|
Dex: 1
|
|
- Level: 4
|
|
Str: 1
|
|
- Level: 5
|
|
Str: 1
|
|
- Level: 9
|
|
Str: 1
|
|
- Level: 10
|
|
Agi: 1
|
|
- Level: 11
|
|
Dex: 1
|
|
- Level: 14
|
|
Vit: 1
|
|
- Level: 15
|
|
Vit: 1
|
|
- Level: 16
|
|
Str: 1
|
|
- Level: 19
|
|
Vit: 1
|
|
- Level: 20
|
|
Str: 1
|
|
- Level: 23
|
|
Agi: 1
|
|
- Level: 24
|
|
Agi: 1
|
|
- Level: 25
|
|
Dex: 1
|
|
- Level: 28
|
|
Int: 1
|
|
- Level: 29
|
|
Int: 1
|
|
- Level: 30
|
|
Str: 1
|
|
- Level: 31
|
|
Vit: 1
|
|
- Level: 35
|
|
Agi: 1
|
|
- Level: 36
|
|
Dex: 1
|
|
- Level: 37
|
|
Dex: 1
|
|
- Level: 41
|
|
Int: 1
|
|
- Level: 42
|
|
Vit: 1
|
|
- Level: 43
|
|
Agi: 1
|
|
- Level: 44
|
|
Agi: 1
|
|
- Level: 48
|
|
Int: 1
|
|
- Level: 49
|
|
Dex: 1
|
|
- Level: 50
|
|
Dex: 1
|
|
- Level: 51
|
|
Str: 1
|
|
- Level: 53
|
|
Agi: 1
|
|
- Level: 54
|
|
Int: 1
|
|
- Level: 55
|
|
Luk: 1
|
|
- Level: 56
|
|
Vit: 1
|
|
- Level: 58
|
|
Dex: 1
|
|
- Level: 59
|
|
Str: 1
|
|
- Level: 60
|
|
Int: 1
|
|
- Jobs:
|
|
Baby_Genetic: true
|
|
MaxWeight: 30000
|
|
HpFactor: 90
|
|
SpFactor: 900
|
|
BaseASPD:
|
|
Fist: 40
|
|
Dagger: 50
|
|
1hSword: 44
|
|
1hAxe: 48
|
|
2hAxe: 51
|
|
Mace: 44
|
|
2hMace: 48
|
|
Shield: 4
|
|
BonusStats:
|
|
- Level: 1
|
|
Int: 1
|
|
- Level: 2
|
|
Int: 1
|
|
- Level: 3
|
|
Dex: 1
|
|
- Level: 6
|
|
Dex: 1
|
|
- Level: 7
|
|
Int: 1
|
|
- Level: 8
|
|
Agi: 1
|
|
- Level: 12
|
|
Int: 1
|
|
- Level: 13
|
|
Dex: 1
|
|
- Level: 15
|
|
Vit: 1
|
|
- Level: 18
|
|
Vit: 1
|
|
- Level: 19
|
|
Dex: 1
|
|
- Level: 20
|
|
Agi: 1
|
|
- Level: 23
|
|
Int: 1
|
|
- Level: 24
|
|
Vit: 1
|
|
- Level: 25
|
|
Vit: 1
|
|
- Level: 28
|
|
Dex: 1
|
|
- Level: 29
|
|
Agi: 1
|
|
- Level: 31
|
|
Luk: 1
|
|
- Level: 34
|
|
Str: 1
|
|
- Level: 35
|
|
Int: 1
|
|
- Level: 36
|
|
Int: 1
|
|
- Level: 39
|
|
Dex: 1
|
|
- Level: 40
|
|
Agi: 1
|
|
- Level: 41
|
|
Int: 1
|
|
- Level: 44
|
|
Int: 1
|
|
- Level: 45
|
|
Int: 1
|
|
- Level: 47
|
|
Agi: 1
|
|
- Level: 50
|
|
Int: 1
|
|
- Level: 51
|
|
Str: 1
|
|
- Level: 52
|
|
Vit: 1
|
|
- Level: 53
|
|
Dex: 1
|
|
- Level: 55
|
|
Agi: 1
|
|
- Level: 56
|
|
Str: 1
|
|
- Level: 57
|
|
Vit: 1
|
|
- Level: 58
|
|
Luk: 1
|
|
- Level: 59
|
|
Dex: 1
|
|
- Level: 60
|
|
Int: 1
|
|
- Jobs:
|
|
Baby_Shadow_Chaser: true
|
|
MaxWeight: 24000
|
|
HpFactor: 85
|
|
SpFactor: 400
|
|
BaseASPD:
|
|
Fist: 40
|
|
Dagger: 43
|
|
1hSword: 47
|
|
Bow: 47
|
|
Shield: 4
|
|
BonusStats:
|
|
- Level: 1
|
|
Luk: 1
|
|
- Level: 2
|
|
Str: 1
|
|
- Level: 5
|
|
Str: 1
|
|
- Level: 7
|
|
Luk: 1
|
|
- Level: 8
|
|
Agi: 1
|
|
- Level: 9
|
|
Dex: 1
|
|
- Level: 10
|
|
Int: 1
|
|
- Level: 13
|
|
Int: 1
|
|
- Level: 14
|
|
Luk: 1
|
|
- Level: 17
|
|
Agi: 1
|
|
- Level: 19
|
|
Vit: 1
|
|
- Level: 20
|
|
Vit: 1
|
|
- Level: 21
|
|
Int: 1
|
|
- Level: 22
|
|
Dex: 1
|
|
- Level: 25
|
|
Vit: 1
|
|
- Level: 26
|
|
Luk: 1
|
|
- Level: 29
|
|
Vit: 1
|
|
- Level: 31
|
|
Str: 1
|
|
- Level: 32
|
|
Str: 1
|
|
- Level: 33
|
|
Vit: 1
|
|
- Level: 34
|
|
Luk: 1
|
|
- Level: 37
|
|
Int: 1
|
|
- Level: 38
|
|
Int: 1
|
|
- Level: 42
|
|
Vit: 1
|
|
- Level: 43
|
|
Vit: 1
|
|
- Level: 44
|
|
Str: 1
|
|
- Level: 45
|
|
Str: 1
|
|
- Level: 48
|
|
Dex: 1
|
|
- Level: 49
|
|
Agi: 1
|
|
- Level: 51
|
|
Int: 1
|
|
- Level: 52
|
|
Vit: 1
|
|
- Level: 53
|
|
Str: 1
|
|
- Level: 54
|
|
Agi: 1
|
|
- Level: 56
|
|
Luk: 1
|
|
- Level: 57
|
|
Dex: 1
|
|
- Level: 59
|
|
Str: 1
|
|
- Level: 60
|
|
Agi: 1
|
|
- Jobs:
|
|
Super_Novice_E: true
|
|
HpMultiplicator: 5000
|
|
SpFactor: 500
|
|
BaseASPD:
|
|
Fist: 40
|
|
Dagger: 55
|
|
1hSword: 57
|
|
1hAxe: 50
|
|
Mace: 50
|
|
2hMace: 55
|
|
Staff: 65
|
|
2hStaff: 65
|
|
Shield: 10
|
|
BonusStats:
|
|
- Level: 1
|
|
Str: 1
|
|
- Level: 2
|
|
Agi: 1
|
|
- Level: 4
|
|
Vit: 1
|
|
- Level: 6
|
|
Int: 1
|
|
- Level: 7
|
|
Dex: 1
|
|
- Level: 9
|
|
Luk: 1
|
|
- Level: 11
|
|
Str: 1
|
|
- Level: 12
|
|
Agi: 1
|
|
- Level: 14
|
|
Vit: 1
|
|
- Level: 16
|
|
Int: 1
|
|
- Level: 17
|
|
Dex: 1
|
|
- Level: 19
|
|
Luk: 1
|
|
- Level: 21
|
|
Str: 1
|
|
- Level: 22
|
|
Agi: 1
|
|
- Level: 24
|
|
Vit: 1
|
|
- Level: 26
|
|
Int: 1
|
|
- Level: 27
|
|
Dex: 1
|
|
- Level: 29
|
|
Luk: 1
|
|
- Level: 31
|
|
Str: 1
|
|
- Level: 32
|
|
Agi: 1
|
|
- Level: 34
|
|
Vit: 1
|
|
- Level: 36
|
|
Int: 1
|
|
- Level: 37
|
|
Dex: 1
|
|
- Level: 39
|
|
Luk: 1
|
|
- Level: 41
|
|
Str: 1
|
|
- Level: 42
|
|
Agi: 1
|
|
- Level: 44
|
|
Vit: 1
|
|
- Level: 46
|
|
Int: 1
|
|
- Level: 47
|
|
Dex: 1
|
|
- Level: 49
|
|
Luk: 1
|
|
- Jobs:
|
|
Super_Baby_E: true
|
|
BaseASPD:
|
|
Fist: 40
|
|
Dagger: 55
|
|
1hSword: 57
|
|
1hAxe: 50
|
|
Mace: 50
|
|
2hMace: 55
|
|
Staff: 65
|
|
2hStaff: 65
|
|
Shield: 10
|
|
BonusStats:
|
|
- Level: 1
|
|
Str: 1
|
|
- Level: 2
|
|
Agi: 1
|
|
- Level: 4
|
|
Vit: 1
|
|
- Level: 6
|
|
Int: 1
|
|
- Level: 7
|
|
Dex: 1
|
|
- Level: 9
|
|
Luk: 1
|
|
- Level: 11
|
|
Str: 1
|
|
- Level: 12
|
|
Agi: 1
|
|
- Level: 14
|
|
Vit: 1
|
|
- Level: 16
|
|
Int: 1
|
|
- Level: 17
|
|
Dex: 1
|
|
- Level: 19
|
|
Luk: 1
|
|
- Level: 21
|
|
Str: 1
|
|
- Level: 22
|
|
Agi: 1
|
|
- Level: 24
|
|
Vit: 1
|
|
- Level: 26
|
|
Int: 1
|
|
- Level: 27
|
|
Dex: 1
|
|
- Level: 29
|
|
Luk: 1
|
|
- Level: 31
|
|
Str: 1
|
|
- Level: 32
|
|
Agi: 1
|
|
- Level: 34
|
|
Vit: 1
|
|
- Level: 36
|
|
Int: 1
|
|
- Level: 37
|
|
Dex: 1
|
|
- Level: 39
|
|
Luk: 1
|
|
- Level: 41
|
|
Str: 1
|
|
- Level: 42
|
|
Agi: 1
|
|
- Level: 44
|
|
Vit: 1
|
|
- Level: 46
|
|
Int: 1
|
|
- Level: 47
|
|
Dex: 1
|
|
- Level: 49
|
|
Luk: 1
|
|
- Jobs:
|
|
Kagerou: true
|
|
MaxWeight: 26000
|
|
HpFactor: 75
|
|
SpFactor: 540
|
|
BaseASPD:
|
|
Fist: 40
|
|
Dagger: 45
|
|
Huuma: 50
|
|
Shield: 3
|
|
BonusStats:
|
|
- Level: 1
|
|
Dex: 1
|
|
- Level: 3
|
|
Int: 1
|
|
- Level: 5
|
|
Agi: 1
|
|
- Level: 6
|
|
Vit: 1
|
|
- Level: 8
|
|
Str: 1
|
|
- Level: 9
|
|
Luk: 1
|
|
- Level: 11
|
|
Dex: 1
|
|
- Level: 12
|
|
Str: 1
|
|
- Level: 13
|
|
Agi: 1
|
|
- Level: 15
|
|
Int: 1
|
|
- Level: 16
|
|
Luk: 1
|
|
- Level: 17
|
|
Vit: 1
|
|
- Level: 19
|
|
Str: 1
|
|
- Level: 20
|
|
Dex: 1
|
|
- Level: 21
|
|
Agi: 1
|
|
- Level: 23
|
|
Luk: 1
|
|
- Level: 24
|
|
Vit: 1
|
|
- Level: 25
|
|
Int: 1
|
|
- Level: 27
|
|
Dex: 1
|
|
- Level: 29
|
|
Agi: 1
|
|
- Level: 31
|
|
Str: 1
|
|
- Level: 32
|
|
Int: 1
|
|
- Level: 34
|
|
Dex: 1
|
|
- Level: 35
|
|
Int: 1
|
|
- Level: 37
|
|
Vit: 1
|
|
- Level: 38
|
|
Dex: 1
|
|
- Level: 39
|
|
Str: 1
|
|
- Level: 41
|
|
Agi: 1
|
|
- Level: 42
|
|
Int: 1
|
|
- Level: 43
|
|
Str: 1
|
|
- Level: 45
|
|
Dex: 1
|
|
- Level: 46
|
|
Luk: 1
|
|
- Level: 47
|
|
Agi: 1
|
|
- Level: 48
|
|
Str: 1
|
|
- Level: 50
|
|
Dex: 1
|
|
- Jobs:
|
|
Oboro: true
|
|
MaxWeight: 26000
|
|
HpFactor: 75
|
|
SpFactor: 540
|
|
BaseASPD:
|
|
Fist: 40
|
|
Dagger: 45
|
|
Huuma: 50
|
|
Shield: 3
|
|
BonusStats:
|
|
- Level: 1
|
|
Dex: 1
|
|
- Level: 3
|
|
Int: 1
|
|
- Level: 5
|
|
Agi: 1
|
|
- Level: 6
|
|
Vit: 1
|
|
- Level: 8
|
|
Str: 1
|
|
- Level: 9
|
|
Luk: 1
|
|
- Level: 11
|
|
Dex: 1
|
|
- Level: 12
|
|
Str: 1
|
|
- Level: 13
|
|
Agi: 1
|
|
- Level: 15
|
|
Int: 1
|
|
- Level: 16
|
|
Luk: 1
|
|
- Level: 17
|
|
Vit: 1
|
|
- Level: 19
|
|
Str: 1
|
|
- Level: 20
|
|
Dex: 1
|
|
- Level: 21
|
|
Agi: 1
|
|
- Level: 23
|
|
Luk: 1
|
|
- Level: 24
|
|
Vit: 1
|
|
- Level: 25
|
|
Int: 1
|
|
- Level: 27
|
|
Dex: 1
|
|
- Level: 29
|
|
Agi: 1
|
|
- Level: 31
|
|
Str: 1
|
|
- Level: 32
|
|
Int: 1
|
|
- Level: 34
|
|
Dex: 1
|
|
- Level: 35
|
|
Int: 1
|
|
- Level: 37
|
|
Vit: 1
|
|
- Level: 38
|
|
Dex: 1
|
|
- Level: 39
|
|
Str: 1
|
|
- Level: 41
|
|
Agi: 1
|
|
- Level: 42
|
|
Int: 1
|
|
- Level: 43
|
|
Str: 1
|
|
- Level: 45
|
|
Dex: 1
|
|
- Level: 46
|
|
Luk: 1
|
|
- Level: 47
|
|
Agi: 1
|
|
- Level: 48
|
|
Str: 1
|
|
- Level: 50
|
|
Dex: 1
|
|
- Jobs:
|
|
Rebellion: true
|
|
MaxWeight: 28000
|
|
HpFactor: 90
|
|
HpMultiplicator: 650
|
|
SpFactor: 469
|
|
BaseASPD:
|
|
Fist: 54
|
|
Revolver: 49
|
|
Rifle: 59
|
|
Gatling: 54
|
|
Shotgun: 94
|
|
Grenade: 104
|
|
Shield: 6
|
|
BonusStats:
|
|
- Level: 2
|
|
Dex: 1
|
|
- Level: 4
|
|
Int: 1
|
|
- Level: 6
|
|
Vit: 1
|
|
- Level: 7
|
|
Dex: 1
|
|
- Level: 8
|
|
Int: 1
|
|
- Level: 9
|
|
Agi: 1
|
|
- Level: 10
|
|
Luk: 1
|
|
- Level: 13
|
|
Vit: 1
|
|
- Level: 14
|
|
Int: 1
|
|
- Level: 16
|
|
Agi: 1
|
|
- Level: 17
|
|
Dex: 1
|
|
- Level: 18
|
|
Int: 1
|
|
- Level: 19
|
|
Vit: 1
|
|
- Level: 20
|
|
Luk: 1
|
|
- Level: 23
|
|
Vit: 1
|
|
- Level: 24
|
|
Dex: 1
|
|
- Level: 25
|
|
Str: 1
|
|
- Level: 26
|
|
Int: 1
|
|
- Level: 27
|
|
Agi: 1
|
|
- Level: 30
|
|
Luk: 1
|
|
- Level: 31
|
|
Vit: 1
|
|
- Level: 33
|
|
Dex: 1
|
|
- Level: 34
|
|
Int: 1
|
|
- Level: 35
|
|
Str: 1
|
|
- Level: 38
|
|
Dex: 1
|
|
- Level: 40
|
|
Agi: 1
|
|
- Level: 41
|
|
Luk: 1
|
|
- Level: 43
|
|
Dex: 1
|
|
- Level: 44
|
|
Vit: 1
|
|
- Level: 45
|
|
Int: 1
|
|
- Level: 50
|
|
Str: 1
|
|
- Level: 51
|
|
Agi: 1
|
|
- Level: 52
|
|
Luk: 1
|
|
- Level: 54
|
|
Int: 1
|
|
- Level: 55
|
|
Dex: 1
|
|
- Level: 57
|
|
Agi: 1
|
|
- Jobs:
|
|
Summoner: true
|
|
HpFactor: 70
|
|
SpFactor: 500
|
|
BaseASPD:
|
|
Fist: 40
|
|
Staff: 60
|
|
Shield: 7
|
|
BonusStats:
|
|
- Level: 1
|
|
Dex: 1
|
|
- Level: 3
|
|
Vit: 1
|
|
- Level: 5
|
|
Dex: 1
|
|
- Level: 6
|
|
Vit: 1
|
|
- Level: 8
|
|
Agi: 1
|
|
- Level: 9
|
|
Int: 1
|
|
- Level: 11
|
|
Agi: 1
|
|
- Level: 12
|
|
Int: 1
|
|
- Level: 13
|
|
Dex: 1
|
|
- Level: 15
|
|
Agi: 1
|
|
- Level: 16
|
|
Int: 1
|
|
- Level: 17
|
|
Dex: 1
|
|
- Level: 19
|
|
Agi: 1
|
|
- Level: 20
|
|
Int: 1
|
|
- Level: 21
|
|
Dex: 1
|
|
- Level: 23
|
|
Luk: 1
|
|
- Level: 24
|
|
Vit: 1
|
|
- Level: 25
|
|
Dex: 1
|
|
- Level: 27
|
|
Agi: 1
|
|
- Level: 29
|
|
Luk: 1
|
|
- Level: 31
|
|
Int: 1
|
|
- Level: 32
|
|
Dex: 1
|
|
- Level: 34
|
|
Luk: 1
|
|
- Level: 36
|
|
Int: 1
|
|
- Level: 37
|
|
Luk: 1
|
|
- Level: 39
|
|
Agi: 1
|
|
- Level: 41
|
|
Dex: 1
|
|
- Level: 42
|
|
Int: 1
|
|
- Level: 43
|
|
Vit: 1
|
|
- Level: 45
|
|
Dex: 1
|
|
- Level: 46
|
|
Luk: 1
|
|
- Level: 47
|
|
Vit: 1
|
|
- Level: 48
|
|
Agi: 1
|
|
- Level: 50
|
|
Dex: 1
|
|
- Jobs:
|
|
Baby_Summoner: true
|
|
HpFactor: 100
|
|
HpMultiplicator: 700
|
|
SpFactor: 200
|
|
BaseASPD:
|
|
Fist: 40
|
|
Staff: 60
|
|
Shield: 7
|
|
BonusStats:
|
|
- Level: 1
|
|
Dex: 1
|
|
- Level: 3
|
|
Vit: 1
|
|
- Level: 5
|
|
Dex: 1
|
|
- Level: 6
|
|
Vit: 1
|
|
- Level: 8
|
|
Agi: 1
|
|
- Level: 9
|
|
Int: 1
|
|
- Level: 11
|
|
Agi: 1
|
|
- Level: 12
|
|
Int: 1
|
|
- Level: 13
|
|
Dex: 1
|
|
- Level: 15
|
|
Agi: 1
|
|
- Level: 16
|
|
Int: 1
|
|
- Level: 17
|
|
Dex: 1
|
|
- Level: 19
|
|
Agi: 1
|
|
- Level: 20
|
|
Int: 1
|
|
- Level: 21
|
|
Dex: 1
|
|
- Level: 23
|
|
Luk: 1
|
|
- Level: 24
|
|
Vit: 1
|
|
- Level: 25
|
|
Dex: 1
|
|
- Level: 27
|
|
Agi: 1
|
|
- Level: 29
|
|
Luk: 1
|
|
- Level: 31
|
|
Int: 1
|
|
- Level: 32
|
|
Dex: 1
|
|
- Level: 34
|
|
Luk: 1
|
|
- Level: 36
|
|
Int: 1
|
|
- Level: 37
|
|
Luk: 1
|
|
- Level: 39
|
|
Agi: 1
|
|
- Level: 41
|
|
Dex: 1
|
|
- Level: 42
|
|
Int: 1
|
|
- Level: 43
|
|
Vit: 1
|
|
- Level: 45
|
|
Dex: 1
|
|
- Level: 46
|
|
Luk: 1
|
|
- Level: 47
|
|
Vit: 1
|
|
- Level: 48
|
|
Agi: 1
|
|
- Level: 50
|
|
Dex: 1
|
|
- Jobs:
|
|
Baby_Ninja: true
|
|
MaxWeight: 26000
|
|
HpFactor: 75
|
|
SpFactor: 540
|
|
BaseASPD:
|
|
Fist: 40
|
|
Dagger: 43
|
|
Huuma: 55
|
|
Shield: 6
|
|
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:
|
|
Baby_Kagerou: true
|
|
MaxWeight: 26000
|
|
HpFactor: 75
|
|
SpFactor: 540
|
|
BaseASPD:
|
|
Fist: 40
|
|
Dagger: 45
|
|
Huuma: 50
|
|
Shield: 3
|
|
BonusStats:
|
|
- Level: 1
|
|
Dex: 1
|
|
- Level: 3
|
|
Int: 1
|
|
- Level: 5
|
|
Agi: 1
|
|
- Level: 6
|
|
Vit: 1
|
|
- Level: 8
|
|
Str: 1
|
|
- Level: 9
|
|
Luk: 1
|
|
- Level: 11
|
|
Dex: 1
|
|
- Level: 12
|
|
Str: 1
|
|
- Level: 13
|
|
Agi: 1
|
|
- Level: 15
|
|
Int: 1
|
|
- Level: 16
|
|
Luk: 1
|
|
- Level: 17
|
|
Vit: 1
|
|
- Level: 19
|
|
Str: 1
|
|
- Level: 20
|
|
Dex: 1
|
|
- Level: 21
|
|
Agi: 1
|
|
- Level: 23
|
|
Luk: 1
|
|
- Level: 24
|
|
Vit: 1
|
|
- Level: 25
|
|
Int: 1
|
|
- Level: 27
|
|
Dex: 1
|
|
- Level: 29
|
|
Agi: 1
|
|
- Level: 31
|
|
Str: 1
|
|
- Level: 32
|
|
Int: 1
|
|
- Level: 34
|
|
Dex: 1
|
|
- Level: 35
|
|
Int: 1
|
|
- Level: 37
|
|
Vit: 1
|
|
- Level: 38
|
|
Dex: 1
|
|
- Level: 39
|
|
Str: 1
|
|
- Level: 41
|
|
Agi: 1
|
|
- Level: 42
|
|
Int: 1
|
|
- Level: 43
|
|
Str: 1
|
|
- Level: 45
|
|
Dex: 1
|
|
- Level: 46
|
|
Luk: 1
|
|
- Level: 47
|
|
Agi: 1
|
|
- Level: 48
|
|
Str: 1
|
|
- Level: 50
|
|
Dex: 1
|
|
- Jobs:
|
|
Baby_Oboro: true
|
|
MaxWeight: 26000
|
|
HpFactor: 75
|
|
SpFactor: 540
|
|
BaseASPD:
|
|
Fist: 40
|
|
Dagger: 45
|
|
Huuma: 50
|
|
Shield: 3
|
|
BonusStats:
|
|
- Level: 1
|
|
Dex: 1
|
|
- Level: 3
|
|
Int: 1
|
|
- Level: 5
|
|
Agi: 1
|
|
- Level: 6
|
|
Vit: 1
|
|
- Level: 8
|
|
Str: 1
|
|
- Level: 9
|
|
Luk: 1
|
|
- Level: 11
|
|
Dex: 1
|
|
- Level: 12
|
|
Str: 1
|
|
- Level: 13
|
|
Agi: 1
|
|
- Level: 15
|
|
Int: 1
|
|
- Level: 16
|
|
Luk: 1
|
|
- Level: 17
|
|
Vit: 1
|
|
- Level: 19
|
|
Str: 1
|
|
- Level: 20
|
|
Dex: 1
|
|
- Level: 21
|
|
Agi: 1
|
|
- Level: 23
|
|
Luk: 1
|
|
- Level: 24
|
|
Vit: 1
|
|
- Level: 25
|
|
Int: 1
|
|
- Level: 27
|
|
Dex: 1
|
|
- Level: 29
|
|
Agi: 1
|
|
- Level: 31
|
|
Str: 1
|
|
- Level: 32
|
|
Int: 1
|
|
- Level: 34
|
|
Dex: 1
|
|
- Level: 35
|
|
Int: 1
|
|
- Level: 37
|
|
Vit: 1
|
|
- Level: 38
|
|
Dex: 1
|
|
- Level: 39
|
|
Str: 1
|
|
- Level: 41
|
|
Agi: 1
|
|
- Level: 42
|
|
Int: 1
|
|
- Level: 43
|
|
Str: 1
|
|
- Level: 45
|
|
Dex: 1
|
|
- Level: 46
|
|
Luk: 1
|
|
- Level: 47
|
|
Agi: 1
|
|
- Level: 48
|
|
Str: 1
|
|
- Level: 50
|
|
Dex: 1
|
|
- Jobs:
|
|
Baby_Taekwon: true
|
|
MaxWeight: 28000
|
|
HpFactor: 70
|
|
SpFactor: 200
|
|
BaseASPD:
|
|
Fist: 40
|
|
Dagger: 50
|
|
1hSword: 50
|
|
2hSword: 50
|
|
1hSpear: 50
|
|
2hSpear: 50
|
|
1hAxe: 50
|
|
2hAxe: 50
|
|
Mace: 50
|
|
2hMace: 50
|
|
Staff: 50
|
|
Bow: 50
|
|
Knuckle: 50
|
|
Musical: 50
|
|
Whip: 50
|
|
Book: 50
|
|
Katar: 50
|
|
Revolver: 50
|
|
Rifle: 50
|
|
Gatling: 50
|
|
Shotgun: 50
|
|
Grenade: 50
|
|
Huuma: 50
|
|
2hStaff: 50
|
|
Shield: 6
|
|
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:
|
|
Baby_Star_Gladiator: true
|
|
Baby_Star_Gladiator2: true
|
|
MaxWeight: 28000
|
|
HpFactor: 90
|
|
HpMultiplicator: 650
|
|
SpFactor: 470
|
|
BaseASPD:
|
|
Fist: 40
|
|
Dagger: 50
|
|
1hSword: 50
|
|
2hSword: 50
|
|
1hSpear: 50
|
|
2hSpear: 50
|
|
1hAxe: 50
|
|
2hAxe: 50
|
|
Mace: 50
|
|
2hMace: 50
|
|
Staff: 50
|
|
Bow: 50
|
|
Knuckle: 50
|
|
Musical: 50
|
|
Whip: 50
|
|
Book: 50
|
|
Katar: 50
|
|
Revolver: 50
|
|
Rifle: 50
|
|
Gatling: 50
|
|
Shotgun: 50
|
|
Grenade: 50
|
|
Huuma: 50
|
|
2hStaff: 50
|
|
Shield: 6
|
|
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:
|
|
Baby_Soul_Linker: true
|
|
MaxWeight: 24000
|
|
HpFactor: 75
|
|
SpFactor: 900
|
|
BaseASPD:
|
|
Fist: 50
|
|
Dagger: 50
|
|
Staff: 53
|
|
2hStaff: 55
|
|
Shield: 8
|
|
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
|
|
- Jobs:
|
|
Baby_Gunslinger: true
|
|
MaxWeight: 28000
|
|
HpFactor: 90
|
|
HpMultiplicator: 650
|
|
SpFactor: 469
|
|
BaseASPD:
|
|
Fist: 54
|
|
Revolver: 49
|
|
Rifle: 59
|
|
Gatling: 54
|
|
Shotgun: 94
|
|
Grenade: 104
|
|
Shield: 6
|
|
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:
|
|
Baby_Rebellion: true
|
|
MaxWeight: 28000
|
|
HpFactor: 90
|
|
HpMultiplicator: 650
|
|
SpFactor: 469
|
|
BaseASPD:
|
|
Fist: 54
|
|
Revolver: 49
|
|
Rifle: 59
|
|
Gatling: 54
|
|
Shotgun: 94
|
|
Grenade: 104
|
|
Shield: 6
|
|
BonusStats:
|
|
- Level: 2
|
|
Dex: 1
|
|
- Level: 4
|
|
Int: 1
|
|
- Level: 6
|
|
Vit: 1
|
|
- Level: 7
|
|
Dex: 1
|
|
- Level: 8
|
|
Int: 1
|
|
- Level: 9
|
|
Agi: 1
|
|
- Level: 10
|
|
Luk: 1
|
|
- Level: 13
|
|
Vit: 1
|
|
- Level: 14
|
|
Int: 1
|
|
- Level: 16
|
|
Agi: 1
|
|
- Level: 17
|
|
Dex: 1
|
|
- Level: 18
|
|
Int: 1
|
|
- Level: 19
|
|
Vit: 1
|
|
- Level: 20
|
|
Luk: 1
|
|
- Level: 23
|
|
Vit: 1
|
|
- Level: 24
|
|
Dex: 1
|
|
- Level: 25
|
|
Str: 1
|
|
- Level: 26
|
|
Int: 1
|
|
- Level: 27
|
|
Agi: 1
|
|
- Level: 30
|
|
Luk: 1
|
|
- Level: 31
|
|
Vit: 1
|
|
- Level: 33
|
|
Dex: 1
|
|
- Level: 34
|
|
Int: 1
|
|
- Level: 35
|
|
Str: 1
|
|
- Level: 38
|
|
Dex: 1
|
|
- Level: 40
|
|
Agi: 1
|
|
- Level: 41
|
|
Luk: 1
|
|
- Level: 43
|
|
Dex: 1
|
|
- Level: 44
|
|
Vit: 1
|
|
- Level: 45
|
|
Int: 1
|
|
- Level: 50
|
|
Str: 1
|
|
- Level: 51
|
|
Agi: 1
|
|
- Level: 52
|
|
Luk: 1
|
|
- Level: 54
|
|
Int: 1
|
|
- Level: 55
|
|
Dex: 1
|
|
- Level: 57
|
|
Agi: 1
|
|
- Jobs:
|
|
Star_Emperor: true
|
|
Star_Emperor2: true
|
|
MaxWeight: 28000
|
|
HpFactor: 90
|
|
HpMultiplicator: 650
|
|
SpFactor: 470
|
|
BaseASPD:
|
|
Fist: 40
|
|
Dagger: 50
|
|
1hSword: 50
|
|
2hSword: 50
|
|
1hSpear: 50
|
|
2hSpear: 50
|
|
1hAxe: 50
|
|
2hAxe: 50
|
|
Mace: 50
|
|
2hMace: 50
|
|
Staff: 50
|
|
Bow: 50
|
|
Knuckle: 50
|
|
Musical: 50
|
|
Whip: 50
|
|
Book: 50
|
|
Katar: 50
|
|
Revolver: 50
|
|
Rifle: 50
|
|
Gatling: 50
|
|
Shotgun: 50
|
|
Grenade: 50
|
|
Huuma: 50
|
|
2hStaff: 50
|
|
Shield: 6
|
|
BonusStats:
|
|
- Level: 1
|
|
Str: 1
|
|
- Level: 2
|
|
Dex: 1
|
|
- Level: 5
|
|
Agi: 1
|
|
- Level: 7
|
|
Int: 1
|
|
- Level: 8
|
|
Str: 1
|
|
- Level: 9
|
|
Luk: 1
|
|
- Level: 11
|
|
Dex: 1
|
|
- Level: 12
|
|
Str: 1
|
|
- Level: 13
|
|
Agi: 1
|
|
- Level: 15
|
|
Int: 1
|
|
- Level: 16
|
|
Luk: 1
|
|
- Level: 17
|
|
Vit: 1
|
|
- Level: 19
|
|
Str: 1
|
|
- Level: 20
|
|
Dex: 1
|
|
- Level: 21
|
|
Agi: 1
|
|
- Level: 23
|
|
Str: 1
|
|
- Level: 24
|
|
Vit: 1
|
|
- Level: 25
|
|
Int: 1
|
|
- Level: 27
|
|
Dex: 1
|
|
- Level: 29
|
|
Agi: 1
|
|
- Level: 30
|
|
Dex: 1
|
|
- Level: 31
|
|
Str: 1
|
|
- Level: 34
|
|
Dex: 1
|
|
- Level: 35
|
|
Agi: 1
|
|
- Level: 36
|
|
Luk: 1
|
|
- Level: 37
|
|
Vit: 1
|
|
- Level: 38
|
|
Dex: 1
|
|
- Level: 39
|
|
Str: 1
|
|
- Level: 41
|
|
Agi: 1
|
|
- Level: 42
|
|
Vit: 1
|
|
- Level: 43
|
|
Str: 1
|
|
- Level: 45
|
|
Dex: 1
|
|
- Level: 47
|
|
Agi: 1
|
|
- Level: 48
|
|
Str: 1
|
|
- Level: 50
|
|
Dex: 1
|
|
- Level: 56
|
|
Str: 1
|
|
- Level: 59
|
|
Agi: 1
|
|
- Jobs:
|
|
Soul_Reaper: true
|
|
MaxWeight: 24000
|
|
HpFactor: 75
|
|
SpFactor: 900
|
|
BaseASPD:
|
|
Fist: 50
|
|
Dagger: 50
|
|
Staff: 53
|
|
2hStaff: 55
|
|
Shield: 8
|
|
BonusStats:
|
|
- Level: 1
|
|
Int: 1
|
|
- Level: 2
|
|
Dex: 1
|
|
- Level: 5
|
|
Int: 1
|
|
- Level: 6
|
|
Vit: 1
|
|
- Level: 7
|
|
Dex: 1
|
|
- Level: 11
|
|
Dex: 1
|
|
- Level: 12
|
|
Int: 1
|
|
- Level: 13
|
|
Agi: 1
|
|
- Level: 15
|
|
Dex: 1
|
|
- Level: 16
|
|
Int: 1
|
|
- Level: 17
|
|
Vit: 1
|
|
- Level: 19
|
|
Str: 1
|
|
- Level: 20
|
|
Dex: 1
|
|
- Level: 21
|
|
Agi: 1
|
|
- Level: 24
|
|
Vit: 1
|
|
- Level: 25
|
|
Int: 1
|
|
- Level: 26
|
|
Dex: 1
|
|
- Level: 28
|
|
Str: 1
|
|
- Level: 29
|
|
Agi: 1
|
|
- Level: 30
|
|
Dex: 1
|
|
- Level: 31
|
|
Int: 1
|
|
- Level: 34
|
|
Dex: 1
|
|
- Level: 35
|
|
Agi: 1
|
|
- Level: 37
|
|
Vit: 1
|
|
- Level: 38
|
|
Dex: 1
|
|
- Level: 39
|
|
Int: 1
|
|
- Level: 41
|
|
Agi: 1
|
|
- Level: 42
|
|
Vit: 1
|
|
- Level: 43
|
|
Str: 1
|
|
- Level: 44
|
|
Int: 1
|
|
- Level: 45
|
|
Dex: 1
|
|
- Level: 47
|
|
Agi: 1
|
|
- Level: 49
|
|
Int: 1
|
|
- Level: 50
|
|
Dex: 1
|
|
- Level: 52
|
|
Agi: 1
|
|
- Level: 54
|
|
Int: 1
|
|
- Level: 59
|
|
Int: 1
|
|
- Jobs:
|
|
Baby_Star_Emperor: true
|
|
Baby_Star_Emperor2: true
|
|
MaxWeight: 28000
|
|
HpFactor: 90
|
|
HpMultiplicator: 650
|
|
SpFactor: 470
|
|
BaseASPD:
|
|
Fist: 40
|
|
Dagger: 50
|
|
1hSword: 50
|
|
2hSword: 50
|
|
1hSpear: 50
|
|
2hSpear: 50
|
|
1hAxe: 50
|
|
2hAxe: 50
|
|
Mace: 50
|
|
2hMace: 50
|
|
Staff: 50
|
|
Bow: 50
|
|
Knuckle: 50
|
|
Musical: 50
|
|
Whip: 50
|
|
Book: 50
|
|
Katar: 50
|
|
Revolver: 50
|
|
Rifle: 50
|
|
Gatling: 50
|
|
Shotgun: 50
|
|
Grenade: 50
|
|
Huuma: 50
|
|
2hStaff: 50
|
|
Shield: 6
|
|
BonusStats:
|
|
- Level: 1
|
|
Str: 1
|
|
- Level: 2
|
|
Dex: 1
|
|
- Level: 5
|
|
Agi: 1
|
|
- Level: 7
|
|
Int: 1
|
|
- Level: 8
|
|
Str: 1
|
|
- Level: 9
|
|
Luk: 1
|
|
- Level: 11
|
|
Dex: 1
|
|
- Level: 12
|
|
Str: 1
|
|
- Level: 13
|
|
Agi: 1
|
|
- Level: 15
|
|
Int: 1
|
|
- Level: 16
|
|
Luk: 1
|
|
- Level: 17
|
|
Vit: 1
|
|
- Level: 19
|
|
Str: 1
|
|
- Level: 20
|
|
Dex: 1
|
|
- Level: 21
|
|
Agi: 1
|
|
- Level: 23
|
|
Str: 1
|
|
- Level: 24
|
|
Vit: 1
|
|
- Level: 25
|
|
Int: 1
|
|
- Level: 27
|
|
Dex: 1
|
|
- Level: 29
|
|
Agi: 1
|
|
- Level: 30
|
|
Dex: 1
|
|
- Level: 31
|
|
Str: 1
|
|
- Level: 34
|
|
Dex: 1
|
|
- Level: 35
|
|
Agi: 1
|
|
- Level: 36
|
|
Luk: 1
|
|
- Level: 37
|
|
Vit: 1
|
|
- Level: 38
|
|
Dex: 1
|
|
- Level: 39
|
|
Str: 1
|
|
- Level: 41
|
|
Agi: 1
|
|
- Level: 42
|
|
Vit: 1
|
|
- Level: 43
|
|
Str: 1
|
|
- Level: 45
|
|
Dex: 1
|
|
- Level: 47
|
|
Agi: 1
|
|
- Level: 48
|
|
Str: 1
|
|
- Level: 50
|
|
Dex: 1
|
|
- Level: 56
|
|
Str: 1
|
|
- Level: 59
|
|
Agi: 1
|
|
- Jobs:
|
|
Baby_Soul_Reaper: true
|
|
MaxWeight: 24000
|
|
HpFactor: 75
|
|
SpFactor: 900
|
|
BaseASPD:
|
|
Fist: 50
|
|
Dagger: 50
|
|
Staff: 53
|
|
2hStaff: 55
|
|
Shield: 8
|
|
BonusStats:
|
|
- Level: 1
|
|
Int: 1
|
|
- Level: 2
|
|
Dex: 1
|
|
- Level: 5
|
|
Int: 1
|
|
- Level: 6
|
|
Vit: 1
|
|
- Level: 7
|
|
Dex: 1
|
|
- Level: 11
|
|
Dex: 1
|
|
- Level: 12
|
|
Int: 1
|
|
- Level: 13
|
|
Agi: 1
|
|
- Level: 15
|
|
Dex: 1
|
|
- Level: 16
|
|
Int: 1
|
|
- Level: 17
|
|
Vit: 1
|
|
- Level: 19
|
|
Str: 1
|
|
- Level: 20
|
|
Dex: 1
|
|
- Level: 21
|
|
Agi: 1
|
|
- Level: 24
|
|
Vit: 1
|
|
- Level: 25
|
|
Int: 1
|
|
- Level: 26
|
|
Dex: 1
|
|
- Level: 28
|
|
Str: 1
|
|
- Level: 29
|
|
Agi: 1
|
|
- Level: 30
|
|
Dex: 1
|
|
- Level: 31
|
|
Int: 1
|
|
- Level: 34
|
|
Dex: 1
|
|
- Level: 35
|
|
Agi: 1
|
|
- Level: 37
|
|
Vit: 1
|
|
- Level: 38
|
|
Dex: 1
|
|
- Level: 39
|
|
Int: 1
|
|
- Level: 41
|
|
Agi: 1
|
|
- Level: 42
|
|
Vit: 1
|
|
- Level: 43
|
|
Str: 1
|
|
- Level: 44
|
|
Int: 1
|
|
- Level: 45
|
|
Dex: 1
|
|
- Level: 47
|
|
Agi: 1
|
|
- Level: 49
|
|
Int: 1
|
|
- Level: 50
|
|
Dex: 1
|
|
- Level: 52
|
|
Agi: 1
|
|
- Level: 54
|
|
Int: 1
|
|
- Level: 59
|
|
Int: 1
|
|
- Jobs:
|
|
Dragon_Knight: true
|
|
Dragon_Knight2: true
|
|
MaxWeight: 35000
|
|
HpFactor: 150
|
|
SpFactor: 300
|
|
BaseASPD:
|
|
Fist: 40
|
|
Dagger: 50
|
|
1hSword: 52
|
|
2hSword: 55
|
|
1hSpear: 60
|
|
2hSpear: 58
|
|
1hAxe: 48
|
|
2hAxe: 52
|
|
Mace: 45
|
|
2hMace: 52
|
|
Shield: 5
|
|
BonusStats:
|
|
- Level: 1
|
|
Str: 1
|
|
Pow: 1
|
|
- Level: 2
|
|
Dex: 1
|
|
Spl: 1
|
|
- Level: 3
|
|
Agi: 1
|
|
Crt: 1
|
|
- Level: 4
|
|
Dex: 1
|
|
- Level: 5
|
|
Agi: 1
|
|
Vit: 1
|
|
Con: 1
|
|
- Level: 7
|
|
Luk: 1
|
|
Spl: 1
|
|
- Level: 8
|
|
Int: 1
|
|
Sta: 1
|
|
- Level: 9
|
|
Str: 1
|
|
Crt: 1
|
|
- Level: 10
|
|
Dex: 1
|
|
- Level: 11
|
|
Int: 1
|
|
Con: 1
|
|
- Level: 12
|
|
Agi: 1
|
|
- Level: 14
|
|
Vit: 1
|
|
Luk: 1
|
|
- Level: 16
|
|
Str: 1
|
|
Pow: 1
|
|
- Level: 17
|
|
Dex: 1
|
|
- Level: 18
|
|
Int: 1
|
|
Con: 1
|
|
- Level: 19
|
|
Agi: 1
|
|
Vit: 1
|
|
- Level: 20
|
|
Spl: 1
|
|
- Level: 21
|
|
Luk: 1
|
|
- Level: 22
|
|
Sta: 1
|
|
- Level: 23
|
|
Agi: 1
|
|
Dex: 1
|
|
- Level: 24
|
|
Str: 1
|
|
Spl: 1
|
|
- Level: 25
|
|
Vit: 1
|
|
Crt: 1
|
|
- Level: 26
|
|
Int: 1
|
|
Pow: 1
|
|
- Level: 27
|
|
Dex: 1
|
|
- Level: 28
|
|
Luk: 1
|
|
- Level: 29
|
|
Pow: 1
|
|
Con: 1
|
|
- Level: 30
|
|
Str: 1
|
|
- Level: 31
|
|
Int: 1
|
|
Luk: 1
|
|
- Level: 32
|
|
Vit: 1
|
|
Wis: 1
|
|
- Level: 33
|
|
Agi: 1
|
|
- Level: 34
|
|
Crt: 1
|
|
- Level: 35
|
|
Dex: 1
|
|
Con: 1
|
|
- Level: 36
|
|
Str: 1
|
|
Pow: 1
|
|
- Level: 37
|
|
Int: 1
|
|
Sta: 1
|
|
- Level: 38
|
|
Agi: 1
|
|
- Level: 39
|
|
Spl: 1
|
|
- Level: 40
|
|
Luk: 1
|
|
Sta: 1
|
|
- Level: 42
|
|
Vit: 1
|
|
Crt: 1
|
|
- Level: 43
|
|
Int: 1
|
|
Pow: 1
|
|
- Level: 44
|
|
Dex: 1
|
|
Wis: 1
|
|
- Level: 45
|
|
Sta: 1
|
|
- Level: 46
|
|
Pow: 1
|
|
Con: 1
|
|
- Level: 47
|
|
Int: 1
|
|
Wis: 1
|
|
- Level: 49
|
|
Agi: 1
|
|
Crt: 1
|
|
- Level: 50
|
|
Vit: 1
|
|
Pow: 1
|
|
- Jobs:
|
|
Meister: true
|
|
Meister2: true
|
|
MaxWeight: 38000
|
|
HpFactor: 90
|
|
SpFactor: 400
|
|
BaseASPD:
|
|
Fist: 40
|
|
Dagger: 60
|
|
1hSword: 65
|
|
1hAxe: 45
|
|
2hAxe: 48
|
|
Mace: 48
|
|
2hMace: 50
|
|
Shield: 6
|
|
BonusStats:
|
|
- Level: 1
|
|
Str: 1
|
|
- Level: 2
|
|
Str: 1
|
|
Dex: 1
|
|
- Level: 3
|
|
Str: 1
|
|
Vit: 1
|
|
- Level: 4
|
|
Vit: 1
|
|
Int: 1
|
|
- Level: 5
|
|
Int: 1
|
|
Luk: 1
|
|
- Level: 6
|
|
Str: 1
|
|
Pow: 1
|
|
- Level: 7
|
|
Str: 1
|
|
- Level: 8
|
|
Vit: 1
|
|
- Level: 9
|
|
Str: 1
|
|
Luk: 1
|
|
- Level: 10
|
|
Str: 1
|
|
Sta: 1
|
|
- Level: 11
|
|
Vit: 1
|
|
- Level: 12
|
|
Str: 1
|
|
Pow: 1
|
|
- Level: 13
|
|
Int: 1
|
|
- Level: 14
|
|
Agi: 1
|
|
- Level: 15
|
|
Agi: 1
|
|
Luk: 1
|
|
- Level: 16
|
|
Str: 1
|
|
- Level: 17
|
|
Agi: 1
|
|
Vit: 1
|
|
- Level: 18
|
|
Vit: 1
|
|
- Level: 19
|
|
Vit: 1
|
|
Int: 1
|
|
- Level: 20
|
|
Str: 1
|
|
- Level: 21
|
|
Int: 1
|
|
Dex: 1
|
|
- Level: 22
|
|
Vit: 1
|
|
- Level: 23
|
|
Int: 1
|
|
- Level: 24
|
|
Agi: 1
|
|
Dex: 1
|
|
- Level: 25
|
|
Agi: 1
|
|
- Level: 26
|
|
Dex: 1
|
|
Sta: 1
|
|
- Level: 27
|
|
Dex: 1
|
|
- Level: 28
|
|
Agi: 1
|
|
Luk: 1
|
|
- Level: 29
|
|
Luk: 1
|
|
Crt: 1
|
|
- Level: 30
|
|
Pow: 1
|
|
- Level: 31
|
|
Wis: 1
|
|
Crt: 1
|
|
- Level: 32
|
|
Crt: 1
|
|
- Level: 33
|
|
Sta: 1
|
|
Con: 1
|
|
- Level: 34
|
|
Pow: 1
|
|
Crt: 1
|
|
- Level: 35
|
|
Sta: 1
|
|
- Level: 36
|
|
Luk: 1
|
|
Crt: 1
|
|
- Level: 37
|
|
Wis: 1
|
|
- Level: 38
|
|
Pow: 1
|
|
Wis: 1
|
|
- Level: 39
|
|
Sta: 1
|
|
- Level: 40
|
|
Con: 1
|
|
- Level: 41
|
|
Sta: 1
|
|
- Level: 42
|
|
Con: 1
|
|
- Level: 43
|
|
Vit: 1
|
|
Sta: 1
|
|
- Level: 44
|
|
Vit: 1
|
|
Crt: 1
|
|
- Level: 45
|
|
Con: 1
|
|
- Level: 46
|
|
Con: 1
|
|
- Level: 47
|
|
Pow: 1
|
|
Crt: 1
|
|
- Level: 48
|
|
Sta: 1
|
|
Con: 1
|
|
- Level: 49
|
|
Sta: 1
|
|
- Level: 50
|
|
Pow: 1
|
|
Wis: 1
|
|
- Jobs:
|
|
Shadow_Cross: true
|
|
MaxWeight: 32000
|
|
HpFactor: 110
|
|
SpFactor: 400
|
|
BaseASPD:
|
|
Fist: 40
|
|
Dagger: 42
|
|
1hSword: 65
|
|
1hAxe: 80
|
|
Katar: 42
|
|
Rifle: 95
|
|
Gatling: 120
|
|
Shotgun: 90
|
|
Grenade: 100
|
|
Huuma: 110
|
|
Shield: 9
|
|
BonusStats:
|
|
- Level: 1
|
|
Str: 1
|
|
Agi: 1
|
|
- Level: 2
|
|
Str: 1
|
|
Agi: 1
|
|
- Level: 3
|
|
Agi: 1
|
|
Dex: 1
|
|
- Level: 4
|
|
Str: 1
|
|
Luk: 1
|
|
- Level: 5
|
|
Pow: 1
|
|
- Level: 6
|
|
Agi: 1
|
|
Int: 1
|
|
- Level: 7
|
|
Str: 1
|
|
Vit: 1
|
|
- Level: 8
|
|
Dex: 1
|
|
Pow: 1
|
|
- Level: 9
|
|
Int: 1
|
|
Luk: 1
|
|
- Level: 10
|
|
Sta: 1
|
|
- Level: 11
|
|
Agi: 1
|
|
Dex: 1
|
|
- Level: 12
|
|
Pow: 1
|
|
- Level: 13
|
|
Agi: 1
|
|
Vit: 1
|
|
- Level: 14
|
|
Vit: 1
|
|
- Level: 15
|
|
Str: 1
|
|
Agi: 1
|
|
- Level: 16
|
|
Pow: 1
|
|
- Level: 17
|
|
Str: 1
|
|
Int: 1
|
|
- Level: 18
|
|
Pow: 1
|
|
- Level: 19
|
|
Agi: 1
|
|
- Level: 20
|
|
Dex: 1
|
|
Sta: 1
|
|
- Level: 21
|
|
Vit: 1
|
|
Dex: 1
|
|
- Level: 22
|
|
Int: 1
|
|
- Level: 23
|
|
Vit: 1
|
|
Dex: 1
|
|
- Level: 24
|
|
Dex: 1
|
|
Con: 1
|
|
- Level: 25
|
|
Str: 1
|
|
Dex: 1
|
|
- Level: 26
|
|
Dex: 1
|
|
- Level: 27
|
|
Str: 1
|
|
Agi: 1
|
|
- Level: 28
|
|
Luk: 1
|
|
- Level: 29
|
|
Agi: 1
|
|
- Level: 30
|
|
Int: 1
|
|
Luk: 1
|
|
- Level: 31
|
|
Pow: 1
|
|
- Level: 32
|
|
Con: 1
|
|
- Level: 33
|
|
Pow: 1
|
|
- Level: 34
|
|
Sta: 1
|
|
- Level: 35
|
|
Con: 1
|
|
Crt: 1
|
|
- Level: 36
|
|
Agi: 1
|
|
- Level: 37
|
|
Pow: 1
|
|
Con: 1
|
|
- Level: 38
|
|
Crt: 1
|
|
- Level: 39
|
|
Sta: 1
|
|
Wis: 1
|
|
- Level: 40
|
|
Pow: 1
|
|
Sta: 1
|
|
- Level: 41
|
|
Wis: 1
|
|
- Level: 42
|
|
Pow: 1
|
|
- Level: 43
|
|
Vit: 1
|
|
- Level: 44
|
|
Sta: 1
|
|
- Level: 45
|
|
Sta: 1
|
|
Wis: 1
|
|
- Level: 46
|
|
Crt: 1
|
|
- Level: 47
|
|
Con: 1
|
|
- Level: 48
|
|
Crt: 1
|
|
- Level: 49
|
|
Wis: 1
|
|
Con: 1
|
|
- Level: 50
|
|
Pow: 1
|
|
Crt: 1
|
|
- Jobs:
|
|
Arch_Mage: true
|
|
MaxWeight: 30000
|
|
HpFactor: 55
|
|
SpFactor: 900
|
|
BaseASPD:
|
|
Fist: 45
|
|
Dagger: 52
|
|
1hSword: 60
|
|
Staff: 50
|
|
2hStaff: 56
|
|
Shield: 5
|
|
BonusStats:
|
|
- Level: 1
|
|
Int: 1
|
|
Spl: 1
|
|
- Level: 2
|
|
Dex: 1
|
|
- Level: 3
|
|
Wis: 1
|
|
- Level: 4
|
|
Vit: 1
|
|
Spl: 1
|
|
- Level: 5
|
|
Vit: 1
|
|
Int: 1
|
|
- Level: 6
|
|
Luk: 1
|
|
- Level: 7
|
|
Wis: 1
|
|
Con: 1
|
|
- Level: 8
|
|
Agi: 1
|
|
- Level: 9
|
|
Str: 1
|
|
Agi: 1
|
|
- Level: 10
|
|
Wis: 1
|
|
- Level: 11
|
|
Int: 1
|
|
- Level: 12
|
|
Vit: 1
|
|
Int: 1
|
|
- Level: 13
|
|
Agi: 1
|
|
Spl: 1
|
|
- Level: 14
|
|
Sta: 1
|
|
Con: 1
|
|
- Level: 15
|
|
Luk: 1
|
|
- Level: 16
|
|
Agi: 1
|
|
Int: 1
|
|
- Level: 17
|
|
Sta: 1
|
|
- Level: 18
|
|
Int: 1
|
|
Dex: 1
|
|
- Level: 19
|
|
Dex: 1
|
|
- Level: 20
|
|
Vit: 1
|
|
Int: 1
|
|
- Level: 21
|
|
Luk: 1
|
|
Spl: 1
|
|
- Level: 22
|
|
Con: 1
|
|
- Level: 23
|
|
Agi: 1
|
|
Sta: 1
|
|
- Level: 24
|
|
Dex: 1
|
|
- Level: 25
|
|
Int: 1
|
|
Dex: 1
|
|
- Level: 26
|
|
Int: 1
|
|
Spl: 1
|
|
- Level: 27
|
|
Con: 1
|
|
- Level: 28
|
|
Agi: 1
|
|
- Level: 29
|
|
Luk: 1
|
|
Spl: 1
|
|
- Level: 30
|
|
Crt: 1
|
|
- Level: 31
|
|
Agi: 1
|
|
Dex: 1
|
|
- Level: 32
|
|
Dex: 1
|
|
- Level: 33
|
|
Con: 1
|
|
- Level: 34
|
|
Int: 1
|
|
Con: 1
|
|
- Level: 35
|
|
Int: 1
|
|
- Level: 36
|
|
Spl: 1
|
|
- Level: 37
|
|
Vit: 1
|
|
Spl: 1
|
|
- Level: 38
|
|
Agi: 1
|
|
Int: 1
|
|
- Level: 39
|
|
Dex: 1
|
|
- Level: 40
|
|
Vit: 1
|
|
- Level: 41
|
|
Vit: 1
|
|
Sta: 1
|
|
- Level: 42
|
|
Con: 1
|
|
- Level: 43
|
|
Vit: 1
|
|
Spl: 1
|
|
- Level: 44
|
|
Int: 1
|
|
Sta: 1
|
|
- Level: 45
|
|
Wis: 1
|
|
- Level: 46
|
|
Int: 1
|
|
Spl: 1
|
|
- Level: 47
|
|
Spl: 1
|
|
- Level: 48
|
|
Sta: 1
|
|
Wis: 1
|
|
- Level: 49
|
|
Con: 1
|
|
- Level: 50
|
|
Sta: 1
|
|
Wis: 1
|
|
- Jobs:
|
|
Cardinal: true
|
|
MaxWeight: 30000
|
|
HpFactor: 75
|
|
SpFactor: 800
|
|
BaseASPD:
|
|
Fist: 45
|
|
Mace: 45
|
|
2hMace: 45
|
|
Staff: 60
|
|
Knuckle: 50
|
|
Book: 44
|
|
2hStaff: 55
|
|
Shield: 5
|
|
BonusStats:
|
|
- Level: 1
|
|
Str: 1
|
|
Int: 1
|
|
- Level: 2
|
|
Spl: 1
|
|
- Level: 3
|
|
Int: 1
|
|
Sta: 1
|
|
- Level: 4
|
|
Dex: 1
|
|
Spl: 1
|
|
- Level: 5
|
|
Agi: 1
|
|
- Level: 6
|
|
Agi: 1
|
|
Sta: 1
|
|
- Level: 7
|
|
Luk: 1
|
|
- Level: 8
|
|
Int: 1
|
|
Spl: 1
|
|
- Level: 9
|
|
Vit: 1
|
|
- Level: 10
|
|
Vit: 1
|
|
- Level: 11
|
|
Int: 1
|
|
Pow: 1
|
|
- Level: 12
|
|
Int: 1
|
|
- Level: 13
|
|
Dex: 1
|
|
- Level: 14
|
|
Dex: 1
|
|
Pow: 1
|
|
- Level: 15
|
|
Str: 1
|
|
- Level: 16
|
|
Agi: 1
|
|
Dex: 1
|
|
- Level: 17
|
|
Vit: 1
|
|
Luk: 1
|
|
- Level: 18
|
|
Str: 1
|
|
Int: 1
|
|
- Level: 19
|
|
Agi: 1
|
|
Dex: 1
|
|
- Level: 20
|
|
Vit: 1
|
|
Int: 1
|
|
- Level: 21
|
|
Str: 1
|
|
- Level: 22
|
|
Int: 1
|
|
- Level: 23
|
|
Dex: 1
|
|
- Level: 24
|
|
Str: 1
|
|
Pow: 1
|
|
- Level: 25
|
|
Sta: 1
|
|
- Level: 26
|
|
Agi: 1
|
|
Wis: 1
|
|
- Level: 27
|
|
Dex: 1
|
|
Wis: 1
|
|
- Level: 28
|
|
Int: 1
|
|
- Level: 29
|
|
Vit: 1
|
|
- Level: 30
|
|
Int: 1
|
|
Crt: 1
|
|
- Level: 31
|
|
Agi: 1
|
|
- Level: 32
|
|
Agi: 1
|
|
Crt: 1
|
|
- Level: 33
|
|
Int: 1
|
|
- Level: 34
|
|
Vit: 1
|
|
Luk: 1
|
|
- Level: 35
|
|
Spl: 1
|
|
- Level: 36
|
|
Int: 1
|
|
Con: 1
|
|
- Level: 37
|
|
Vit: 1
|
|
- Level: 38
|
|
Con: 1
|
|
- Level: 39
|
|
Str: 1
|
|
Spl: 1
|
|
- Level: 40
|
|
Con: 1
|
|
- Level: 41
|
|
Luk: 1
|
|
- Level: 42
|
|
Pow: 1
|
|
- Level: 43
|
|
Pow: 1
|
|
Spl: 1
|
|
- Level: 44
|
|
Wis: 1
|
|
- Level: 45
|
|
Con: 1
|
|
Crt: 1
|
|
- Level: 46
|
|
Pow: 1
|
|
Crt: 1
|
|
- Level: 47
|
|
Wis: 1
|
|
Spl: 1
|
|
- Level: 48
|
|
Sta: 1
|
|
- Level: 49
|
|
Pow: 1
|
|
Crt: 1
|
|
- Level: 50
|
|
Spl: 1
|
|
Crt: 1
|
|
- Jobs:
|
|
Windhawk: true
|
|
Windhawk2: true
|
|
MaxWeight: 32000
|
|
HpFactor: 85
|
|
SpFactor: 400
|
|
BaseASPD:
|
|
Fist: 40
|
|
Dagger: 50
|
|
Bow: 49
|
|
Shield: 8
|
|
BonusStats:
|
|
- Level: 1
|
|
Dex: 1
|
|
- Level: 2
|
|
Vit: 1
|
|
- Level: 3
|
|
Agi: 1
|
|
Con: 1
|
|
- Level: 4
|
|
Int: 1
|
|
- Level: 5
|
|
Agi: 1
|
|
Pow: 1
|
|
- Level: 6
|
|
Vit: 1
|
|
- Level: 7
|
|
Con: 1
|
|
- Level: 8
|
|
Dex: 1
|
|
Spl: 1
|
|
- Level: 9
|
|
Vit: 1
|
|
Wis: 1
|
|
- Level: 10
|
|
Agi: 1
|
|
- Level: 11
|
|
Vit: 1
|
|
Con: 1
|
|
- Level: 12
|
|
Agi: 1
|
|
- Level: 13
|
|
Agi: 1
|
|
Pow: 1
|
|
- Level: 14
|
|
Luk: 1
|
|
Con: 1
|
|
- Level: 15
|
|
Dex: 1
|
|
Spl: 1
|
|
- Level: 16
|
|
Int: 1
|
|
Sta: 1
|
|
- Level: 17
|
|
Crt: 1
|
|
- Level: 18
|
|
Luk: 1
|
|
Con: 1
|
|
- Level: 19
|
|
Agi: 1
|
|
- Level: 20
|
|
Vit: 1
|
|
- Level: 21
|
|
Int: 1
|
|
Wis: 1
|
|
- Level: 22
|
|
Dex: 1
|
|
- Level: 23
|
|
Str: 1
|
|
Sta: 1
|
|
- Level: 24
|
|
Pow: 1
|
|
- Level: 25
|
|
Vit: 1
|
|
- Level: 26
|
|
Agi: 1
|
|
Int: 1
|
|
- Level: 27
|
|
Luk: 1
|
|
- Level: 28
|
|
Con: 1
|
|
- Level: 29
|
|
Dex: 1
|
|
Con: 1
|
|
- Level: 30
|
|
Sta: 1
|
|
- Level: 31
|
|
Luk: 1
|
|
Crt: 1
|
|
- Level: 32
|
|
Spl: 1
|
|
- Level: 33
|
|
Agi: 1
|
|
Wis: 1
|
|
- Level: 34
|
|
Int: 1
|
|
Pow: 1
|
|
- Level: 35
|
|
Vit: 1
|
|
- Level: 36
|
|
Dex: 1
|
|
Wis: 1
|
|
- Level: 37
|
|
Int: 1
|
|
- Level: 38
|
|
Agi: 1
|
|
Int: 1
|
|
- Level: 39
|
|
Agi: 1
|
|
- Level: 40
|
|
Pow: 1
|
|
Crt: 1
|
|
- Level: 41
|
|
Agi: 1
|
|
Spl: 1
|
|
- Level: 42
|
|
Pow: 1
|
|
Sta: 1
|
|
- Level: 43
|
|
Dex: 1
|
|
- Level: 44
|
|
Wis: 1
|
|
Con: 1
|
|
- Level: 45
|
|
Str: 1
|
|
Int: 1
|
|
- Level: 46
|
|
Crt: 1
|
|
- Level: 47
|
|
Agi: 1
|
|
Pow: 1
|
|
- Level: 48
|
|
Int: 1
|
|
- Level: 49
|
|
Vit: 1
|
|
- Level: 50
|
|
Dex: 1
|
|
Con: 1
|
|
- Jobs:
|
|
Imperial_Guard: true
|
|
Imperial_Guard2: true
|
|
MaxWeight: 35000
|
|
HpFactor: 110
|
|
HpMultiplicator: 700
|
|
SpFactor: 400
|
|
BaseASPD:
|
|
Fist: 40
|
|
Dagger: 47
|
|
1hSword: 45
|
|
2hSword: 53
|
|
1hSpear: 50
|
|
2hSpear: 50
|
|
1hAxe: 48
|
|
2hAxe: 52
|
|
Mace: 44
|
|
2hMace: 50
|
|
Shield: 5
|
|
BonusStats:
|
|
- Level: 1
|
|
Pow: 1
|
|
- Level: 2
|
|
Str: 1
|
|
Int: 1
|
|
- Level: 3
|
|
Vit: 1
|
|
Dex: 1
|
|
- Level: 4
|
|
Dex: 1
|
|
Spl: 1
|
|
- Level: 5
|
|
Str: 1
|
|
Vit: 1
|
|
- Level: 6
|
|
Vit: 1
|
|
Dex: 1
|
|
- Level: 7
|
|
Str: 1
|
|
Spl: 1
|
|
- Level: 8
|
|
Dex: 1
|
|
- Level: 9
|
|
Str: 1
|
|
Spl: 1
|
|
- Level: 10
|
|
Int: 1
|
|
Con: 1
|
|
- Level: 11
|
|
Luk: 1
|
|
- Level: 12
|
|
Agi: 1
|
|
- Level: 13
|
|
Luk: 1
|
|
Pow: 1
|
|
- Level: 14
|
|
Agi: 1
|
|
Int: 1
|
|
- Level: 15
|
|
Int: 1
|
|
- Level: 16
|
|
Vit: 1
|
|
Pow: 1
|
|
- Level: 17
|
|
Str: 1
|
|
Int: 1
|
|
- Level: 18
|
|
Vit: 1
|
|
- Level: 19
|
|
Str: 1
|
|
Int: 1
|
|
- Level: 20
|
|
Int: 1
|
|
Dex: 1
|
|
- Level: 21
|
|
Int: 1
|
|
- Level: 22
|
|
Str: 1
|
|
Vit: 1
|
|
- Level: 23
|
|
Sta: 1
|
|
- Level: 24
|
|
Vit: 1
|
|
- Level: 25
|
|
Int: 1
|
|
- Level: 26
|
|
Str: 1
|
|
Int: 1
|
|
- Level: 27
|
|
Pow: 1
|
|
- Level: 28
|
|
Dex: 1
|
|
- Level: 29
|
|
Vit: 1
|
|
- Level: 30
|
|
Pow: 1
|
|
- Level: 31
|
|
Str: 1
|
|
Luk: 1
|
|
- Level: 32
|
|
Dex: 1
|
|
Spl: 1
|
|
- Level: 33
|
|
Dex: 1
|
|
Spl: 1
|
|
- Level: 34
|
|
Sta: 1
|
|
- Level: 35
|
|
Vit: 1
|
|
Sta: 1
|
|
- Level: 36
|
|
Spl: 1
|
|
- Level: 37
|
|
Dex: 1
|
|
Wis: 1
|
|
- Level: 38
|
|
Agi: 1
|
|
Wis: 1
|
|
- Level: 39
|
|
Sta: 1
|
|
- Level: 40
|
|
Wis: 1
|
|
- Level: 41
|
|
Sta: 1
|
|
Crt: 1
|
|
- Level: 42
|
|
Wis: 1
|
|
Con: 1
|
|
- Level: 43
|
|
Crt: 1
|
|
- Level: 44
|
|
Sta: 1
|
|
- Level: 45
|
|
Spl: 1
|
|
- Level: 46
|
|
Wis: 1
|
|
- Level: 47
|
|
Crt: 1
|
|
- Level: 48
|
|
Sta: 1
|
|
Con: 1
|
|
- Level: 49
|
|
Sta: 1
|
|
- Level: 50
|
|
Pow: 1
|
|
Sta: 1
|
|
- Jobs:
|
|
Biolo: true
|
|
MaxWeight: 32000
|
|
HpFactor: 90
|
|
SpFactor: 900
|
|
BaseASPD:
|
|
Fist: 40
|
|
Dagger: 50
|
|
1hSword: 44
|
|
1hAxe: 48
|
|
2hAxe: 51
|
|
Mace: 44
|
|
2hMace: 48
|
|
Shield: 4
|
|
BonusStats:
|
|
- Level: 1
|
|
Int: 1
|
|
- Level: 2
|
|
Int: 1
|
|
Crt: 1
|
|
- Level: 3
|
|
Dex: 1
|
|
- Level: 4
|
|
Sta: 1
|
|
Spl: 1
|
|
- Level: 5
|
|
Vit: 1
|
|
- Level: 6
|
|
Spl: 1
|
|
Con: 1
|
|
- Level: 7
|
|
Dex: 1
|
|
- Level: 8
|
|
Vit: 1
|
|
Int: 1
|
|
- Level: 9
|
|
Agi: 1
|
|
- Level: 10
|
|
Wis: 1
|
|
- Level: 11
|
|
Vit: 1
|
|
Con: 1
|
|
- Level: 12
|
|
Crt: 1
|
|
- Level: 13
|
|
Int: 1
|
|
- Level: 14
|
|
Dex: 1
|
|
- Level: 15
|
|
Spl: 1
|
|
Crt: 1
|
|
- Level: 16
|
|
Vit: 1
|
|
- Level: 17
|
|
Luk: 1
|
|
- Level: 18
|
|
Str: 1
|
|
Pow: 1
|
|
- Level: 19
|
|
Vit: 1
|
|
Con: 1
|
|
- Level: 20
|
|
Dex: 1
|
|
- Level: 21
|
|
Agi: 1
|
|
Pow: 1
|
|
- Level: 22
|
|
Con: 1
|
|
- Level: 23
|
|
Sta: 1
|
|
- Level: 24
|
|
Int: 1
|
|
Crt: 1
|
|
- Level: 25
|
|
Vit: 1
|
|
Pow: 1
|
|
- Level: 26
|
|
Vit: 1
|
|
- Level: 27
|
|
Pow: 1
|
|
Wis: 1
|
|
- Level: 28
|
|
Crt: 1
|
|
- Level: 29
|
|
Dex: 1
|
|
Crt: 1
|
|
- Level: 30
|
|
Agi: 1
|
|
- Level: 31
|
|
Con: 1
|
|
- Level: 32
|
|
Luk: 1
|
|
Crt: 1
|
|
- Level: 33
|
|
Pow: 1
|
|
- Level: 34
|
|
Spl: 1
|
|
- Level: 35
|
|
Str: 1
|
|
Int: 1
|
|
- Level: 36
|
|
Str: 1
|
|
Int: 1
|
|
- Level: 37
|
|
Int: 1
|
|
Dex: 1
|
|
- Level: 38
|
|
Pow: 1
|
|
- Level: 39
|
|
Wis: 1
|
|
Crt: 1
|
|
- Level: 40
|
|
Agi: 1
|
|
Dex: 1
|
|
- Level: 41
|
|
Str: 1
|
|
Agi: 1
|
|
- Level: 42
|
|
Vit: 1
|
|
Int: 1
|
|
- Level: 43
|
|
Luk: 1
|
|
Wis: 1
|
|
- Level: 44
|
|
Dex: 1
|
|
Crt: 1
|
|
- Level: 45
|
|
Int: 1
|
|
- Level: 46
|
|
Int: 1
|
|
- Level: 47
|
|
Con: 1
|
|
- Level: 48
|
|
Agi: 1
|
|
Int: 1
|
|
- Level: 49
|
|
Luk: 1
|
|
Sta: 1
|
|
- Level: 50
|
|
Str: 1
|
|
Crt: 1
|
|
- Jobs:
|
|
Abyss_Chaser: true
|
|
MaxWeight: 28000
|
|
HpFactor: 85
|
|
SpFactor: 400
|
|
BaseASPD:
|
|
Fist: 40
|
|
Dagger: 43
|
|
1hSword: 47
|
|
Bow: 47
|
|
Shield: 4
|
|
BonusStats:
|
|
- Level: 1
|
|
Luk: 1
|
|
Pow: 1
|
|
- Level: 2
|
|
Str: 1
|
|
Spl: 1
|
|
- Level: 3
|
|
Dex: 1
|
|
- Level: 4
|
|
Luk: 1
|
|
- Level: 5
|
|
Str: 1
|
|
Int: 1
|
|
- Level: 6
|
|
Int: 1
|
|
- Level: 7
|
|
Luk: 1
|
|
Pow: 1
|
|
- Level: 8
|
|
Agi: 1
|
|
Sta: 1
|
|
- Level: 9
|
|
Dex: 1
|
|
Con: 1
|
|
- Level: 10
|
|
Vit: 1
|
|
Int: 1
|
|
- Level: 11
|
|
Vit: 1
|
|
Con: 1
|
|
- Level: 12
|
|
Str: 1
|
|
- Level: 13
|
|
Str: 1
|
|
Int: 1
|
|
- Level: 14
|
|
Luk: 1
|
|
- Level: 15
|
|
Spl: 1
|
|
- Level: 16
|
|
Dex: 1
|
|
Crt: 1
|
|
- Level: 17
|
|
Agi: 1
|
|
Wis: 1
|
|
- Level: 18
|
|
Vit: 1
|
|
- Level: 19
|
|
Int: 1
|
|
Wis: 1
|
|
- Level: 20
|
|
Vit: 1
|
|
Sta: 1
|
|
- Level: 21
|
|
Str: 1
|
|
Int: 1
|
|
- Level: 22
|
|
Vit: 1
|
|
Dex: 1
|
|
- Level: 23
|
|
Agi: 1
|
|
Sta: 1
|
|
- Level: 24
|
|
Luk: 1
|
|
- Level: 25
|
|
Agi: 1
|
|
Vit: 1
|
|
- Level: 26
|
|
Luk: 1
|
|
- Level: 27
|
|
Str: 1
|
|
Agi: 1
|
|
- Level: 28
|
|
Agi: 1
|
|
- Level: 29
|
|
Agi: 1
|
|
Vit: 1
|
|
- Level: 30
|
|
Dex: 1
|
|
- Level: 31
|
|
Str: 1
|
|
Agi: 1
|
|
- Level: 32
|
|
Str: 1
|
|
- Level: 33
|
|
Vit: 1
|
|
- Level: 34
|
|
Pow: 1
|
|
Wis: 1
|
|
- Level: 35
|
|
Spl: 1
|
|
- Level: 36
|
|
Pow: 1
|
|
- Level: 37
|
|
Sta: 1
|
|
Con: 1
|
|
- Level: 38
|
|
Dex: 1
|
|
- Level: 39
|
|
Crt: 1
|
|
- Level: 40
|
|
Crt: 1
|
|
- Level: 41
|
|
Agi: 1
|
|
Sta: 1
|
|
- Level: 42
|
|
Pow: 1
|
|
- Level: 43
|
|
Crt: 1
|
|
- Level: 44
|
|
Pow: 1
|
|
- Level: 45
|
|
Spl: 1
|
|
Crt: 1
|
|
- Level: 46
|
|
Spl: 1
|
|
- Level: 47
|
|
Wis: 1
|
|
- Level: 48
|
|
Spl: 1
|
|
Con: 1
|
|
- Level: 49
|
|
Sta: 1
|
|
- Level: 50
|
|
Pow: 1
|
|
Spl: 1
|
|
- Jobs:
|
|
Elemental_Master: true
|
|
MaxWeight: 30000
|
|
HpFactor: 75
|
|
SpFactor: 900
|
|
BaseASPD:
|
|
Fist: 40
|
|
Dagger: 50
|
|
1hSword: 50
|
|
Staff: 45
|
|
Book: 45
|
|
2hStaff: 55
|
|
Shield: 5
|
|
BonusStats:
|
|
- Level: 1
|
|
Int: 1
|
|
Spl: 1
|
|
- Level: 2
|
|
Int: 1
|
|
Dex: 1
|
|
- Level: 3
|
|
Vit: 1
|
|
Dex: 1
|
|
- Level: 4
|
|
Str: 1
|
|
Vit: 1
|
|
- Level: 5
|
|
Int: 1
|
|
Spl: 1
|
|
- Level: 6
|
|
Int: 1
|
|
Pow: 1
|
|
- Level: 7
|
|
Agi: 1
|
|
Spl: 1
|
|
- Level: 8
|
|
Int: 1
|
|
- Level: 9
|
|
Str: 1
|
|
Con: 1
|
|
- Level: 10
|
|
Dex: 1
|
|
Crt: 1
|
|
- Level: 11
|
|
Int: 1
|
|
- Level: 12
|
|
Vit: 1
|
|
- Level: 13
|
|
Dex: 1
|
|
- Level: 14
|
|
Vit: 1
|
|
Int: 1
|
|
- Level: 15
|
|
Int: 1
|
|
Pow: 1
|
|
- Level: 16
|
|
Vit: 1
|
|
- Level: 17
|
|
Luk: 1
|
|
- Level: 18
|
|
Int: 1
|
|
Pow: 1
|
|
- Level: 19
|
|
Dex: 1
|
|
Luk: 1
|
|
- Level: 20
|
|
Agi: 1
|
|
Luk: 1
|
|
- Level: 21
|
|
Agi: 1
|
|
Int: 1
|
|
- Level: 22
|
|
Dex: 1
|
|
Wis: 1
|
|
- Level: 23
|
|
Vit: 1
|
|
- Level: 24
|
|
Str: 1
|
|
Dex: 1
|
|
- Level: 25
|
|
Luk: 1
|
|
Sta: 1
|
|
- Level: 26
|
|
Con: 1
|
|
- Level: 27
|
|
Vit: 1
|
|
Sta: 1
|
|
- Level: 28
|
|
Int: 1
|
|
- Level: 29
|
|
Vit: 1
|
|
- Level: 30
|
|
Dex: 1
|
|
Luk: 1
|
|
- Level: 31
|
|
Agi: 1
|
|
Int: 1
|
|
- Level: 32
|
|
Spl: 1
|
|
- Level: 33
|
|
Int: 1
|
|
- Level: 34
|
|
Dex: 1
|
|
- Level: 35
|
|
Str: 1
|
|
- Level: 36
|
|
Spl: 1
|
|
- Level: 37
|
|
Con: 1
|
|
- Level: 38
|
|
Crt: 1
|
|
- Level: 39
|
|
Con: 1
|
|
Crt: 1
|
|
- Level: 40
|
|
Con: 1
|
|
- Level: 41
|
|
Wis: 1
|
|
Spl: 1
|
|
- Level: 42
|
|
Spl: 1
|
|
- Level: 43
|
|
Wis: 1
|
|
- Level: 44
|
|
Sta: 1
|
|
- Level: 45
|
|
Sta: 1
|
|
Wis: 1
|
|
- Level: 46
|
|
Wis: 1
|
|
- Level: 47
|
|
Sta: 1
|
|
Spl: 1
|
|
- Level: 48
|
|
Spl: 1
|
|
- Level: 49
|
|
Sta: 1
|
|
- Level: 50
|
|
Wis: 1
|
|
Spl: 1
|
|
- Jobs:
|
|
Inquisitor: true
|
|
MaxWeight: 30000
|
|
HpFactor: 90
|
|
HpMultiplicator: 650
|
|
SpFactor: 400
|
|
BaseASPD:
|
|
Fist: 38
|
|
Mace: 43
|
|
2hMace: 45
|
|
Staff: 48
|
|
Knuckle: 39
|
|
2hStaff: 50
|
|
Shield: 5
|
|
BonusStats:
|
|
- Level: 1
|
|
Agi: 1
|
|
Dex: 1
|
|
- Level: 2
|
|
Str: 1
|
|
Dex: 1
|
|
- Level: 3
|
|
Int: 1
|
|
Pow: 1
|
|
- Level: 4
|
|
Str: 2
|
|
- Level: 5
|
|
Str: 1
|
|
Pow: 1
|
|
- Level: 6
|
|
Str: 1
|
|
- Level: 7
|
|
Dex: 1
|
|
Pow: 1
|
|
- Level: 8
|
|
Agi: 1
|
|
Int: 1
|
|
- Level: 9
|
|
Str: 1
|
|
Dex: 1
|
|
- Level: 10
|
|
Agi: 1
|
|
- Level: 11
|
|
Dex: 1
|
|
Sta: 1
|
|
- Level: 12
|
|
Agi: 1
|
|
Vit: 1
|
|
- Level: 13
|
|
Wis: 1
|
|
- Level: 14
|
|
Agi: 1
|
|
Vit: 1
|
|
- Level: 15
|
|
Int: 1
|
|
Luk: 1
|
|
- Level: 16
|
|
Str: 1
|
|
Sta: 1
|
|
- Level: 17
|
|
Vit: 1
|
|
Int: 1
|
|
- Level: 18
|
|
Str: 1
|
|
Int: 1
|
|
- Level: 19
|
|
Vit: 1
|
|
Dex: 1
|
|
- Level: 20
|
|
Vit: 1
|
|
Dex: 1
|
|
- Level: 21
|
|
Agi: 1
|
|
- Level: 22
|
|
Str: 1
|
|
Agi: 1
|
|
- Level: 23
|
|
Agi: 1
|
|
- Level: 24
|
|
Dex: 1
|
|
- Level: 25
|
|
Agi: 1
|
|
- Level: 26
|
|
Str: 1
|
|
- Level: 27
|
|
Crt: 1
|
|
- Level: 28
|
|
Con: 1
|
|
- Level: 29
|
|
Crt: 1
|
|
- Level: 30
|
|
Int: 1
|
|
Pow: 1
|
|
- Level: 31
|
|
Pow: 1
|
|
- Level: 32
|
|
Wis: 1
|
|
Crt: 1
|
|
- Level: 33
|
|
Spl: 1
|
|
- Level: 34
|
|
Spl: 1
|
|
- Level: 35
|
|
Pow: 1
|
|
- Level: 36
|
|
Sta: 1
|
|
- Level: 37
|
|
Con: 1
|
|
- Level: 38
|
|
Con: 1
|
|
- Level: 39
|
|
Crt: 1
|
|
- Level: 40
|
|
Con: 1
|
|
- Level: 41
|
|
Spl: 1
|
|
- Level: 42
|
|
Int: 1
|
|
Crt: 1
|
|
- Level: 43
|
|
Agi: 1
|
|
Pow: 1
|
|
- Level: 44
|
|
Con: 1
|
|
- Level: 45
|
|
Int: 1
|
|
Sta: 1
|
|
- Level: 46
|
|
Sta: 1
|
|
- Level: 47
|
|
Vit: 1
|
|
Wis: 1
|
|
- Level: 48
|
|
Crt: 1
|
|
- Level: 49
|
|
Pow: 1
|
|
Sta: 1
|
|
- Level: 50
|
|
Pow: 1
|
|
Wis: 1
|
|
- Jobs:
|
|
Troubadour: true
|
|
MaxWeight: 32000
|
|
HpFactor: 75
|
|
HpMultiplicator: 300
|
|
SpFactor: 400
|
|
BaseASPD:
|
|
Fist: 40
|
|
Dagger: 52
|
|
Bow: 49
|
|
Musical: 44
|
|
Shield: 7
|
|
BonusStats:
|
|
- Level: 1
|
|
Int: 1
|
|
- Level: 2
|
|
Str: 1
|
|
Sta: 1
|
|
- Level: 3
|
|
Vit: 1
|
|
Int: 1
|
|
- Level: 4
|
|
Dex: 1
|
|
Con: 1
|
|
- Level: 5
|
|
Agi: 1
|
|
Dex: 1
|
|
- Level: 6
|
|
Spl: 1
|
|
- Level: 7
|
|
Int: 1
|
|
Pow: 1
|
|
- Level: 8
|
|
Int: 1
|
|
Con: 1
|
|
- Level: 9
|
|
Wis: 1
|
|
- Level: 10
|
|
Agi: 1
|
|
Vit: 1
|
|
- Level: 11
|
|
Vit: 2
|
|
- Level: 12
|
|
Luk: 1
|
|
Sta: 1
|
|
- Level: 13
|
|
Con: 1
|
|
- Level: 14
|
|
Dex: 1
|
|
Crt: 1
|
|
- Level: 15
|
|
Dex: 1
|
|
- Level: 16
|
|
Spl: 1
|
|
- Level: 17
|
|
Sta: 1
|
|
- Level: 18
|
|
Str: 1
|
|
- Level: 19
|
|
Str: 1
|
|
Con: 1
|
|
- Level: 20
|
|
Con: 1
|
|
- Level: 21
|
|
Pow: 1
|
|
- Level: 22
|
|
Int: 1
|
|
- Level: 23
|
|
Wis: 1
|
|
- Level: 24
|
|
Str: 1
|
|
Pow: 1
|
|
- Level: 25
|
|
Spl: 1
|
|
- Level: 26
|
|
Agi: 1
|
|
- Level: 27
|
|
Agi: 1
|
|
Sta: 1
|
|
- Level: 28
|
|
Str: 1
|
|
Wis: 1
|
|
- Level: 29
|
|
Sta: 1
|
|
- Level: 30
|
|
Luk: 1
|
|
Crt: 1
|
|
- Level: 31
|
|
Agi: 1
|
|
- Level: 32
|
|
Int: 1
|
|
- Level: 33
|
|
Dex: 1
|
|
Con: 1
|
|
- Level: 34
|
|
Vit: 1
|
|
- Level: 35
|
|
Pow: 1
|
|
- Level: 36
|
|
Dex: 1
|
|
Crt: 1
|
|
- Level: 37
|
|
Wis: 1
|
|
Con: 1
|
|
- Level: 38
|
|
Agi: 1
|
|
Crt: 1
|
|
- Level: 39
|
|
Agi: 1
|
|
- Level: 40
|
|
Int: 1
|
|
Dex: 1
|
|
- Level: 41
|
|
Vit: 1
|
|
Int: 1
|
|
- Level: 42
|
|
Spl: 1
|
|
- Level: 43
|
|
Pow: 1
|
|
Con: 1
|
|
- Level: 44
|
|
Str: 1
|
|
Dex: 1
|
|
- Level: 45
|
|
Vit: 1
|
|
Luk: 1
|
|
- Level: 46
|
|
Str: 1
|
|
- Level: 47
|
|
Dex: 1
|
|
Sta: 1
|
|
- Level: 48
|
|
Spl: 1
|
|
- Level: 49
|
|
Int: 1
|
|
Con: 1
|
|
- Level: 50
|
|
Dex: 1
|
|
- Jobs:
|
|
Trouvere: true
|
|
MaxWeight: 32000
|
|
HpFactor: 75
|
|
HpMultiplicator: 300
|
|
SpFactor: 400
|
|
BaseASPD:
|
|
Fist: 40
|
|
Dagger: 52
|
|
Bow: 49
|
|
Whip: 44
|
|
Shield: 7
|
|
BonusStats:
|
|
- Level: 1
|
|
Dex: 1
|
|
- Level: 2
|
|
Int: 1
|
|
Sta: 1
|
|
- Level: 3
|
|
Int: 1
|
|
- Level: 4
|
|
Agi: 1
|
|
Con: 1
|
|
- Level: 5
|
|
Str: 1
|
|
Vit: 1
|
|
- Level: 6
|
|
Spl: 1
|
|
- Level: 7
|
|
Agi: 1
|
|
Pow: 1
|
|
- Level: 8
|
|
Dex: 1
|
|
Con: 1
|
|
- Level: 9
|
|
Int: 1
|
|
Wis: 1
|
|
- Level: 10
|
|
Str: 1
|
|
Agi: 1
|
|
- Level: 11
|
|
Vit: 1
|
|
Dex: 1
|
|
- Level: 12
|
|
Sta: 1
|
|
- Level: 13
|
|
Vit: 1
|
|
Con: 1
|
|
- Level: 14
|
|
Vit: 1
|
|
Crt: 1
|
|
- Level: 15
|
|
Str: 1
|
|
- Level: 16
|
|
Spl: 1
|
|
- Level: 17
|
|
Dex: 1
|
|
Sta: 1
|
|
- Level: 18
|
|
Agi: 1
|
|
Vit: 1
|
|
- Level: 19
|
|
Con: 1
|
|
- Level: 20
|
|
Con: 1
|
|
- Level: 21
|
|
Int: 1
|
|
Pow: 1
|
|
- Level: 22
|
|
Vit: 1
|
|
- Level: 23
|
|
Dex: 1
|
|
Wis: 1
|
|
- Level: 24
|
|
Pow: 1
|
|
- Level: 25
|
|
Str: 1
|
|
Spl: 1
|
|
- Level: 26
|
|
Str: 1
|
|
Luk: 1
|
|
- Level: 27
|
|
Str: 1
|
|
Sta: 1
|
|
- Level: 28
|
|
Wis: 1
|
|
- Level: 29
|
|
Sta: 1
|
|
- Level: 30
|
|
Dex: 1
|
|
Crt: 1
|
|
- Level: 31
|
|
Agi: 1
|
|
- Level: 32
|
|
Int: 1
|
|
- Level: 33
|
|
Luk: 1
|
|
Con: 1
|
|
- Level: 34
|
|
Int: 1
|
|
- Level: 35
|
|
Pow: 1
|
|
- Level: 36
|
|
Int: 1
|
|
Crt: 1
|
|
- Level: 37
|
|
Wis: 1
|
|
Con: 1
|
|
- Level: 38
|
|
Int: 1
|
|
Crt: 1
|
|
- Level: 39
|
|
Int: 1
|
|
Luk: 1
|
|
- Level: 40
|
|
Str: 1
|
|
Agi: 1
|
|
- Level: 41
|
|
Dex: 1
|
|
- Level: 42
|
|
Spl: 1
|
|
- Level: 43
|
|
Pow: 1
|
|
Con: 1
|
|
- Level: 44
|
|
Dex: 1
|
|
- Level: 45
|
|
Agi: 1
|
|
- Level: 46
|
|
Agi: 1
|
|
- Level: 47
|
|
Sta: 1
|
|
- Level: 48
|
|
Spl: 1
|
|
- Level: 49
|
|
Int: 1
|
|
Con: 1
|
|
- Level: 50
|
|
Agi: 1
|
|
- Jobs:
|
|
Sky_Emperor: true
|
|
MaxWeight: 42000
|
|
HpFactor: 90
|
|
HpMultiplicator: 650
|
|
SpFactor: 635
|
|
BaseASPD:
|
|
Fist: 40
|
|
Dagger: 50
|
|
1hSword: 50
|
|
2hSword: 50
|
|
1hSpear: 50
|
|
2hSpear: 50
|
|
1hAxe: 50
|
|
2hAxe: 50
|
|
Mace: 50
|
|
2hMace: 50
|
|
Staff: 50
|
|
Bow: 50
|
|
Knuckle: 50
|
|
Musical: 50
|
|
Whip: 50
|
|
Book: 50
|
|
Katar: 50
|
|
Revolver: 50
|
|
Rifle: 50
|
|
Gatling: 50
|
|
Shotgun: 50
|
|
Grenade: 50
|
|
Huuma: 50
|
|
2hStaff: 50
|
|
Shield: 6
|
|
BonusStats:
|
|
- Level: 1
|
|
Str: 1
|
|
Dex: 1
|
|
Sta: 1
|
|
- Level: 2
|
|
Str: 1
|
|
Pow: 1
|
|
Sta: 1
|
|
- Level: 3
|
|
Agi: 1
|
|
Int: 1
|
|
Dex: -1
|
|
- Level: 4
|
|
Str: 1
|
|
Agi: 1
|
|
Dex: 2
|
|
Sta: 1
|
|
- Level: 5
|
|
Str: 1
|
|
Int: 1
|
|
Pow: 1
|
|
Sta: 1
|
|
- Level: 6
|
|
Str: 1
|
|
Sta: 1
|
|
- Level: 7
|
|
Str: 1
|
|
Dex: 1
|
|
Sta: 1
|
|
- Level: 8
|
|
Dex: 1
|
|
Crt: 1
|
|
- Level: 9
|
|
Agi: 1
|
|
Vit: 1
|
|
- Level: 10
|
|
Dex: 1
|
|
- Level: 11
|
|
Vit: 1
|
|
Int: 1
|
|
- Level: 12
|
|
Str: 1
|
|
Luk: 1
|
|
Sta: 1
|
|
- Level: 13
|
|
Str: 1
|
|
Vit: 1
|
|
Sta: 1
|
|
- Level: 14
|
|
Crt: 1
|
|
- Level: 15
|
|
Wis: 1
|
|
- Level: 16
|
|
Str: 1
|
|
Sta: 1
|
|
- Level: 17
|
|
Str: 1
|
|
Agi: 1
|
|
Sta: 1
|
|
- Level: 19
|
|
Pow: 1
|
|
- Level: 20
|
|
Str: 1
|
|
Sta: 1
|
|
- Level: 21
|
|
Dex: 1
|
|
- Level: 22
|
|
Agi: 1
|
|
- Level: 23
|
|
Agi: 1
|
|
- Level: 24
|
|
Str: 1
|
|
Dex: 1
|
|
Sta: 1
|
|
- Level: 25
|
|
Agi: 1
|
|
- Level: 26
|
|
Dex: 1
|
|
Luk: 1
|
|
- Level: 27
|
|
Con: 1
|
|
- Level: 28
|
|
Agi: 1
|
|
Pow: 1
|
|
- Level: 29
|
|
Vit: 1
|
|
Dex: 1
|
|
- Level: 30
|
|
Luk: 1
|
|
Con: 1
|
|
- Level: 31
|
|
Agi: 1
|
|
Vit: 1
|
|
- Level: 32
|
|
Agi: 1
|
|
- Level: 33
|
|
Vit: 1
|
|
- Level: 34
|
|
Pow: 1
|
|
- Level: 35
|
|
Con: 1
|
|
- Level: 36
|
|
Pow: 1
|
|
- Level: 37
|
|
Con: 1
|
|
- Level: 38
|
|
Crt: 1
|
|
- Level: 40
|
|
Pow: 1
|
|
- Level: 41
|
|
Pow: 1
|
|
- Level: 42
|
|
Crt: 1
|
|
- Level: 44
|
|
Pow: 1
|
|
- Level: 45
|
|
Crt: 1
|
|
- Level: 46
|
|
Crt: 1
|
|
- Level: 47
|
|
Pow: 1
|
|
Wis: 1
|
|
- Level: 49
|
|
Con: 1
|
|
- Level: 50
|
|
Pow: 1
|
|
Crt: 1
|
|
- Jobs:
|
|
Soul_Ascetic: true
|
|
MaxWeight: 42000
|
|
HpFactor: 75
|
|
HpMultiplicator: 850
|
|
SpFactor: 860
|
|
BaseASPD:
|
|
Fist: 50
|
|
Dagger: 50
|
|
Staff: 53
|
|
2hStaff: 55
|
|
Shield: 8
|
|
BonusStats:
|
|
- Level: 1
|
|
Vit: 1
|
|
Int: 1
|
|
- Level: 2
|
|
Int: 1
|
|
Dex: 1
|
|
- Level: 3
|
|
Agi: 1
|
|
Spl: 1
|
|
- Level: 4
|
|
Int: 1
|
|
Dex: 1
|
|
- Level: 5
|
|
Int: 1
|
|
Dex: 1
|
|
- Level: 6
|
|
Dex: 1
|
|
Spl: 1
|
|
- Level: 7
|
|
Int: 1
|
|
Dex: 1
|
|
- Level: 8
|
|
Vit: 1
|
|
Dex: 1
|
|
- Level: 9
|
|
Int: 1
|
|
Spl: 1
|
|
- Level: 10
|
|
Vit: 1
|
|
Dex: 1
|
|
- Level: 11
|
|
Agi: 1
|
|
Int: 1
|
|
- Level: 12
|
|
Int: 1
|
|
Dex: 1
|
|
- Level: 13
|
|
Wis: 1
|
|
Con: 1
|
|
- Level: 14
|
|
Int: 1
|
|
Luk: 1
|
|
- Level: 15
|
|
Vit: 1
|
|
Int: 1
|
|
- Level: 16
|
|
Vit: 1
|
|
Crt: 1
|
|
- Level: 17
|
|
Dex: 1
|
|
- Level: 18
|
|
Con: 1
|
|
- Level: 19
|
|
Wis: 1
|
|
- Level: 21
|
|
Dex: 1
|
|
- Level: 22
|
|
Dex: 1
|
|
Spl: 1
|
|
- Level: 23
|
|
Int: 1
|
|
Luk: 1
|
|
- Level: 25
|
|
Agi: 1
|
|
- Level: 26
|
|
Spl: 1
|
|
- Level: 27
|
|
Str: 1
|
|
Sta: 1
|
|
- Level: 28
|
|
Agi: 1
|
|
Vit: 1
|
|
- Level: 29
|
|
Str: 1
|
|
Agi: 1
|
|
Sta: 1
|
|
- Level: 30
|
|
Spl: 1
|
|
- Level: 31
|
|
Wis: 1
|
|
- Level: 32
|
|
Agi: 1
|
|
Dex: 1
|
|
- Level: 33
|
|
Con: 1
|
|
- Level: 34
|
|
Agi: 1
|
|
- Level: 35
|
|
Vit: 1
|
|
Dex: 1
|
|
- Level: 36
|
|
Str: 1
|
|
Sta: 1
|
|
- Level: 37
|
|
Spl: 1
|
|
- Level: 40
|
|
Crt: 1
|
|
- Level: 43
|
|
Wis: 1
|
|
Con: 1
|
|
- Level: 44
|
|
Wis: 1
|
|
Spl: 1
|
|
- Level: 45
|
|
Spl: 1
|
|
- Level: 46
|
|
Con: 1
|
|
- Level: 47
|
|
Spl: 1
|
|
- Level: 48
|
|
Crt: 1
|
|
- Level: 49
|
|
Con: 1
|
|
- Level: 50
|
|
Wis: 1
|
|
Spl: 1
|
|
- Jobs:
|
|
Shinkiro: true
|
|
MaxWeight: 45000
|
|
HpFactor: 98
|
|
SpFactor: 540
|
|
BaseASPD:
|
|
Fist: 40
|
|
Dagger: 45
|
|
Huuma: 50
|
|
Shield: 3
|
|
BonusStats:
|
|
- Level: 1
|
|
Str: 1
|
|
Dex: 1
|
|
Sta: 1
|
|
- Level: 2
|
|
Str: 1
|
|
Pow: 1
|
|
Sta: 1
|
|
- Level: 3
|
|
Agi: 1
|
|
Int: 1
|
|
Dex: -1
|
|
- Level: 4
|
|
Str: 1
|
|
Agi: 1
|
|
Dex: 2
|
|
Sta: 1
|
|
- Level: 5
|
|
Str: 1
|
|
Int: 1
|
|
Pow: 1
|
|
Sta: 1
|
|
- Level: 6
|
|
Str: 1
|
|
Sta: 1
|
|
- Level: 7
|
|
Str: 1
|
|
Dex: 1
|
|
Sta: 1
|
|
- Level: 8
|
|
Dex: 1
|
|
Crt: 1
|
|
- Level: 9
|
|
Agi: 1
|
|
Vit: 1
|
|
- Level: 10
|
|
Dex: 1
|
|
- Level: 11
|
|
Vit: 1
|
|
Int: 1
|
|
- Level: 12
|
|
Str: 1
|
|
Luk: 1
|
|
Sta: 1
|
|
- Level: 13
|
|
Str: 1
|
|
Vit: 1
|
|
Sta: 1
|
|
- Level: 14
|
|
Crt: 1
|
|
- Level: 15
|
|
Wis: 1
|
|
- Level: 16
|
|
Str: 1
|
|
Sta: 1
|
|
- Level: 17
|
|
Str: 1
|
|
Agi: 1
|
|
Sta: 1
|
|
- Level: 19
|
|
Pow: 1
|
|
- Level: 20
|
|
Str: 1
|
|
Sta: 1
|
|
- Level: 21
|
|
Dex: 1
|
|
- Level: 22
|
|
Agi: 1
|
|
- Level: 23
|
|
Agi: 1
|
|
- Level: 24
|
|
Str: 1
|
|
Dex: 1
|
|
Sta: 1
|
|
- Level: 25
|
|
Agi: 1
|
|
- Level: 26
|
|
Dex: 1
|
|
Luk: 1
|
|
- Level: 27
|
|
Con: 1
|
|
- Level: 28
|
|
Agi: 1
|
|
Pow: 1
|
|
- Level: 29
|
|
Vit: 1
|
|
Dex: 1
|
|
- Level: 30
|
|
Luk: 1
|
|
Con: 1
|
|
- Level: 31
|
|
Agi: 1
|
|
Vit: 1
|
|
- Level: 32
|
|
Agi: 1
|
|
- Level: 33
|
|
Vit: 1
|
|
- Level: 34
|
|
Pow: 1
|
|
- Level: 35
|
|
Con: 1
|
|
- Level: 36
|
|
Pow: 1
|
|
- Level: 37
|
|
Con: 1
|
|
- Level: 38
|
|
Crt: 1
|
|
- Level: 40
|
|
Pow: 1
|
|
- Level: 41
|
|
Pow: 1
|
|
- Level: 42
|
|
Crt: 1
|
|
- Level: 44
|
|
Pow: 1
|
|
- Level: 45
|
|
Crt: 1
|
|
- Level: 46
|
|
Crt: 1
|
|
- Level: 47
|
|
Pow: 1
|
|
Wis: 1
|
|
- Level: 49
|
|
Con: 1
|
|
- Level: 50
|
|
Pow: 1
|
|
Crt: 1
|
|
- Jobs:
|
|
Shiranui: true
|
|
MaxWeight: 45000
|
|
HpFactor: 98
|
|
SpFactor: 540
|
|
BaseASPD:
|
|
Fist: 40
|
|
Dagger: 45
|
|
Huuma: 50
|
|
Shield: 3
|
|
BonusStats:
|
|
- Level: 1
|
|
Vit: 1
|
|
Int: 1
|
|
- Level: 2
|
|
Int: 1
|
|
Dex: 1
|
|
- Level: 3
|
|
Agi: 1
|
|
Spl: 1
|
|
- Level: 4
|
|
Int: 1
|
|
Dex: 1
|
|
- Level: 5
|
|
Int: 1
|
|
Dex: 1
|
|
- Level: 6
|
|
Dex: 1
|
|
Spl: 1
|
|
- Level: 7
|
|
Int: 1
|
|
Dex: 1
|
|
- Level: 8
|
|
Vit: 1
|
|
Dex: 1
|
|
- Level: 9
|
|
Int: 1
|
|
Spl: 1
|
|
- Level: 10
|
|
Vit: 1
|
|
Dex: 1
|
|
- Level: 11
|
|
Agi: 1
|
|
Int: 1
|
|
- Level: 12
|
|
Int: 1
|
|
Dex: 1
|
|
- Level: 13
|
|
Wis: 1
|
|
Con: 1
|
|
- Level: 14
|
|
Int: 1
|
|
Luk: 1
|
|
- Level: 15
|
|
Vit: 1
|
|
Int: 1
|
|
- Level: 16
|
|
Vit: 1
|
|
Crt: 1
|
|
- Level: 17
|
|
Dex: 1
|
|
- Level: 18
|
|
Con: 1
|
|
- Level: 19
|
|
Wis: 1
|
|
- Level: 21
|
|
Dex: 1
|
|
- Level: 22
|
|
Dex: 1
|
|
Spl: 1
|
|
- Level: 23
|
|
Int: 1
|
|
Luk: 1
|
|
- Level: 25
|
|
Agi: 1
|
|
- Level: 26
|
|
Spl: 1
|
|
- Level: 27
|
|
Str: 1
|
|
Sta: 1
|
|
- Level: 28
|
|
Agi: 1
|
|
Vit: 1
|
|
- Level: 29
|
|
Str: 1
|
|
Agi: 1
|
|
Sta: 1
|
|
- Level: 30
|
|
Spl: 1
|
|
- Level: 31
|
|
Wis: 1
|
|
- Level: 32
|
|
Agi: 1
|
|
Dex: 1
|
|
- Level: 33
|
|
Con: 1
|
|
- Level: 34
|
|
Agi: 1
|
|
- Level: 35
|
|
Vit: 1
|
|
Dex: 1
|
|
- Level: 36
|
|
Str: 1
|
|
Sta: 1
|
|
- Level: 37
|
|
Spl: 1
|
|
- Level: 40
|
|
Crt: 1
|
|
- Level: 43
|
|
Wis: 1
|
|
Con: 1
|
|
- Level: 44
|
|
Wis: 1
|
|
Spl: 1
|
|
- Level: 45
|
|
Spl: 1
|
|
- Level: 46
|
|
Con: 1
|
|
- Level: 47
|
|
Spl: 1
|
|
- Level: 48
|
|
Crt: 1
|
|
- Level: 49
|
|
Con: 1
|
|
- Level: 50
|
|
Wis: 1
|
|
Spl: 1
|
|
- Jobs:
|
|
Night_Watch: true
|
|
MaxWeight: 48000
|
|
HpFactor: 75
|
|
HpMultiplicator: 1800
|
|
SpFactor: 800
|
|
BaseASPD:
|
|
Fist: 54
|
|
Revolver: 49
|
|
Rifle: 59
|
|
Gatling: 54
|
|
Shotgun: 94
|
|
Grenade: 104
|
|
Shield: 6
|
|
BonusStats:
|
|
- Level: 1
|
|
Str: 1
|
|
Sta: 1
|
|
- Level: 2
|
|
Str: 1
|
|
Agi: 1
|
|
Sta: 1
|
|
- Level: 3
|
|
Vit: 1
|
|
Luk: 1
|
|
- Level: 4
|
|
Int: 1
|
|
Luk: 1
|
|
- Level: 5
|
|
Vit: 1
|
|
Int: 1
|
|
- Level: 6
|
|
Vit: 1
|
|
Dex: 1
|
|
- Level: 7
|
|
Dex: 1
|
|
Pow: 1
|
|
- Level: 8
|
|
Agi: 1
|
|
- Level: 9
|
|
Luk: 1
|
|
- Level: 10
|
|
Luk: 1
|
|
Wis: 1
|
|
- Level: 11
|
|
Dex: 1
|
|
- Level: 12
|
|
Agi: 1
|
|
Dex: 1
|
|
- Level: 13
|
|
Agi: 1
|
|
Luk: 1
|
|
- Level: 14
|
|
Int: 1
|
|
Dex: 1
|
|
- Level: 15
|
|
Luk: 1
|
|
- Level: 16
|
|
Vit: 1
|
|
Int: 1
|
|
- Level: 17
|
|
Int: 1
|
|
- Level: 18
|
|
Dex: 1
|
|
- Level: 19
|
|
Int: 1
|
|
Dex: 1
|
|
- Level: 20
|
|
Agi: 1
|
|
Vit: 1
|
|
- Level: 21
|
|
Dex: 1
|
|
Pow: 1
|
|
- Level: 22
|
|
Dex: 1
|
|
Wis: 1
|
|
- Level: 23
|
|
Agi: 1
|
|
Pow: 1
|
|
- Level: 24
|
|
Agi: 1
|
|
- Level: 25
|
|
Agi: 1
|
|
Luk: 1
|
|
- Level: 26
|
|
Int: 1
|
|
Con: 1
|
|
- Level: 27
|
|
Dex: 1
|
|
Crt: 1
|
|
- Level: 28
|
|
Con: 1
|
|
- Level: 29
|
|
Vit: 1
|
|
- Level: 30
|
|
Str: 1
|
|
Int: 1
|
|
Sta: 1
|
|
- Level: 31
|
|
Dex: 1
|
|
Con: 1
|
|
- Level: 32
|
|
Pow: 1
|
|
- Level: 33
|
|
Crt: 1
|
|
- Level: 34
|
|
Crt: 1
|
|
- Level: 35
|
|
Pow: 1
|
|
- Level: 36
|
|
Con: 1
|
|
Crt: 1
|
|
- Level: 38
|
|
Wis: 1
|
|
Con: 1
|
|
- Level: 40
|
|
Pow: 1
|
|
- Level: 41
|
|
Con: 1
|
|
- Level: 43
|
|
Crt: 1
|
|
- Level: 44
|
|
Pow: 1
|
|
- Level: 45
|
|
Con: 1
|
|
- Level: 46
|
|
Pow: 1
|
|
- Level: 47
|
|
Con: 1
|
|
- Level: 48
|
|
Wis: 1
|
|
- Level: 49
|
|
Con: 1
|
|
- Level: 50
|
|
Pow: 1
|
|
- Jobs:
|
|
Hyper_Novice: true
|
|
MaxWeight: 40000
|
|
HpFactor: 55
|
|
HpMultiplicator: 900
|
|
SpFactor: 600
|
|
BaseASPD:
|
|
Fist: 40
|
|
Dagger: 55
|
|
1hSword: 57
|
|
1hAxe: 50
|
|
Mace: 50
|
|
2hMace: 55
|
|
Staff: 65
|
|
2hStaff: 65
|
|
Shield: 10
|
|
BonusStats:
|
|
- Level: 1
|
|
Str: 1
|
|
Agi: 1
|
|
Sta: 1
|
|
- Level: 2
|
|
Int: 1
|
|
Dex: 1
|
|
- Level: 3
|
|
Vit: 1
|
|
- Level: 4
|
|
Luk: 1
|
|
- Level: 5
|
|
Str: 1
|
|
Agi: 1
|
|
Pow: 1
|
|
Sta: 1
|
|
- Level: 6
|
|
Int: 1
|
|
Dex: 1
|
|
Spl: 1
|
|
- Level: 7
|
|
Vit: 1
|
|
- Level: 8
|
|
Luk: 1
|
|
Con: 1
|
|
- Level: 9
|
|
Dex: 1
|
|
- Level: 10
|
|
Agi: 1
|
|
- Level: 12
|
|
Vit: 1
|
|
- Level: 13
|
|
Int: 1
|
|
Luk: 1
|
|
Wis: 1
|
|
- Level: 14
|
|
Int: 1
|
|
- Level: 15
|
|
Str: 1
|
|
Sta: 1
|
|
- Level: 16
|
|
Crt: 1
|
|
- Level: 17
|
|
Str: 1
|
|
Vit: 1
|
|
Sta: 1
|
|
Con: 1
|
|
- Level: 18
|
|
Str: 1
|
|
Sta: 1
|
|
- Level: 19
|
|
Int: 1
|
|
Spl: 1
|
|
- Level: 20
|
|
Str: 1
|
|
Pow: 1
|
|
Sta: 1
|
|
- Level: 21
|
|
Crt: 1
|
|
- Level: 22
|
|
Int: 1
|
|
Spl: 1
|
|
- Level: 23
|
|
Int: 1
|
|
- Level: 24
|
|
Pow: 1
|
|
- Level: 25
|
|
Str: 1
|
|
Sta: 1
|
|
- Level: 26
|
|
Agi: 1
|
|
- Level: 27
|
|
Con: 1
|
|
- Level: 28
|
|
Dex: 1
|
|
- Level: 29
|
|
Vit: 1
|
|
- Level: 30
|
|
Pow: 1
|
|
Spl: 1
|
|
- Level: 31
|
|
Vit: 1
|
|
- Level: 32
|
|
Wis: 1
|
|
- Level: 33
|
|
Pow: 1
|
|
Spl: 1
|
|
- Level: 35
|
|
Str: 1
|
|
Int: 1
|
|
Sta: 1
|
|
- Level: 36
|
|
Con: 1
|
|
- Level: 37
|
|
Luk: 1
|
|
- Level: 38
|
|
Crt: 1
|
|
- Level: 39
|
|
Wis: 1
|
|
Spl: 1
|
|
- Level: 40
|
|
Pow: 1
|
|
Con: 1
|
|
- Level: 41
|
|
Str: 1
|
|
Sta: 1
|
|
- Level: 42
|
|
Int: 1
|
|
- Level: 43
|
|
Pow: 1
|
|
- Level: 44
|
|
Luk: 1
|
|
- Level: 45
|
|
Wis: 1
|
|
Spl: 1
|
|
- Level: 46
|
|
Luk: 1
|
|
- Level: 47
|
|
Con: 1
|
|
- Level: 48
|
|
Str: 1
|
|
Int: 1
|
|
Sta: 1
|
|
- Level: 49
|
|
Pow: 1
|
|
Spl: 1
|
|
- Level: 50
|
|
Agi: 1
|
|
Dex: 1
|
|
- Jobs:
|
|
Spirit_Handler: true
|
|
MaxWeight: 42000
|
|
HpFactor: 80
|
|
HpMultiplicator: 1150
|
|
SpFactor: 730
|
|
BaseASPD:
|
|
Fist: 40
|
|
Staff: 60
|
|
Shield: 7
|
|
BonusStats:
|
|
- Level: 1
|
|
Dex: 1
|
|
- Level: 2
|
|
Int: 1
|
|
Dex: 1
|
|
- Level: 3
|
|
Int: 1
|
|
Crt: 1
|
|
- Level: 4
|
|
Str: 1
|
|
Sta: 1
|
|
- Level: 5
|
|
Vit: 1
|
|
Dex: 1
|
|
- Level: 6
|
|
Dex: 1
|
|
- Level: 7
|
|
Agi: 1
|
|
- Level: 8
|
|
Int: 1
|
|
Luk: 1
|
|
- Level: 9
|
|
Agi: 1
|
|
Spl: 1
|
|
- Level: 10
|
|
Str: 1
|
|
Pow: 1
|
|
Sta: 1
|
|
- Level: 11
|
|
Dex: 1
|
|
Crt: 1
|
|
- Level: 12
|
|
Vit: 1
|
|
Con: 1
|
|
- Level: 13
|
|
Agi: 1
|
|
- Level: 14
|
|
Dex: 1
|
|
- Level: 15
|
|
Int: 1
|
|
Spl: 1
|
|
- Level: 16
|
|
Dex: 1
|
|
- Level: 17
|
|
Int: 1
|
|
- Level: 18
|
|
Dex: 1
|
|
Wis: 1
|
|
- Level: 19
|
|
Agi: 1
|
|
- Level: 20
|
|
Agi: 1
|
|
Pow: 1
|
|
- Level: 21
|
|
Dex: 1
|
|
- Level: 22
|
|
Vit: 1
|
|
Spl: 1
|
|
- Level: 23
|
|
Str: 1
|
|
Sta: 1
|
|
- Level: 24
|
|
Int: 1
|
|
Con: 1
|
|
- Level: 25
|
|
Int: 1
|
|
Crt: 1
|
|
- Level: 26
|
|
Vit: 1
|
|
- Level: 27
|
|
Luk: 1
|
|
Wis: 1
|
|
- Level: 28
|
|
Luk: 1
|
|
- Level: 29
|
|
Dex: 1
|
|
- Level: 30
|
|
Int: 1
|
|
Spl: 1
|
|
- Level: 31
|
|
Str: 1
|
|
Sta: 1
|
|
- Level: 32
|
|
Dex: 1
|
|
Con: 1
|
|
- Level: 33
|
|
Agi: 1
|
|
Pow: 1
|
|
- Level: 34
|
|
Vit: 1
|
|
- Level: 35
|
|
Dex: 1
|
|
- Level: 36
|
|
Str: 1
|
|
Sta: 1
|
|
- Level: 37
|
|
Int: 1
|
|
- Level: 38
|
|
Luk: 1
|
|
Spl: 1
|
|
- Level: 39
|
|
Pow: 1
|
|
Con: 1
|
|
- Level: 40
|
|
Luk: 1
|
|
- Level: 41
|
|
Pow: 1
|
|
- Level: 42
|
|
Wis: 1
|
|
Spl: 1
|
|
- Level: 43
|
|
Agi: 1
|
|
- Level: 44
|
|
Pow: 1
|
|
- Level: 45
|
|
Spl: 1
|
|
Con: 1
|
|
- Level: 47
|
|
Wis: 1
|
|
Con: 1
|
|
- Level: 49
|
|
Crt: 1
|
|
- Level: 50
|
|
Pow: 1
|