21 lines
534 B
Lua
21 lines
534 B
Lua
att.PrintName = "16\" Carbine Barrel"
|
|
|
|
att.Icon = Material("entities/att/ur_mp5/upper_fish.png", "smooth mips")
|
|
att.Description = "Carbine-length barrel used on some civilian sporting variants of the weapon. Improves long range performance, but adds weight."
|
|
att.AutoStats = true
|
|
|
|
att.Slot = "ur_mp5_barrel"
|
|
|
|
att.SortOrder = 13
|
|
|
|
att.Mult_AccuracyMOA = 0.75
|
|
att.Mult_Recoil = 0.85
|
|
att.Mult_Range = 1.25
|
|
|
|
att.Mult_SightTime = 1.25
|
|
att.Mult_Sway = 1.5
|
|
att.Add_BarrelLength = 7
|
|
|
|
att.Mult_PhysBulletMuzzleVelocity = 1.15
|
|
|
|
att.Ignore = true |