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

Abyss Lance [1] (VARIANT_LANCE) – оружие.

 

White lance used by the honorable knights.
Increase ranged physical damage by 3% per 2 refine rates.
If refined to +7 or higher, ATK + 5%.
If refined to +9 or higher, increase physical damage to all type monsters by 15%.

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

  • ID: 27602
  • Код: VARIANT_LANCE
  • Тип: оружие
  • Подтип: двуручное копьё
  • Уровень оружия: 4
  • Атака: 200
  • Магическая атака: 230
  •  
  • Требуемый уровень: 165
  • Профессии: crusader, knight
  • Вес: 350

Скрипт

.@r = getrefine();
bonus bUnbreakableWeapon;
bonus2 bSubRace,RC_Player_Human,30;
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;
}