Boosting Cloak Type A

Item ID 480401 Name Boosting Cloak Type A
None
Weapon Level 0 Identifier Z_Boost_Set1_Hood_01
Attack 0 Type Armor
MATK 0 Equip Locations Garment
Defense 15 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 bMaxHPrate,3;
bonus bMaxSPrate,3;
bonus bAspdRate,7;
if (.@r>=7) {
   bonus bVariableCastrate,-7;
   if (.@r>=9) {
       bonus bAtkRate,3;
       bonus bMatkRate,3;
   }
}

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;
}