mirror of
https://github.com/lifestorm/wnsrc.git
synced 2025-12-16 21:33:46 +03:00
41 lines
960 B
Lua
41 lines
960 B
Lua
--[[
|
|
| 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 = "6P26 Muzzle Brake"
|
|
att.Icon = Material("vgui/entities/eft_attachments/muzzles/muzzle_aks74u.png", "mips smooth")
|
|
att.Description = "Standard-issue IzhMash muzzle brake for AKS-74U and AKS-74UN, installed on 24x1.5 mm threading."
|
|
|
|
att.SortOrder = 1
|
|
|
|
att.Desc_Pros = {
|
|
}
|
|
att.Desc_Cons = {
|
|
}
|
|
att.AutoStats = true
|
|
att.Slot = "eft_muzzle_ak545"
|
|
|
|
att.SortOrder = 16
|
|
|
|
att.Model = "models/entities/eft_attachments/muzzle_Aks74u/muzzle/models/eft_muzzle_aks74u.mdl"
|
|
|
|
att.ModelScale = Vector(1, 1, 1)
|
|
|
|
att.IsMuzzleDevice = true
|
|
|
|
att.Mult_ShootPitch = 1
|
|
att.Mult_ShootVol = 1
|
|
att.Mult_Range = 0.95
|
|
|
|
att.Mult_SightTime = 1.09
|
|
|
|
att.Mult_Recoil = 0.90
|
|
att.Mult_RecoilSide = 0.85
|
|
|
|
att.Add_BarrelLength = 3 |