Spurred Boots [1], броня (Renewal)
Spurred Boots [1] (COWBOY_BOOTS) – броня.
![Spurred Boots [1], броня (Renewal) Spurred Boots [1], броня (Renewal)](/images/db/items/picture/22131.png)
Boots worn by horse-riding shepherds.
Required Max SP + 5%
If upgrade level is +7 or higher,
Additional Max SP + 5%
If upgrade level is +9 or higher,
Additional Max SP + 5%
Increased Movement Speed.
Базовые свойства предмета
- ID: 26650
 - Код: COWBOY_BOOTS
 - Тип: броня
 - Уровень брони: 1
 - Требуемый уровень: 100
 
- Вес: 50
 
Скрипт
.@r = getrefine();
.@bonus = 5;
if (.@r >=7) {
   .@bonus += 5;
}
if (.@r >=9) {
   .@bonus += 5;
}
bonus bMaxSPrate,.@bonus;
bonus bSpeedRate,25;