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

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

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

Increases long ranged physical damage by 3%.
If refine rate is 7 or higher, increases long ranged physical damage by additional 3%.
If refine rate is 9 or higher, increases long ranged physical damage by additional 4%.
When Boomerang Shadow Weapon, Pendant and Earring are equipped together, increases Axe Boomerang damage as percentage equal to the sum of refine rate of set.
When equipped with Mechanic Shadow Shield, ignores defense rate of all race monsters (except players) by 40%, additional defense rate ignoring equal to the sum of refine rate of Boomerang Shadow Weapon and Mechanic Shadow Shield.

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

  • Вес: 1

Скрипт

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