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

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

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

Reduces variable casting time by 2%.
If refine rate is 7 or higher, reduces variable casting time by additional 3%.
If refine rate is 9 or higher, reduces variable casting time by additional 3%.

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

  • Вес: 1

Скрипт

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