ID #15186
Armor
Kafra Uniform [1]
Buy Price: N/A
Sell Price: N/A
A costume of Kafra employee. It's looks as ordinary maid costume.
_______________________
Increases experience gained from defeating monsters by 5%.
Increases item drop rate by 5%.
_______________________
For each Refine Level:
MaxHP +100
MaxSP +20
_______________________
Refine Level +7:
MaxHP +3%
MaxSP +3%
_______________________
Refine Level +9:
MaxHP +5%
MaxSP +5%
_______________________
Refine Level +12:
Increases HP and SP Recovery Rate by 100%.
_______________________
Type: Armor
Defense: 40
Weight: 50
Armor Level: 1
_______________________
Requirement: None
_______________________
Increases experience gained from defeating monsters by 5%.
Increases item drop rate by 5%.
_______________________
For each Refine Level:
MaxHP +100
MaxSP +20
_______________________
Refine Level +7:
MaxHP +3%
MaxSP +3%
_______________________
Refine Level +9:
MaxHP +5%
MaxSP +5%
_______________________
Refine Level +12:
Increases HP and SP Recovery Rate by 100%.
_______________________
Type: Armor
Defense: 40
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
40
Requirements
Armor Level
1
Min Level
1
Scripts
Script bonus2 bExpAddRace,RC_All,5; bonus2 bDropAddRace,RC_All,5; .@r = getrefine(); bonus bMaxHP,100*.@r; bonus bMaxSP,20*.@r; bonus bMaxHPrate,(3*(.@r>=7)+5*(.@r>=9)); bonus bMaxSPrate,(3*(.@r>=7)+5*(.@r>=9)); if (.@r>=12) { bonus bHPrecovRate,100; bonus bSPrecovRate,100; }
bonus2 bExpAddRace,RC_All,5;
bonus2 bDropAddRace,RC_All,5;
.@r = getrefine();
bonus bMaxHP,100*.@r;
bonus bMaxSP,20*.@r;
bonus bMaxHPrate,(3*(.@r>=7)+5*(.@r>=9));
bonus bMaxSPrate,(3*(.@r>=7)+5*(.@r>=9));
if (.@r>=12) {
bonus bHPrecovRate,100;
bonus bSPrecovRate,100;
}