Files
wnsrc/lua/arccw/shared/attachments/ur_aw_stock_none.lua

32 lines
829 B
Lua
Raw Normal View History

2024-08-04 23:54:45 +03:00
--[[
| 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"}