Golden Crown

Item ID 5666 Name Golden Crown
Hat worn when on special national events.
_______________________
INT +1, DEX +1, LUK +1
_______________________
Refine Level +7:
ATK +5, MATK +5
Refine Level +9:
MATK +2%
ATK +2%
Refine Level +12:
MATK +3%
ATK +3%
_______________________
Type: Headgear
Defense: 8
Position: Upper
Weight: 50
Armor Level: 1
_______________________
Requirement: None
Weapon Level 0 Identifier Golden_Crown
Attack 0 Type Armor
MATK 0 Equip Locations Upper Headgear
Defense 8 Equippable Jobs None
Range 0 Equip Gender Both (Male and Female)
Slots 1 Equip Upper None
Weight 50 Min Equip Level 1
NPC Buy 20 Max Equip Level None
NPC Sell 10 Refineable Yes
Credit Price None Trade restriction Can't be dropped
Item Script
.@r = getrefine();
if (.@r>=7) {
   bonus bBaseAtk,5;
   bonus bMatk,5;
}
if (.@r>=9) {
   bonus2 bAddClass,Class_All,2;
   bonus bMatkRate,2;
}
if (.@r>=12) {
   bonus2 bAddClass,Class_All,3;
   bonus bMatkRate,3;
}
bonus bInt,1;
bonus bDex,1;
bonus bLuk,1;