Golden Lord Launcher [2], (Renewal)

Golden Lord Launcher [2] (GOLDEN_L_LAUNCHER) – оружие.

Golden Lord Launcher [2], (Renewal)

Grenade launcher made of gold used by those who have reached the master's level.
It seems to resonate with the boots of an ancient hero.

Increase ranged physical damage by 3% per 2 refine rate.
ATK + 15 per 3 refine rate.
When refined to +7 or higher, increase damage of Dragon Tail by 15%.
When refined to +9 or higher, reduce cool time of Dragon Tail by 1s.
When refined to +11 or higher, increase damage of Dragon Tail by 15%.
When equipped with ancient hero boots, adds a chance to DEX+20, ranged physical damage by 10% for 7s when physical attack.
Weapon level : 4
Required level : 100

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

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

Скрипт

.@r = getrefine();
bonus bLongAtkRate,3*(.@r/2);
bonus bBaseAtk,15*(.@r/3);
if (.@r >= 7) {
   .@val = 15;
   if (.@r >= 9) {
      bonus2 bSkillCooldown,"RL_D_TAIL",-1000;
      if (.@r >= 11) {
         .@val += 15;
      }
   }
   bonus2 bSkillAtk,"RL_D_TAIL",.@val;
}