Arcanite Hammer [1], булава (Renewal)

Arcanite Hammer [1] (ARCANITE_HAMMER_EXE) – оружие.

 

A Mace that made by Arcanite Ore,
extraction and smelting from Everglow Ore.



(Account Bound)


Can't be destroyed.


Int + 3
Matk + 120
----------
If refine to + 5
Matk + 2 %
Aspd +1
----------
If refine to +7
Matk + 10
Has a 10% chance of casting
[Holy Light] Lv.1
when do physical attack on target.
Increase damage skill
[Holy Light] 10 %
----------
If refine to +9
Additional Matk + 20
7% chance to cast
[Adrenaline Rush] Lv.1
Increase damage skill
[Holy Light]
by an additional 20 %
----------
If refine to +10
Additional Matk + 3 %
Max HP + 500
Increase magical damage
[Holy] property 4 %
----------
If refine to +12
Reduces global cooldown by 5%
Increase magical damage [Holy] property
by an additional 6 %


This Item create for ROMSP Only

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

  • ID: 20800
  • Код: ARCANITE_HAMMER_EXE
  • Тип: оружие
  • Подтип: булава
  • Уровень оружия: 4
  • Атака: 110
  • Магическая атака: 120
  •  
  • Требуемый уровень: 70
  • Профессии: priest, super_novice
  • Вес: 120

Скрипт

.@r = getrefine();
bonus bInt,3;
if (.@r>=5) {
   bonus bMatkRate,2;
   bonus bAspd,1;
}
if (.@r>=7) {
   bonus bMatk,10;
   bonus3 bAutoSpell,"AL_HOLYLIGHT",1,100;
   bonus2 bSkillAtk,"AL_HOLYLIGHT",10;
}
if (.@r>=9) {
   bonus bMatk,20;
   bonus3 bAutoSpell,"BS_ADRENALINE",1,70;
   bonus2 bSkillAtk,"AL_HOLYLIGHT",20;
}
if (.@r>=10) {
   bonus bMatkRate,3;
   bonus bMaxHP,500;
   bonus2 bMagicAtkEle,Ele_Holy,4;
}
if (.@r>=12) {
   bonus bDelayrate,-5;
   bonus2 bMagicAtkEle,Ele_Holy,6;
}