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

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

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

Increases earth property magical damage by 3%.
If refine rate is 7 or higher, increases earth property magical damage by additional 3%.
If refine rate is 9 or higher, increases earth property magical damage by additional 4%.
When Grave Shadow Weapon, Pendant and Earring are equipped together, increases Earth Grave damage as percentage equal to the sum of refine rate of set.
When equipped with Sorcerer Shadow Shield, ignores magical defense rate of all race monsters (except players) by 40%, additional magical defense rate ignoring equal to the sum of refine rate of Grave Shadow Weapon and Sorcerer Shadow Shield.

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

  • Вес: 1

Скрипт

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