Engraved Naga's Scale Armor [1], броня (Renewal)

Engraved Naga's Scale Armor [1] (ST_NAGA_ARMOR) – броня.

Engraved Naga's Scale Armor [1], броня (Renewal)

Reflects 5% of melee physical damage taken back to the attackers.
Mres + 3.
If refine rate is 7 or higher, reflects additional 5% of melee physical damage taken back to the attackers.
If refine rate is 9 or higher, increases melee physical damage by 10%.
If refine rate is 11 or higher, has a chance to transform into Naga for 7 seconds when dealing physical damage, gains P.Atk + 15 while in Naga form.

When equipped with Naga's Scale Shield, increases melee physical damage by additional 10%.

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

  • ID: 30281
  • Код: ST_NAGA_ARMOR
  • Тип: броня
  • Уровень брони: 2
  • Защита: 450
  •  
  • Требуемый уровень: 210
  • Вес: 100

Скрипт

.@r = getrefine();
bonus bShortWeaponDamageReturn,5;
bonus bMRes,3;
if (.@r>=7) {
   bonus bShortWeaponDamageReturn,5;
   if (.@r>=9) {
      bonus bShortAtkRate,10;
      if (.@r>=11) {
         autobonus "{ bonus bPAtk,15; }",1,7000,BF_WEAPON,"{ active_transform 1993,3000; }";
      }
   }
}