Boosting Forged Mail Type D

Item ID 450304 Name Boosting Forged Mail Type D
None
Weapon Level 0 Identifier Z_Boost_Set4_Armor
Attack 0 Type Armor
MATK 0 Equip Locations Armor
Defense 50 Equippable Jobs None
Range 0 Equip Gender Both (Male and Female)
Slots 0 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 bInt,3;
bonus bDex,3;
bonus bMaxHP,600;
bonus bMaxSP,200;
bonus2 bSubSize,Size_All,5;
if (.@r>=7) {
   bonus bInt,2;
   bonus bDex,2;
   bonus bMaxHP,200;
   bonus bMaxSP,40;
   if (.@r>=9) {
       bonus2 bAddSize,Size_All,5;
       bonus2 bMagicAddSize,Size_All,5;
   }
}

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