mirror of
https://github.com/lifestorm/wnsrc.git
synced 2025-12-17 13:53:45 +03:00
31 lines
796 B
Lua
31 lines
796 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 = "Une arme courante parmi les voyous des rues et les gangs, ce n'est pas le meilleur mais ça fait l'affaire pour ce que c'est."
|
|
ITEM.model = "models/weapons/arccw/c_ud_uzi.mdl"
|
|
ITEM.class = "arccw_ud_uzi"
|
|
ITEM.weaponCategory = "primary"
|
|
ITEM.balanceCat = "smg"
|
|
ITEM.category = "Armes"
|
|
ITEM.baseDamage = 11
|
|
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}
|