
RENEWAL / ITEMS
Shoes of Purge [1]
#470106Armor
Shoes_Of_Judex_
TypeArmor
Equipment positionFootgear
GenderBoth
Weight50
Buy price20 z
Sell price10 z
DEF15
Slots1
Required level100
Armor level1
Description
MHP +3% and MSP +3%.
Reduces the cooldown time of High Heal by 1 second.
When refine level is 10 or higher,
increases MHP and MSP by additional 7%,
reduces global cooldown by 10%.
When refine level is 11 or higher,
increases MHP and MSP by additional 10%,
reduces global cooldown by additional 10%.
When learned Oratio Level 10,
reduces variable casting time by 50%, and reduces global cooldown by 50%.
When learned Clearance Level 5,
increases magical damage against all property enemies by 25%.
When performing Offertorium,
for every base level, increases Judex damage by 1% for 15 seconds.(Up to level 250)
For every level of Lauda Agnus and Lauda Ramus learned,
MDEF +10, increases healing by 8%.
------------------------
Type : Shoes
Def : 15
Weight : 50
Required Level : 100
Class : All Jobs
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
.@r = getrefine();
bonus bUnbreakableShoes;
bonus bMdef,15+(10*(getskilllv("AB_LAUDAAGNUS")+getskilllv("AB_LAUDARAMUS")));
bonus bHealPower,8*(getskilllv("AB_LAUDAAGNUS")+getskilllv("AB_LAUDARAMUS"));
bonus bMaxHPrate,3;
bonus bMaxSPrate,3;
bonus2 bSkillCooldown,"AB_HIGHNESSHEAL",-1000;
if (getskilllv("AB_ORATIO") == 10) {
bonus bVariableCastrate,-50;
bonus bDelayrate,-50;
}
if (getskilllv("AB_CLEARANCE") == 5) {
bonus2 bMagicAddEle,Ele_All,25;
autobonus3 "{ bonus2 bSkillAtk,\"AB_JUDEX\",BaseLevel; }",1000,15000,"AB_OFFERTORIUM";
}
if (.@r>=5) {
bonus bMaxHPrate,7;
bonus bMaxSPrate,7;
bonus bDelayrate,-10;
}
if (.@r>=7) {
bonus bMaxHPrate,10;
bonus bMaxSPrate,10;
bonus bDelayrate,-10;
}