ID #18522
Armor
Evil Marcher Hat [1]
Buy Price: N/A
Sell Price: N/A
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
_______________________
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
Available from boxes
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
500
Defense
10
Requirements
Armor Level
1
Scripts
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; }
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;
}