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

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

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

Gloves that bring out potential capabilites of the wearer.

Increase neutral property magic damage by 3%.
When refined to +7 or higher,
increase neutral property magic
damage by additional 3%.
When refined to +9 or higher,
increase neutral property magic
damage by additional 4%.

SET BONUS
Reverberation Shadow Weapon
Reverberation Shadow Pendant
Reverberation Shadow Earring
Increase damage of Reverberation
as a percentage
that is equivalent to half
the sum of its refine rate.

SET BONUS
Wanderer/Maestro Shadow Shield
Reverberation Shadow Weapon
Ignores physical/magical defense by 40%
for all race except players, ignores
physical/magical defense by additional
percentage that is equivalent to sum of
Reverberation Shadow Weapon and
Wanderer/Maestro Shadow Shield refine rate.

Required level: 99

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

  • Вес: 1

Скрипт

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