Rabbit Bonnet [1], броня (Renewal)

Rabbit Bonnet [1] (K_RABBIT_BONNET) – броня.

Rabbit Bonnet [1], броня (Renewal)

A bonnet made to resemble a rabbit. Despite it's cute appearance this hat gives it's wearer attack strength.
Attack and Magic Attack power increase by 10.
Adds 3% tolerance to Demihuman monsters.
Adds 3% tolerance to Human Player monsters.
After cast delay reduced by 3%.
If refined to +7 or higher, reduces damage from all elemental properties by 5%.

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

  • ID: 22911
  • Код: K_RABBIT_BONNET
  • Тип: броня
  • Уровень брони: 1
  • Защита: 10
  •  
  • Требуемый уровень: 1
  • Цена покупки: 20 з
  • Цена продажи: 10 з
  • Вес: 20

Скрипт

bonus bBaseAtk,10;
bonus bMatk,10;
bonus2 bSubRace,RC_DemiHuman,3;
bonus2 bSubRace,RC_Player_Human,3;
bonus bDelayrate,-3;
if (getrefine()>6) {
   bonus2 bSubEle,Ele_All,5;
}