Basic Info

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

INT + 2, VIT + 2
MaxHP + 800, MaxSP + 70
MDEF + 5, DEF + 50
Refine Level +5:,
DEF + 15, MaxHP + 100.
Refine Level +7:
VIT + 2.

[Set bonus]
Conqueror Suit
Conqueror Cape
Conqueror Magic Shoes
Conqueror Necklace
MATK + 30
If total refinement is 27 or above,
Increases Healing skills by 4%.
Variable cast time -10%, Fixed cast time -15%

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

Details

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

Stats

Range 0
Defense 65
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(bVit, 2); bonus(bMaxHP, 800); bonus(bMaxSP, 70); bonus(bMdef, 5); bonus(bDef, 50); if (getrefine() >= 5) { bonus(bDef, 15); bonus(bMaxHP, 100); } if (getrefine() >= 7) { bonus(bVit, 2); }
Equip Script
None
Unequip Script
None