Kung Jin's Headpiece (OSM)

Item ID 15879 Name Kung Jin's Headpiece (OSM)
None
Weapon Level 0 Identifier KungJin_Headpiece_EXE
Attack 0 Type Armor
MATK 0 Equip Locations Upper Headgear
Defense 30 Equippable Jobs None
Range 0 Equip Gender Both (Male and Female)
Slots 1 Equip Upper None
Weight 20 Min Equip Level 50
NPC Buy 0 Max Equip Level None
NPC Sell 0 Refineable Yes
Credit Price None Trade restriction None
Item Script
.@r = getrefine();
bonus bLuk,3;
bonus bDex,3;
bonus bBaseAtk,10;
bonus bMdef,10;
if (.@r>=5) {
   bonus bCritical,10;
   bonus bCritAtkRate,5;
}
if (.@r>=7) {
   bonus bDef,15;
   bonus bCritAtkRate,2;
   bonus2 bSkillAtk,"SN_SHARPSHOOTING",10;
}
if (.@r>=8) {
   bonus bFlee,15;
   bonus bCritAtkRate,3;
   bonus2 bSkillAtk,"SN_SHARPSHOOTING",15;
}
if (.@r>=9) {
   bonus bBaseAtk,15;
   bonus bCritAtkRate,5;
   bonus2 bSkillAtk,"SN_SHARPSHOOTING",20;
}
if (.@r>=10) {
   bonus bAtkRate,5;
   bonus2 bVariableCastrate,"SN_SHARPSHOOTING",-10;
   bonus bDelayrate,-10;
}

Set Script
Kung Jin's Headpiece (OSM)
Realgar Shooter
bonus2 bSkillAtk,"SN_SHARPSHOOTING",10;
bonus bCritAtkRate,10;