Assaulter Spear, одноручное копьё (Pre-Renewal)

Assaulter Spear (BF_SPEAR1) – оружие.

Assaulter Spear, одноручное копьё (Pre-Renewal)

A special spear made for charging at the enemy's position, especially designed for battles against humans.
Account Bound
Property: Neutral
Str + 2
Increases physical damage on Demi-Human race targets by 95%.
Bypass 20% of hard defense of Demi-Human race targets when performing a physical attack.
Increases physical damage on Human Player race targets by 95%.
Bypass 20% of hard defense of Human Player race targets when performing a physical attack.
This item is indestructible in battle.
Crusader Bonus
Aspd + 20%

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

  • ID: 4407
  • Код: BF_SPEAR1
  • Тип: оружие
  • Подтип: одноручное копьё
  • Уровень оружия: 3
  • Атака: 60
  •  
  • Требуемый уровень: 80
  • Профессии: crusader, knight, swordman
  • Цена покупки: 20 з
  • Цена продажи: 10 з
  • Вес: 1

Скрипт

bonus bStr,2;
bonus2 bAddRace,RC_DemiHuman,95;
bonus2 bAddRace,RC_Player_Human,95;
bonus2 bIgnoreDefRaceRate,RC_DemiHuman,20;
bonus2 bIgnoreDefRaceRate,RC_Player_Human,20;
bonus bUnbreakableWeapon;
if (BaseJob == Job_Crusader)
   bonus bAspdRate,20;