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/muzzle_eft_aac.lua
Normal file
41
lua/arccw/shared/attachments/muzzle_eft_aac.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 = "AAC Blackout 51T"
|
||||
att.Icon = Material("vgui/entities/eft_attachments/muzzle_aac_icon.png", "mips smooth")
|
||||
att.Description = "The Advanced Armament Corp. (AAC) Blackout 51T flash hider is an effective flash suppressor that also serves as an attachment platform for the AAC 762-SDN-6 sound suppressor. Can be installed on AR-15/AR-10-based weapons."
|
||||
|
||||
att.SortOrder = 1
|
||||
|
||||
att.Desc_Pros = {
|
||||
}
|
||||
att.Desc_Cons = {
|
||||
}
|
||||
att.AutoStats = true
|
||||
att.Slot = "eft_muzzle_762x51"
|
||||
|
||||
att.SortOrder = 15
|
||||
|
||||
att.Model = "models/entities/eft_attachments/eft_muzzle_aac/models/eft_muzzle_aac762x51.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