Booster Gatling [2], (Renewal)

Booster Gatling [2] (BOOST_GATLING) – оружие.

Booster Gatling [2], (Renewal)

Special Gatling Gun prepared for your rapid growth.
ATK + 5%
Increases ATK + 3 per refine rate.
Increases ATK + 3 per 15 base levels up to level 180.
If refine rate is +7 or higher, increases ranged physical damage by 1% per level of Single Action.
If refine rate is +9 or higher, increases ranged physical damage by an additional 10%.

When equipped with Attacker Booster set (Plate, Manteau, Greeves, and Ring),
ATK + 20
Increases physical damage against enemies of all sizes by 10%.
Round Trip damage increases by 1% per 15 base levels up to level 180.
When using Rich Coin, increase Round Trip damage by additional 20% for 60 seconds.

When equipped with Range Booster set (Suit, Manteau, Boots, and Brooch),
ATK + 20
Reduces Fire Rain skill cooldown by 1 second.
Increases Fire Rain damage by 2% per 15 base levels up to level 180.
When using Rich Coin, increases Fire Rain damage by an additional 35% for 60 seconds.

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

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

Скрипт

bonus2 bAddClass,Class_All,5;
.@r = getrefine();
bonus bBaseAtk,.@r*3;
bonus bBaseAtk,min(BaseLevel,180)/15*3;
if (.@r>=7) {
   bonus bLongAtkRate,getskilllv("GS_SINGLEACTION");
}
if (.@r>=9) {
   bonus bLongAtkRate,10;
}