Illusion Sprint Mail [1], броня (Renewal)

Illusion Sprint Mail [1] (SPRINT_MAIL_IL) – броня.

Illusion Sprint Mail [1], броня (Renewal)

Vit + 5, increases HP recovery rate by 20%.
If refine rate is 7 or higher, increases HP recovery rate by additional 20%.
If refine rate is 9 or higher, reduces global cooldown by 5%.
If refine rate is 11 or higher, reduces global cooldown by additional 7%.

When equipped with Illusion Sprint Shoes, Atk + 10%.
If refine rate of each is 7 or higher, Atk + 70.
If the sum of refine rate is 18 or higher, increases melee and long ranged physical damage by 15%.
If the sum of refine rate is 22 or higher, reduces fixed casting time by 0.7 seconds, increases physical damage against boss monsters by 25%.

When equipped with Illusion Sprint Ring and Illusion Sprint Glove, MaxHP + 15%, MaxSP + 15%.

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

  • ID: 30272
  • Код: SPRINT_MAIL_IL
  • Тип: броня
  • Уровень брони: 1
  • Защита: 40
  •  
  • Требуемый уровень: 130
  • Вес: 150

Скрипт

.@r = getrefine();
bonus bHPrecovRate,20;
bonus bVit,5;
if (.@r>=7) {
   bonus bHPrecovRate,20;
   if (.@r>=9) {
      bonus bDelayrate,-5;
      if (.@r>=11) {
         bonus bDelayrate,-7;
      }
   }
}