mirror of
https://github.com/lifestorm/wnsrc.git
synced 2025-12-18 14:13:46 +03:00
Upload
This commit is contained in:
41
lua/arccw/shared/attachments/ud_uzi_stock_folded.lua
Normal file
41
lua/arccw/shared/attachments/ud_uzi_stock_folded.lua
Normal file
@@ -0,0 +1,41 @@
|
||||
--[[
|
||||
| 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 = "Folded Stock"
|
||||
att.Icon = Material("entities/att/acwatt_ud_uzi_stock_folded.png", "smooth mips")
|
||||
att.Description = "Tuck in the folding stock, making the weapon easier to manuver but less controllable."
|
||||
att.Desc_Pros = {
|
||||
}
|
||||
att.Desc_Cons = {
|
||||
}
|
||||
att.Desc_Neutrals = {
|
||||
}
|
||||
att.Slot = "ud_uzi_stock"
|
||||
att.AttachSound = "arccw_uc/common/stockslide.ogg"
|
||||
|
||||
att.AutoStats = true
|
||||
att.Free = true
|
||||
att.IgnorePickX = true
|
||||
att.SortOrder = 2
|
||||
|
||||
att.Mult_Recoil = 1.15
|
||||
att.Mult_RecoilSide = 1.25
|
||||
att.Mult_VisualRecoilMult = 2
|
||||
att.Mult_Sway = 1.5
|
||||
|
||||
att.Mult_SightTime = 0.85
|
||||
att.Mult_SightedSpeedMult = 1.05
|
||||
att.Mult_ShootSpeedMult = 1.05
|
||||
|
||||
att.Mult_DrawTime = 0.75
|
||||
att.Mult_HolsterTime = 0.75
|
||||
att.Add_BarrelLength = -2
|
||||
|
||||
att.ActivateElements = {"ud_uzi_folded_stock"}
|
||||
Reference in New Issue
Block a user