34 lines
1.1 KiB
Lua
34 lines
1.1 KiB
Lua
|
att.PrintName = "AKS-74U 8\" Compact Barrel"
|
||
|
att.AbbrevName = "8\" Compact Barrel"
|
||
|
att.Icon = Material("entities/att/ur_ak/barrel/aksu.png", "mips smooth")
|
||
|
att.Description = "Special carbine length handguard and barrel. Its reduced length leads to less unwieldiness, and the shortened gas system increases cyclic rate respectably.\nThese traits combined, however, result in a difficult weapon to control."
|
||
|
att.Slot = {"ur_ak_barrel"}
|
||
|
att.AutoStats = true
|
||
|
|
||
|
if !GetConVar("arccw_truenames"):GetBool() then
|
||
|
att.PrintName = "KFSU-76 8\" Compact Barrel"
|
||
|
end
|
||
|
|
||
|
att.SortOrder = 8
|
||
|
|
||
|
att.Mult_ShootPitch = 115 / 100
|
||
|
att.Add_BarrelLength = -6
|
||
|
att.Mult_RPM = 1.131
|
||
|
att.Mult_SightTime = 0.8
|
||
|
att.Mult_HipDispersion = 0.8
|
||
|
att.Mult_SightedSpeedMult = 1.1
|
||
|
att.Mult_SpeedMult = 1.02
|
||
|
att.Mult_Sway = 0.75
|
||
|
|
||
|
att.Mult_Recoil = 1.5
|
||
|
att.Mult_AccuracyMOA = 2
|
||
|
att.Mult_Range = .5
|
||
|
|
||
|
att.ActivateElements = {"barrel_krinkov"}
|
||
|
att.GivesFlags = {"ak_barrelchange", "barrel_carbine", "ak_barrelkrinkov"}
|
||
|
|
||
|
att.LHIK = true
|
||
|
|
||
|
att.ModelOffset = Vector(-24, -3.1, 3.6)
|
||
|
att.OffsetAng = Angle(10, 0, 0)
|
||
|
att.Model = "models/weapons/arccw/ak_lhik_u.mdl"
|