Racing Cap (Rune Knight) [1], броня (Renewal)
Racing Cap (Rune Knight) [1] (RACING_C_RUNE) – броня.
![Racing Cap (Rune Knight) [1], броня (Renewal) Racing Cap (Rune Knight) [1], броня (Renewal)](/images/db/items/picture/19195.png)
Atk + 10 per 2 refine rate.
Increases attack speed (reduces delay after attack by 2%) per 3 refine rate.
If refine rate is 8 or higher, increases critical damage by 5% per 2 levels of Two-Handed Quicken user learned.
If refine rate is 11 or higher, the weapon won't be destroyed. Grants Double Attack lv.5.
Базовые свойства предмета
- ID: 24962
- Код: RACING_C_RUNE
- Тип: броня
- Уровень брони: 1
- Защита: 10
- Требуемый уровень: 100
- Профессии: knight
- Цена покупки: 20 з
- Цена продажи: 10 з
- Вес: 1
Скрипт
.@r = getrefine(); bonus bBaseAtk,10*(.@r/2); bonus bAspdRate,2*(.@r/3); if (.@r>=8) bonus bCritAtkRate,5*(getskilllv("KN_TWOHANDQUICKEN")/2); if (.@r>=11) { bonus bUnbreakableWeapon; skill "TF_DOUBLE",5; }