Antique Gatling Gun [1], (Renewal)

Antique Gatling Gun [1] (ANTIQUE_GATLING_GUN) – оружие.

 

A gatling gun decorated in a glass case that looks like an antique. It seems that it cannot be created with modern technology.

When physically attacking, adds 1% chance to drain 5% of damage as SP.
Increase damage of Round Trip by 7% per 10 base AGI.
Increase damage of Round Trip by 30% when total base Agi is above 110.
Adds 1% additional chance to drain SP per 2 refine rates.
MATK + 120
Required level : 100

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

  • ID: 32025
  • Код: ANTIQUE_GATLING_GUN
  • Тип: оружие
  • Подтип:
  • Уровень оружия: 4
  • Атака: 180
  • Магическая атака: 120
  •  
  • Требуемый уровень: 100
  • Профессии: rebellion
  • Цена покупки: 20 з
  • Цена продажи: 10 з
  • Вес: 300

Скрипт

.@r = getrefine();
bonus2 bSkillAtk,"RL_QD_SHOT",BaseLevel*5;
bonus2 bSkillCooldown,"RL_HEAT_BARREL",-8000*.@r;
bonus2 bSkillAtk,"RL_R_TRIP",7*(readparam(bAgi)/10);
if (readparam(bAgi)>=110)
   bonus2 bSkillAtk,"RL_R_TRIP",30;