Ring of Hero, броня (Renewal)

Ring of Hero (RING_OF_BRAVE) – броня.

Ring of Hero, броня (Renewal)

A ring made by the adventurers who fought to bring down Morroc. Some say they used the skin of Morroc.
Aspd + 10%
If the user's base Str is 120 or higher,
Atk + 50
Max HP + 5%
Max SP + 5%

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

  • ID: 27940
  • Код: RING_OF_BRAVE
  • Тип: броня
  • Уровень брони: 1
  •  
  • Требуемый уровень: 100
  • Вес: 10

Скрипт

bonus bAspdRate,10;
if (readparam(bStr) >= 120) {
   bonus bBaseAtk,50;
   bonus bMaxHPrate,5;
   bonus bMaxSPrate,5;
}