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

Physical Pendant (Shadow) (S_PHYSICAL_PENDANT) – теневое снаряжение.

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

A pendant worn to enhance physical attack.
Max HP + 100
Additional Max HP + 10 per upgrade level of the item.
If upgrade level is +7 or higher,
Max HP + 1%
Set Bonus
Physical Shadow Earring
Physical Shadow Pendant
Physical Shadow Weapon
Atk + 1 per upgrade level of Physical Shadow Earring, Physical Shadow Pendant, and Physical Shadow Weapon.
If the combined upgrade levels of Physical Shadow Earring, Physical Shadow Pendant and Physical Shadow Weapon are +23 or higher,
Atk + 1%

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

  • Вес: 1

Скрипт

.@r = getrefine();
bonus bMaxHP,.@r*10;
bonus bMaxHP,100;
if (.@r>6) {
   bonus bMaxHPrate,1;
}