Mirage Gatling Gun [1], (Renewal)

Mirage Gatling Gun [1] (MIRAGE_GATLING_GUN) – оружие.

 

A grenade launcher with the nickname 'Avenger'.

Increases long-ranged physical damage on targets by 20%.
If refined to 7 or higher,
Increases the damage of Dragon Tail by 15%.
If refined to 9 or higher,
Reduces the cooldown of Howling Mine by 1 second.

Property: Neutral

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

  • ID: 27742
  • Код: MIRAGE_GATLING_GUN
  • Тип: оружие
  • Подтип:
  • Уровень оружия: 4
  • Атака: 120
  •  
  • Требуемый уровень: 150
  • Профессии: rebellion
  • Вес: 250

Скрипт

.@r = getrefine();
bonus bBaseAtk,2*getskilllv("GS_SNAKEEYE");
bonus2 bSkillAtk,"RL_R_TRIP",(readparam(bAgi)/10)*7;
if (readparam(bAgi)>=110)
   bonus2 bSkillAtk,"RL_R_TRIP",30;
if (.@r>=7) {
   bonus bBaseAtk,30;
   bonus bHit,5;
}
if (.@r>=9) {
   bonus bBaseAtk,30;
   bonus bHit,5;
}