mirror of
https://github.com/lifestorm/wnsrc.git
synced 2025-12-17 13:53:45 +03:00
Upload
This commit is contained in:
48
lua/arccw/shared/attachments/ud_uzi_mag_45_22.lua
Normal file
48
lua/arccw/shared/attachments/ud_uzi_mag_45_22.lua
Normal file
@@ -0,0 +1,48 @@
|
||||
--[[
|
||||
| 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 22-Round Extended Mag"
|
||||
att.AbbrevName = "22-Round Extended Mag"
|
||||
|
||||
if !GetConVar("arccw_truenames"):GetBool() then
|
||||
att.PrintName = "IAL-9 22-Round Extended Mag"
|
||||
end
|
||||
|
||||
att.SortOrder = 40
|
||||
att.Icon = Material("entities/att/acwatt_ud_uzi_mag_40.png", "smooth mips")
|
||||
att.Description = "Extended magazine for the Uzi. It is only somewhat longer than the standard magazine, making it not that difficult to handle."
|
||||
att.Desc_Pros = {
|
||||
}
|
||||
att.Desc_Cons = {
|
||||
}
|
||||
att.Desc_Neutrals = {
|
||||
}
|
||||
att.Slot = "ud_uzi_mag"
|
||||
|
||||
att.AutoStats = true
|
||||
|
||||
att.Mult_SightTime = 1.08
|
||||
--att.Mult_Recoil = 0.9
|
||||
att.Mult_ReloadTime = 1.12
|
||||
--att.Mult_SpeedMult = 0.9
|
||||
att.Override_ClipSize = 22
|
||||
att.Override_ClipSize_Priority = 2
|
||||
att.Mult_Sway = 1.15
|
||||
|
||||
att.Mult_HipDispersion = 1.25
|
||||
|
||||
att.ActivateElements = {"ud_uzi_41_mag"}
|
||||
|
||||
att.Hook_SelectReloadAnimation = function(wep, anim)
|
||||
return anim .. "_41"
|
||||
end
|
||||
|
||||
att.RequireFlags = {"uzi_45"}
|
||||
att.HideIfBlocked = true
|
||||
Reference in New Issue
Block a user