Artwork unavailable
RENEWAL / ITEMS
Brooch of Matador [1]
#490316Armor
Brooch_Of_Matador_TH
TypeArmor
Equipment positionAccessory
GenderBoth
Weight10
Buy price0 z
Sell price0 z
Slots1
Required level100
Armor level1
No description is available. Available properties and effects are shown below.
Item details
- Gender
- Both
- Equipment position
- Accessory
- Jobs
- All
- Yes
- Classes
- All
- Yes
- Refineable
- No
- Trade
Item effect 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;