Exoricist's Bible [2], книга (Renewal)
Exoricist's Bible [2] (DEMON_HUNTING_BIBLE_K) – оружие.
![Exoricist's Bible [2], книга (Renewal) Exoricist's Bible [2], книга (Renewal)](/images/db/items/picture/28630.png)
A book on eradication of demons, which is said to have been used by high-ranking ancient clergymen.
It seems to resonate with Ancient Hero Boots. 
MATK +160. 
Every 2 Refine levels MATK+ 10. 
Every 3 Refine levels Duple Light damage increased by 25%. 
When Refine level is 9 attack speed increased (delay after attack decreased by 10% ).
When Refine level is 11 Duplex Light damage increased additionally by 30%. 
When equipped together with Ancient Hero Boots and attacking with magic attacks, with a fixed rate for 7s INT + 20, MATK+ 15% . 
Weapon Lv : 4
Required Lv : 100
Required
Скрипт
.@r = getrefine();
if (.@r>=2) {
   bonus bMatk,.@r/2*10;
}
if (.@r>=3) {
   bonus2 bSkillAtk,"AB_DUPLELIGHT_MELEE",.@r/3*25;
   bonus2 bSkillAtk,"AB_DUPLELIGHT_MAGIC",.@r/3*25;
}
if (.@r>=9) {
   bonus bAspdRate,10;
}
if (.@r>=11) {
   bonus2 bSkillAtk,"AB_DUPLELIGHT_MELEE",30;
   bonus2 bSkillAtk,"AB_DUPLELIGHT_MAGIC",30;
}