mirror of
https://github.com/lifestorm/wnsrc.git
synced 2025-12-17 13:53:45 +03:00
Upload
This commit is contained in:
39
lua/arccw/shared/attachments/ud_glock_frame_subcompact.lua
Normal file
39
lua/arccw/shared/attachments/ud_glock_frame_subcompact.lua
Normal file
@@ -0,0 +1,39 @@
|
||||
--[[
|
||||
| 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"}
|
||||
Reference in New Issue
Block a user