Finisher [2], винтовка (Renewal)
Finisher [2] (JUST_FINISH) – оружие. Выпадает из монстров: Heart Hunter Guard, Heart Hunter Guard.
![Finisher [2], винтовка (Renewal) Finisher [2], винтовка (Renewal)](/images/db/items/picture/28223.png)
A large sniper rifle for combat.
Increases long-ranged physical damage on targets by 15%.
If refined to 7 or higher,
Increases the damage of
Anti-Material Blast and Mass Spiral by 30%.
If refined to 9 or higher,
Reduces the cooldown of
Anti-Material Blast by 1 second.
Property: Neutral
Скрипт
.@r = getrefine();
bonus bLongAtkRate,15;
if (.@r >= 7) {
bonus2 bSkillAtk,"RL_AM_BLAST",30;
bonus2 bSkillAtk,"RL_MASS_SPIRAL",30;
if (.@r >= 9) {
bonus2 bSkillCooldown,"RL_AM_BLAST",-1000;
}
}