LV10 Agil Scroll, расходный материал (Renewal)

LV10 Agil Scroll (INC_AGI_10_SCROLL) – расходный материал.

LV10 Agil Scroll, расходный материал (Renewal)

A scroll in which
a single use of
Level 10 Increase AGI
has been recorded.
Caution-- This item
won't work while your
character is casting
a spell or skill.
This item consumes
15 HP and will be
ineffective if the
character has fewer
than 15 HP.

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

  • Цена покупки: 2 з
  • Цена продажи: 1 з
  • Вес: 1

Скрипт

if (Hp>15) {
   skilleffect "AL_INCAGI",0;
   sc_start SC_INCREASEAGI,240000,10;
   heal -15,0;
}