This commit is contained in:
lifestorm
2024-08-05 18:40:29 +03:00
parent c4d91bf369
commit 324f19217d
8040 changed files with 1853423 additions and 21 deletions

View File

@@ -0,0 +1,41 @@
--[[
| 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"}