ID #28242
Weapon
Calf Anaconda [2]
Buy Price: N/A
Sell Price: N/A
This shotgun is mainly used by small groups.
The design is quite sophisticated and has a good feeling.
_______________________
Deals Splash Damage.
_______________________
MaxSP +2%
_______________________
For each 2 Refine Levels:
Increases Ranged Physical Damage by 5%.
_______________________
Refine Level +7:
Increases damage of Banishing Buster by 20%.
_______________________
Refine Level +9:
Increases Ranged Physical Damage by additional 5%.
_______________________
Refine Level +12:
Decreases SP Consumption of Banishing Buster by 15%.
_______________________
Type: Shotgun
Attack: 305
Weight: 140
Weapon Level: 4
_______________________
Requirement:
Base Level 150
Rebellion
The design is quite sophisticated and has a good feeling.
_______________________
Deals Splash Damage.
_______________________
MaxSP +2%
_______________________
For each 2 Refine Levels:
Increases Ranged Physical Damage by 5%.
_______________________
Refine Level +7:
Increases damage of Banishing Buster by 20%.
_______________________
Refine Level +9:
Increases Ranged Physical Damage by additional 5%.
_______________________
Refine Level +12:
Decreases SP Consumption of Banishing Buster by 15%.
_______________________
Type: Shotgun
Attack: 305
Weight: 140
Weapon Level: 4
_______________________
Requirement:
Base Level 150
Rebellion
Monster Drops
Normal Drops
Elite Buffalo Bandit
Rate: 2.5%
Basic Information
Type
Weapon
Weight
1400
Range
9
Job Requirements
Gunslinger
Yes
Requirements
Weapon Level
4
Min Level
150
Scripts
Script .@r = getrefine(); bonus bSplashRange,1; bonus bMaxSPrate,2; bonus bLongAtkRate,(.@r/2)*5 + (.@r > 8 ? 5 : 0); if (.@r > 6) { bonus2 bSkillAtk,"RL_BANISHING_BUSTER",20; } if (.@r > 11) { bonus2 bSkillUseSPrate,"RL_BANISHING_BUSTER",15; }
.@r = getrefine();
bonus bSplashRange,1;
bonus bMaxSPrate,2;
bonus bLongAtkRate,(.@r/2)*5 + (.@r > 8 ? 5 : 0);
if (.@r > 6) {
bonus2 bSkillAtk,"RL_BANISHING_BUSTER",20;
}
if (.@r > 11) {
bonus2 bSkillUseSPrate,"RL_BANISHING_BUSTER",15;
}