Patent Saint Mace [2], булава (Renewal)

Patent Saint Mace [2] (UP_SAINT_HALL) – оружие.

Patent Saint Mace [2], булава (Renewal)

The hall is said to have been used by a saint
Seeing the divine power, he began to exert his natural power.
It seems to resonate with the boots of the great hero.
Cannot be destroyed.
MATK + 200, MATK + 3%.
Increase holy property magic damage by 1% per 2 refine rates.
Increase damage of Adoramus by 5% per 3 refine rates.
When refined to +7 or higher, reduce variable casting by 10%, increase holy property magic damage by 10%.
When refined to +9 or higher, increase magic damage to all race mononsters by 15% (except players).
When refined to +11 or higher, increase damage of Adoramus by 15%.
When equipped with Great Hero's Boots, INT + 10, MATK + 7%.

Can upgrade the weapon through [Special Equipment Researcher].

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

  • ID: 31651
  • Код: UP_SAINT_HALL
  • Тип: оружие
  • Подтип: булава
  • Уровень оружия: 4
  • Атака: 170
  • Магическая атака: 200
  •  
  • Требуемый уровень: 150
  • Профессии: priest
  • Вес: 100

Скрипт

bonus bUnbreakableWeapon;
bonus bMatkRate,3;
.@r = getrefine();
bonus2 bMagicAtkEle,Ele_Holy,.@r/2;
bonus2 bSkillAtk,"AB_ADORAMUS",.@r/3*5;
if (.@r>=7) {
   bonus bVariableCastrate,-10;
   bonus2 bMagicAtkEle,Ele_Holy,10;
}
if (.@r>=9) {
   bonus2 bMagicAddRace,RC_All,15;
}
if (.@r>=11) {
   bonus2 bSkillAtk,"AB_ADORAMUS",15;
}