Files
wnsrc/gamemodes/ixhl2rp/plugins/willardskills/items/tools/sh_tool_kettle.lua

34 lines
747 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.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
},
}