Abyss Claymore [1], двуручный меч (Renewal)

Abyss Claymore [1] (VARIANT_CLAYMORE) – оружие.

 

Heavy greatsword used by the honorable knights.
ATK + 20 per 2 refine rates.
If refined to +7 or higher, increase critical damage by 10%.
If refined to +9 or higher, can not be destoryed.

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

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

Скрипт

.@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;
}