Soldier Grenade Launcher, (Pre-Renewal)

Soldier Grenade Launcher (BF_LAUNCHER1) – оружие.

Soldier Grenade Launcher, (Pre-Renewal)

A grenade launcher that has been designed specifically for battles against humans.
Account Bound
Property: Neutral
Dex + 2
Increases physical damage on Demi-Human race targets by 35%.
Bypass 20% of hard defense of Demi-Human race targets when performing a physical attack.
Increases physical damage on Human Player race targets by 35%.
Bypass 20% of hard defense of Human Player race targets when performing a physical attack.
Adds a 3% chance of buffing the user for 9 seconds when performing a physical attack; Atk + 300; Drains 120 HP from the user every second.
This item is indestructible in battle.

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

  • ID: 6098
  • Код: BF_LAUNCHER1
  • Тип: оружие
  • Подтип:
  • Уровень оружия: 3
  • Атака: 300
  •  
  • Требуемый уровень: 80
  • Профессии: gunslinger
  • Вес: 1

Скрипт

bonus bDex,2;
bonus2 bAddRace,RC_DemiHuman,35;
bonus2 bAddRace,RC_Player_Human,35;
bonus2 bIgnoreDefRaceRate,RC_DemiHuman,20;
bonus2 bIgnoreDefRaceRate,RC_Player_Human,20;
autobonus "{ bonus bBaseAtk,300; bonus2 bHPLossRate,120,1000; }",30,9000,BF_WEAPON,"{ specialeffect2 EF_BASH3D; }";
bonus bUnbreakableWeapon;