mirror of
https://github.com/lifestorm/wnsrc.git
synced 2025-12-17 21:53:46 +03:00
Upload
This commit is contained in:
41
lua/arccw/shared/attachments/eft_muzzle_aks74u.lua
Normal file
41
lua/arccw/shared/attachments/eft_muzzle_aks74u.lua
Normal file
@@ -0,0 +1,41 @@
|
||||
--[[
|
||||
| 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
|
||||
Reference in New Issue
Block a user