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

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

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

Mace that is said to have been used by a saint.
It seems to resonate with Ancient Hero Boots.
Cannot be destroyed in battle.
MATK + 165, MATK + 3%.
Increases holy property magical damage by 1% per 2 refine rate.
Increases Adoramus damage by 5% per 3 refine rate.
If refine rate is 9 or higher, reduces variable casting time by 10%.
If refine rate is 11 or higher, increases holy property magical damage by additional 10%
When equipped with Ancient Hero Boots, when dealing magical damage, has a chance to gain Int + 20 and Matk + 15% for 7 seconds.
Weapon Lv: 4
Required Lv: 100
Required

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

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

Скрипт

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