Full Power Shadow Shoes, теневое снаряжение (Renewal)

Full Power Shadow Shoes (S_FULL_POWER_SHOES) – теневое снаряжение.

 

Atk + 3%.
Every 2 refine rate, increases melee / long ranged physical damage by 1%.
If refine rate is 10, P.Atk + 2.

When equipped with Physical Power Shadow Shield, Atk + 3%,
if the sum of refine rate is 18 or higher, POW + 3, P.Atk + 3.

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

  • Вес: 1

Скрипт

.@r = getrefine();
bonus bAtkRate,3;
bonus bLongAtkRate,(.@r/2);
bonus bShortAtkRate,(.@r/2);
if (.@r>=10) {
   bonus bPAtk,2;
}