Heroic Favor Cloak

Item ID 480291 Name Heroic Favor Cloak
None
Weapon Level 0 Identifier Hero_Favor
Attack 0 Type Armor
MATK 0 Equip Locations Garment
Defense 0 Equippable Jobs None
Range 0 Equip Gender Both (Male and Female)
Slots 1 Equip Upper None
Weight 20 Min Equip Level 100
NPC Buy 0 Max Equip Level None
NPC Sell 0 Refineable Yes
Credit Price None Trade restriction None
Item Script
.@r = getrefine();
bonus bMaxHP,3000;
bonus bMaxSP,200;
bonus bSMatk,BaseLevel/10;
bonus bRes,5*(BaseLevel/10);
bonus bMRes,5*(BaseLevel/10);
bonus bMatk,10*(.@r/2);
bonus bMatkRate,2*(.@r/3);
if (BaseLevel>=200) {
   bonus bSMatk,1;
   bonus bRes,7;
   bonus bMRes,7;
}
if (.@r>=7) {
   bonus bVariableCastrate,-10;
   if (.@r>=9) {
       bonus2 bMagicAddSize,Size_All,10;
       if (.@r>=11) {
           bonus bDelayrate,-10;
           if (.@r>=13) {
               bonus2 bMagicAddRace,RC_All,15;
           }
       }
   }
}

Set Script
Ancient Hero Boots
Heroic Favor Cloak
bonus bFixedCast,-200;
bonus bMatk,40;
Great Hero Boots
Heroic Favor Cloak
bonus bFixedCast,-200;
bonus bMatk,60;
Hero Boots-LT
Heroic Favor Cloak
if (getequiprefinerycnt(EQI_SHOES)>=13) {
   bonus bFixedCast,-200;
   bonus bMatk,150;
   bonus bMatkRate,18;
   bonus bSMatk,8;
}