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

Physical Shadow Shoes (S_PHYSICAL_SHOES) – теневое снаряжение.

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

Reduces delay after attack by 2%.
If refine rate is 7 or higher, reduces delay after attack by additional 3%.
If refine rate is 9 or higher, reduces delay after attack by additional 3%.

Базовые свойства предмета

  • Вес: 1

Скрипт

.@r = getrefine();
bonus bMaxHP,.@r*10;
if (.@r >= 9) {
   bonus bAspdRate,8;
} else if (.@r >= 7) {
   bonus bAspdRate,5;
}
else {
   bonus bAspdRate,2;
}