
RENEWAL / ITEMS
Shoes of Punishment
#22120Armor
Shoes_Of_Punishment
TypeArmor
Equipment positionFootgear
GenderBoth
Weight50
Buy price20 z
Sell price10 z
DEF15
Required level100
Armor level1
Description
Shoes worn by those who carry out the punishments deemed suitable by the gods themselves.
Class: Shoes
Defense: 15
Weight: 50
Requires Level: 100
Usable By: All Jobs
Max HP + 3%
Max SP + 3%
MATK + 2%
Mdef + 15
Increases the damage of Holy property magical attacks on targets by 2%.
Increases the damage of Judex by 30%.
If upgrade level is +5 or higher,
Additional Max HP + 7%
Additional Max SP + 7%
Additional MATK + 3%
Increases the damage of Holy property magical attacks on targets by an additional 3%.
If upgrade level is +7 or higher,
Additional Max HP + 10%
Additional Max SP + 10%
Additional MATK + 5%
Increases the damage of Holy property magical attacks on targets by an additional 5%.
Set Bonus
Shoes Of Punishment
Holy Stick [1]
Reduces the variable casting time of Adoramus by 5% per level of Oratio known.
Reduces the variable casting time of Judex by 5% per level of Oratio known.
Increases the damage of Adoramus by 10% per level of Lauda Ramus, Lauda Agnus, and Clearance known.
If Holy Stick [1] upgrade level is +7 or higher,
Increases magical damage on Demon and Undead race targets by 30%.
Increases magical damage on Shadow and Undead property targets by 30%.
If Holy Stick [1] upgrade level is +9 or higher,
Increases the damage of Adoramus by an additional 20%.
Increases magical damage on Demon and Undead race targets by an additional 20%.
Increases magical damage on Shadow and Undead property targets by an additional 20%.
English Renewal client description · iRO. Numeric server data above takes precedence when the client text differs.
Item details
- Gender
- Both
- Equipment position
- Footgear
- Jobs
- All
- Yes
- Classes
- All
- Yes
- Refineable
- Yes
- Trade
Item effect script
bonus bMdef,15;
bonus bMatkRate,2;
bonus bMaxHPrate,3;
bonus bMaxSPrate,3;
bonus2 bSkillAtk,"AB_JUDEX",30;
bonus2 bMagicAtkEle,Ele_Holy,2;
.@r = getrefine();
if (.@r>=5) {
bonus bMatkRate,3;
bonus bMaxHPrate,7;
bonus bMaxSPrate,7;
bonus2 bMagicAtkEle,Ele_Holy,3;
}
if (.@r>=7) {
bonus bMatkRate,5;
bonus bMaxHPrate,10;
bonus bMaxSPrate,10;
bonus2 bMagicAtkEle,Ele_Holy,5;
}