Viewing Item

#490316: Brooch of Matador

Item ID 490316 For Sale No
Identifier aegis_490316 Credit Price Not For Sale
Name Brooch of Matador Type Armor
NPC Buy 0 Weight 10
NPC Sell 0 Weapon Level 0
Range 0 Defense 0
Slots 1 Refineable No
Attack 0 Min Equip Level 100
MATK 0 Max Equip Level None
Equip Locations Accessory Left/Right
Equip Upper None
Equippable Jobs None
Equip Gender Both (Male and Female)
Trade restriction None
Item Use Script

1 .@p = getitempos();

2 bonus bDelayrate,-5;

3 bonus bAtkRate,10;

4 bonus bMatkRate,10;

5 if (getskilllv("SC_FEINTBOMB") == 10)

6 bonus2 bSkillAtk,"SC_FATALMENACE",5;

7 if (getskilllv("SC_ESCAPE") == 5)

8 bonus2 bSkillCooldown,("SC_ESCAPE"),-500;

9 if (.@p == EQP_ACC_L) {

10 bonus bDelayrate,-7;

11 bonus bHPGainValue,300;

12 bonus bSPGainValue,30;

13 }

14 if (.@p == EQP_ACC_R)

15 bonus2 bSkillAtk,"SC_FATALMENACE",BaseLevel/9;

Equip Script None
Unequip Script

1 heal -5000,-500;