mirror of
https://github.com/lifestorm/wnsrc.git
synced 2025-12-17 13:53:45 +03:00
31 lines
852 B
Lua
31 lines
852 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 = "MP-155"
|
|
ITEM.description = "Un fusil à pompe de bonne apparence qui ressemble à un modèle à pompe mais qui est en réalité semi-automatique. Cependant, sa dispersion est notable."
|
|
ITEM.model = "models/weapons/arccw/darsu_eft/c_mp153.mdl"
|
|
ITEM.class = "arccw_eft_mp155"
|
|
ITEM.weaponCategory = "primary"
|
|
ITEM.balanceCat = "shotgun"
|
|
ITEM.category = "Armes"
|
|
ITEM.baseDamage = 10
|
|
ITEM.armorPen = 0.55
|
|
ITEM.width = 4
|
|
ITEM.height = 2
|
|
ITEM.iconCam = {
|
|
pos = Vector(39.85, -723.54, 117.12),
|
|
ang = Angle(9.47, 454.94, 0),
|
|
fov = 3.29
|
|
}
|
|
|
|
|
|
ITEM.magazines = {["magazine_shotgun5"] = true}
|