All Race Shadow Shield, теневое снаряжение (Renewal)
All Race Shadow Shield (S_ALLRACE_SHIELD) – теневое снаряжение.

Shield that can be solely worn, but it would be less effective.
Reduce incoming damage from All Race by 1%.
When refined to +7 or higher, reduce incoming damage from All Race by 1%.
When refined to +9 or higher, reduce all incoming damage from All Race by 1%.
SET BONUS
All Race Shadow Shoes
All Race Shadow Shield
Increase exp gain when killing monsters by 3%.
Базовые свойства предмета
- ID: 27078
 - Код: S_ALLRACE_SHIELD
 - Тип: теневое снаряжение
 - Требуемый уровень: 1
 
- Вес: 1
 
Скрипт
.@r = getrefine();
bonus bMaxHP,.@r*10;
if (.@r >= 9) {
   .@val = 3;
} else if (.@r >= 7) {
   .@val = 2;
}
else {
   .@val = 1;
}
bonus2 bSubRace,RC_All,.@val;