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

Sealed Katar of Shiver [2] (EVT_SHIVER_KATAR_K) – оружие.

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

Atk + 10 per 2 refine rate.
Increases critical damage by 4% per 3 refine rate.
If refine rate is 7 or higher, increases physical damage against demihuman and brute race monsters by 15%.
If refine rate is 9 or higher, increases attack speed (reduces delay after attack by 10%), increases physical damage against demihuman and brute race monsters by additional 20%.

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

  • ID: 27688
  • Код: EVT_SHIVER_KATAR_K
  • Тип: оружие
  • Подтип: катар
  • Уровень оружия: 4
  • Атака: 185
  •  
  • Требуемый уровень: 99
  • Профессии: assassin
  • Вес: 1

Скрипт

.@r = getrefine();
bonus bBaseAtk,10*(.@r/2);
bonus bCritAtkRate,4*(.@r/3);
if (.@r>=9) {
   bonus2 bAddRace,RC_Brute,35;
   bonus2 bAddRace,RC_DemiHuman,35;
   bonus2 bAddRace,RC_Player_Human,35;
   bonus2 bAddRace,RC_Player_Doram,35;
   bonus bAspdRate,10;
}
else if (.@r>=7) {
   bonus2 bAddRace,RC_Brute,15;
   bonus2 bAddRace,RC_DemiHuman,15;
   bonus2 bAddRace,RC_Player_Human,15;
   bonus2 bAddRace,RC_Player_Doram,15;
}