Kafra Uniform

Item ID 15186 Name Kafra Uniform
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
Weapon Level 0 Identifier Kafra_Suit
Attack 0 Type Armor
MATK 0 Equip Locations Armor
Defense 40 Equippable Jobs None
Range 0 Equip Gender Both (Male and Female)
Slots 1 Equip Upper None
Weight 50 Min Equip Level 1
NPC Buy 20 Max Equip Level None
NPC Sell 10 Refineable Yes
Credit Price None Trade restriction None
Item 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;
}

Set Script
Kafra Uniform
Kafra Staff Headband
bonus2 bExpAddRace,RC_All,5;
bonus2 bDropAddRace,RC_All,5;
bonus bAllStats,4;
Kafra Uniform
[Not For Sale] Kafra Employee Band
bonus2 bExpAddRace,RC_All,5;
bonus2 bDropAddRace,RC_All,5;
bonus bAllStats,4;