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

Metallic Shadow Shield (S_METALIC_SHIELD) – теневое снаряжение.

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

Increase neutral property magical damage by 3%.
------------------------
If refine rate is 7 or higher, increase neutral property magical damage by 3%.
------------------------
If refine rate is 9 or higher, increase neutral property magical damage by 4%.
------------------------
Set Bonus:
Metallic Shadow Weapon
Metallic Shadow Armor
Metallic Shadow Shield

Increase Metallic Sound damage as percentage equal to the sum of refine rate of set.
------------------------
Set Bonus:
Metallic Shadow Shield
Maestro Shadow Weapon
------------------------
Metallic Shadow Shield
Wanderer Shadow Weapon

Ignores magical defense rate of all race monsters (except players) by 40%.
Additionally, ignores magical defense rate equal to the sum of refine rate of set.
------------------------

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

  • Вес: 1

Скрипт

.@r = getrefine();
bonus bMaxHP,.@r*10;
if (.@r>=9) {
   bonus2 bMagicAtkEle,Ele_Neutral,10;
}
else if (.@r>=7) {
   bonus2 bMagicAtkEle,Ele_Neutral,6;
}
else {
   bonus2 bMagicAtkEle,Ele_Neutral,3;
}