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

Block Lance [1] (EIN_BHSPEAR) – оружие.

 

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: 27603
  • Код: EIN_BHSPEAR
  • Тип: оружие
  • Подтип: двуручное копьё
  • Уровень оружия: 4
  • Атака: 235
  •  
  • Требуемый уровень: 100
  • Профессии: crusader, knight
  • Вес: 300

Скрипт

.@r = getrefine();
bonus2 bSkillAtk,"LK_SPIRALPIERCE",2*(BaseLevel/10);
if (getskilllv("LK_SPIRALPIERCE") == 5)
   bonus bBaseAtk,30;
if (.@r>=7) {
   bonus bAtkRate,5;
   bonus bAspdRate,10;
}
if (.@r>=9) {
   bonus bHit,15;
   bonus bStr,3;
}