ID #28240
Weapon
Calf Kingcobra [2]
Buy Price: N/A
Sell Price: N/A
This rifle is mainly used by small groups.
Compared to other rifle firearms, it is said to be lighter than other rifle weapons.
_______________________
Increases Attack Speed (decreases After Attack Delay by 10%).
_______________________
For each 2 Refine Levels:
Increases Ranged Physical Damage by 5%.
_______________________
Refine Level +7:
Increases Attack Speed (decreases After Attack Delay by 5%).
_______________________
Refine Level +9:
Increases Critical Damage by 15%.
_______________________
Refine Level +12:
Increases Ranged Physical Damage by additional 5%.
_______________________
Type: Rifle
Attack: 230
Weight: 90
Weapon Level: 4
_______________________
Requirement:
Base Level 150
Rebellion
Compared to other rifle firearms, it is said to be lighter than other rifle weapons.
_______________________
Increases Attack Speed (decreases After Attack Delay by 10%).
_______________________
For each 2 Refine Levels:
Increases Ranged Physical Damage by 5%.
_______________________
Refine Level +7:
Increases Attack Speed (decreases After Attack Delay by 5%).
_______________________
Refine Level +9:
Increases Critical Damage by 15%.
_______________________
Refine Level +12:
Increases Ranged Physical Damage by additional 5%.
_______________________
Type: Rifle
Attack: 230
Weight: 90
Weapon Level: 4
_______________________
Requirement:
Base Level 150
Rebellion
Monster Drops
Normal Drops
Elite Buffalo Bandit
Rate: 2.5%
Basic Information
Type
Weapon
Weight
900
Range
9
Job Requirements
Gunslinger
Yes
Requirements
Weapon Level
4
Min Level
150
Scripts
Script .@r = getrefine(); bonus bAspdRate,10 + (.@r > 6 ? 5 : 0); bonus bLongAtkRate,(.@r/2)*5 + (.@r > 11 ? 5 : 0); if (.@r > 8) { bonus bCritAtkRate,15; }
.@r = getrefine();
bonus bAspdRate,10 + (.@r > 6 ? 5 : 0);
bonus bLongAtkRate,(.@r/2)*5 + (.@r > 11 ? 5 : 0);
if (.@r > 8) {
bonus bCritAtkRate,15;
}