Diva Shotgun [1], дробовик (Renewal)
Diva Shotgun [1] (DIVA_SHOTGUN) – оружие.
A grenade launcher with the nickname 'Avenger'.
Increases long-ranged physical damage on targets by 20%.
If refined to 7 or higher,
Increases the damage of Dragon Tail by 15%.
If refined to 9 or higher,
Reduces the cooldown of Howling Mine by 1 second.
Property: Neutral
Скрипт
.@r = getrefine();
bonus bSplashRange,1;
bonus2 bSkillAtk,"RL_SLUGSHOT",(readparam(bStr)/10)*7;
if (readparam(bStr)>=110)
bonus2 bSkillAtk,"RL_SLUGSHOT",30;
if (.@r>=7) {
bonus bBaseAtk,30;
bonus bHit,5;
}
if (.@r>=9) {
bonus bBaseAtk,30;
bonus bHit,5;
}