Vellum Bible, книга (Renewal)
Vellum Bible (VELUM_BIBLE) – оружие. Выпадает из монстров: Dark Priest.

A book that has been designed specifically for battles against players.
Magic Property: Neutral
Stats during WoE, PvP
Increases the recovery rate of recovery skills by 5%.
Increases the recovery rate of recovery skills by an additional 1% for every base level.
If upgrade level is +6 or higher,
Reduces the cooldown of Clearance by 10 seconds.
Reduces the cooldown of Lauda Agnus and Lauda Ramus by 3 seconds.
Increases the SP cost of Clearance, Lauda Agnus and Lauda Ramus by 60.
Скрипт
bonus bHealPower,(BaseLevel/5)-20;
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;
}