ID #28253
Weapon
HR-S55-OS [2]
Buy Price: N/A
Sell Price: N/A
Sniper rifle with the ability to induce satellite attacks.
_______________________
ATK +3%
_______________________
Refine Level +7:
Increases Ranged Physical Damage by 7%.
_______________________
Refine Level +9:
Increases damage of Hammer of God by 20%.
_______________________
Refine Level +11:
Decreases Hammer of God skill cooldown by 5 seconds.
_______________________
Type: Rifle
Attack: 250
Weight: 100
Weapon Level: 4
_______________________
Requirement:
Base Level 130
Rebellion
_______________________
ATK +3%
_______________________
Refine Level +7:
Increases Ranged Physical Damage by 7%.
_______________________
Refine Level +9:
Increases damage of Hammer of God by 20%.
_______________________
Refine Level +11:
Decreases Hammer of God skill cooldown by 5 seconds.
_______________________
Type: Rifle
Attack: 250
Weight: 100
Weapon Level: 4
_______________________
Requirement:
Base Level 130
Rebellion
Available from boxes
Equipment Reform
Available through the reform system OS_Weapon_Reform
- Weapon Upgrade Stone(Lower) × 70
- Mysterious Component × 200
- Cor Core × 40
Available through the reform system R_Ep17_Box
- Imperfect Rune × 10
Basic Information
Type
Weapon
Weight
1000
Range
9
Acquisition method
Equipment reform
Job Requirements
Gunslinger
Yes
Requirements
Weapon Level
4
Min Level
130
Scripts
Script .@r = getrefine(); bonus bAtkRate,3; if (.@r >= 7) { bonus bLongAtkRate,7; if (.@r >= 9) { bonus2 bSkillAtk,"RL_HAMMER_OF_GOD",20; if (.@r >= 11) { bonus2 bSkillCooldown,"RL_HAMMER_OF_GOD",-5000; } } }
.@r = getrefine();
bonus bAtkRate,3;
if (.@r >= 7) {
bonus bLongAtkRate,7;
if (.@r >= 9) {
bonus2 bSkillAtk,"RL_HAMMER_OF_GOD",20;
if (.@r >= 11) {
bonus2 bSkillCooldown,"RL_HAMMER_OF_GOD",-5000;
}
}
}