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

Inconspicuous Hat [1] (INCONSPICUOUS_HAT_) – броня.

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

A simple hat that would look inconspicuous in any crowd. It's very helpful to anyone who is trying to blend in.
Atk + 10%
Matk + 10%
Increases long-ranged damage by 10%.
Increases magical damage on Small, Medium and Large size targets by 10%.
If upgrade level is +9 or higher,
Reduces the cast delay of skills by 15%.

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

  • ID: 23214
  • Код: INCONSPICUOUS_HAT_
  • Тип: броня
  • Уровень брони: 1
  • Защита: 10
  •  
  • Требуемый уровень: 100
  • Профессии: rogue
  • Вес: 20

Скрипт

.@r = getrefine();
if (.@r>=9) {
   .@matk = 5;
}
bonus bMatkRate,(7+.@matk);
if (.@r>=7) {
   bonus bMatk,(readparam(bInt)/5)*2;
}