31 lines
1005 B
Lua
31 lines
1005 B
Lua
att.PrintName = "RPK 23\" SAW Barrel"
|
|
att.AbbrevName = "23\" SAW Barrel"
|
|
att.Icon = Material("entities/att/ur_ak/barrel/rpk.png", "mips smooth")
|
|
att.Description = "Light machine gun barrel as used on the RPK. In addition to improved precision from the elongated barrel, it features an integrated bipod which can be deployed for even greater accuracy and control.\nVery front-heavy due to the long, more massive barrel."
|
|
att.Slot = {"ur_ak_barrel"}
|
|
att.AutoStats = true
|
|
|
|
att.SortOrder = 23
|
|
|
|
if !GetConVar("arccw_truenames"):GetBool() then
|
|
att.PrintName = "PKF-67 23\" SAW Barrel"
|
|
end
|
|
|
|
att.Add_BarrelLength = 5
|
|
att.Mult_SightTime = 1.2
|
|
att.Mult_SpeedMult = .95
|
|
att.Mult_SightedSpeedMult = 0.8
|
|
att.Mult_Sway = 1.5
|
|
|
|
att.Mult_Recoil = .8
|
|
att.Mult_AccuracyMOA = .7
|
|
att.Mult_Range = 1.5
|
|
att.Mult_MalfunctionMean = 2
|
|
att.Mult_HipDispersion = 1.5
|
|
|
|
att.Bipod = true
|
|
att.Mult_BipodRecoil = .25
|
|
att.Mult_BipodDispersion = .2
|
|
|
|
att.ActivateElements = {"barrel_rpk"}
|
|
att.GivesFlags = {"ak_barrelchange", "uc_noubgl"} |