Conqueror's Robe

Item ID 15229 Name Conqueror's Robe
None
Weapon Level 0 Identifier 90Lv_Robe
Attack 0 Type Armor
MATK 0 Equip Locations Armor
Defense 66 Equippable Jobs None
Range 0 Equip Gender Both (Male and Female)
Slots 1 Equip Upper None
Weight 65 Min Equip Level 90
NPC Buy 0 Max Equip Level None
NPC Sell 0 Refineable Yes
Credit Price None Trade restriction None
Item Script
.@r = getrefine();
bonus bInt,2;
bonus bDex,2;
bonus bMaxHP,600;
bonus bMaxSP,90;
bonus bMdef,5;
bonus bDef,50;
if (.@r>=5) {
   bonus bDef,15;
   bonus bMaxSP,20;
}
if (.@r>=7)
   bonus bDex,2;

Set Script
Conqueror's Robe
Conqueror's Muffler
Conqueror's Shoes
Conqueror's Magic Ring
bonus bMatk,30;
if ((getequiprefinerycnt(EQI_ARMOR)+getequiprefinerycnt(EQI_GARMENT)+getequiprefinerycnt(EQI_SHOES)) >=27) {
   bonus bMatkRate,4;
   bonus bVariableCastrate,-10;
   bonus bFixedCastrate,-15;
}