Trial Rebel's Rifle [1], винтовка (Renewal)

Trial Rebel's Rifle [1] (PROBATION_RIFLE) – оружие.

Trial Rebel's Rifle [1], винтовка (Renewal)

A rifle for a rebellion who is now a little used to handling guns.
Account Bound
Property: Neutral
Required Atk + 6 for every 10 base levels up to a maximum base level of 160.
Hit + 10
Crit + 20
Increases the damage of God's Hammer by 20%.
If upgrade level is +7 or higher,
Increases long-ranged damage on targets by 1% per level of Tracking known.

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

  • ID: 27731
  • Код: PROBATION_RIFLE
  • Тип: оружие
  • Подтип: винтовка
  • Уровень оружия: 3
  • Атака: 200
  •  
  • Требуемый уровень: 100
  • Профессии: gunslinger, rebellion
  • Цена покупки: 20 з
  • Цена продажи: 10 з
  • Вес: 1

Скрипт

bonus bHit,10;
bonus bCritical,20;
bonus2 bSkillAtk,"RL_HAMMER_OF_GOD",20;
bonus bBaseAtk,((min(BaseLevel,160)/10)*6);
if (getrefine()>6) {
   bonus bLongAtkRate,getskilllv("GS_TRACKING");
}