Enforcer Cape

Item ID 480193 Name Enforcer Cape
None
Weapon Level 0 Identifier Enforcer_Cape_ROC
Attack 0 Type Armor
MATK 0 Equip Locations Garment
Defense 18 Equippable Jobs None
Range 0 Equip Gender Both (Male and Female)
Slots 1 Equip Upper None
Weight 30 Min Equip Level 70
NPC Buy 0 Max Equip Level None
NPC Sell 0 Refineable Yes
Credit Price None Trade restriction None
Item Script
.@r = getrefine();
bonus bDelayrate,-5;
bonus2 bSkillAtk,"AS_GRIMTOOTH",BaseLevel;
if (.@r>=5) {
   if (getskilllv("AS_GRIMTOOTH") == 5) {
       bonus2 bSkillAtk,"AS_GRIMTOOTH",50;
   }
}
if (.@r>=7) {
   bonus bDelayrate,-3;
   bonus bMaxHPrate,5;
}
if (.@r>=9)
   bonus bDelayrate,-3;

Set Script
Germes Horn
Enforcer Cape
.@r = getequiprefinerycnt(EQI_HEAD_TOP)+getequiprefinerycnt(EQI_GARMENT);
bonus bDelayrate,.@r;
[Not For Sale] Germes Horn
Enforcer Cape
.@r = getequiprefinerycnt(EQI_HEAD_TOP)+getequiprefinerycnt(EQI_GARMENT);
bonus bDelayrate,.@r;