ID #28223
Weapon
Finisher [2]
Buy Price: N/A
Sell Price: N/A
A large sniper rifle used in war.
_______________________
Increases Ranged Physical Damage by 15%.
_______________________
Refine Level +7:
Increases damage of Mass Spiral and Anti Material Blast by 30%.
_______________________
Refine Level +9:
Decreases Anti Material Blast skill cooldown by 1 second.
_______________________
Type: Rifle
Attack: 200
Weight: 200
Weapon Level: 3
_______________________
Requirement:
Base Level 120
Rebellion
_______________________
Increases Ranged Physical Damage by 15%.
_______________________
Refine Level +7:
Increases damage of Mass Spiral and Anti Material Blast by 30%.
_______________________
Refine Level +9:
Decreases Anti Material Blast skill cooldown by 1 second.
_______________________
Type: Rifle
Attack: 200
Weight: 200
Weapon Level: 3
_______________________
Requirement:
Base Level 120
Rebellion
Monster Drops
Normal Drops
Heart Hunter Guard
Rate: 1.5%
Basic Information
Type
Weapon
Weight
2000
Range
9
Job Requirements
Gunslinger
Yes
Requirements
Weapon Level
3
Min Level
120
Scripts
Script .@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; } }
.@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;
}
}