Racing Cap (Sorcerer) [1], броня (Renewal)
Racing Cap (Sorcerer) [1] (RACING_C_SORCER) – броня.
![Racing Cap (Sorcerer) [1], броня (Renewal) Racing Cap (Sorcerer) [1], броня (Renewal)](/images/db/items/picture/19194.png)
Matk + 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 Thunderstorm and Fire Ball damage by 5% per level of Auto Spell user learned.
If refine rate is 11 or higher, increases Fire Bolt and Lightning Bolt damage by 50%.
Базовые свойства предмета
- ID: 24961
- Код: RACING_C_SORCER
- Тип: броня
- Уровень брони: 1
- Защита: 10
- Требуемый уровень: 100
- Профессии: sage
- Цена покупки: 20 з
- Цена продажи: 10 з
- Вес: 1
Скрипт
.@r = getrefine(); bonus bMatk,10*(.@r/2); bonus bAspdRate,2*(.@r/3); if (.@r>=8) { bonus2 bSkillAtk,"MG_THUNDERSTORM",5*getskilllv("SA_AUTOSPELL"); bonus2 bSkillAtk,"MG_FIREBALL",5*getskilllv("SA_AUTOSPELL"); } if (.@r>=11) { bonus2 bSkillAtk,"MG_FIREBOLT",50; bonus2 bSkillAtk,"MG_LIGHTNINGBOLT",50; }