LV5 Adrenaline Scroll, расходный материал (Pre-Renewal)

LV5 Adrenaline Scroll (ADRENALINE_SCROLL) – расходный материал.

LV5 Adrenaline Scroll, расходный материал (Pre-Renewal)

A scroll in which a
single use of Level 5
Adrenaline Rush has
been recorded.
If the user is not
equipped with an Axe or Mace,
the scroll will be consumed with no effect.

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

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

Скрипт

set .@type,getiteminfo(getequipid(EQI_HAND_R), ITEMINFO_VIEW);
if (.@type == W_1HAXE || .@type == W_2HAXE || .@type == W_MACE) {
   skilleffect "BS_ADRENALINE",0;
   sc_start SC_ADRENALINE,150000,5;
}