Patent Shiver Katar [2], катар (Renewal)

Patent Shiver Katar [2] (UP_SHIVER_KATAR_K) – оружие.

Patent Shiver Katar [2], катар (Renewal)

Qatar that maximized the killing power that is said to have been used by an assassin who had a reputation in the past.
He regained his past glory and began to show his natural ability.
It seems to resonate with the boots of the great hero.

ATK + 15 per 2 refine rates.
Increase damage of Cross Impact by 10% per 3 refine rates.
When refined to +7 or higher, increase critical damage by 15%, reduce delay after attack by 10%.
When refined to +9 or higher, increase physical damage to human, animal type monsters by 25%.
When refined to +11 or higher, CRI + 15, reduce cooltime of Black Claw by 10 sec.
When equipped with Great Hero's Boots, AGI +10, increase melee physical damage by 5%.

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

  • ID: 31728
  • Код: UP_SHIVER_KATAR_K
  • Тип: оружие
  • Подтип: катар
  • Уровень оружия: 4
  • Атака: 255
  •  
  • Требуемый уровень: 150
  • Профессии: assassin
  • Вес: 140

Скрипт

.@r = getrefine();
bonus bBaseAtk,.@r/2*15;
bonus2 bSkillAtk,"GC_CROSSIMPACT",.@r/3*10;
if (.@r>=7) {
   bonus bCritAtkRate,15;
   bonus bAspdRate,10;
}
if (.@r>=9) {
   bonus2 bAddRace,RC_Brute,25;
   bonus2 bAddRace,RC_DemiHuman,25;
   bonus2 bAddRace,RC_Player_Human,25;
   bonus2 bAddRace,RC_Player_Doram,25;
}
if (.@r>=11) {
   bonus bCritical,15;
   bonus2 bSkillCooldown,"GC_DARKCROW",-10000;
}