Files
wnsrc/gamemodes/ixhl2rp/plugins/arccwbase/items/arccw/sh_jnk_popper.lua

30 lines
869 B
Lua
Raw Normal View History

2024-08-05 18:40:29 +03:00
--[[
| 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 = "Popper"
ITEM.description = "A good quaility revolver made from scraps by a unknown underground group. Lightweight and easy to hold. It uses .357 ammo."
ITEM.model = "models/weapons/c_MetroRevolver.mdl"
ITEM.class = "wn_arccw_metrorevolver"
ITEM.weaponCategory = "sidearm"
ITEM.balanceCat = "revolver"
ITEM.baseDamage = 32
ITEM.armorPen = 0.4
ITEM.colorAppendix = {["red"] = "Junk weapons are considerably worse than Modern weaponry"}
ITEM.width = 2
ITEM.height = 1
ITEM.iconCam = {
pos = Vector(0, -200, 0),
ang = Angle(1.16, 457.4, 0),
fov = 3.82
}
ITEM.magazines = {["magazine_revolver"] = true}