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

Arrow Vulcan Shadow Weapon (S_ARROWVULCAN_WEAPON) – теневое снаряжение.

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

A weapon that awakens the wearer's potential.

ATK + 1 per 1 refine level.
MATK + 1 per 1 refine level.
Increase physical ranged damage by 3%.
When refined to +7 or higher, increase physical ranged damage by additional 3%,
When refined to +9 or higher, increase physical ranged damage by additional 4%,

SET BONUS
Arrow Vulcan Shadow Weapon
Arrow Vulcan Shadow Pendant
Arrow Vulcan Shadow Earrings
Increase damage of Arrow Vulcan as a percentage that is equivalent to sum of its refine rate.

SET BONUS
Arrow Vulcan Shadow Weapon
Maestro/Wanderer Shadow Shield
Ignores all race's physical defense by 40% except players, ignores additional physical defense as a percentage that is equivalent to sum of its refine rate.

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

  • Вес: 1

Скрипт

.@r = getrefine();
bonus bBaseAtk,.@r;
bonus bMatk,.@r;
if (.@r>=9) {
   bonus bLongAtkRate,10;
}
else if (.@r>=7) {
   bonus bLongAtkRate,6;
}
else {
   bonus bLongAtkRate,3;
}