
RENEWAL / ITEMS
Pilgrim Shoes
#22189Armor
Shoes_Of_Pilgrim
TypeArmor
Equipment positionFootgear
GenderBoth
Weight50
Buy price20 z
Sell price10 z
DEF15
Required level100
Armor level1
Description
Shoes that a faithful and enthusiastic worshiper wore during his pilgrimage. If you wear these shoes, you will be able to receive favors from God.
Class: Shoes
Defense: 15
Weight: 50
Requires Level: 100
Usable By: All Jobs
Max HP + 3%
Max SP + 3%
Def + 50 per level of Sacrament known.
Mdef + 15
Aspd + 4% per level of Cantocandidus known.
Reduces the cooldown of Praefatio by 1 second.
Reduces the global delay of skills by 6% per level of Praefatio known.
Reduces damage taken from Demi-Human race enemies by 2% per level of Sacrament known.
Increases the recovery rate of recovery skills by 5% per level of Highness Heal known.
If upgrade level is +5 or higher,
Additional Max HP + 7%
Additional Max SP + 7%
Reduces the SP cost of skills by 3%.
If upgrade level is +7 or higher,
Additional Max HP + 10%
Additional Max SP + 10%
Reduces the SP cost of skills by an additional 5%.
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 bMaxHPrate,3;
bonus bMaxSPrate,3;
bonus bDef,50*getskilllv("AB_SECRAMENT");
bonus bMdef,15;
bonus bAspdRate,4*getskilllv("AB_CANTO");
bonus2 bSkillCooldown,"AB_PRAEFATIO",-1000;
bonus bDelayrate,-6*getskilllv("AB_PRAEFATIO");
bonus2 bSubRace,RC_DemiHuman,2*getskilllv("AB_SECRAMENT");
bonus2 bSubRace,RC_Player_Human,2*getskilllv("AB_SECRAMENT");
bonus bHealPower,5*getskilllv("AB_HIGHNESSHEAL");
if (.@r>=5) {
bonus bMaxHPrate,7;
bonus bMaxSPrate,7;
bonus bUseSPrate,-3;
}
if (.@r>=7) {
bonus bMaxHPrate,10;
bonus bMaxSPrate,10;
bonus bUseSPrate,-5;
}