Viewing Item

#480114: Striking Mikoshi

Item ID 480114 For Sale No
Identifier Striking_Mikoshi Credit Price Not For Sale
Name Striking Mikoshi Type Armor
NPC Buy 0 Weight 60
NPC Sell 0 Weapon Level 0
Range 0 Defense 60
Slots 1 Refineable Yes
Attack 0 Min Equip Level 100
MATK 0 Max Equip Level None
Equip Locations Garment
Equip Upper None
Equippable Jobs None
Equip Gender Both (Male and Female)
Trade restriction None
Item Use Script

1 .@r = getrefine();

2 bonus2 bSubClass,Class_Normal,5;

3 bonus2 bSubClass,Class_Boss,5;

4 bonus2 bAddRace,RC_All,.@r*2;

5 bonus bDelayrate,-.@r;

6 if (.@r>=6) {

7 bonus bAspdRate,10;

8 bonus bPerfectHitAddRate,25;

9 }

10 if (.@r>=8) {

11 skill "AC_CONCENTRATION",10;

12 if (getskilllv("AC_CONCENTRATION") == 10) {

13 bonus bBaseAtk,50;

14 bonus bFlee,50;

15 }

16 }

Equip Script None
Unequip Script

1 sc_end SC_CONCENTRATION;