This commit is contained in:
lifestorm
2024-08-04 23:12:27 +03:00
parent 0e770b2b49
commit ba1fc01b16
7084 changed files with 2173495 additions and 14 deletions

View File

@@ -0,0 +1,38 @@
--[[
| 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 = "Helix Muzzle Brake" -- fictional
att.AbbrevName = "Helix Brake"
att.Icon = Material("entities/att/acwatt_uc_muzzle_brake2.png", "mips smooth")
att.Description = "Redirects propellant gases to reduce weapon recoil.\nSlightly reduces recoil."
att.Desc_Pros = {
}
att.Desc_Cons = {
}
att.AutoStats = true
att.AutoStats = true
att.Slot = {"muzzle"}
att.SortOrder = 100
att.Model = "models/weapons/arccw/atts/uc_muzzle3.mdl"
att.ModelOffset = Vector(2.3, 0, 0)
att.ModelScale = Vector(1.0, 1.0, 1.0)
att.OffsetAng = Angle(0, 0, 0)
att.IsMuzzleDevice = true
att.Mult_Recoil = 0.9
att.Mult_RecoilSide = 0.85
att.Mult_ShootSpeedMult = 0.9
att.Mult_Sway = 1.15
att.AttachSound = "arccw_uc/common/gunsmith/suppressor_thread.ogg"