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