mirror of
https://github.com/lifestorm/wnsrc.git
synced 2025-12-17 13:53:45 +03:00
32 lines
930 B
Lua
32 lines
930 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 = "Popper"
|
|
ITEM.description = "Un petit dispositif de manipulation astucieux. Le popper est conçu pour produire un bruit fort et percutant lorsqu'il est activé."
|
|
ITEM.model = "models/weapons/c_MetroRevolver.mdl"
|
|
ITEM.class = "wn_arccw_metrorevolver"
|
|
ITEM.category = "Armes"
|
|
ITEM.weaponCategory = "sidearm"
|
|
ITEM.balanceCat = "revolver"
|
|
ITEM.baseDamage = 35
|
|
ITEM.armorPen = 0.35
|
|
ITEM.colorAppendix = {["red"] = "Les armes de fortune sont considérablement moins efficaces que les armes modernes"}
|
|
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}
|
|
|