22 lines
576 B
Lua
22 lines
576 B
Lua
att.PrintName = "No Stock"
|
|
att.Description = "Your wrists may never function again."
|
|
att.Icon = Material("entities/att/ur_aw/stock_removed.png", "mips smooth")
|
|
att.Slot = {"ur_aw_stock"}
|
|
att.AutoStats = true
|
|
att.Free = true
|
|
|
|
att.SortOrder = -1
|
|
|
|
att.Mult_SightTime = 0.75
|
|
att.Mult_DrawTime = 0.6
|
|
att.Mult_HolsterTime = 0.6
|
|
att.Mult_Recoil = 2.5
|
|
att.Mult_RecoilSide = 1.55
|
|
att.Mult_SightedSpeedMult = 1.25
|
|
att.Mult_SpeedMult = 1.1
|
|
att.Mult_ShootSpeedMult = 1.15
|
|
att.Add_BarrelLength = -9
|
|
att.Mult_Sway = 3.5
|
|
|
|
att.ActivateElements = {"stock_none"}
|
|
att.GivesFlags = {"pistolgrip"} |