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

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

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

The weapon worn over the armor provides additional defensive effects. It can be used as a single, but has little offense effect.

Increase holy magical property damage by 3%.
When refined to +7 or higher, increase holy magical property damage by 3%.
When refined to +9 or higher, increase holy magical property damage by 4%.

SET BONUS
Magnus Shadow Weapon
Magnus Shadow Pendant
Magnus Shadow Earrings
increase damage of Magnus Exorcismus as a percentage equivalent to the sum of refine level.

SET BONUS
Magnus Shadow Weapon
Archbishop Shadow Shield
Ignores 40% of all race's magical defense, additionally ignores magical defense as a percentage equivalent to the sum of refine level of Magnus Shadow Weapon/Archbishop Shadow Shield.

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

  • Вес: 1

Скрипт

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