Melon Viollin [1], (Renewal)
Melon Viollin [1] (MELON_VIOLLIN) – оружие.
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: 31587
 - Код: MELON_VIOLLIN
 - Тип: оружие
 - Подтип:
 - Уровень оружия: 4
 - Атака: 180
 - Магическая атака: 120
 - Требуемый уровень: 100
 - Профессии: bard, dancer
 
- Цена покупки: 20 з
 - Цена продажи: 10 з
 - Вес: 25
 
Скрипт
.@r = getrefine();
autobonus "{ bonus bUseSPrate,-100; bonus2 bSPRegenRate,100,1000; }",20,5000,BF_WEAPON;
autobonus "{ bonus bUseSPrate,-100; bonus2 bSPRegenRate,100,1000; }",10,5000,BF_MAGIC;
bonus bAtkRate,10*.@r;
bonus bMatkRate,5*.@r;
if (.@r>=7) {
   bonus2 bIgnoreDefRaceRate,RC_All,50;
   bonus2 bIgnoreMdefRaceRate,RC_All,50;
}
if (.@r>=9) {
   bonus2 bIgnoreDefRaceRate,RC_All,50;
   bonus2 bIgnoreMdefRaceRate,RC_All,50;
}