Spiritual Cloth [1], броня (Renewal)

Spiritual Cloth [1] (SPIRITUAL_CLOTH) – броня.

 

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%.

DEF : 12

Базовые свойства предмета

  • ID: 26465
  • Код: SPIRITUAL_CLOTH
  • Тип: броня
  • Уровень брони: 1
  • Защита: 12
  •  
  • Требуемый уровень: 100
  • Вес: 90

Скрипт

.@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;
}