Files
wnsrc/lua/arccw/shared/attachments/ud_m16_stock_carbine.lua
lifestorm 6a58f406b1 Upload
2024-08-04 23:54:45 +03:00

52 lines
1.4 KiB
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 = "AMCAR Carbine Stock"
att.AbbrevName = "Carbine Stock"
if GetConVar("arccw_truenames"):GetBool() then
att.PrintName = "M16 Carbine Stock"
end
att.Icon = Material("entities/att/acwatt_ud_m16_stock_carbine.png", "smooth mips")
att.Description = "Adjustable combat stock used on the XM177 carbine. When collapsed, it allows the user to move swiftly in close quarters; when extended, it functions similarly to a full stock.\n\nToggling this stock modifies performance accordingly."
att.Desc_Pros = {
}
att.Desc_Cons = {
}
att.Desc_Neutrals = {
}
att.Slot = "ud_m16_stock"
att.AutoStats = true
att.SortOrder = 6.5
att.Mult_Sway = 1.25
att.Mult_SightedSpeedMult = 1.15
att.ToggleSound = "arccw_uc/common/stockslide.ogg"
att.ToggleLockDefault = true
att.ToggleStats = {
{
PrintName = "Extended",
AutoStats = true,
ActivateElements = {"stock_carbine_ex"},
},
{
PrintName = "Collapsed",
AutoStats = true,
ActivateElements = {"stock_carbine_in"},
Mult_RecoilSide = 1.5,
Add_BarrelLength = -4,
Mult_ShootSpeedMult = 1.1,
Mult_SightTime = 0.9,
},
}