
RENEWAL / ITEMS
Spiritual Cloth [1]
#20973Armor
Spiritual_Cloth
TypeArmor
Equipment positionGarment
GenderBoth
Weight90
Buy price0 z
Sell price0 z
DEF12
Slots1
Required level100
Armor level1
Description
MaxHP + 3%
MaxSP + 3%
Reduce after cast delay by 5%
Reduce damage taken from Doram Players, Human Players and Demi Human monsters by 5%.
When refined to +7 or higher
Additional MaxHP + 7%
Additional MaxSP + 7%
Additional Reduce after cast delay by 5%
When refined to +11 or higher
Additional MaxHP + 10%
Additional MaxSP + 10%
Additional Reduce after cast delay by 5%
When equipped with Eclipse Card, reduce damage taken from holy property attacks by additional 75%.
Reduce damage taken from holy property attacks by additional 5% for each level of Faith skill learned.
When equipped with Orc Zombie Card, reduce damage taken from undead property damage by 45%
When equipped with Marionette Card, reduce damage taken from ghost property by 45%
When equipped with Myst Card, reduce damage taken from poison property by 45%.
Class: Garment
DEF : 12
Weight: 90
Required Level : 100
Usable By: All Jobs
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,10;
bonus bMaxHPrate,3;
bonus bMaxSPrate,3;
bonus bDelayrate,-5;
bonus2 bSubRace,RC_DemiHuman,5;
bonus2 bSubRace,RC_Player_Human,5;
bonus2 bSubRace,RC_Player_Doram,5;
if (.@r >= 5) {
bonus bMaxHPrate,7;
bonus bMaxSPrate,7;
bonus bDelayrate,-5;
}
if (.@r >= 7) {
bonus bMaxHPrate,10;
bonus bMaxSPrate,10;
bonus bDelayrate,-5;
}