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

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

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

Gloves that bring out potential capabilities of the wearer.
Adds +1 Atk and Matk based on refine level.
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
Varetyr Shadow Weapon
Varetyr Shadow Pendant
Varetyr Shadow Earring
Increase damage of Varetyr Spear as a percentage that is equivalent to sum of its refine rates.

SET BONUS
Varetyr Shadow Weapon
Sorcerer Shadow Shield,
Ignores magical defense of all race except players by 40%, additionally ignores magical defense as a percentage that is equivalent to sum of refine rates of Varetyr Shadow Weapon/Sorcerer Shadow Shield.

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

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