mirror of
https://github.com/lifestorm/wnsrc.git
synced 2025-12-17 13:53:45 +03:00
52 lines
1.4 KiB
Lua
52 lines
1.4 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 = "AK-105 12\" Carbine Barrel"
|
||
|
|
att.AbbrevName = "12\" Carbine Barrel"
|
||
|
|
att.Icon = Material("entities/att/ur_ak/barrel/105.png", "mips smooth")
|
||
|
|
att.Description = "Reduced length barrel that serves as a middle ground between full-size and SMG-length barrels. Reduces weight and profile while keeping the weapon accurate and controllable."
|
||
|
|
att.Slot = {"ur_ak_barrel"}
|
||
|
|
att.AutoStats = true
|
||
|
|
|
||
|
|
if !GetConVar("arccw_truenames"):GetBool() then
|
||
|
|
att.PrintName = "KF-104 12\" Carbine Barrel"
|
||
|
|
end
|
||
|
|
|
||
|
|
att.SortOrder = 12
|
||
|
|
|
||
|
|
att.Mult_Sway = .85
|
||
|
|
att.Mult_SightTime = .8
|
||
|
|
att.Add_BarrelLength = -3
|
||
|
|
att.Mult_SightedSpeedMult = 1.05
|
||
|
|
|
||
|
|
att.Mult_Recoil = 1.3
|
||
|
|
att.Mult_AccuracyMOA = 1.5
|
||
|
|
att.Mult_Range = .75
|
||
|
|
att.Mult_RPM = 625/600
|
||
|
|
att.Mult_ShootPitch = 105/100
|
||
|
|
|
||
|
|
-- att.ToggleLockDefault = true
|
||
|
|
-- att.ToggleStats = {
|
||
|
|
-- {
|
||
|
|
-- PrintName = "Black",
|
||
|
|
-- ActivateElements = {"barrel_105"},
|
||
|
|
-- },
|
||
|
|
-- {
|
||
|
|
-- PrintName = "Plum",
|
||
|
|
-- ActivateElements = {"barrel_105_red"},
|
||
|
|
-- },
|
||
|
|
-- {
|
||
|
|
-- PrintName = "Olive Drab",
|
||
|
|
-- ActivateElements = {"barrel_105_green"},
|
||
|
|
-- },
|
||
|
|
-- }
|
||
|
|
|
||
|
|
att.ActivateElements = {"barrel_105"}
|
||
|
|
att.GivesFlags = {"ak_barrelchange","nodong"}
|