Penitentia

Item ID 26161 Name Penitentia
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
Weapon Level 4 Identifier Ponitendtia
Attack 100 Type Weapon - Staff
MATK 175 Equip Locations Main Hand
Defense 0 Equippable Jobs Priest
Range 1 Equip Gender Both (Male and Female)
Slots 2 Equip Upper Third, Third Upper, Third Baby
Weight 70 Min Equip Level 170
NPC Buy 20 Max Equip Level None
NPC Sell 10 Refineable Yes
Credit Price None Trade restriction None
Item 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;
}

Set Script
Margaretha's Memory
Penitentia
.@r= getequiprefinerycnt(EQI_HAND_R)/3;
bonus2 bSkillAtk,"PR_MAGNUS",10*.@r;
bonus2 bSkillAtk,"AB_JUDEX",5*.@r;
Saint Crown
Penitentia
.@r_weapon = getequiprefinerycnt(EQI_HAND_R);
bonus2 bMagicAtkEle,Ele_Holy,10;
bonus2 bSkillAtk,"AB_JUDEX",10*.@r_weapon;
Penitentia
Ghost Galoshes
.@eq = getequiprefinerycnt(EQI_SHOES);
.@weapon = getequiprefinerycnt(EQI_HAND_R);
bonus bAspdRate,10;
bonus2 bMagicAddRace,RC_All,2*.@eq;
if ((.@eq + .@weapon) >= 18) {
   bonus2 bSkillCooldown,"PR_MAGNUS",-4000;
   if ((.@eq + .@weapon) >= 22) {
       bonus4 bAutoSpellOnSkill,"AB_JUDEX","AB_VITUPERATUM",4,80;
   }
}
Penitentia
Ghost Galoshes
.@eq = getequiprefinerycnt(EQI_SHOES);
.@weapon = getequiprefinerycnt(EQI_HAND_R);
bonus bAspdRate,10;
bonus2 bMagicAddRace,RC_All,2*.@eq;
if ((.@eq + .@weapon) >= 18) {
   bonus2 bSkillCooldown,"PR_MAGNUS",-4000;
   if ((.@eq + .@weapon) >= 22) {
       bonus4 bAutoSpellOnSkill,"AB_JUDEX","AB_VITUPERATUM",4,80;
   }
}