Patent The Black [2], (Renewal)

Patent The Black [2] (UP_THE_BLACK_GATLING) – оружие.

Patent The Black [2], (Renewal)

He can handle all guns skillfully] The black Gatling gun used by those who reached the level of the master.
He started to show his natural power through the strength and grip of the total heat.
It seems to resonate with the boots of the great hero.

ATK + 15 per 2 refine rates.
increase ranged physical damage by 4% per 3 refine rates.
When refined to +7 or higher, increase damage of round trip by 20%, reduce SP consumption of Round Trip by 10%.
When refined to +9 or higher, increase damage of round trip by 15%, increase ATK + 50, ranged physical damage by 10% for 90 sec.
When refined to +11 or higher, increase physical damage to all size monsters by 15%.
When equipped with Great Hero's Boots, DEX + 10, increase ranged physical damage by 5%.

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

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

Скрипт

.@r = getrefine();
bonus bBaseAtk,15*(.@r/2);
bonus bLongAtkRate,4*(.@r/3);
if (.@r>=7) {
   bonus2 bSkillAtk,"RL_R_TRIP",20;
   bonus2 bSkillUseSPrate,"RL_R_TRIP",10;
}
if (.@r>=9) {
   bonus2 bSkillAtk,"RL_R_TRIP",15;
   autobonus3 "{ bonus bBaseAtk,50; bonus bLongAtkRate,10; }",1000,90000,"RL_P_ALTER";
}
if (.@r>=11) {
   bonus2 bAddSize,Size_All,15;
}