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

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

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

Increases physical damage against all size enemies by 3%.
------------------------
When refined to 7 or higher, increases physical damage against all size enemies by 3%.

When refined to 9 or higher, increases physical damage against all size enemies by 4%.
------------------------
Set Bonus
Menace Shadow Shield
Menace Shadow Shoes
Menace Shadow Armor

Reduces global cooldown equal to the half of the sum of refine rate of set.
------------------------
Set Bonus
Shadow Chaser Shadow Weapon
Menace Shadow Shield

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

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

  • Вес: 1

Скрипт

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