12 lines
419 B
Lua
12 lines
419 B
Lua
att.PrintName = "Fixed Stock"
|
|
att.Description = "Variant, one-piece stock without a hinge for folding. More rigid than side-folding stocks, but the lack of folding makes it harder to conceal."
|
|
att.Icon = Material("entities/att/ur_aw/stock_nonfold.png", "mips smooth")
|
|
att.Slot = {"ur_aw_stock"}
|
|
att.AutoStats = true
|
|
|
|
att.SortOrder = 3
|
|
|
|
att.Mult_Sway = .85
|
|
att.Mult_DrawTime = 1.2
|
|
|
|
att.ActivateElements = {"stock_fixed"} |