This commit is contained in:
lifestorm
2024-08-04 22:55:00 +03:00
parent 8064ba84d8
commit 73479cff9e
7338 changed files with 1718883 additions and 14 deletions

View 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"}