Ancient Morocc Noble Jewelry [1], броня (Renewal)

Ancient Morocc Noble Jewelry [1] (OLD_MOROC_ACC) – броня.

 

Every 8 base STR, Atk + 5.
Every 8 base AGI, Atk + 3.
Every 8 base VIT, Atk + 2, Matk + 2.
Every 8 base INT, Matk + 5.
Every 8 base DEX, Atk + 2, Matk + 2.
Every 8 base LUK, Matk + 3.

When equipped with Marduk Card,
reduces global cooldown by 8%,
increases physical and magical damage against all all property enemies by 12%.

When equipped with Pharaoh Card,
enables to detect hiding or cloaking entities,
reduces global cooldown by 15%,
increases physical and magical damage against all all property enemies by 25%.

All effects are disabled in WoE TE.

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

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

Скрипт

.@a = ((5*(readparam(bStr)/8))+(3*(readparam(bAgi)/8))+(2*(readparam(bVit)/8))+(2*(readparam(bDex)/8)));
.@b = ((2*(readparam(bVit)/8))+(5*(readparam(bInt)/8))+(2*(readparam(bDex)/8))+(3*(readparam(bLuk)/8)));
bonus bBaseAtk,.@a;
bonus bMatk,.@b;