Calf Anaconda [2], дробовик (Renewal)

Calf Anaconda [2] (CALF_ANACONDA) – оружие.

Calf Anaconda [2], дробовик (Renewal)

Splash attack, MaxSP + 2%.
Increase long ranged physical damage by 5% per 2 refine rate.
If refine rate is 7 or higher, increases Vanishing Buster damage by 20%.
If refine rate is 9 or higher, increases long ranged physical damage by 5%.
If refine rate is 12 or higher, reduces SP consumption of Vanishing Buster by 15%.

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

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

Скрипт

.@r = getrefine();
bonus bSplashRange,1;
bonus bMaxSPrate,2;
bonus bLongAtkRate,(.@r/2)*5 + (.@r > 8 ? 5 : 0);
if (.@r > 6) {
   bonus2 bSkillAtk,"RL_BANISHING_BUSTER",20;
}
if (.@r > 11) {
   bonus2 bSkillUseSPrate,"RL_BANISHING_BUSTER",15;
}