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

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

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

Weapon that brings out the potential abilities of the wearer.

Increase holy property magic damage by 3%.

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

SET BONUS
Genesis Shadow Weapon
Genesis Shadow Pendant
Genesis Shadow Earrings
Increase damage of Genesis Ray as a percentage equivalent to sum of refine rate.

SET BONUS
Genesis Shadow Weapon
Royalguard Shadow Shield
Ignores magical defense of all race except players by 40%, ignores additional defense equivalent to sum of refine rate of Genesis Shadow Weapon and Royalguard 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;
}