ID #28630
Weapon
Exoricist's Bible [2]
Buy Price: N/A
Sell Price: N/A
The Bible on Demon Era, reportedly used by ancient high priests.
It resonates with Ancient Hero's Boots.
_______________________
MATK +160
_______________________
For each 2 Refine Levels:
MATK +10
_______________________
For each 3 Refine Levels:
Increases damage of Duple Light by 25%.
_______________________
Refine Level +9:
Increases Attack Speed (decreases After Attack Delay by 10%).
_______________________
Refine Level +11:
Increases damage of Duple Light by additional 25%.
_______________________
When equipped with Ancient Hero's Boots:
Random chance to increase INT by 20 and MATK by 15% for 7 seconds when dealing magical damage.
_______________________
Type: Book
Attack: 165
Weight: 50
Weapon Level: 4
_______________________
Requirement:
Base Level 100
Archbishop
It resonates with Ancient Hero's Boots.
_______________________
MATK +160
_______________________
For each 2 Refine Levels:
MATK +10
_______________________
For each 3 Refine Levels:
Increases damage of Duple Light by 25%.
_______________________
Refine Level +9:
Increases Attack Speed (decreases After Attack Delay by 10%).
_______________________
Refine Level +11:
Increases damage of Duple Light by additional 25%.
_______________________
When equipped with Ancient Hero's Boots:
Random chance to increase INT by 20 and MATK by 15% for 7 seconds when dealing magical damage.
_______________________
Type: Book
Attack: 165
Weight: 50
Weapon Level: 4
_______________________
Requirement:
Base Level 100
Archbishop
Available from boxes
Equipment Reform
Available through the reform system Hero_Equipment_Cube
Available through the reform system Hero_Up_Cube_11
Equipment Slots
Head (Top)
Head (Lower)
Left Hand
Garment
Accessory 1
Head (Mid)
Body Armor
Right Hand
Shoes
Accessory 2
Basic Information
Type
Weapon
Weight
500
Range
1
Acquisition method
Equipment reform
Job Requirements
Priest
Yes
Requirements
Weapon Level
4
Min Level
100
Scripts
Script .@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; }
.@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;
}