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

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

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

A shield that can be worn additionally.

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

SET BONUS
Rainstorm Shadow Armor
Rainstorm Shadow Shield
Rainstorm Shadow Shoes
Increase damage of Severe Rainstorm Damage as percentage
equivalent to half the sum of refine rate.

SET BONUS
Wanderer Shadow Weapon
Minstrel Shadow Weapon
Adds physical armor penetration to all races except players by 40%,
adds extra physical armor penetration as percentage equivalent to
the sum of refine rate of Rainstorm Shadow Shield
and Wanderer/Minstrel 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;
}