mirror of
https://github.com/lifestorm/wnsrc.git
synced 2025-12-17 21:53:46 +03:00
Upload
This commit is contained in:
34
lua/arccw/shared/attachments/ud_glock_slide_comp.lua
Normal file
34
lua/arccw/shared/attachments/ud_glock_slide_comp.lua
Normal file
@@ -0,0 +1,34 @@
|
||||
--[[
|
||||
| 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 = "GEN3 Competition Slide"
|
||||
att.AbbrevName = "Competition Slide"
|
||||
|
||||
if GetConVar("arccw_truenames"):GetBool() then
|
||||
att.PrintName = "Glock 17 Competition Slide"
|
||||
end
|
||||
|
||||
att.Icon = Material("entities/att/acwatt_ud_glock_slide_comp.png", "smooth mips")
|
||||
att.Description = "Custom slide with side vents and ring sight. Improves sighting time and straightens recoil."
|
||||
att.Desc_Pros = {
|
||||
}
|
||||
att.Desc_Cons = {
|
||||
}
|
||||
att.Desc_Neutrals = {
|
||||
}
|
||||
att.Slot = "ud_glock_slide"
|
||||
|
||||
att.AutoStats = true
|
||||
|
||||
att.Mult_SightTime = 0.8
|
||||
att.Mult_RecoilSide = 0.75
|
||||
att.Mult_Recoil = 1.1
|
||||
|
||||
att.ActivateElements = {"ud_glock_slide_comp"}
|
||||
Reference in New Issue
Block a user