Poenitentia Liber
| Item ID | 540015 | Name | Poenitentia Liber |
|
A book containing the pain of bereavement.
_______________________ Indestructible in battle _______________________ MATK +215 _______________________ ATK +5% MATK +5% _______________________ Increases damage of Petitio by 10%. _______________________ For each 2 Refine Levels: Increases damage of Duple Light by 3%. _______________________ Refine Level +7: Increases Attack Speed (decreases After Attack Delay by 10%). _______________________ Refine Level +9: Increases damage of Duple Light by additional 30%. _______________________ Refine Level +11: Increases Magical Damage with Holy element by 15%. _______________________ [Bonus by Grade] [Grade D]: Damage of Petitio +5%. [Grade C]: Damage of Petitio +8%, S.MATK +1. [Grade B]: Damage of Petitio +12%, SPL +1. _______________________ Type: Book Attack: 230 Weight: 100 Weapon Level: 5 _______________________ Requirement: Base Level 230 Cardinal |
|---|---|---|---|---|---|
| Weapon Level | 5 | Identifier | Poenitentia_Liber | ||
| Attack | 230 | Type | Weapon - Book | ||
| MATK | 215 | Equip Locations | Main Hand | ||
| Defense | 0 | Equippable Jobs | Priest | ||
| Range | 1 | Equip Gender | Both (Male and Female) | ||
| Slots | 2 | Equip Upper | None | ||
| Weight | 100 | Min Equip Level | 230 | ||
| NPC Buy | 0 | Max Equip Level | None | ||
| NPC Sell | 0 | Refineable | Yes | ||
| Credit Price | None | Trade restriction | None | ||
| Item Script |
.@g = getenchantgrade();
.@r = getrefine();
bonus bUnbreakableWeapon;
bonus bMatkRate,5;
bonus bAtkRate,5;
bonus2 bSkillAtk,"CD_PETITIO",10;
bonus2 bSkillAtk,"AB_DUPLELIGHT_MELEE",3*(.@r/2);
bonus2 bSkillAtk,"AB_DUPLELIGHT_MAGIC",3*(.@r/2);
if (.@r>=7) {
bonus bAspdRate,10;
if (.@r>=9) {
bonus2 bSkillAtk,"AB_DUPLELIGHT_MELEE",30;
bonus2 bSkillAtk,"AB_DUPLELIGHT_MAGIC",30;
if (.@r>=11) {
bonus2 bMagicAtkEle,Ele_Holy,15;
}
}
}
if (.@g >= ENCHANTGRADE_D) {
bonus2 bSkillAtk,"CD_PETITIO",5;
if (.@g >= ENCHANTGRADE_C) {
bonus bSMatk,1;
bonus2 bSkillAtk,"CD_PETITIO",8;
if (.@g >= ENCHANTGRADE_B) {
bonus bSpl,1;
bonus2 bSkillAtk,"CD_PETITIO",12;
}
}
}
|
||||
| Set | Script | ||||
|---|---|---|---|---|---|
|
.@r = getequiprefinerycnt(EQI_HAND_R); bonus bShortAtkRate,15; bonus bCritical,3*(.@r/2); bonus2 bSkillAtk,"CD_PETITIO",15*(.@r/2); |
||||
|
bonus bMaxHPrate,15; bonus2 bSubClass,Class_Boss,10; skill "MG_SAFETYWALL",5; |