Sealed Exorcism Bible

Item ID 28632 Name Sealed Exorcism Bible
A Bible about the eradication of demons that is said to have been used by ancient high priests.
_______________________
MATK +160
_______________________
For each 2 Refine Levels:
MATK +10
_______________________
For each 3 Refine Levels:
Increases damage of Duple Light by 25%.
_______________________
Refine Level +7:
Increases Attack Speed (decreases After Attack Delay by 10%).
_______________________
Refine Level +9:
Increases damage of Duple Light by additional 30%.
_______________________
Type: Book
Attack: 165
Weight: 0
Weapon Level: 4
_______________________
Requirement:
Base Level 99
Archbishop
Weapon Level 4 Identifier Evt_D_H_Bible_K
Attack 165 Type Weapon - Book
MATK 160 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 0 Min Equip Level 99
NPC Buy 0 Max Equip Level None
NPC Sell 0 Refineable Yes
Credit Price None Trade restriction Can't be dropped, Can't be traded with player, Can't be put in Cart, Can't be put in Storage, Can't be put in Guild Storage, Can't be attached in Mail, Can't be auctioned
Item Script
.@r = getrefine();
bonus bMatk,10*(.@r/2);
bonus2 bSkillAtk,"AB_DUPLELIGHT_MELEE",25*(.@r/3);
bonus2 bSkillAtk,"AB_DUPLELIGHT_MAGIC",25*(.@r/3);
if (.@r>=7) {
   bonus bAspdRate,10;
}
if (.@r>=9) {
   bonus2 bSkillAtk,"AB_DUPLELIGHT_MELEE",30;
   bonus2 bSkillAtk,"AB_DUPLELIGHT_MAGIC",30;
}