ID #28241
Weapon
Calf Diamondback [2]
Buy Price: N/A
Sell Price: N/A
This gatling gun is mainly used by small groups.
It is said that it is rather heavy for the general public.
_______________________
DEX +2
ATK +2%
_______________________
For each 2 Refine Levels:
Increases Ranged Physical Damage by 5%.
_______________________
Refine Level +7:
Increases damage of Round Trip by 20%.
_______________________
Refine Level +9:
Decreases SP Consumption of Round Trip by 5%.
_______________________
Refine Level +12:
Increases Ranged Physical Damage by additional 5%.
_______________________
Type: Gatling Gun
Attack: 220
Weight: 300
Weapon Level: 4
_______________________
Requirement:
Base Level 150
Rebellion
It is said that it is rather heavy for the general public.
_______________________
DEX +2
ATK +2%
_______________________
For each 2 Refine Levels:
Increases Ranged Physical Damage by 5%.
_______________________
Refine Level +7:
Increases damage of Round Trip by 20%.
_______________________
Refine Level +9:
Decreases SP Consumption of Round Trip by 5%.
_______________________
Refine Level +12:
Increases Ranged Physical Damage by additional 5%.
_______________________
Type: Gatling Gun
Attack: 220
Weight: 300
Weapon Level: 4
_______________________
Requirement:
Base Level 150
Rebellion
Monster Drops
Normal Drops
Elite Buffalo Bandit
Rate: 2.5%
Basic Information
Type
Weapon
Weight
3000
Range
9
Job Requirements
Gunslinger
Yes
Requirements
Weapon Level
4
Min Level
150
Scripts
Script .@r = getrefine(); bonus bDex,2; bonus bAtkRate,2; bonus bLongAtkRate,(.@r/2)*5 + (.@r > 11 ? 5 : 0); if (.@r > 6) { bonus2 bSkillAtk,"RL_R_TRIP",20; } if (.@r > 8) { bonus2 bSkillUseSPrate,"RL_R_TRIP",5; }
.@r = getrefine();
bonus bDex,2;
bonus bAtkRate,2;
bonus bLongAtkRate,(.@r/2)*5 + (.@r > 11 ? 5 : 0);
if (.@r > 6) {
bonus2 bSkillAtk,"RL_R_TRIP",20;
}
if (.@r > 8) {
bonus2 bSkillUseSPrate,"RL_R_TRIP",5;
}