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

39 lines
1.0 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 = "GEN3K Subcompact Frame"
att.AbbrevName = "Subcompact Frame"
if GetConVar("arccw_truenames"):GetBool() then
att.PrintName = "Glock 26 Subcompact Frame"
end
att.Icon = Material("entities/att/acwatt_ud_glock_frame_subcompact.png", "smooth mips")
att.Description = "A smaller frame that is noticably shorter on the magwell.\nFast to handle, but the smaller grip surface affects recoil control."
att.Desc_Pros = {
"ud.glock.subcompact"
}
att.Desc_Cons = {
"uc.nostocks"
}
att.Desc_Neutrals = {
}
att.Slot = "ud_glock_frame"
att.AutoStats = true
att.Mult_DrawTime = 0.75
att.Mult_HolsterTime = 0.75
att.Mult_Recoil = 1.15
att.Mult_SightedSpeedMult = 1.05
att.Mult_SightTime = 0.8
att.ActivateElements = {"ud_glock_frame_subcompact"}
att.GivesFlags = {"ud_glock_frame_subcompact"}