Ranger Booster Boots [1], броня (Renewal)
Ranger Booster Boots [1] (RAN_BOOTS) – броня.
![Ranger Booster Boots [1], броня (Renewal) Ranger Booster Boots [1], броня (Renewal)](/images/db/items/picture/470003.png)
A special set of boots for your rapid growth.
Specialized in Ranged Physical Attack.
Cannot be refined.
ATK + 20
HIT + 15
For every 3 refine levels, increases MSP + 50.
If refined to +7, increases MSP + 300.
If refined to +9, decreases fixed casting time by 0.5 seconds.
Базовые свойства предмета
- ID: 30387
- Код: RAN_BOOTS
- Тип: броня
- Уровень брони: 1
- Защита: 18
- Требуемый уровень: 100
- Вес: 1
Скрипт
bonus bBaseAtk,20;
bonus bHit,15;
.@r = getrefine();
if (.@r>=3) {
bonus bMaxSP,.@r/3*50;
}
if (.@r>=7) {
bonus bMaxSP,300;
}
if (.@r>=9) {
bonus bFixedCast,-500;
}