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

Ripper Slasher Shadow Weapon (S_RIPPER_WEAPON) – теневое снаряжение.

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

Weapon that brings out potential capabilities of the wearer.

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

SET BONUS
Ripperslasher Shadow Weapon
Ripperslasher Shadow Pendant
Ripperslasher Shadow Earring
Increase damage of Cross Ripper Slasher as a percentage that is equivalent to sum of its refine levels.

SET BONUS
Ripperslasher Shadow Weapon
Guillotine Cross Shadow Shield
Ignores physical armor of all race except players by 40%. Additionally ignores physical armor as a percentage equivalent to sum of its refine levels.

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

  • Вес: 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;
}