Calf Kingcobra [2], винтовка (Renewal)

Calf Kingcobra [2] (CALF_KINGCOBRA) – оружие.

Calf Kingcobra [2], винтовка (Renewal)

Increases attack speed (reduces delay after attack by 10%).
Increase long ranged physical damage by 5% per 2 refine rate.
If refine rate is 7 or higher, increases attack speed (reduces delay after attack by additional 5%).
If refine rate is 9 or higher, increases critical damage by 15%.
If refine rate is 12 or higher, increases long ranged physical damage by 5%.

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

  • ID: 27752
  • Код: CALF_KINGCOBRA
  • Тип: оружие
  • Подтип: винтовка
  • Уровень оружия: 4
  • Атака: 230
  •  
  • Требуемый уровень: 150
  • Профессии: rebellion
  • Вес: 90

Скрипт

.@r = getrefine();
bonus bAspdRate,10 + (.@r > 6 ? 5 : 0);
bonus bLongAtkRate,(.@r/2)*5 + (.@r > 11 ? 5 : 0);
if (.@r > 8) {
   bonus bCritAtkRate,15;
}