Files
wnsrc/gamemodes/darkrp/plugins/arccwbase/items/arccw/sh_res_870.lua
lifestorm 94063e4369 Upload
2024-08-04 22:55:00 +03:00

30 lines
749 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 = "Un fusil à pompe capable d'infliger des douleurs à des distances décentes."
ITEM.model = "models/weapons/arccw/c_ud_870.mdl"
ITEM.class = "arccw_ud_870"
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(0, -200, 0),
ang = Angle(0.99, 455.61, 0),
fov = 10.58
}
ITEM.magazines = {["magazine_shotgun"] = true}