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

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

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

Can be worn on top of the shield. It can be worn by itself, but it's not effective.

Increase water property magical damage by 3%.
When refined to +7 or higher,
increase water property magical damage by additional 3%.
When refined to +9 or higher,
increase water property magical damage by additional 4%.

SET BONUS
Dust Shadow Armor
Dust Shadow Shield
Dust Shadow Shoes
Increase Diamond Dust damage as percentage equal to the sum of refine rates of set.

SET BONUS
Sorcerer Shadow Weapon
Ignores magical defense rate of all race monsters (except players) by 40%,
ignores additional magical defense rate equal to the
sum of refine rate of Dust Shadow Shield and Sorcerer Shadow Weapon.

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

  • Вес: 1

Скрипт

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