Melon Rifle [1], винтовка (Renewal)

Melon Rifle [1] (MELON_RIFLE) – оружие.

 

Can't be refined.
Atk + 3%.
If the user's base level is 60 or higher, increases long ranged physical damage by 10%.
If the user's base level is 75 or higher, increases Tracking damage by 10%.
If the user's base level is 90 or higher, increases Tracking damage by additional 15%.

Базовые свойства предмета

  • ID: 31982
  • Код: MELON_RIFLE
  • Тип: оружие
  • Подтип: винтовка
  • Уровень оружия: 4
  • Атака: 170
  •  
  • Требуемый уровень: 100
  • Профессии: rebellion
  • Цена покупки: 20 з
  • Цена продажи: 10 з
  • Вес: 85

Скрипт

.@r = getrefine();
autobonus "{ bonus bUseSPrate,-100; bonus2 bSPRegenRate,100,1000; }",30,5000,BF_WEAPON;
autobonus "{ bonus bUseSPrate,-100; bonus2 bSPRegenRate,100,1000; }",15,5000,BF_MAGIC;
bonus bAtkRate,10*.@r;
bonus bMatkRate,5*.@r;
bonus2 bSkillAtk,"RL_HAMMER_OF_GOD",7*(readparam(bInt)/10);
if (readparam(bInt)>=110)
   bonus2 bSkillAtk,"RL_HAMMER_OF_GOD",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;
}