Abyss Ears, броня (Renewal)

Abyss Ears (EAR_OF_ABYSS) – броня.

Abyss Ears, броня (Renewal)

Demonized and possessed, the parasite unleashes terrifying power.

For every sum of 15 Base INT and AGI,
SPL +1.

For every sum of 30 Base INT and AGI,
Increases magic damage against all race monsters (except players) by 1%.

For every sum of 250 Base INT and AGI,
Additional increases magic damage against all race monsters (except players) by 15%.

Def : 0

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

  • ID: 29801
  • Код: EAR_OF_ABYSS
  • Тип: броня
  • Уровень брони: 1
  •  
  • Требуемый уровень: 1
  • Вес: 10

Скрипт

.@a = (readparam(bAgi)+readparam(bInt))/15;
.@b = (readparam(bAgi)+readparam(bInt))/30;
.@c = (readparam(bAgi)+readparam(bInt))/250;
bonus bSpl,.@a;
bonus bMatkRate,.@b+(15*.@c);