Baculum Daemonicum [2], посох (Renewal)

Baculum Daemonicum [2] (BACULUM_DAEMONICUM) – оружие.

Baculum Daemonicum [2], посох (Renewal)

An infernal staff from hell. Only true demons are able control it's full power. People say that a Prince from Hell used this weapon for his army.


Property: Neutral
Required

MATK + 150
Variable Casting Time - 10%


If upgrade level is +9 or higher,
Reduces the SP cost of skills by 10%.
Adds a chance of inflicting Blind on the target when performing a magical attack.


If the user's base level is 101 or higher,
MATK + 30
An infernal staff from hell. Only true demons are able control it's full power. People say that a Prince from Hell used this weapon for his army.
Decrease aftercast delay 10%.
With more than Base LV 100, MATK +30.
With more than 9 refine level, Blind can be activated by a certain chance. SP consumption will be decreasd 10% when using skills.
MATK + 150
Weapon LV : 4
Required LV : 80

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

  • ID: 21127
  • Код: BACULUM_DAEMONICUM
  • Тип: оружие
  • Подтип: посох
  • Уровень оружия: 4
  • Атака: 60
  • Магическая атака: 150
  •  
  • Требуемый уровень: 80
  • Профессии: acolyte, mage, monk, novice, priest, sage, soul_linker, super_novice, wizard
  • Цена покупки: 20 з
  • Цена продажи: 10 з
  • Вес: 120

Скрипт

bonus bVariableCastrate,-10;
if (BaseLevel > 99) {
   bonus bMatk,30;
}
if (getrefine() > 8) {
   bonus3 bAddEff,Eff_Blind,2000,ATF_MAGIC;
   bonus bUseSPrate,-10;
}