Gray Bunny Band [1], броня (Renewal)
Gray Bunny Band [1] (GRAY_BUNNY_BAND) – броня.
![Gray Bunny Band [1], броня (Renewal) Gray Bunny Band [1], броня (Renewal)](/images/db/items/picture/18890.png)
A hairband that attracts individuals. You can wear it when you want to look sexy. Sexiness increases by 100%.
Int + 5
Luk + 5
Atk + 2%
Matk + 5%
If upgrade level is +9 or higher, Atk and Matk + 4%.
If upgrade level is +12, reduces the variable casting time of skills by 10%.
Базовые свойства предмета
- ID: 24743
 - Код: GRAY_BUNNY_BAND
 - Тип: броня
 - Уровень брони: 1
 - Защита: 2
 
- Вес: 1
 
Скрипт
bonus bInt,5;
bonus bLuk,5;
.@r = getrefine();
bonus2 bAddClass,Class_All,2;
bonus bMatkRate,2;
if (.@r>11)
   bonus bVariableCastrate,-10;
else if (.@r>8) {
   bonus2 bAddClass,Class_All,4;
   bonus bMatkRate,4;
}