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

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

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

A shield worn to enhance ghost monster resistance.
Max HP + 10 per upgrade level of the item.
Reduces damage taken from Ghost property enemies by 1%.
If upgrade level is +7 or higher,
Reduces damage taken from Ghost property enemies by an additional 1%.
If upgrade level is +9 or higher,
Reduces damage taken from Ghost property enemies by an additional 1%.
Set Bonus
Geist Shadow Armor
Geist Shadow Shield
Reduces damage taken from Ghost property enemies by 2%.

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

  • Вес: 1

Скрипт

.@r = getrefine();
bonus bMaxHP,.@r*10;
.@i = (.@r<7)?1:((.@r<9)?2:3);
bonus2 bSubEle,Ele_Ghost,.@i;