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

Patent Exorcist's Bible [2] (UP_DEMON_HUNTING_BIBLE) – оружие.

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

Seeing the divine power, he began to exert his natural power.
Bibliography of the Devil's Eradication, which is said to have been used by a high-ranking priest
It seems to resonate with the boots of the great hero.
Cannot be destroyed.
MATK + 190.
ATK + 10, MATK + 10 per 2 refine rates.
Increase damage of Duple Light and Judex by 25 per 3 refine rates.
When refined to +7 or higher, reduce delay after attack by 10%, increase holy property magic damage by 15%.
When refined to +9 or higher, increase damage of Duple Light and Judex by 30%.
When refined to +11 or higher, adds a chance to autocast Judex slv5 when melee physical attack(will cast higher slv if learned).
When equipped with Great Hero's Boots, INT + 10, MATK + 7%.

Can upgrade the weapon through [Special Equipment Researcher].

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

  • ID: 31352
  • Код: UP_DEMON_HUNTING_BIBLE
  • Тип: оружие
  • Подтип: книга
  • Уровень оружия: 4
  • Атака: 205
  • Магическая атака: 190
  •  
  • Требуемый уровень: 150
  • Профессии: priest
  • Цена покупки: 20 з
  • Цена продажи: 10 з
  • Вес: 70

Скрипт

.@r = getrefine();
bonus bBaseAtk,.@r/2*10;
bonus bMatk,.@r/2*10;
bonus2 bSkillAtk,"AB_DUPLELIGHT_MELEE",25*(.@r/3);
bonus2 bSkillAtk,"AB_DUPLELIGHT_MAGIC",25*(.@r/3);
bonus2 bSkillAtk,"AB_JUDEX",25*(.@r/3);
if (.@r>=7) {
   bonus bAspdRate,10;
   bonus2 bMagicAtkEle,Ele_Holy,15;
}
if (.@r>=9) {
   bonus2 bSkillAtk,"AB_DUPLELIGHT_MELEE",30;
   bonus2 bSkillAtk,"AB_DUPLELIGHT_MAGIC",30;
   bonus2 bSkillAtk,"AB_JUDEX",30;
}
if (.@r>=11) {
   .@i = getskilllv("AB_JUDEX");
   bonus3 bAutoSpell,"AB_JUDEX",(.@i > 5 ? .@i : 5),100;
}