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

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

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

A sacred pendant that is said to protect the wearer. eliciting the potential ability of the wearer.
ATK + 5
Increases HP recovery by Heal and items by 2%.
For every 3 refine levels, increases HP recovery by Heal and items by an additional 1%.

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

  • Вес: 1

Скрипт

.@r = getrefine();
bonus bMaxHP,.@r*10;
.@val = 2 + (.@r/3);
bonus bBaseAtk,5;
bonus bHealPower2,.@val;
bonus bAddItemHealRate,.@val;