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

Aimed Shadow Weapon (S_AIMED_WEAPON) – теневое снаряжение.

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

Gloves that bring out potential capabilities of the wearer.
Adds +1 ATK and MATK based on refine level.
Increase ranged physical attack by 3%.

When refined to +7 or higher, increase ranged physical attack by additional 3%.
When refined to +9 or higher, increase ranged physical attack by additional 4%.

SET BONUS
Aimed Shadow Earring
Aimed Shadow Weapon
Aimed Shadow Pendant
Increase damage of Aimed Bolt as a percentage that is equivalent to sum of its refine rates.

SET BONUS
Aimed Shadow Weapon
Ranger Shadow Shield
Ignores physical armor of all race except players by 40%, additionally ignores physical armor as a percentage that is equivalent to sum of refine rates of Aimed Shadow Weapon/Ranger Shadow Shield.

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

  • Вес: 1

Скрипт

.@r = getrefine();
bonus bBaseAtk,.@r;
bonus bMatk,.@r;
bonus bLongAtkRate,3+(.@r>=7?3:0)+(.@r>=9?4:0);