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

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