Ancient Hero Boots [1], броня (Renewal)
Ancient Hero Boots [1] (ANCIENT_HERO_BOOTS) – броня.
![Ancient Hero Boots [1], броня (Renewal) Ancient Hero Boots [1], броня (Renewal)](/images/db/items/picture/22171.png)
Boots said to have been worn by ancient heroes. It resonates with armament of an ancient hero.
Max HP + 500
Max SP + 50
Max HP + 2% per upgrade 3 upgrade levels of the item.
Max SP + 1% per upgrade 3 upgrade levels of the item.
If upgrade level is +9 or higher, reduces the fixed casting time of skills by 0.3 seconds.
If upgrade level is +12 or higher, reduces the fixed casting time of skills by an additional 0.2 seconds.
If upgrade level is +14 or higher, reduces the global delay of skills by 5%.
Базовые свойства предмета
- ID: 26680
- Код: ANCIENT_HERO_BOOTS
- Тип: броня
- Уровень брони: 1
- Защита: 15
- Требуемый уровень: 100
- Цена покупки: 20 з
- Цена продажи: 10 з
- Вес: 60
Скрипт
.@r = getrefine(); bonus bMaxHP,500; bonus bMaxSP,50; bonus bMaxHPrate,2*(.@r/3); bonus bMaxSPrate,.@r/3; if (.@r >= 9) { .@val = -300; if (.@r >= 12) { .@val -= 200; if (.@r >= 14) { bonus bDelayrate,-5; } } bonus bFixedCast,.@val; }