Abyss Dress, броня (Renewal)

Abyss Dress (ABYSS_DRESS) – броня.

Abyss Dress, броня (Renewal)

A dress that looks to absorb all the light in the world.
Property: Shadow
Prevents the user from being knocked back.
This item is indestructible in battle.
If upgrade level is +5 or higher,
Increases physical and magical damage on Shadow and Undead property targets by 10%.
Increases physical and magical damage on Demon and Undead race targets by 10%.
If upgrade level is +7 or higher,
Increases physical and magical damage on Shadow and Undead property targets by an additional 15%.
Increases physical and magical damage on Demon and Undead race targets by an additional 15%.
If upgrade level is +9 or higher,
Increases physical and magical damage on Shadow and Undead property targets by an additional 15%.
Increases physical and magical damage on Demon and Undead race targets by an additional 15%.

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

  • ID: 23941
  • Код: ABYSS_DRESS
  • Тип: броня
  • Уровень брони: 1
  • Защита: 120
  •  
  • Требуемый уровень: 90
  • Цена покупки: 10 з
  • Цена продажи: 5 з
  • Вес: 40

Скрипт

.@r = getrefine();
bonus bNoKnockback;
bonus bUnbreakableArmor;
bonus bDefEle,Ele_Dark;
if (.@r>=5) {
   .@val = 10;
   if (.@r>=7) {
      .@val += 15;
      if (.@r>=9) {
         .@val += 15;
      }
   }
   bonus2 bAddEle,Ele_Dark,.@val;
   bonus2 bAddEle,Ele_Undead,.@val;
   bonus2 bMagicAddEle,Ele_Dark,.@val;
   bonus2 bMagicAddEle,Ele_Undead,.@val;
   bonus2 bAddRace,RC_Undead,.@val;
   bonus2 bAddRace,RC_Demon,.@val;
   bonus2 bMagicAddRace,RC_Undead,.@val;
   bonus2 bMagicAddRace,RC_Demon,.@val;
}