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

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

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

SP + 50.
MAXHP + 1%.
If refine rate is 7 or higher, additional MHP +2%.
------------------------
Set Bonus:
Bearer's Shadow Armor II
Bearer's Shadow Pendant II
Bearer's Shadow Shoes II

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

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

  • Вес: 1

Скрипт

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