Basic Info

Name 15229 Conqueror Robe[1]
Item ID 15229 - Conqueror_Robe
Type Armor
15229
Advanced equipment which are given as a token of appreciation for distinguished adventurers.

INT + 2, DEX + 2
MaxHP + 600, MaxSP + 90
MDEF + 5, DEF + 50
Refine Level +5:,
DEF + 15, MaxSP + 20.
Refine Level +7:
DEX + 2.

[Set bonus]
Conqueror Robe
Conqueror Muffler
Conqueror Shoes
Conqueror Magic Ring
MATK + 30
If total refinement is 27 or above,
MATK + 4%
Variable cast time -10%, Fixed cast time -15%

Armor: Bodygear
Defense: 66
Weight: 65
Level Requirement: 90
Jobs: All

Details

Weight 65
NPC Buy 200 z
NPC Sell 100 z
Refineable Yes
Equip Locations Armor

Stats

Range 0
Defense 66
Attack 0
Magical Attack 0
Weapon Level 0
Slots 1

Restrictions

Level Range 90 +
Usage None
Trade None
Job Class Types Normal / Upper / Baby
Job Classes All Jobs
Gender Any

Scripts

Use Script
bonus(bInt, 2); bonus(bDex, 2); bonus(bMaxHP, 600); bonus(bMaxSP, 90); bonus(bMdef, 5); bonus(bDef, 50); if (getrefine() >= 5) { bonus(bDef, 15); bonus(bMaxSP, 20); } if (getrefine() >= 7) { bonus(bDex, 2); }
Equip Script
None
Unequip Script
None