ID #19242
Armor
Costume Neko Headress [1]
Buy Price: N/A
Sell Price: N/A
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
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
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
100
Defense
20
Requirements
Armor Level
1
Scripts
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; }
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;
}