Boosting Mail Type A

Item ID 450340 Name Boosting Mail Type A
None
Weapon Level 0 Identifier Z_Boost_Set1_Armor_01
Attack 0 Type Armor
MATK 0 Equip Locations Armor
Defense 70 Equippable Jobs None
Range 0 Equip Gender Both (Male and Female)
Slots 1 Equip Upper None
Weight 0 Min Equip Level 1
NPC Buy 0 Max Equip Level None
NPC Sell 0 Refineable Yes
Credit Price None Trade restriction None
Item Script
.@r = getrefine();
bonus bVit,3;
bonus bInt,3;
bonus bMaxHP,750;
bonus bMaxSP,175;
bonus2 bSubSize,Size_All,5;
if (.@r>=7) {
   bonus bVit,2;
   bonus bInt,2;
   bonus bMaxHP,250;
   bonus bMaxSP,30;
   if (.@r>=9) {
       bonus2 bAddSize,Size_All,5;
       bonus2 bMagicAddSize,Size_All,5;
   }
}

Set Script
Boosting Mail Type A
Boosting Boots Type A
Boosting Cloak Type A
if ((getequiprefinerycnt(EQI_ARMOR) + getequiprefinerycnt(EQI_GARMENT) + getequiprefinerycnt(EQI_SHOES)) >= 27) {
   bonus bBaseAtk,30;
   bonus bMatk,30;
   bonus bAtkRate,5;
   bonus bMatkRate,5;
   bonus bAspdRate,10;
   bonus bFixedCastrate,-20;
}