Patent Demon Slayer Shot [2], дробовик (Renewal)

Patent Demon Slayer Shot [2] (UP_DEMON_S_SHOT) – оружие.

Patent Demon Slayer Shot [2], дробовик (Renewal)

The one who can handle all guns skillfully is the devil-fighting shotgun used by the master.
He started to show his natural power by looking at the cool shooting.
It seems to resonate with the boots of the great hero.

Splash Attack.
Increase ranged physical damage by 3% per 2 refine rates.
MSP + 2% per 3 refine rates.
When refined to +7 or higher, increase physical damage to boss, devil, undead type monsters by 15%.
When refined to +9 or higher, when using platinum alter, increase ATK + 50, ranged physical damage by 10% for 90 sec.
When refined to +11 or higher, increase damage of Vanishing Buster and Shatter Storm by 35%.
When equipped with Great Hero's Boots, DEX + 10, increase ranged physical damage by 5%.

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

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

Скрипт

.@r = getrefine();
bonus bSplashRange,1;
bonus bLongAtkRate,3*(.@r/2);
bonus bMaxSPrate,2*(.@r/3);
if (.@r>=7) {
   bonus2 bAddClass,Class_Boss,15;
   bonus2 bAddRace,RC_Undead,15;
   bonus2 bAddRace,RC_Demon,15;
}
if (.@r>=9) {
   autobonus3 "{ bonus bBaseAtk,50; bonus bLongAtkRate,10; }",1000,90000,"RL_P_ALTER";
}
if (.@r>=11) {
   bonus2 bSkillAtk,"RL_BANISHING_BUSTER",35;
   bonus2 bSkillAtk,"RL_S_STORM",35;
}