Maroon Bunny Band [1], броня (Renewal)
Maroon Bunny Band [1] (MAROON_BUNNY_BAND) – броня.
![Maroon Bunny Band [1], броня (Renewal) Maroon Bunny Band [1], броня (Renewal)](/images/db/items/picture/18888.png)
A hairband that attracts individuals. You can wear it when you want to look sexy.
Required Int + 5
Luk + 5
Atk + 2%
Matk + 5%
Increases sexiness by 100%.
If upgrade level is +9 or higher,
Additional Atk + 4%
Additional Matk + 4%
If upgrade level is +12 or higher,
Reduces the fixed casting time of skills by 10%.
Базовые свойства предмета
- ID: 24741
 - Код: MAROON_BUNNY_BAND
 - Тип: броня
 - Уровень брони: 1
 - Защита: 2
 
- Вес: 10
 
Скрипт
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;
}