Files
wnsrc/gamemodes/ixhl2rp/plugins/arccwbase/items/arccw/sh_res_uzi.lua
lifestorm c6d9b6f580 Upload
2024-08-05 18:40:29 +03:00

30 lines
734 B
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/
--]]
ITEM.name = "Uzi"
ITEM.description = "A common weapon for street thugs and gangs, isn't the greatest but works for what it is."
ITEM.model = "models/weapons/arccw/c_ud_uzi.mdl"
ITEM.class = "arccw_ud_uzi"
ITEM.weaponCategory = "primary"
ITEM.balanceCat = "smg"
ITEM.baseDamage = 9
ITEM.armorPen = 0.55
ITEM.width = 3
ITEM.height = 2
ITEM.iconCam = {
pos = Vector(55.91, -733.33, -0.2),
ang = Angle(0.52, 455.76, 0),
fov = 2.39
}
ITEM.magazines = {["magazine_uzi"] = true}