Precision Shatter [2], дробовик (Renewal)
Precision Shatter [2] (PRECISION_SHOTGUN) – оружие.
![Precision Shatter [2], дробовик (Renewal) Precision Shatter [2], дробовик (Renewal)](/images/db/items/picture/820004.png)
Increases The Vigilante at Night damage by 7% per 2 refine rate.
Increases Vanishing Buster damage by 10% per 3 refine rate.
Increases long ranged physical damage by 4% per 4 refine rate.
[Bonus by grade]
[Grade D] CON + 2.
[Grade C] Increases The Vigilante at Night damage by additional 10%.
[Grade B] P.Atk + 2.
Скрипт
.@g = getenchantgrade(); .@r = getrefine(); bonus bSplashRange,1; bonus2 bSkillAtk,"NW_THE_VIGILANTE_AT_NIGHT",7*(.@r/2); bonus2 bSkillAtk,"RL_BANISHING_BUSTER",10*(.@r/3); bonus bLongAtkRate,4*(.@r/4); if (.@g >= ENCHANTGRADE_D) { bonus bCon,2; if (.@g >= ENCHANTGRADE_C) { bonus2 bSkillAtk,"NW_THE_VIGILANTE_AT_NIGHT",10; if (.@g >= ENCHANTGRADE_B) { bonus bPAtk,2; } } }