Evil Marcher Hat

Item ID 18522 Name Evil Marcher Hat
A dark marching hat worn by members of an undead band from Niffleheim.
_______________________
STR +2
MDEF +1
ATK +2%
_______________________
Refine Level +7:
Increases Critical Damage by 10%.
_______________________
Refine Level +9:
ATK +5%
Increases Ranged Physical Damage by 5%.
_______________________
Type: Headgear
Defense: 10
Position: Upper
Weight: 50
Armor Level: 1
_______________________
Requirement: None
Weapon Level 0 Identifier Evil_Marcher_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 50 Min Equip Level None
NPC Buy 20 Max Equip Level None
NPC Sell 10 Refineable Yes
Credit Price None Trade restriction None
Item Script
bonus bStr,2;
bonus bMdef,1;
.@r = getrefine();
if (.@r>=7) {
   bonus bCritAtkRate,10;
}
bonus2 bAddClass,Class_All,(.@r>=9?7:2);
if (.@r>=9) {
   bonus bLongAtkRate,5;
}