ID #1586
Weapon
Vellum Bible
Buy Price: N/A
Sell Price: N/A
*Effects in WoE & PVP area
MATK +125
Increases Healing skills effectiveness based on your Base Level.
_______________________
Refine Level +6:
Removes Lauda Agnus, Lauda Ramus and Clearance skill cooldown while increasing the SP Consumption of these skills by 60.
_______________________
Type: Book
Attack: 110
Weight: 60
Weapon Level: 4
_______________________
Requirement:
Base Level 95
Priest, Sage and Star Gladiator
MATK +125
Increases Healing skills effectiveness based on your Base Level.
_______________________
Refine Level +6:
Removes Lauda Agnus, Lauda Ramus and Clearance skill cooldown while increasing the SP Consumption of these skills by 60.
_______________________
Type: Book
Attack: 110
Weight: 60
Weapon Level: 4
_______________________
Requirement:
Base Level 95
Priest, Sage and Star Gladiator
Monster Drops
Normal Drops
Dark Priest
Rate: 0.5%
Available from boxes
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
600
Range
1
Job Requirements
Priest
Yes
Sage
Yes
Requirements
Weapon Level
4
Min Level
95
Scripts
Script bonus bHealPower,5+BaseLevel; if (getrefine()>=6) { bonus2 bSkillCooldown,"AB_LAUDAAGNUS",-3000; bonus2 bSkillCooldown,"AB_LAUDARAMUS",-3000; bonus2 bSkillCooldown,"AB_CLEARANCE",-10000; bonus2 bSkillUseSP,"AB_LAUDAAGNUS",-60; bonus2 bSkillUseSP,"AB_LAUDARAMUS",-60; bonus2 bSkillUseSP,"AB_CLEARANCE",-60; }
bonus bHealPower,5+BaseLevel;
if (getrefine()>=6) {
bonus2 bSkillCooldown,"AB_LAUDAAGNUS",-3000;
bonus2 bSkillCooldown,"AB_LAUDARAMUS",-3000;
bonus2 bSkillCooldown,"AB_CLEARANCE",-10000;
bonus2 bSkillUseSP,"AB_LAUDAAGNUS",-60;
bonus2 bSkillUseSP,"AB_LAUDARAMUS",-60;
bonus2 bSkillUseSP,"AB_CLEARANCE",-60;
}