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

Knuckle Shadow Shield (S_KNUCKLEARROW_SHIELD) – теневое снаряжение.

Knuckle Shadow Shield, теневое снаряжение (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 Knuckle Arrow Shadow Armor, Shield and Shoes are equipped together, reduces global cooldown equal to the half of the sum of refine rate of set.
When equipped with Sura Shadow Weapon, ignores defense rate of all race monsters (except players) by 40%, additional defense rate ignoring equal to the sum of refine rate of Knuckle Arrow Shadow Shield and Sura Shadow Weapon.

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

  • Вес: 1

Скрипт

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