Costume Neko Headress [1], броня (Renewal)
Costume Neko Headress [1] (CAT_LACE_HAIRBAND_K) – броня.
![Costume Neko Headress [1], броня (Renewal) Costume Neko Headress [1], броня (Renewal)](/images/db/items/picture/19242.png)
All Stat + 1, reduces delay after attack by 5%.
If refine rate is 9 or higher, reduces variable casting time by 10%.
If refine rate is 12 or higher, skill casting can't be interrupted.
When equipped with Blush, increases heal effectiveness by 5%.
If base level is lower than 100, increases EXP gained from killing monsters by 10%.
If base level is 100 or higher, increases EXP gained from killing monsters by 4%.
Базовые свойства предмета
- ID: 24985
- Код: CAT_LACE_HAIRBAND_K
- Тип: броня
- Уровень брони: 1
- Защита: 20
- Вес: 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;
}