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

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%.
Базовые свойства предмета
- ID: 27132
 - Код: S_MAGICAL_SHOES
 - Тип: теневое снаряжение
 - Требуемый уровень: 1
 
- Вес: 1
 
Скрипт
.@r = getrefine();
bonus bMaxHP,.@r*10;
if (.@r >= 9) {
   bonus bVariableCastrate,-8;
} else if (.@r >= 7) {
   bonus bVariableCastrate,-5;
}
else {
   bonus bVariableCastrate,-2;
}