ID #19096
Armor
Special Kafra Hat [1]
Buy Price: N/A
Sell Price: N/A
A limited kafra hat made to celebrate the 13th anniversary.
_______________________
For each Refine Level:
MaxHP +130
MaxSP +13
_______________________
Refine Level +10:
MATK +3%
ATK +3%
_______________________
Type: Headgear
Defense: 0
Position: Upper
Weight: 50
Armor Level: 1
_______________________
Requirement: None
_______________________
For each Refine Level:
MaxHP +130
MaxSP +13
_______________________
Refine Level +10:
MATK +3%
ATK +3%
_______________________
Type: Headgear
Defense: 0
Position: Upper
Weight: 50
Armor Level: 1
_______________________
Requirement: None
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
Requirements
Armor Level
1
Scripts
Script .@r = getrefine(); bonus bMaxHP,130*.@r; bonus bMaxSP,13*.@r; if (.@r>=10) { bonus2 bAddClass,Class_All,3; bonus bMatkRate,3; }
.@r = getrefine();
bonus bMaxHP,130*.@r;
bonus bMaxSP,13*.@r;
if (.@r>=10) {
bonus2 bAddClass,Class_All,3;
bonus bMatkRate,3;
}