Conqueror's Mail

Item ID 15227 Name Conqueror's Mail
None
Weapon Level 0 Identifier 90Lv_Mail
Attack 0 Type Armor
MATK 0 Equip Locations Armor
Defense 76 Equippable Jobs None
Range 0 Equip Gender Both (Male and Female)
Slots 1 Equip Upper None
Weight 70 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 bStr,2;
bonus bAgi,2;
bonus bMaxHP,900;
bonus bMaxSP,60;
bonus bMdef,5;
bonus bDef,50;
if (.@r>=5) {
   bonus bDef,20;
   bonus bMaxHP,100;
}
if (.@r>=7)
   bonus bAgi,2;

Set Script
Conqueror's Mail
Conqueror's Manteau
Conqueror's Greaves
Conqueror's Ring
bonus bBaseAtk,30;
if ((getequiprefinerycnt(EQI_ARMOR)+getequiprefinerycnt(EQI_GARMENT)+getequiprefinerycnt(EQI_SHOES)) >=27) {
   bonus bAspdRate,10;
   bonus bCritAtkRate,4;
   bonus bFixedCastrate,-15;
}