Slash Shadow Shield, теневое снаряжение (Renewal)
Slash Shadow Shield (S_SLASH_SHIELD) – теневое снаряжение.

Increases physical damage against all size enemies by 3%.
If refine rate is 7 or higher, increases physical damage against all size enemies by additional 3%.
If refine rate is 9 or higher, increases physical damage against all size enemies by additional 4%.
When Slash Shadow Armor, Shield and Shoes are equipped together, reduces global cooldown equal to the half of the sum of refine rate of set.
When equipped with Guillotine Cross Shadow Weapon, ignores defense rate of all race monsters (except players) by 40%, additional defense rate ignoring equal to the sum of refine rate of Slash Shadow Shield and Guillotine Cross Shadow Weapon.
Базовые свойства предмета
- ID: 27278
- Код: S_SLASH_SHIELD
- Тип: теневое снаряжение
- Требуемый уровень: 99
- Профессии: assassin
- Вес: 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; }