Calf Diamondback [2], (Renewal)

Calf Diamondback [2] (CALF_DIAMONDBACK) – оружие.

Calf Diamondback [2], (Renewal)

Dex + 2, Atk + 2%.
Increase long ranged physical damage by 5% per 2 refine rate.
If refine rate is 7 or higher, increases Round Trip damage by 20%.
If refine rate is 9 or higher, reduces SP consumption of Round Trip by 5%.
If refine rate is 12 or higher, increases long ranged physical damage by 5%.

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

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

Скрипт

.@r = getrefine();
bonus bDex,2;
bonus bAtkRate,2;
bonus bLongAtkRate,(.@r/2)*5 + (.@r > 11 ? 5 : 0);
if (.@r > 6) {
   bonus2 bSkillAtk,"RL_R_TRIP",20;
}
if (.@r > 8) {
   bonus2 bSkillUseSPrate,"RL_R_TRIP",5;
}