Calf Python [2], (Renewal)

Calf Python [2] (CALF_PYTHON) – оружие.

Calf Python [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 attack speed (reduces delay after attack by 5%)
If refine rate is 9 or higher, increases Dragon Tail damage by 15%.
If refine rate is 12 or higher, increases Dragon Tail damage by additional 15%.

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

  • ID: 27755
  • Код: CALF_PYTHON
  • Тип: оружие
  • Подтип:
  • Уровень оружия: 4
  • Атака: 360
  •  
  • Требуемый уровень: 150
  • Профессии: rebellion
  • Цена покупки: 10 з
  • Цена продажи: 5 з
  • Вес: 200

Скрипт

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