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

37 lines
924 B
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 = "CAR-15 XM177 Moderator"
att.AbbrevName = "XM177 Moderator"
att.Icon = Material("entities/att/acwatt_ud_m16_muzzle_xm177.png", "mips smooth")
att.Description = ""
att.Desc_Pros = {
"uc.flashhider"
}
att.Desc_Cons = {
}
att.AutoStats = true
att.Slot = "ud_m16_muzzle"
att.SortOrder = -100
att.Model = "models/weapons/arccw/atts/fesiug_moderator_xm177.mdl"
att.ModelOffset = Vector(0.3, 0, 0)
att.ModelScale = Vector(1, 1, 1)
att.OffsetAng = Angle(0, 0, 0)
att.Add_BarrelLength = 4
att.Mult_Sway = 1.1
att.Mult_HipDispersion = 0.9
att.Mult_ShootPitch = 1.1
att.Mult_ShootVol = 0.75
att.AttachSound = "arccw_uc/common/gunsmith/suppressor_thread.ogg"