Grace Attack Manteau [1], броня (Renewal)

Grace Attack Manteau [1] (GRACE_ATTACK_MANTEAU) – броня.

Grace Attack Manteau [1], броня (Renewal)

A noble manteau with the Rune-Midgarts crest engraved on it.

Increased ASPD +7%

If refined to 7 or higher,
After cast delay -5%
If refined to 9 or higher,
Physical damage +10% on enemies of all sizes

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

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

Скрипт

.@r = getrefine();
bonus bAspdRate,7;
if (.@r>=7)
   bonus bDelayrate,-5;
if (.@r>=9)
   bonus2 bAddClass,Class_All,10;