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

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

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

Shadow equipment that can be worn on top of a weapon.

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

SET BONUS
Chain Shadow Weapon
Chain Shadow Pendant
Chain Shadow Earring
Increase damage of Chain Lightning as a percentage equivalent to sum of its refine rates.

SET BONUS
Warlock Shadow Shield
40% magic penetration to all race except players, additional magic penetration as a percentage equivalent sum of refine rates of Chain Shadow Weapon/Warlock Shadow Shield.

Required level: 99

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

  • Вес: 1

Скрипт

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