
RENEWAL / ITEMS
Avoidance Cape [1]
#20993Armor
Avoidance_Cape
TypeArmor
Equipment positionGarment
GenderBoth
Weight30
Buy price20 z
Sell price10 z
DEF25
Slots1
Required level100
Armor level1
Description
The cape was worn by the priest who tried to heal his ally.
MaxHP + 2% , MaxSP + 2%
Reduce after cast delay by 5%
Reduce incoming damage from human, doram players by 5%
Flee + 10 , Perfect dodge + 5 per 1 skill level of Sacrament that player has learned.
When Praefatio lv 10,
reduce incoming neutral property damage by 50%,
reduce fixed casting time of Renovatio by 100%
When High Heal lv5
reduce incoming water, shadow property damage by 75%
When refined to +5 or higher,
additional MaxHP + 3% , MaxSP + 3% , reduce after cast delay by additional 5%
When refined to +7 or higher,
additional MaxHP + 5% , MaxSP + 5% , reduce after cast delay by additional 5%
Type : Garment Defense : 25
Weight : 30
Required Level : 100
Class : All
English Renewal client description · iRO. Numeric server data above takes precedence when the client text differs.
Item details
- Gender
- Both
- Equipment position
- Garment
- Jobs
- All
- Yes
- Classes
- All
- Yes
- Refineable
- Yes
- Trade
Item effect script
.@r = getrefine();
bonus bMdef,5;
bonus bMaxHPrate,2;
bonus bMaxSPrate,2;
bonus bDelayrate,-5;
bonus2 bSubRace,RC_DemiHuman,5;
bonus2 bSubRace,RC_Player_Doram,5;
bonus2 bSubRace,RC_Player_Human,5;
bonus bFlee,10*getskilllv("AB_SECRAMENT");
bonus bFlee2,5*getskilllv("AB_SECRAMENT");
if (getskilllv("AB_PRAEFATIO") == 10) {
bonus2 bSubEle,Ele_Neutral,50;
bonus2 bFixedCastrate,"AB_RENOVATIO",-100;
}
if (getskilllv("AB_HIGHNESSHEAL") == 5) {
bonus2 bSubEle,Ele_Ghost,75;
bonus2 bSubEle,Ele_Water,75;
}
if (.@r>=5) {
bonus bMaxHPrate,3;
bonus bMaxSPrate,3;
bonus bDelayrate,-5;
}
if (.@r>=7) {
bonus bMaxHPrate,5;
bonus bMaxSPrate,5;
bonus bDelayrate,-5;
}