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

54 lines
1.2 KiB
Lua
Raw Normal View History

2024-08-04 23:12:27 +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 = "Uzi 16\" Civilian Barrel"
att.AbbrevName = "16\" Civilian Barrel"
if !GetConVar("arccw_truenames"):GetBool() then
att.PrintName = "STAP 16\" Civilian Barrel"
end
att.Icon = Material("entities/att/acwatt_ud_uzi_body_civvy.png", "smooth mips")
att.Description = "Civilian barrel for the Uzi, elongated to fit minimum length requirements. Substantially improves range and recoil, at the cost of prohibiting fully-automatic fire. Changes weapon to closed bolt operation."
att.Desc_Pros = {
}
att.Desc_Cons = {
"uc.semionly"
}
att.Desc_Neutrals = {
}
att.Slot = "ud_uzi_frame"
att.AutoStats = true
att.SortOrder = 16
att.Mult_AccuracyMOA = 0.5
att.Mult_SightTime = 1.25
att.Mult_Recoil = 0.75
att.Mult_RecoilSide = 0.5
att.Mult_RPM = 0.9
att.Mult_Range = 1.5
att.Mult_Sway = 2
att.Mult_TriggerDelayTime = 0
att.Override_ChamberSize = 1
att.Override_Firemodes = {
{
Mode = 1,
},
{
Mode = 0
}
}
att.Add_BarrelLength = 8
att.ActivateElements = {"ud_uzi_body_civvy"}