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

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

 

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 Full Power Shadow Shoes, Atk + 2%, P.Atk + 2,
if the sum of refine rate is 18 or higher, increases melee / long ranged physical damage by 5%,
increases physical damage against all size enemies by 10%.

When equipped with Physical Power Shadow Weapon, 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;
}