29 lines
577 B
Lua
29 lines
577 B
Lua
att.PrintName = "No Stock"
|
|
att.Icon = Material("entities/att/ur_spas/grip_std.png", "smooth mips")
|
|
att.Description = "A real theoretical physicist won't need this."
|
|
att.Desc_Pros = {
|
|
}
|
|
att.Desc_Cons = {
|
|
}
|
|
att.Desc_Neutrals = {
|
|
}
|
|
att.Slot = "ur_spas12_stock"
|
|
|
|
att.AutoStats = true
|
|
att.Free = true
|
|
att.SortOrder = -1
|
|
|
|
att.Mult_SpeedMult = 1.05
|
|
|
|
att.Mult_SightTime = 0.5
|
|
att.Mult_DrawTime = 0.75
|
|
att.Mult_HolsterTime = 0.75
|
|
|
|
att.Mult_Recoil = 1.4
|
|
att.Mult_RecoilSide = 2
|
|
|
|
att.Mult_SightedSpeedMult = 1.2
|
|
att.Mult_ShootSpeedMult = 1.15
|
|
|
|
att.Add_BarrelLength = -12
|
|
att.Mult_Sway = 3 |