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

A small shield that can be mounted on the arm. Also available as a single, but the effect is small.
Reduces damage taken from Boss enemies by 1%.
If upgrade level is +7 or higher, reduces damage taken from Boss enemies by an additional 1%.
If upgrade level is +9 or higher, reduces damage taken from Boss enemies by an additional 1%.
When equipped with Liberation Shadow Shoes, Increases physical damage on Boss targets by 5%.
Required Lv : 1
Базовые свойства предмета
- ID: 26789
 - Код: S_SAFEGUARD_SHIELD
 - Тип: теневое снаряжение
 - Требуемый уровень: 1
 
- Вес: 1
 
Скрипт
bonus2 bSubClass,Class_Boss,1;
.@r = getrefine();
bonus bMaxHP,.@r*10;
if (.@r>=7) {
   bonus2 bSubClass,Class_Boss,1;
}
if (.@r>=9) {
   bonus2 bSubClass,Class_Boss,1;
}