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

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

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

Increases physical damage against all size enemies by 3%.
MaxHP +10 per refine rate.
------------------------
When refined to +7 or higher, increases physical damage against all size enemies by additional 3%.
When refined to +9 or higher, increases physical damage against all size enemies by additional 4%.
------------------------
Set Bonus
Overbrand Shadow Shield
Overbrand Shadow Shoes
Overbrand Shadow Armor

Reduces global cooldown equal to the half of the sum of refine rate of set.
------------------------
Set Bonus
Royal Guard Shadow Weapon
Overbrand Shadow Shield

Ignores defense of all race monsters (except players) by 40%.
Additionally 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;
}