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