Aqua Bunny Band [1], броня (Renewal)

Aqua Bunny Band [1] (AQUA_BUNNY_BAND) – броня.

Aqua Bunny Band [1], броня (Renewal)

A hairband that attracts individuals. You can wear it when you want to look sexy.
Required Vit + 3
Matk + 2%
Mdef + 2
Increases sexiness by 100%.
If upgrade level is +9 or higher,
Additional Matk + 4%
Additional Mdef + 5
If upgrade level is +12 or higher,
Reduces the fixed casting time of skills by 10%.

Базовые свойства предмета

  • ID: 24740
  • Код: AQUA_BUNNY_BAND
  • Тип: броня
  • Уровень брони: 1
  • Защита: 2
  •  
  • Вес: 10

Скрипт

bonus bVit,3;
.@r = getrefine();
bonus bMatkRate,2;
if (.@r>11)
   bonus bVariableCastrate,-10;
else if (.@r>8) {
   bonus bMatkRate,4;
   bonus bMdef,5;
}