Renewal/lua/arccw/shared/attachments/ur_ak_barrel_105.lua

42 lines
1.2 KiB
Lua
Raw Permalink Normal View History

2024-02-29 22:16:56 -05:00
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"}