ID #28224
Weapon
Dustfire [2]
Buy Price: N/A
Sell Price: N/A
A heavy shotgun that has flaming muzzle.
_______________________
Deals Splash Damage.
_______________________
Random chance to inflict Blind status on the target when dealing physical damage.
_______________________
When equipped with Armor Piercing Bullet:
Increases Ranged Physical Damage by 30%.
_______________________
Refine Level +7:
Increases damage of Shattering Storm by 15%.
_______________________
Refine Level +9:
Increases damage of Banishing Buster by 15%.
_______________________
Type: Shotgun
Attack: 300
Weight: 130
Weapon Level: 3
_______________________
Requirement:
Base Level 120
Rebellion
_______________________
Deals Splash Damage.
_______________________
Random chance to inflict Blind status on the target when dealing physical damage.
_______________________
When equipped with Armor Piercing Bullet:
Increases Ranged Physical Damage by 30%.
_______________________
Refine Level +7:
Increases damage of Shattering Storm by 15%.
_______________________
Refine Level +9:
Increases damage of Banishing Buster by 15%.
_______________________
Type: Shotgun
Attack: 300
Weight: 130
Weapon Level: 3
_______________________
Requirement:
Base Level 120
Rebellion
Monster Drops
Normal Drops
Upgraded Heart Hunter
Rate: 10%
Basic Information
Type
Weapon
Weight
1300
Range
9
Job Requirements
Gunslinger
Yes
Requirements
Weapon Level
3
Min Level
120
Scripts
Script .@r = getrefine(); bonus bSplashRange,1; bonus3 bAddEff,Eff_Blind,50,ATF_LONG; if (.@r >= 7) { bonus2 bSkillAtk,"RL_S_STORM",15; if (.@r >= 9) { bonus2 bSkillAtk,"RL_BANISHING_BUSTER",15; } }
.@r = getrefine();
bonus bSplashRange,1;
bonus3 bAddEff,Eff_Blind,50,ATF_LONG;
if (.@r >= 7) {
bonus2 bSkillAtk,"RL_S_STORM",15;
if (.@r >= 9) {
bonus2 bSkillAtk,"RL_BANISHING_BUSTER",15;
}
}