Divine Shadow Armor, теневое снаряжение (Renewal)

Divine Shadow Armor (S_DIVINE_ARMOR) – теневое снаряжение.

Divine Shadow Armor, теневое снаряжение (Renewal)

An armor worn to enhance undead monster damage.
Max HP + 10 per upgrade level of the item.
Increases physical and magical damage on Undead property targets by 1%.
Increases physical and magical damage on Undead property targets by an additional 1% per 2 upgrade levels of the item.
Set Bonus
Divine Shadow Armor
Divine Shadow Shield
Reduces damage taken from Undead property enemies by 2%.

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

  • Вес: 1

Скрипт

.@r = getrefine();
bonus bMaxHP,.@r*10;
bonus2 bAddEle,Ele_Undead,(1+(.@r/2));
bonus2 bMagicAddEle,Ele_Undead,(1+(.@r/2));