DID Cape

Item ID 480256 Name DID Cape
None
Weapon Level 0 Identifier DID_Cape_TH
Attack 0 Type Armor
MATK 0 Equip Locations Garment
Defense 8 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 bBaseAtk,30;
bonus bHit,8*(.@r/3);
bonus bShortAtkRate,3*(.@r/4);
if (.@r>=9) {
   if (eaclass()&EAJL_THIRD && BaseJob == Job_Assassin) {
       bonus bDelayrate,-5;
       bonus bAspdRate,20;
   }
   if (eaclass()&EAJL_THIRD && BaseJob == Job_Crusader) {
       bonus bHit,20;
       autobonus3 "{ bonus bHit,20; bonus2 bSkillAtk,\"LG_SHIELDPRESS\",30; }",1000,60000,"LG_EARTHDRIVE";
   }
}
if (.@r>=11) {
   bonus bHit,30;
   bonus bAllStats,5;
   bonus bShortAtkRate,5;
}