Avenger Handgun, револьвер (Renewal)

Avenger Handgun (AVENGER_REVOLVER) – оружие.

 

A revolver 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.
Increases the damage of Fire Dance by 20%.
If upgrade level is +7 or higher,
Increases long-ranged damage on targets by 1% per level of Chain Action known.

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

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

Скрипт

.@r = getrefine();
bonus bUnbreakableWeapon;
bonus2 bAddRace,RC_DemiHuman,20;
bonus2 bAddRace,RC_Player_Human,20;
bonus2 bSubRace,RC_DemiHuman,10;
bonus2 bSubRace,RC_Player_Human,10;
if (.@r>=5) {
   bonus2 bAddRace,RC_DemiHuman,20;
   bonus2 bAddRace,RC_Player_Human,20;
   bonus2 bSubRace,RC_DemiHuman,10;
   bonus2 bSubRace,RC_Player_Human,10;
   if (.@r>=7) {
       bonus2 bAddRace,RC_DemiHuman,20;
       bonus2 bAddRace,RC_Player_Human,20;
       bonus2 bSubRace,RC_DemiHuman,10;
       bonus2 bSubRace,RC_Player_Human,10;
       if (.@r>=9) {
           bonus4 bAutoSpellOnSkill,"GS_GLITTERING","RL_RICHS_COIN",1,1000;
       }
   }
}