ID #28225
Weapon
Burning Rose [2]
Buy Price: N/A
Sell Price: N/A
When over heated, this gatling gun will turn as red as rose.
_______________________
Increases Ranged Physical Damage by 15%.
_______________________
Refine Level +7:
Increases damage of Fire Rain by 30%.
_______________________
Refine Level +9:
Decreases Fire Rain skill cooldown by 1 second.
_______________________
Type: Gatling Gun
Attack: 200
Weight: 250
Weapon Level: 3
_______________________
Requirement:
Base Level 120
Rebellion
_______________________
Increases Ranged Physical Damage by 15%.
_______________________
Refine Level +7:
Increases damage of Fire Rain by 30%.
_______________________
Refine Level +9:
Decreases Fire Rain skill cooldown by 1 second.
_______________________
Type: Gatling Gun
Attack: 200
Weight: 250
Weapon Level: 3
_______________________
Requirement:
Base Level 120
Rebellion
Monster Drops
Normal Drops
Upgraded Heart Hunter
Rate: 10%
Basic Information
Type
Weapon
Weight
2500
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_FIRE_RAIN",30; if (.@r >= 9) { bonus2 bSkillCooldown,"RL_FIRE_RAIN",-1000; } }
.@r = getrefine();
bonus bLongAtkRate,15;
if (.@r >= 7) {
bonus2 bSkillAtk,"RL_FIRE_RAIN",30;
if (.@r >= 9) {
bonus2 bSkillCooldown,"RL_FIRE_RAIN",-1000;
}
}