Paradise Rebellion Gatling Gun, (Renewal)

Paradise Rebellion Gatling Gun (3PARA_GATLING_RL) – оружие.

Paradise Rebellion Gatling Gun, (Renewal)

Can't be refined.
Atk + 5%, increases long ranged physical damage by 1% per each level of Single Action user learned.
If the user's base level is 105 or higher, reduces skill cooldown of Fire Rain by 1 second, increases Fire Rain and Round Trip damage by 25%.
If the user's base level is 110 or higher, increases long ranged physical damage by additional 10%, increases physical damage against all size enemies by 15%.
If the user's base level is 115 or higher, increases Fire Rain and Round Trip damage by additional 15%.

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

  • ID: 32024
  • Код: 3PARA_GATLING_RL
  • Тип: оружие
  • Подтип:
  • Уровень оружия: 4
  • Атака: 200
  •  
  • Требуемый уровень: 100
  • Профессии: rebellion
  • Вес: 1

Скрипт

.@a = getskilllv("GS_SINGLEACTION");
bonus bAtkRate,5;
bonus bLongAtkRate,.@a;
if (BaseLevel>=105) {
   bonus2 bSkillCooldown,"RL_FIRE_RAIN",-1000;
   bonus2 bSkillAtk,"RL_FIRE_RAIN",25;
   bonus2 bSkillAtk,"RL_R_TRIP",25;
   if (BaseLevel>=110) {
      bonus bLongAtkRate,10;
      bonus2 bAddSize,Size_All,15;
      if (BaseLevel>=115) {
         bonus2 bSkillAtk,"RL_FIRE_RAIN",15;
         bonus2 bSkillAtk,"RL_R_TRIP",15;
      }
   }
}