Melon Launcher [1], (Renewal)
Melon Launcher [1] (MELON_LAUNCHER) – оружие.
Increases Dragon Tail damage by 10%.
Atk + 18 per 3 refine rate.
If refine rate is 7 or higher, increases Dragon Tail damage by additional 20%.
If refine rate is 9 or higher, reduces skill cooldown of Dragon Tail by 2 seconds.
If refine rate is 11 or higher, increases Dragon Tail damage by additional 25%.
If refine rate is 12 or higher, increases long ranged physical damage by 15%.
Базовые свойства предмета
- ID: 32048
 - Код: MELON_LAUNCHER
 - Тип: оружие
 - Подтип:
 - Уровень оружия: 4
 - Атака: 210
 - Требуемый уровень: 100
 - Профессии: rebellion
 
- Цена покупки: 20 з
 - Цена продажи: 10 з
 - Вес: 140
 
Скрипт
.@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;
bonus2 bSkillAtk,"RL_D_TAIL",7*(readparam(bLuk)/10);
if (readparam(bLuk)>=110)
   bonus2 bSkillAtk,"RL_D_TAIL",30;
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;
}