Paradise Hat, броня (Renewal)

Paradise Hat (1PARA_CAP_B) – броня.

Paradise Hat, броня (Renewal)

Can't be refined.
Matk + 5.
Additional Matk + 2 per 5 base level (up to level 100).
If the user's base level is 30 or higher, additional Matk + 5.
If the user's base level is 45 or higher, additional Matk + 10.
If the user's base level is 85 or higher, additional Matk + 15.

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

  • ID: 29258
  • Код: 1PARA_CAP_B
  • Тип: броня
  • Уровень брони: 1
  • Защита: 3
  •  
  • Требуемый уровень: 10
  • Вес: 1

Скрипт

.@val = 2*(min(BaseLevel,100)/5);
if (BaseLevel>=30)
   .@val += 5;
if (BaseLevel>=45)
   .@val += 10;
if (BaseLevel>=85)
   .@val += 15;
bonus bMatk,5+.@val;