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

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

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

The one who can handle all guns is the one used by the master.
It seems to resonate with the boots of an ancient hero.

Splash Attack.
Increase damage of ranged attack by 3% per 2 refine rate.
MSP + 2% per 3 refine rate.
When refined to +7 or higher, increase physical damage to boss monsters by 10%.
When refined to +9 or higher, upon use of Platinum Altar increase Atk + 50 and Ranged Damage + 10% for 90 seconds
When refined to +11 or higher, increase physical damage to Demon, Undead monsters by 15%.
When equipped with ancient hero boots, adds a chance to DEX+20, ranged physical damage by 10% for 7s when physical attack.
Weapon level : 4
Required level : 100

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

  • ID: 27764
  • Код: DEMON_S_SHOT
  • Тип: оружие
  • Подтип: дробовик
  • Уровень оружия: 4
  • Атака: 275
  •  
  • Требуемый уровень: 100
  • Профессии: rebellion
  • Цена покупки: 20 з
  • Цена продажи: 10 з
  • Вес: 140

Скрипт

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