ID #5654
Armor
Holy Marching Hat [1]
Buy Price: N/A
Sell Price: N/A
A marching hat with holy angel wings affixed to the sides made famous by a righteous Rune-Midgardian band.
_______________________
INT +1
MATK +2%
MDEF +5
_______________________
Refine Level +7:
Increases Healing skills effectiveness by 5%
_______________________
Refine Level +9:
MATK +5%
_______________________
Type: Headgear
Defense: 5
Position: Upper
Weight: 20
Armor Level: 1
_______________________
Requirement: None
_______________________
INT +1
MATK +2%
MDEF +5
_______________________
Refine Level +7:
Increases Healing skills effectiveness by 5%
_______________________
Refine Level +9:
MATK +5%
_______________________
Type: Headgear
Defense: 5
Position: Upper
Weight: 20
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
200
Defense
5
Requirements
Armor Level
1
Min Level
1
Scripts
Script .@r = getrefine(); bonus bMatkRate,2; if (.@r>8) { bonus bMatkRate,5; bonus bHealPower,5; } else if (.@r>6) { bonus bHealPower,5; } bonus bMdef,5; bonus bInt,1; bonus bDex,1;
.@r = getrefine();
bonus bMatkRate,2;
if (.@r>8) {
bonus bMatkRate,5;
bonus bHealPower,5;
}
else if (.@r>6) {
bonus bHealPower,5;
}
bonus bMdef,5;
bonus bInt,1;
bonus bDex,1;