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

44 lines
1.0 KiB
Lua
Raw Normal View History

2024-08-04 23:12:27 +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 = "GEN3L Long Slide"
att.AbbrevName = "Long Slide"
if GetConVar("arccw_truenames"):GetBool() then
att.PrintName = "Glock 17L Long Slide"
end
att.Icon = Material("entities/att/acwatt_ud_glock_slide_lb.png", "smooth mips")
att.Description = "A somewhat uncommon long polymer slide.\nThe longer barrel improves precision but is awkward to handle."
att.Desc_Pros = {
}
att.Desc_Cons = {
}
att.Desc_Neutrals = {
}
att.Slot = "ud_glock_slide"
att.AutoStats = true
att.Mult_DrawTime = 1.15
att.Mult_HolsterTime = 1.15
att.Add_BarrelLength = 4
att.Mult_Sway = 1.25
att.Mult_HipDispersion = 1.15
att.Mult_SightTime = 1.1
att.Mult_PhysBulletMuzzleVelocity = 1.1
att.Mult_AccuracyMOA = 0.85
att.Mult_Recoil = 0.85
att.Mult_Range = 1.25
att.ActivateElements = {"ud_glock_slide_lb"}