King Poring Hat

Item ID 18785 Name King Poring Hat
A hat made in honor of the warrior King Poring.
_______________________
DEX +1
LUK +1
_______________________
For each Refine Level above +5:
DEX +1
LUK +1
_______________________
Type: Headgear
Defense: 10
Position: Upper
Weight: 60
Armor Level: 1
_______________________
Requirement:
Base Level 10
Weapon Level 0 Identifier King_Poring_Hat
Attack 0 Type Armor
MATK 0 Equip Locations Upper Headgear
Defense 10 Equippable Jobs None
Range 0 Equip Gender Both (Male and Female)
Slots 1 Equip Upper None
Weight 60 Min Equip Level 10
NPC Buy 20 Max Equip Level None
NPC Sell 10 Refineable Yes
Credit Price None Trade restriction None
Item Script
bonus bDex,1;
bonus bLuk,1;
.@r = getrefine();
if (.@r>=3) {
   bonus bDex,(.@r-4);
   bonus bLuk,(.@r-4);
}