[Not For Sale] Demon Slayer Shot [2], дробовик (Renewal)
[Not For Sale] Demon Slayer Shot [2] (COMP_DEMON_S_SHOT) – оружие.
Black gatling gun used by those who have reached the master's level.
It seems to resonate with the boots of an ancient hero.
ATK + 10 per 2 refine rate.
Increase ranged physical attack by 2% per 3 refine rate.
When refined to +7 or higher, increase damage of Round Trip damage by 15%, SP consumption of it by 10%.
When refined to +9 or higher, increase ATK by 50, ranged physical damage by 10% when using Platinum Altar.
When refined to +11 or higher, increase damage of Round Trip 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
Скрипт
.@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;
}
}
}