mirror of
https://github.com/lifestorm/wnsrc.git
synced 2025-12-17 21:53:46 +03:00
37 lines
875 B
Lua
37 lines
875 B
Lua
--[[
|
|
| 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 |