mirror of
https://github.com/lifestorm/wnsrc.git
synced 2025-12-17 13:53:45 +03:00
26 lines
778 B
Lua
26 lines
778 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 = "Stock Cap"
|
|
att.Icon = Material("vgui/entities/eft_attachments/Cap_StockIcon.png")
|
|
att.Description = "Remove the stock completely and replace it with an end cap, signficantly improved control but with no stock to shoulder the weapon."
|
|
att.Desc_Pros = {
|
|
}
|
|
att.Desc_Cons = {
|
|
}
|
|
att.AutoStats = true
|
|
att.Slot = "eftmp5_stock"
|
|
|
|
att.Model = "models/weapons/arc_eft_mp5/eft_mp5_capstock/models/eft_mp5_stockcap.mdl"
|
|
|
|
att.Mult_Recoil = 1.75
|
|
att.Mult_RecoilSide = 1.8
|
|
att.Mult_SightTime = 0.5
|
|
att.Add_BarrelLength = -9 |