mirror of
https://github.com/lifestorm/wnsrc.git
synced 2025-12-17 21:53:46 +03:00
Upload
This commit is contained in:
46
lua/arccw/shared/attachments/ud_uzi_mag_20.lua
Normal file
46
lua/arccw/shared/attachments/ud_uzi_mag_20.lua
Normal file
@@ -0,0 +1,46 @@
|
||||
--[[
|
||||
| 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 20-Round Flush Mag"
|
||||
att.AbbrevName = "20-Round Flush Mag"
|
||||
|
||||
if !GetConVar("arccw_truenames"):GetBool() then
|
||||
att.PrintName = "IAL-9 20-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 = 20
|
||||
att.Mult_Sway = 0.75
|
||||
att.Mult_ShootSpeedMult = 1.1
|
||||
|
||||
att.Mult_HipDispersion = 0.75
|
||||
|
||||
att.ActivateElements = {"ud_uzi_16_mag"}
|
||||
|
||||
att.Hook_SelectReloadAnimation = function(wep, anim)
|
||||
return anim .. "_16"
|
||||
end
|
||||
|
||||
att.ExcludeFlags = {"uzi_45","uzi_22"}
|
||||
att.HideIfBlocked = true
|
||||
Reference in New Issue
Block a user