ID #540015
Weapon
Poenitentia Liber [2]
Buy Price: N/A
Sell Price: N/A
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
_______________________
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
Equipment Reform
Available through the reform system Poenitentia_Hammer
- Blacksmith Blessing × 14
Available through the reform system Plus7_Refine_NPC
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
1000
Range
1
Acquisition method
Equipment reform
Job Requirements
Priest
Yes
Requirements
Weapon Level
5
Min Level
230
Scripts
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; } } }
.@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;
}
}
}