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

41 lines
1.1 KiB
Lua
Raw Normal View History

2024-08-05 18:40:29 +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 = "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