Patent Exorcist's Bible [2], книга (Renewal)
Patent Exorcist's Bible [2] (UP_DEMON_HUNTING_BIBLE) – оружие.
![Patent Exorcist's Bible [2], книга (Renewal) Patent Exorcist's Bible [2], книга (Renewal)](/images/db/items/picture/540011.png)
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].
Скрипт
.@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; }