mirror of
https://github.com/lifestorm/wnsrc.git
synced 2025-12-17 21:53:46 +03:00
29 lines
716 B
Lua
29 lines
716 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 = "Model 870"
|
|
ITEM.description = "A pump action shotgun capable of inflicting pain at decent distances."
|
|
ITEM.model = "models/weapons/arccw/c_ud_870.mdl"
|
|
ITEM.class = "arccw_ud_870"
|
|
ITEM.weaponCategory = "primary"
|
|
ITEM.balanceCat = "shotgun"
|
|
ITEM.baseDamage = 9
|
|
ITEM.armorPen = 0.65
|
|
ITEM.width = 4
|
|
ITEM.height = 2
|
|
ITEM.iconCam = {
|
|
pos = Vector(0, -200, 0),
|
|
ang = Angle(0.99, 455.61, 0),
|
|
fov = 10.58
|
|
}
|
|
|
|
ITEM.magazines = {["magazine_shotgun"] = true}
|