Sea Captain Hat

Item ID 5907 Name Sea Captain Hat
A crisp white hat most often used by the captains of large naval craft.
It came to be seen as a sign of unwavering strength in the eyes of naval crews everywhere.
_______________________
Increases damage of Axe Tornado and Axe Boomerang by 20%.
_______________________
Refine Level +7:
each learned Level of Weaponry Research increases damage of Axe Tornado by an additional 1%
_______________________
Refine Level +9:
each learned Level of Axe Training increases damage of Axe Tornado by an additional 1%
_______________________
Type: Headgear
Defense: 20
Position: Upper
Weight: 20
Armor Level: 1
_______________________
Requirement:
Base Level 100
Mechanic
Weapon Level 0 Identifier Sea_Captain_Hat_
Attack 0 Type Armor
MATK 0 Equip Locations Upper Headgear
Defense 20 Equippable Jobs Blacksmith
Range 0 Equip Gender Both (Male and Female)
Slots 1 Equip Upper Third, Third Upper, Third Baby
Weight 20 Min Equip Level 100
NPC Buy 0 Max Equip Level None
NPC Sell 0 Refineable Yes
Credit Price None Trade restriction Can't be dropped, Can't be traded with player, Can't be put in Cart, Can't be put in Guild Storage, Can't be attached in Mail, Can't be auctioned
Item Script
bonus2 bSkillAtk,"NC_AXEBOOMERANG",20;
.@dmg = 20;
.@r = getrefine();
if (.@r>=7) {
   .@dmg += getskilllv("BS_WEAPONRESEARCH");
}
if (.@r>=9) {
   .@dmg += getskilllv("NC_TRAININGAXE");
}
bonus2 bSkillAtk,"NC_AXETORNADO",.@dmg;