Exorcist's Bible-LT [2], книга (Renewal)

Exorcist's Bible-LT [2] (DEMON_HUNTING_BIBLE_LT) – оружие.

Exorcist's Bible-LT [2], книга (Renewal)

Matk + 190, Matk + 5%.
If the user's base level is 210 or higher, SPL + 2, S.Matk + 1.
Atk + 10 and Matk + 10 per 2 refine rate.
Increases Duple Light and Judex damage by 25% per 3 refine rate.
If refine rate is 7 or higher, increases attack speed (reduces delay after attack by 10%), increases neutral and holy property magical damage by 15%.
If refine rate is 9 or higher, increases Duple Light and Judex damage by additional 45%.
If refine rate is 11 or higher, has a high chance to auto-cast Judex level 5 when dealing normal physical damage (If user has higher level, that level will be cast instead).

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

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

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

  • ID: 31373
  • Код: DEMON_HUNTING_BIBLE_LT
  • Тип: оружие
  • Подтип: книга
  • Уровень оружия: 5
  • Атака: 220
  •  
  • Требуемый уровень: 190
  • Профессии: priest
  • Вес: 70

Скрипт

.@g = getenchantgrade();
.@r = getrefine();
bonus bUnbreakableWeapon;
bonus bMatkRate,5;
bonus bMatk,190;
if (BaseLevel>=210) {
   bonus bSMatk,1;
   bonus bSpl,2;
}
if (.@r>=7) {
   bonus2 bMagicAtkEle,Ele_Holy,15;
   bonus2 bMagicAtkEle,Ele_Neutral,15;
   bonus bAspdRate,10;
   if (.@r>=9) {
      bonus2 bSkillAtk,"AB_DUPLELIGHT_MELEE",45;
      bonus2 bSkillAtk,"AB_DUPLELIGHT_MAGIC",45;
      bonus2 bSkillAtk,"AB_JUDEX",45;
      if (.@r>=11) {
         bonus5 bAutoSpell,"AB_JUDEX",max(5,getskilllv("AB_JUDEX")),100,BF_SHORT|BF_WEAPON,1;
      }
   }
}
if (.@g >= ENCHANTGRADE_D) {
   bonus bMatkRate,3;
   if (.@g >= ENCHANTGRADE_C) {
      bonus2 bMagicAtkEle,Ele_Holy,15;
      bonus2 bMagicAtkEle,Ele_Neutral,15;
      bonus bSMatk,1;
      if (.@g >= ENCHANTGRADE_B) {
         bonus bSMatk,2;
         bonus bSpl,3;
      }
   }
}
bonus bMatk,10*(.@r/2);
bonus bBaseAtk,10*(.@r/2);
bonus2 bSkillAtk,"AB_DUPLELIGHT_MELEE",25*(.@r/3);
bonus2 bSkillAtk,"AB_DUPLELIGHT_MAGIC",25*(.@r/3);
bonus2 bSkillAtk,"AB_JUDEX",25*(.@r/3);