Heroic Valor Cloak

Item ID 480292 Name Heroic Valor Cloak
None
Weapon Level 0 Identifier Hero_Courage
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 bPAtk,BaseLevel/10;
bonus bRes,5*(BaseLevel/10);
bonus bMRes,5*(BaseLevel/10);
bonus bBaseAtk,10*(.@r/2);
bonus bAtkRate,2*(.@r/3);
if (BaseLevel>=200) {
   bonus bPAtk,1;
   bonus bRes,7;
   bonus bMRes,7;
}
if (.@r>=7) {
   bonus bAspdRate,10;
   if (.@r>=9) {
       bonus2 bAddSize,Size_All,10;
       if (.@r>=11) {
           bonus bDelayrate,-10;
           if (.@r>=13) {
               bonus2 bAddRace,RC_All,15;
           }
       }
   }
}

Set Script
Ancient Hero Boots
Heroic Valor Cloak
bonus bFixedCast,-200;
bonus bBaseAtk,40;
Great Hero Boots
Heroic Valor Cloak
bonus bFixedCast,-200;
bonus bBaseAtk,60;
Hero Boots-LT
Heroic Valor Cloak
if (getequiprefinerycnt(EQI_SHOES)>=13) {
   bonus bFixedCast,-200;
   bonus bBaseAtk,150;
   bonus bAtkRate,18;
   bonus bPAtk,8;
}