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

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

 

ATK + 3%.
------------------------
For every 2 refine level, reduce Variable Casting Time by 1%.
------------------------
When refined to +10 or higher, P.ATK + 2.
------------------------
Set Bonus:
Focusing Shadow Pendant
Focusing Shadow Earring

ATK + 2%, P.ATK + 2,
------------------------
When total refine rate of set is 18 or higher, increase physical damage against all property enemies by 10%.
------------------------
Set Bonus:
Focusing Shadow Pendant
Concentration Shadow Weapon

ATK + 3%,
------------------------
When total refine rate of set is 18 or higher, CON + 3, P.ATK + 3.
------------------------

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

  • Вес: 1

Скрипт

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