mirror of
https://github.com/lifestorm/wnsrc.git
synced 2025-12-18 06:03:47 +03:00
Upload
This commit is contained in:
@@ -0,0 +1,35 @@
|
||||
--[[
|
||||
| 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.uniqueID = "tool_knife"
|
||||
ITEM.name = "Kitchen Knife"
|
||||
ITEM.description = "A brittle, semi-blunt knife without a sharp point. Used to cut food on a cutting board or other surface. Not really suited for stabbing things."
|
||||
ITEM.category = "Tools"
|
||||
ITEM.model = "models/willardnetworks/skills/kitchenknife.mdl"
|
||||
ITEM.maxDurability = 20
|
||||
ITEM.width = 1
|
||||
ITEM.height = 2
|
||||
ITEM.iconCam = {
|
||||
pos = Vector(0.77, -5.3, 199.95),
|
||||
ang = Angle(91.56, 278.2, 0),
|
||||
fov = 1.73
|
||||
}
|
||||
ITEM.holdData = {
|
||||
vectorOffset = {
|
||||
right = 1,
|
||||
up = -0.5,
|
||||
forward = 2.8
|
||||
},
|
||||
angleOffset = {
|
||||
right = 0,
|
||||
up = 0,
|
||||
forward = 100
|
||||
},
|
||||
}
|
||||
Reference in New Issue
Block a user