Rainstorm Booster Violin, (Renewal)
Rainstorm Booster Violin (RS_B_VIOLIN) – оружие.

Can't be refined by normal means.
Atk + 2%.
Atk + 3 per refine rate.
Atk + 3 per 15 base level (up to level 195).
If refine rate is 7 or higher, increases long ranged physical damage by by 2% per each level of Music Lessons user learned.
If refine rate is 9 or higher, reduces skill cooldown of Severe Rainstorm by 1 second, increases Severe Rainstorm damage by 25%.
If refine rate is 11 or higher, reduces skill cooldown of Severe Rainstorm by additional 1 second, increases physical damage against all size enemies by 15%.
If refine rate is 13 or higher, increases Severe Rainstorm damage by additional 15%.
Базовые свойства предмета
- ID: 31586
- Код: RS_B_VIOLIN
- Тип: оружие
- Подтип:
- Уровень оружия: 4
- Атака: 150
- Требуемый уровень: 100
- Профессии: bard, dancer
- Вес: 1
Скрипт
.@r = getrefine();
bonus bAtkRate,2;
bonus bBaseAtk,3*.@r;
bonus bBaseAtk,3*(min(BaseLevel,195)/15);
if (.@r>=7) {
bonus bLongAtkRate,2*getskilllv("BA_MUSICALLESSON");
if (.@r>=9) {
bonus2 bSkillCooldown,"WM_SEVERE_RAINSTORM",-1000;
bonus2 bSkillAtk,"WM_SEVERE_RAINSTORM_MELEE",25;
if (.@r>=11) {
bonus2 bAddSize,Size_All,15;
bonus2 bSkillCooldown,"WM_SEVERE_RAINSTORM",-1000;
if (.@r>=13) {
bonus2 bSkillAtk,"WM_SEVERE_RAINSTORM_MELEE",15;
}
}
}
}