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

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

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

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

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

  • Вес: 1

Скрипт

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