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

Goggle Hat [1] (HAT_OF_GOGGLE) – броня.

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

A pair of safety glasses which helps you during your activities in Heart Hunter Base.
Increases physical and magical damage on Heart Hunter Base monsters by 5%.
Reduces damage taken from Heart Hunter Base monsters by 5%.
Reduces damage taken from Poison property attacks by 10%.
If upgrade level is +5 or higher,
Increases physical and magical damage on Heart Hunter Base monsters by an additional 10%.
Reduces damage taken from Heart Hunter Base monsters by an additional 10%.
If upgrade level is +7 or higher,
Increases physical and magical damage on Heart Hunter Base monsters by an additional 15%.
Reduces damage taken from Heart Hunter Base monsters by an additional 15%.
If upgrade level is +8 or higher,
Reduces damage taken from Poison property attacks by an additional 15%.
If upgrade level is +9 or higher,
Increases physical and magical damage on Heart Hunter Base monsters by an additional 20%.
Reduces damage taken from Heart Hunter Base monsters by an additional 20%.

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

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

Скрипт

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