This commit is contained in:
lifestorm
2024-08-05 18:40:29 +03:00
parent 9f505a0646
commit c6d9b6f580
8044 changed files with 1853472 additions and 21 deletions

View File

@@ -0,0 +1,34 @@
--[[
| 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
},
}