Melon Katar [1], катар (Renewal)

Melon Katar [1] (MELON_KATAR) – оружие.

 

Can't be refined by normal means.
Atk + 2%.
Atk + 3 per refine rate.
Atk + 3 per 15 base level (up to level 195).
If refine rate is 7 or higher, reduces global cooldown by 1% per 2 level of Katar Mastery user learned.
If refine rate is 9 or higher, increases melee physical damage by 10%, increases Meteor Assault and Counter Slash damage by 25%.
If refine rate is 11 or higher, reduces global cooldown by additional 10%, increases physical damage against all size enemies by 15%.
If refine rate is 13 or higher, increases Meteor Assault and Counter Slash damage by additional 15%.

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

  • ID: 31745
  • Код: MELON_KATAR
  • Тип: оружие
  • Подтип: катар
  • Уровень оружия: 4
  • Атака: 150
  • Магическая атака: 250
  •  
  • Требуемый уровень: 100
  • Профессии: assassin
  • Цена покупки: 20 з
  • Цена продажи: 10 з
  • Вес: 280

Скрипт

.@r = getrefine();
autobonus "{ bonus bUseSPrate,-100; bonus2 bSPRegenRate,100,1000; }",20,5000,BF_WEAPON;
autobonus "{ bonus bUseSPrate,-100; bonus2 bSPRegenRate,100,1000; }",10,5000,BF_MAGIC;
bonus bAtkRate,10*.@r;
bonus bMatkRate,5*.@r;
if (.@r>=7) {
   bonus2 bIgnoreDefRaceRate,RC_All,50;
   bonus2 bIgnoreMdefRaceRate,RC_All,50;
}
if (.@r>=9) {
   bonus2 bIgnoreDefRaceRate,RC_All,50;
   bonus2 bIgnoreMdefRaceRate,RC_All,50;
}