Patent Exorcist's Bible

Item ID 540011 Name Patent Exorcist's Bible
The Bible on Demon Era, reportedly used by ancient high priests.
Seeing that the divine power was inhabited, it began to exert its natural power.
It resonates with Great Hero's Boots.
_______________________
MATK +190
_______________________
For each 2 Refine Levels:
MATK +15
_______________________
For each 3 Refine Levels:
Increases damage of Duple Light and Judex by 25%.
_______________________
Refine Level +7:
Increases Attack Speed (decreases After Attack Delay by 10%).
Increases Magical Damage with Holy element by 15%.
_______________________
Refine Level +9:
Increases damage of Duple Light and Judex by additional 30%.
_______________________
Refine Level +11:
Physical attacks have a chance to auto-cast Level 5 Adoramus (If you learned a higher Level, it will auto cast that Level instead.).
_______________________
When equipped with Great Hero's Boots:
INT +10, MATK +7%.
_______________________
Type: Book
Attack: 205
Weight: 70
Weapon Level: 4
_______________________
Requirement:
Base Level 150
Archbishop
Weapon Level 4 Identifier Up_Demon_Hunting_Bible
Attack 205 Type Weapon - Book
MATK 190 Equip Locations Main Hand
Defense 0 Equippable Jobs Priest
Range 1 Equip Gender Both (Male and Female)
Slots 2 Equip Upper Third, Third Upper, Third Baby
Weight 70 Min Equip Level 150
NPC Buy 20 Max Equip Level None
NPC Sell 10 Refineable Yes
Credit Price None Trade restriction None
Item Script
.@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;
}

Set Script
Great Hero Boots
Patent Exorcist's Bible
bonus bInt,10;
bonus bMatkRate,7;
Ring of Unknown Hero (Archbishop)
Patent Exorcist's Bible
bonus2 bMagicAddRace,RC_All,8;
if (getequiprefinerycnt(EQI_HAND_R)>=11)
   bonus2 bSkillAtk,"AB_JUDEX",(readparam(bAgi)+readparam(bInt))/12;
[Not For Sale] Ring of Unknown Hero (Archbishop)
Patent Exorcist's Bible
bonus2 bMagicAddRace,RC_All,8;
if (getequiprefinerycnt(EQI_HAND_R)>=11)
   bonus2 bSkillAtk,"AB_JUDEX",(readparam(bAgi)+readparam(bInt))/12;