Pilgrim Shoes
| Item ID | 22189 | Name | Pilgrim Shoes |
|
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. _______________________ MDEF +15 _______________________ MaxHP +3%, MaxSP +3% _______________________ Decreases Praefatio skill cooldown by 1 second. _______________________ For each Level of Cantocandidus: ASPD +4% _______________________ For each Level of Sacrament: DEF +50 Decreases damage taken from Demi-Human race by 2%. _______________________ For each Level of Highness Heal: Increases Healing skills by 5%. _______________________ For each Level of Praefatio: Decreases After Skill Delay by by 6%. _______________________ Refine Level +5: MaxHP +7%, MaxSP +7% Decreases SP Consumption of skills by 3%. _______________________ Refine Level +7: Max HP +10%, Max SP +10% Decreases SP Consumption of skills by additional 5%. _______________________ Type: Shoes Defense: 15 Weight: 50 Armor Level: 1 _______________________ Requirement: Base Level 100 |
|---|---|---|---|---|---|
| Weapon Level | 0 | Identifier | Shoes_Of_Pilgrim | ||
| Attack | 0 | Type | Armor | ||
| MATK | 0 | Equip Locations | Footgear | ||
| Defense | 15 | Equippable Jobs | None | ||
| Range | 0 | Equip Gender | Both (Male and Female) | ||
| Slots | 0 | Equip Upper | None | ||
| Weight | 50 | Min Equip Level | 100 | ||
| NPC Buy | 20 | Max Equip Level | None | ||
| NPC Sell | 10 | Refineable | Yes | ||
| Credit Price | None | Trade restriction | None | ||
| Item 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;
}
|
||||