Imperial Glory, броня (Renewal)

Imperial Glory (IMPERIAL_GLORY) – броня.

Imperial Glory, броня (Renewal)

The replica worn by the legendary guard.

When sum of base AGI and VIT is higher than 50,
DEF + 4 per 50 base points of AGI and VIT
MDEF + 4
Reduce after cast delay by 3% per 50 base points of AGI and VIT

Required level : 70

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

  • ID: 29886
  • Код: IMPERIAL_GLORY
  • Тип: броня
  • Уровень брони: 1
  • Защита: 70
  •  
  • Требуемый уровень: 70
  • Цена покупки: 20 з
  • Цена продажи: 10 з
  • Вес: 30

Скрипт

.@a = (readparam(bAgi)+readparam(bVit))/50;
bonus bMdef,4*.@a;
bonus bDelayrate,-3*.@a;