Melon Gatling Gun [1], (Renewal)
Melon Gatling Gun [1] (MELON_GATLING_GUN) – оружие.
A gatling gun decorated in a glass case that looks like an antique. It seems that it cannot be created with modern technology.
When physically attacking, adds 1% chance to drain 5% of damage as SP.
Increase damage of Round Trip by 7% per 10 base AGI.
Increase damage of Round Trip by 30% when total base Agi is above 110.
Adds 1% additional chance to drain SP per 2 refine rates.
MATK + 120
Required level : 100
Базовые свойства предмета
- ID: 32026
 - Код: MELON_GATLING_GUN
 - Тип: оружие
 - Подтип:
 - Уровень оружия: 4
 - Атака: 120
 - Требуемый уровень: 100
 - Профессии: rebellion
 
- Цена покупки: 20 з
 - Цена продажи: 10 з
 - Вес: 250
 
Скрипт
.@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_R_TRIP",7*(readparam(bAgi)/10);
if (readparam(bAgi)>=110)
   bonus2 bSkillAtk,"RL_R_TRIP",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;
}