mirror of
https://github.com/lifestorm/wnsrc.git
synced 2025-12-17 21:53:46 +03:00
41 lines
1.2 KiB
Lua
41 lines
1.2 KiB
Lua
--[[
|
|
| This file was obtained through the combined efforts
|
|
| of Madbluntz & Plymouth Antiquarian Society.
|
|
|
|
|
| Credits: lifestorm, Gregory Wayne Rossel JR.,
|
|
| Maloy, DrPepper10 @ RIP, Atle!
|
|
|
|
|
| Visit for more: https://plymouth.thetwilightzone.ru/
|
|
--]]
|
|
|
|
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"} |