Illusion Sprint Shoes [1], броня (Renewal)
Illusion Sprint Shoes [1] (SPRINT_SHOES_IL) – броня.
![Illusion Sprint Shoes [1], броня (Renewal) Illusion Sprint Shoes [1], броня (Renewal)](/images/db/items/picture/470066.png)
Agi + 5, increases SP recovery rate by 20%.
If refine rate is 7 or higher, increases SP recovery rate by additional 20%.
If refine rate is 9 or higher, MaxHP + 5%, MaxSP + 5%.
If refine rate is 11 or higher, increases physical damage against all size enemies by 15%.
When equipped with Illusion Sprint Ring, drains 500 HP every second, has a low chance to gain Str + 150 for 10 seconds when dealing physical damage.
When equipped with Illusion Sprint Glove, drains 50 SP every second, has a low chance to gain Agi + 150 for 10 seconds when dealing physical damage.
Базовые свойства предмета
- ID: 30433
- Код: SPRINT_SHOES_IL
- Тип: броня
- Уровень брони: 1
- Защита: 20
- Требуемый уровень: 130
- Вес: 70
Скрипт
.@r = getrefine();
bonus bSPrecovRate,20;
bonus bAgi,5;
if (.@r>=7) {
bonus bSPrecovRate,20;
if (.@r>=9) {
bonus bMaxHPrate,5;
bonus bMaxSPrate,5;
if (.@r>=11) {
bonus2 bAddSize,Size_All,15;
}
}
}