Viewing Item

#15879: Kung Jin's Headpiece (OSM)

Item ID 15879 For Sale No
Identifier KungJin_Headpiece_EXE Credit Price Not For Sale
Name Kung Jin's Headpiece (OSM) Type Armor
NPC Buy 0 Weight 20
NPC Sell 0 Weapon Level 0
Range 0 Defense 30
Slots 1 Refineable Yes
Attack 0 Min Equip Level 50
MATK 0 Max Equip Level None
Equip Locations Upper Headgear
Equip Upper None
Equippable Jobs None
Equip Gender Both (Male and Female)
Trade restriction None
Item Use Script

1 .@r = getrefine();

2 bonus bLuk,3;

3 bonus bDex,3;

4 bonus bBaseAtk,10;

5 bonus bMdef,10;

6 if (.@r>=5) {

7 bonus bCritical,10;

8 bonus bCritAtkRate,5;

9 }

10 if (.@r>=7) {

11 bonus bDef,15;

12 bonus bCritAtkRate,2;

13 bonus2 bSkillAtk,"SN_SHARPSHOOTING",10;

14 }

15 if (.@r>=8) {

16 bonus bFlee,15;

17 bonus bCritAtkRate,3;

18 bonus2 bSkillAtk,"SN_SHARPSHOOTING",15;

19 }

20 if (.@r>=9) {

21 bonus bBaseAtk,15;

22 bonus bCritAtkRate,5;

23 bonus2 bSkillAtk,"SN_SHARPSHOOTING",20;

24 }

25 if (.@r>=10) {

26 bonus bAtkRate,5;

27 bonus2 bVariableCastrate,"SN_SHARPSHOOTING",-10;

28 bonus bDelayrate,-10;

29 }

Equip Script None
Unequip Script None