RWC Memory Staff [1], посох (Renewal)

RWC Memory Staff [1] (RWC_MEMORY_STAFF) – оружие.

RWC Memory Staff [1], посох (Renewal)

A staff created for the 2012 RWC (Ragnarok World Championship) infused with pure gold.
The set bonus is lost if the pendant is compounded with a card.


Property: Neutral
Required

MATK + 30 per 3 upgrade levels of the item.


If upgrade level is +6 or higher,
MATK + 5%


If upgrade level is +9 or higher,
MATK + 5%
Adds 0.5% chance of casting Level 1 Mystical Amplification on the user when performing a magical attack.


Set Bonus
RWC 2012 Pendant
RWC Memory Staff [1]
MATK + 5 per upgrade level of the RWC Memory Staff [1].

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

  • ID: 21121
  • Код: RWC_MEMORY_STAFF
  • Тип: оружие
  • Подтип: посох
  • Уровень оружия: 3
  • Атака: 25
  • Магическая атака: 30
  •  
  • Требуемый уровень: 1
  • Профессии: acolyte, mage, monk, priest, sage, soul_linker, wizard
  • Цена покупки: 20 з
  • Цена продажи: 10 з
  • Вес: 50

Скрипт

.@r = getrefine();
bonus bMatk,30*(.@r/3);
if (.@r>=6)
   bonus2 bMagicAddRace,RC_All,(.@r>=9?10:5);
if (.@r>=9)
   bonus4 bAutoSpell,"HW_MAGICPOWER",1,5,0;