mirror of
https://github.com/lifestorm/wnsrc.git
synced 2025-12-17 05:43:46 +03:00
34 lines
747 B
Lua
34 lines
747 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.uniqueID = "tool_kettle"
|
|
ITEM.name = "Kettle"
|
|
ITEM.description = "A kettle that can drip perfect boiling water."
|
|
ITEM.category = "Tools"
|
|
ITEM.model = "models/props_interiors/pot01a.mdl"
|
|
ITEM.width = 1
|
|
ITEM.height = 1
|
|
ITEM.iconCam = {
|
|
pos = Vector(509.64, 427.61, 310.24),
|
|
ang = Angle(25.1, 219.96, 0),
|
|
fov = 1.2
|
|
}
|
|
ITEM.holdData = {
|
|
vectorOffset = {
|
|
right = 1.3,
|
|
up = -4,
|
|
forward = 0
|
|
},
|
|
angleOffset = {
|
|
right = 90,
|
|
up = 90,
|
|
forward = 0
|
|
},
|
|
} |