Orange Bunny Hairband [1], броня (Renewal)
Orange Bunny Hairband [1] (ORANGE_BUNNY_HAIRBAND) – броня.
![Orange Bunny Hairband [1], броня (Renewal) Orange Bunny Hairband [1], броня (Renewal)](/images/db/items/picture/18585.png)
A hairband that attracts men.
You can wear it when you want to look sexy.
Your sexiness increases to 100%
VIT + 3, INT + 2, STR + 1
If refined to 9, increase ATK and MATK by 2%
If refined to 12, reduce fix casting time by 10%
Базовые свойства предмета
- ID: 24457
 - Код: ORANGE_BUNNY_HAIRBAND
 - Тип: броня
 - Уровень брони: 1
 
- Цена покупки: 20 з
 - Цена продажи: 10 з
 - Вес: 1
 
Скрипт
bonus bInt,2;
bonus bVit,3;
bonus bStr,1;
.@r = getrefine();
if (.@r>8) {
   bonus2 bAddClass,Class_All,2;
   bonus bMatkRate,2;
   if (.@r>11)
      bonus bFixedCastrate,-10;
}