ID #5907
Armor
Sea Captain Hat [1]
Buy Price: N/A
Sell Price: N/A
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
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
Equipment Slots
Head (Top)
Head (Lower)
Left Hand
Garment
Accessory 1
Head (Mid)
Body Armor
Right Hand
Shoes
Accessory 2
Basic Information
Type
Armor
Weight
200
Defense
20
Job Requirements
Blacksmith
Yes
Requirements
Armor Level
1
Min Level
100
Scripts
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;
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;