Pilgrim Shoes, броня (Renewal)
Pilgrim Shoes (SHOES_OF_PILGRIM) – броня.

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.
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%.
Базовые свойства предмета
- ID: 26689
- Код: SHOES_OF_PILGRIM
- Тип: броня
- Уровень брони: 1
- Защита: 15
- Требуемый уровень: 100
- Цена покупки: 20 з
- Цена продажи: 10 з
- Вес: 50
Скрипт
.@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; }