Paradise Minstrel Violin, (Renewal)
Paradise Minstrel Violin (3PARA_VIOLIN_MI) – оружие.

Can't be refined.
Atk + 5%, increases long ranged physical damage by 1% per each level of Music Lessons user learned.
If the user's base level is 105 or higher, reduces skill cooldown of Severe Rainstorm by 2 seconds, increases Severe Rainstorm damage by 25%.
If the user's base level is 110 or higher, increases long ranged physical damage by additional 15%, increases physical damage against all size enemies by 15%.
If the user's base level is 115 or higher, increases Severe Rainstorm damage by additional 15%.
Базовые свойства предмета
- ID: 31584
- Код: 3PARA_VIOLIN_MI
- Тип: оружие
- Подтип:
- Уровень оружия: 4
- Атака: 180
- Требуемый уровень: 100
- Профессии: bard, dancer
- Вес: 1
Скрипт
.@a = getskilllv("BA_MUSICALLESSON");
bonus bAtkRate,5;
bonus bLongAtkRate,.@a;
if (BaseLevel>=105) {
bonus2 bSkillCooldown,"WM_SEVERE_RAINSTORM",-2000;
bonus2 bSkillAtk,"WM_SEVERE_RAINSTORM_MELEE",25;
if (BaseLevel>=110) {
bonus bLongAtkRate,15;
bonus2 bAddSize,Size_All,15;
if (BaseLevel>=115)
bonus2 bSkillAtk,"WM_SEVERE_RAINSTORM_MELEE",15;
}
}