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

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

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

Increases holy property magic damage by 3%.
------------------------
When refined to 7 or higher, increases holy property magical damage by additional 3%.

When refined to 9 or higher, increases holy property magical damage by additional 4%.
------------------------
Set Bonus
Adoramus Shadow Weapon
Adoramus Shadow Pendant
Adoramus Shadow Earring

Increases Adoramus damage by half of the sum of refine rate.
------------------------
Set Bonus
Adoramus Shadow Weapon
Archbishop Shadow Shield
ignores 40% of magic defense of all races except players, ignores additional
magic defense equal to the sum of refinement of Adoramus 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;
}