Abyss Spear [1], одноручное копьё (Renewal)

Abyss Spear [1] (VARIANT_SPEAR) – оружие.

 

A spear which a suspiscious arms dealer had.
-----------------
Increase the damage of your Physical Attacks against Players by 80%
-----------------
For every level of [Brute Spear],
Ignores 5% Def of all Races
-----------------
If the upgrade level of [Brute Spear] is 8 or above
Increase the damage of your Physical Attacks against Players by 35%
If the upgrade level of [Brute Spear] is 9 or above
Increase the damage of your Physical Attacks against Players by 20%
If the upgrade level of [Brute Spear] is 10
MaxHP + 15% , MaxSP + 15%
-----------------
Cannot be destroyed in battle
-----------------
Can be Sold.
Can be placed in the Kafra Storage

―――――――――――――

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

  • ID: 29064
  • Код: VARIANT_SPEAR
  • Тип: оружие
  • Подтип: одноручное копьё
  • Уровень оружия: 4
  • Атака: 150
  • Магическая атака: 110
  •  
  • Требуемый уровень: 165
  • Профессии: crusader, knight
  • Вес: 180

Скрипт

.@r = getrefine();
bonus bUnbreakableWeapon;
if (.@r>=7) {
   bonus2 bAddRace,RC_All,5;
   bonus2 bSubRace,RC_Player_Human,5;
}
if (.@r>=9) {
   bonus2 bAddRace,RC_All,5;
   bonus2 bSubRace,RC_Player_Human,5;
}