mirror of
https://github.com/lifestorm/wnsrc.git
synced 2025-12-17 13:53:45 +03:00
Upload
This commit is contained in:
32
lua/arccw/shared/attachments/ur_aw_stock_none.lua
Normal file
32
lua/arccw/shared/attachments/ur_aw_stock_none.lua
Normal file
@@ -0,0 +1,32 @@
|
||||
--[[
|
||||
| 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 = "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"}
|
||||
Reference in New Issue
Block a user