0
Register now and get: 150.000 Zeny + Summer Hat Pack, Poring Cake Hat, Battle Manual Box, JOB Battle Manual Box, Bubble Gum Box
Offline
Back
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

Equipment Slots

Head (Top)
Head (Lower)
Left Hand
Garment
Accessory 1
Head (Mid)
Body Armor
Right Hand
Shoes
Accessory 2

Basic Information

Armor
500
40

Requirements

1
1

Scripts

.@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;
}
We use technical cookies and browser storage to keep your session active, protect the site, and remember your preferences. Learn more in our Cookie Policy.