Costume Neko Headress

Item ID 19242 Name Costume Neko Headress
Pretty baby in a head dress decorated with a cat doll.
It's even more cute with lace.
_______________________
All Basic Stats +1
Increases Attack Delay by 5%.
_______________________
Refine Level +9:
Decreases Variable Casting Time by 10%.
_______________________
Refine Level +12:
Skill casting cannot be interrupted.
_______________________
When equipped with Blush:
Increases Healing skills by 5%.
_______________________
Base Level below 100:
Increases Experience gained from defeating monsters by 10%.
_______________________
Base Level at least 100:
Increases Experience gained from defeating monsters by 4%.
_______________________
Type: Headgear
Defense: 20
Position: Upper
Weight: 10
Armor Level: 1
_______________________
Requirement: None
Weapon Level 0 Identifier Cat_Lace_Hairband_K
Attack 0 Type Armor
MATK 0 Equip Locations Upper Headgear
Defense 20 Equippable Jobs None
Range 0 Equip Gender Both (Male and Female)
Slots 1 Equip Upper None
Weight 10 Min Equip Level None
NPC Buy 0 Max Equip Level None
NPC Sell 0 Refineable Yes
Credit Price None Trade restriction None
Item Script
bonus bAllStats,1;
bonus bAspdRate,5;
.@r = getrefine();
if (.@r>=9) {
   bonus bVariableCastrate,-10;
}
if (.@r>=12) {
   bonus bNoCastCancel;
}
if (BaseLevel>=100) {
   bonus2 bExpAddRace,RC_All,4;
}
else {
   bonus2 bExpAddRace,RC_All,10;
}

Set Script
Costume Neko Headress
Blush
bonus bHealPower,5;
Costume Neko Headress
Blush
bonus bHealPower,5;