ID #15472
Armor
[Not For Sale] 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
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 .@r = getrefine(); bonus2 bExpAddRace,RC_All,5; bonus2 bDropAddRace,RC_All,5; bonus bMaxHP,100*.@r; bonus bMaxSP,20*.@r; if (.@r>=7) { bonus bMaxHPrate,3; bonus bMaxSPrate,3; } if (.@r>=9) { bonus bMaxHPrate,5; bonus bMaxSPrate,5; } if (.@r>=12) { bonus bHPrecovRate,100; bonus bSPrecovRate,100; }
.@r = getrefine();
bonus2 bExpAddRace,RC_All,5;
bonus2 bDropAddRace,RC_All,5;
bonus bMaxHP,100*.@r;
bonus bMaxSP,20*.@r;
if (.@r>=7) {
bonus bMaxHPrate,3;
bonus bMaxSPrate,3;
}
if (.@r>=9) {
bonus bMaxHPrate,5;
bonus bMaxSPrate,5;
}
if (.@r>=12) {
bonus bHPrecovRate,100;
bonus bSPrecovRate,100;
}