ID #28632
Weapon
Sealed Exorcism Bible [2]
Buy Price: N/A
Sell Price: N/A
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
_______________________
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
Equipment Slots
Head (Top)
Head (Lower)
Left Hand
Garment
Accessory 1
Head (Mid)
Body Armor
Right Hand
Shoes
Accessory 2
Basic Information
Type
Weapon
Range
1
Job Requirements
Priest
Yes
Requirements
Weapon Level
4
Min Level
99
Scripts
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; }
.@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;
}