Foxtail Ring, броня (Renewal)

Foxtail Ring (FOXTAIL_RING) – броня.

Foxtail Ring, броня (Renewal)

A small and cute foxtail-shaped ring. But you can feel a great power emanating from inside it.
Account Bound


Required

If the users base level is 50 or lower,
Max HP + 10 for every 5 base levels.
Max SP + 5 for every 5 base levels.
ATK + 2 for every 5 base levels.
MATK + 2 for every 5 base levels.
Increases the experience given from monsters by 5%.

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

  • ID: 27805
  • Код: FOXTAIL_RING
  • Тип: броня
  • Уровень брони: 1
  •  
  • Требуемый уровень: 1
  • Цена покупки: 20 з
  • Цена продажи: 10 з
  • Вес: 10

Скрипт

bonus2 bExpAddRace,RC_All,5;
.@lvl = min(BaseLevel/5,10);
bonus bBaseAtk,2*.@lvl;
bonus bMatk,2*.@lvl;
bonus bMaxHP,10*.@lvl;
bonus bMaxSP,5*.@lvl;