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

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

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

A small shield that can be attached to the arm provides additional defensive effects. It can also be used alone, but has little defensive effect.

MaxHP +10 per 1 refine rate.
Increase neutral property magic damage by 3%.
When refined to +7 or higher, increase neutral property magic damage by additional 3%.
When refined to +9 or higher, increase neutral property magic damage by additional 4%.

SET BONUS
Psychic Shadow Armor
Psychic Shadow Shield
Psychic Shadow Shoes
Increase damage of Psychic Wave as a percentage equivalent of the sum of its refine rate.

SET BONUS
Psychic Shadow Armor
Sorcerer Shadow Weapon
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 Psychic Shadow Shield and Sorcerer Shadow Weapon.

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

  • Вес: 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;
}