Brooch of Matador

Item ID 490316 Name Brooch of Matador
None
Weapon Level 0 Identifier Brooch_Of_Matador_TH
Attack 0 Type Armor
MATK 0 Equip Locations Accessory Left/Right
Defense 0 Equippable Jobs None
Range 0 Equip Gender Both (Male and Female)
Slots 1 Equip Upper None
Weight 10 Min Equip Level 100
NPC Buy 0 Max Equip Level None
NPC Sell 0 Refineable No
Credit Price None Trade restriction None
Item Script
.@p = getitempos();
bonus bDelayrate,-5;
bonus bAtkRate,10;
bonus bMatkRate,10;
if (getskilllv("SC_FEINTBOMB") == 10)
   bonus2 bSkillAtk,"SC_FATALMENACE",5;
if (getskilllv("SC_ESCAPE") == 5)
   bonus2 bSkillCooldown,("SC_ESCAPE"),-500;
if (.@p == EQP_ACC_L) {
   bonus bDelayrate,-7;
   bonus bHPGainValue,300;
   bonus bSPGainValue,30;
}
if (.@p == EQP_ACC_R)
   bonus2 bSkillAtk,"SC_FATALMENACE",BaseLevel/9;
Unequip Script
heal -5000,-500;