Bull Hat [1], броня (Renewal)

Bull Hat [1] (BULL_HAT) – броня.

Bull Hat [1], броня (Renewal)

Hat made from cowhide.

Reduces damage taken from Wind property attacks by 10%.
Increases physical and magical damage on [Rock Ridge] monsters by 15%.
Decreases damage taken from [Rock Ridge] monsters by 15%.

If upgrade level is +7 or higher,
Increases physical and magical damage on [Rock Ridge] monsters by an additional 15%.
Decreases damage taken from [Rock Ridge] monsters by an additional 15%.

If upgrade level is +8 or higher,
Reduces damage taken from Wind property attacks by an additional 15%.

If upgrade level is +9 or higher,
Increases physical and magical damage on [Rock Ridge] monsters by an additional 20%.
Decreases damage taken from [Rock Ridge] monsters by an additional 20%.

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

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

Скрипт

.@r = getrefine();
bonus2 bSubEle,Ele_Wind,10;
if (.@r<7)
   .@a = 15;
if (.@r>=7 && .@r<9)
   .@a = 30;
if (.@r>=8)
   bonus2 bSubEle,Ele_Wind,15;
if (.@r>=9)
   .@a = 50;
bonus2 bAddRace2,RC2_ROCKRIDGE,.@a;
bonus2 bMagicAddRace2,RC2_ROCKRIDGE,.@a;
bonus2 bSubRace2,RC2_ROCKRIDGE,.@a;