mirror of
https://github.com/lifestorm/wnsrc.git
synced 2025-12-17 13:53:45 +03:00
26 lines
776 B
Lua
26 lines
776 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 = "A3 Stock - Collapsed"
|
|
att.Icon = Material("vgui/entities/eft_attachments/Collapsed_StockIcon.png")
|
|
att.Description = "Collapse the stock, providing better mobility and easier CQC use, however the recoil increases immensly"
|
|
att.Desc_Pros = {
|
|
}
|
|
att.Desc_Cons = {
|
|
}
|
|
att.AutoStats = true
|
|
att.Slot = "eftmp5_stock"
|
|
|
|
att.Model = "models/weapons/arc_eft_mp5/eft_mp5_collapsestock/models/eft_mp5_stockcollapse.mdl"
|
|
|
|
att.Mult_Recoil = 1.4
|
|
att.Mult_RecoilSide = 1.6
|
|
att.Mult_SightTime = 0.7
|
|
att.Add_BarrelLength = -7 |