Lust Shatter [2], дробовик (Renewal)
Lust Shatter [2] (EP172_1H_SHOTGUN) – оружие. Выпадает из монстров: Spell Addicted Plaga, Elite Bellare.
![Lust Shatter [2], дробовик (Renewal) Lust Shatter [2], дробовик (Renewal)](/images/db/items/picture/820000.png)
A Shotgun wielded by the mercenaries who used to guard the mansion.
It has been horribly distorted by the magic-jamming device that Illusion has installed.
Splash damage.
Slug Shot damage +10%.
ATK +6 and increased ASPD (ASPD +3%) for every 3 refine levels.
When refined to +7 or higher, Additional Slug Shot damage +15%, Shattering Storm damage +10%.
When refined to +9 or higher, Slug Shot cooldown -2 sec., Shattering Storm cooldown -1 sec.
When refined to +11 or higher, Additional Slug Shot damage +25%, Shattering Storm damage +25% for 10 sec. upon casting Slug Shot.
Скрипт
.@r = getrefine(); bonus bSplashRange,1; bonus2 bSkillAtk,"RL_SLUGSHOT",10; bonus bAspdRate,3*(.@r/3); bonus bBaseAtk,6*(.@r/3); if (.@r>=7) { bonus2 bSkillAtk,"RL_S_STORM",10; bonus2 bSkillAtk,"RL_SLUGSHOT",15; } if (.@r>=9) { bonus2 bSkillCooldown,"RL_S_STORM",-1000; bonus2 bSkillCooldown,"RL_SLUGSHOT",-2000; } if (.@r>=11) { autobonus3 "{ bonus2 bSkillAtk,\"RL_S_STORM\",25; }",1000,10000,"RL_SLUGSHOT"; bonus2 bSkillAtk,"RL_SLUGSHOT",25; }