ID #26161
Weapon
Penitentia [2]
Buy Price: N/A
Sell Price: N/A
A staff with the power to judge and penitrate those who have sinned.
_______________________
MATK +175
_______________________
Indestructible in battle
_______________________
Increases Magical Damage with Holy element by 5%.
_______________________
For each Refine Level:
MATK +4
_______________________
Refine Level +9:
Increases damage of Magnus Exorcismus and Judex by 30%.
_______________________
Refine Level +11:
Increases damage of Magnus Exorcismus by additional 20%.
_______________________
Type: One-Handed Staff
Attack: 100
Weight: 70
Weapon Level: 4
_______________________
Requirement:
Base Level 170
Archbishop
_______________________
MATK +175
_______________________
Indestructible in battle
_______________________
Increases Magical Damage with Holy element by 5%.
_______________________
For each Refine Level:
MATK +4
_______________________
Refine Level +9:
Increases damage of Magnus Exorcismus and Judex by 30%.
_______________________
Refine Level +11:
Increases damage of Magnus Exorcismus by additional 20%.
_______________________
Type: One-Handed Staff
Attack: 100
Weight: 70
Weapon Level: 4
_______________________
Requirement:
Base Level 170
Archbishop
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
700
Range
1
Job Requirements
Priest
Yes
Requirements
Weapon Level
4
Min Level
170
Scripts
Script .@r = getrefine(); bonus bMatk,4*.@r; bonus bUnbreakableWeapon; bonus2 bMagicAtkEle,Ele_Holy,5; if (.@r >= 9) { bonus2 bSkillAtk,"PR_MAGNUS",(.@r>=11) ? 50 : 30; bonus2 bSkillAtk,"AB_JUDEX",30; }
.@r = getrefine();
bonus bMatk,4*.@r;
bonus bUnbreakableWeapon;
bonus2 bMagicAtkEle,Ele_Holy,5;
if (.@r >= 9) {
bonus2 bSkillAtk,"PR_MAGNUS",(.@r>=11) ? 50 : 30;
bonus2 bSkillAtk,"AB_JUDEX",30;
}