mirror of
https://github.com/lifestorm/wnsrc.git
synced 2025-12-17 13:53:45 +03:00
Upload
This commit is contained in:
22
lua/arccw/shared/attachments/ur_aw_stock_fixed.lua
Normal file
22
lua/arccw/shared/attachments/ur_aw_stock_fixed.lua
Normal file
@@ -0,0 +1,22 @@
|
||||
--[[
|
||||
| This file was obtained through the combined efforts
|
||||
| of Madbluntz & Plymouth Antiquarian Society.
|
||||
|
|
||||
| Credits: lifestorm, Gregory Wayne Rossel JR.,
|
||||
| Maloy, DrPepper10 @ RIP, Atle!
|
||||
|
|
||||
| Visit for more: https://plymouth.thetwilightzone.ru/
|
||||
--]]
|
||||
|
||||
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"}
|
||||
Reference in New Issue
Block a user