mirror of
https://github.com/lifestorm/wnsrc.git
synced 2025-12-17 13:53:45 +03:00
Upload
This commit is contained in:
37
lua/arccw/shared/attachments/ud_uzi_stock_remove.lua
Normal file
37
lua/arccw/shared/attachments/ud_uzi_stock_remove.lua
Normal file
@@ -0,0 +1,37 @@
|
||||
--[[
|
||||
| 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.Icon = nil -- Material("entities/att/acwatt_lowpolysaiga12extmag.png", "smooth mips")
|
||||
att.Description = "Remove your stock. Who needs it, anyway? Not a real gangsta, that's who."
|
||||
att.Desc_Pros = {
|
||||
}
|
||||
att.Desc_Cons = {
|
||||
}
|
||||
att.Desc_Neutrals = {
|
||||
}
|
||||
att.Slot = "ud_uzi_stock"
|
||||
|
||||
att.AutoStats = true
|
||||
att.Free = true
|
||||
att.SortOrder = 1
|
||||
|
||||
att.Mult_Recoil = 1.5
|
||||
att.Mult_RecoilSide = 1.25
|
||||
att.Mult_VisualRecoilMult = 2
|
||||
att.Mult_Sway = 2
|
||||
|
||||
att.Mult_SightTime = 0.75
|
||||
att.Mult_SightedSpeedMult = 1.1
|
||||
att.Mult_ShootSpeedMult = 1.1
|
||||
|
||||
att.Mult_DrawTime = 0.75
|
||||
att.Mult_HolsterTime = 0.75
|
||||
att.Add_BarrelLength = -2
|
||||
Reference in New Issue
Block a user