mirror of
https://github.com/lifestorm/wnsrc.git
synced 2025-12-17 21:53:46 +03:00
48 lines
1.1 KiB
Lua
48 lines
1.1 KiB
Lua
|
|
--[[
|
||
|
|
| 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 12-Round Flush Mag"
|
||
|
|
att.AbbrevName = "12-Round Flush Mag"
|
||
|
|
|
||
|
|
if !GetConVar("arccw_truenames"):GetBool() then
|
||
|
|
att.PrintName = "IAL-9 12-Round Flush Mag"
|
||
|
|
end
|
||
|
|
|
||
|
|
att.SortOrder = 20
|
||
|
|
att.Icon = Material("entities/att/acwatt_ud_uzi_mag_20.png", "smooth mips")
|
||
|
|
att.Description = "Low-capacity flush magazine. The lighter load makes the weapon more ergonomic."
|
||
|
|
att.Desc_Pros = {
|
||
|
|
}
|
||
|
|
att.Desc_Cons = {
|
||
|
|
}
|
||
|
|
att.Desc_Neutrals = {
|
||
|
|
}
|
||
|
|
att.Slot = "ud_uzi_mag"
|
||
|
|
|
||
|
|
att.AutoStats = true
|
||
|
|
|
||
|
|
att.Mult_SightTime = 0.9
|
||
|
|
att.Mult_ReloadTime = 0.85
|
||
|
|
att.Override_ClipSize = 12
|
||
|
|
att.Override_ClipSize_Priority = 2
|
||
|
|
att.Mult_Sway = 0.75
|
||
|
|
att.Mult_ShootSpeedMult = 1.1
|
||
|
|
|
||
|
|
att.Mult_HipDispersion = 0.75
|
||
|
|
|
||
|
|
att.ActivateElements = {"ud_uzi_mag_20"}
|
||
|
|
|
||
|
|
att.Hook_SelectReloadAnimation = function(wep, anim)
|
||
|
|
return anim .. "_16"
|
||
|
|
end
|
||
|
|
|
||
|
|
att.RequireFlags = {"uzi_45"}
|
||
|
|
att.HideIfBlocked = true
|