22 lines
800 B
Lua
22 lines
800 B
Lua
att.PrintName = "No Stock"
|
|
att.Icon = Material("arccw/hud/atts/default.png", "mips smooth")
|
|
att.Description = "You see Ivan, when take buttstock off rifle, you stronger than recoil for fear of hitting face."
|
|
-- att.Description = "Buttstock? What are you, Western capitalist WEAKLING? Real comrades channel strength of Siberian bear and shoot Kalashnikov without stock; withstand kick harder than 20 bottles of vodka."
|
|
att.Slot = {"ur_ak_stock"}
|
|
att.AutoStats = true
|
|
att.Free = true
|
|
|
|
att.SortOrder = -1
|
|
|
|
att.Mult_SightTime = 0.5
|
|
att.Mult_DrawTime = 0.6
|
|
att.Mult_HolsterTime = 0.6
|
|
att.Mult_Recoil = 1.65
|
|
att.Mult_RecoilSide = 1.95
|
|
att.Mult_SightedSpeedMult = 1.25
|
|
att.Mult_SpeedMult = 1.1
|
|
att.Mult_ShootSpeedMult = 1.15
|
|
att.Add_BarrelLength = -9
|
|
att.Mult_Sway = 3
|
|
|
|
att.ActivateElements = {"stock_none"} |