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

43 lines
1.1 KiB
Lua
Raw Normal View History

2024-08-04 23:54:45 +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 = "KKM Precision Compensator"
att.AbbrevName = "KKM Compensator"
att.Icon = Material("entities/att/kkm.png", "mips smooth")
att.Description = "Weapon-exclusive compensator that redirects propellant gasses to reduce weapon recoil.\nHighly effective, but reduces weapon cyclic rate."
att.Desc_Pros = {
}
att.Desc_Cons = {
}
att.AutoStats = true
att.AutoStats = true
att.Slot = {"ud_glock_muzzle"}
-- att.Slot = {"muzzle"}
att.SortOrder = 500
att.Model = "models/weapons/arccw/atts/uc_kkm_brake.mdl"
att.ModelOffset = Vector(0.07, 0, 0.165)
att.ModelScale = Vector(1.25, 1.25, 1.25)
att.OffsetAng = Angle(0, 0, 0)
att.IsMuzzleDevice = true
att.Mult_Recoil = 0.7
att.Mult_RecoilSide = 0.8
att.Add_BarrelLength = 2
att.Mult_SightTime = 1.1
att.Mult_Sway = 1.15
att.Mult_RPM = 0.85
att.Mult_ShootVol = 1.2
att.AttachSound = "arccw_uc/common/gunsmith/suppressor_thread.ogg"