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

Saint Mace-LT [2] (SAINT_HALL_LT) – оружие.

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

Can't be destroyed.
Matk + 200, Matk + 5%.
If the user's base level is 210 or higher, SPL + 2, S.Matk + 1.
Increases holy property magical damage by 1% per 2 refine rate.
Increases Adoramus damage by 5% per 3 refine rate.
If refine rate is 7 or higher, reduces variable casting time by 10%, increases holy property magical damage by additional 10%
If refine rate is 9 or higher, increases magical damage against all race monsters (excecpt players) by 15%.
If refine rate is 11 or higher, increases Adoramus damage by additional 30%.

When equipped with Hero Boots-LT, Matk + 10%, S.Matk + 2.

[Bonus by grade]
[Grade D] Matk + 3%.
[Grade C] Increases neutral and holy property magical damage by 15%, S.Matk + 1.
[Grade B] SPL + 3, S.Matk + 2.

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

  • ID: 31666
  • Код: SAINT_HALL_LT
  • Тип: оружие
  • Подтип: булава
  • Уровень оружия: 5
  • Атака: 190
  •  
  • Требуемый уровень: 190
  • Профессии: priest
  • Вес: 100

Скрипт

.@g = getenchantgrade();
.@r = getrefine();
bonus bUnbreakableWeapon;
bonus bMatkRate,5;
bonus bMatk,210;
if (BaseLevel>=210) {
   bonus bSMatk,1;
   bonus bSpl,2;
}
if (.@r>=7) {
   bonus2 bMagicAtkEle,Ele_Holy,10;
   bonus bVariableCastrate,-10;
   if (.@r>=9) {
      bonus2 bMagicAddRace,RC_All,15;
      bonus2 bMagicAddRace,RC_Player_Human,-15;
      bonus2 bMagicAddRace,RC_Player_Doram,-15;
      if (.@r>=11) {
         bonus2 bSkillAtk,"AB_ADORAMUS",30;
      }
   }
}
if (.@g >= ENCHANTGRADE_D) {
   bonus bMatkRate,3;
   if (.@g >= ENCHANTGRADE_C) {
      bonus2 bMagicAtkEle,Ele_Holy,15;
      bonus bSMatk,1;
      if (.@g >= ENCHANTGRADE_B) {
         bonus bSMatk,2;
         bonus bSpl,3;
      }
   }
}
bonus2 bMagicAtkEle,Ele_Holy,(.@r/2);
bonus2 bSkillAtk,"AB_ADORAMUS",5*(.@r/3);