Bearer's Shadow Pendant II, теневое снаряжение (Renewal)

Bearer's Shadow Pendant II (S2_BEARERS_PENDENT) – теневое снаряжение.

Bearer's Shadow Pendant II, теневое снаряжение (Renewal)

ATK +5.
MHP +1%.
If refine rate is 7 or higher, additional MHP +2%.
------------------------
Set Bonus:
Bearer's Shadow Armor
Bearer's Shadow Shoes
Bearer's Shadow Shield
Bearer's Shadow Weapon
Bearer's Shadow Earring
Bearer's Shadow Pendant II

All Basic Stat +1.
If the sum of refine rate is 45 or higher, grants [Endure] effect, MHP -60%.
For every refine level of Bearer's Set, Increases MHP by 1%.

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

  • Вес: 1

Скрипт

.@r = getrefine();
bonus bMaxHP,.@r*10;
bonus bBaseAtk,5;
if (.@r >= 7) {
   .@val = 3;
}
else {
   .@val = 1;
}
bonus bMaxHPrate,.@val;