Files
wnsrc/lua/arccw/shared/attachments/ur_mp5_stock_none.lua

45 lines
1022 B
Lua
Raw Permalink Normal View History

2024-08-05 18:40:29 +03:00
--[[
| 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 = "MP5A1 Buttcap"
att.AbbrevName = "Buttcap"
if !GetConVar("arccw_truenames"):GetBool() then
att.PrintName = "PK5-1 Buttcap"
end
att.Icon = Material("entities/att/ur_mp5/stock_cap.png", "smooth mips")
att.Description = "Remove your stock. Who needs it, anyway? Not the Germans, that's for sure."
att.Desc_Pros = {
}
att.Desc_Cons = {
}
att.Desc_Neutrals = {
}
att.Slot = "ur_mp5_stock"
att.AutoStats = true
att.Free = true
att.SortOrder = -1
att.Mult_Recoil = 2
att.Mult_RecoilSide = 1.25
att.Mult_Sway = 3
att.Mult_SightTime = 0.8
att.Mult_SpeedMult = 1.1
att.Mult_SightedSpeedMult = 1.25
att.Mult_ShootSpeedMult = 1.2
att.Mult_DrawTime = 0.6
att.Mult_HolsterTime = 0.6
att.Add_BarrelLength = -12
att.ActivateElements = {"ur_mp5_stock_remove"}