mirror of
https://github.com/lifestorm/wnsrc.git
synced 2025-12-17 13:53:45 +03:00
29 lines
806 B
Lua
29 lines
806 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 = "MP5A3"
|
|
ITEM.description = "MP5 to kompaktowa broń automatyczna. Jest w stanie zadać spore obrażenia nieporuszającym się celom. Wykorzystuje standardowe naboje PM."
|
|
ITEM.model = "models/weapons/arc_eft_mp5/w_eft_mp5_std/models/w_eft_mp5_std.mdl"
|
|
ITEM.class = "arccw_eft_mp5"
|
|
ITEM.weaponCategory = "primary"
|
|
ITEM.balanceCat = "smg"
|
|
ITEM.baseDamage = 10
|
|
ITEM.armorPen = 0.55
|
|
ITEM.width = 3
|
|
ITEM.height = 2
|
|
ITEM.iconCam = {
|
|
pos = Vector(0, -200, 0),
|
|
ang = Angle(1.69, 455.63, 0),
|
|
fov = 8.5
|
|
}
|
|
|
|
ITEM.magazines = {["magazine_mp"] = true}
|