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

34 lines
767 B
Lua
Raw Normal View History

2024-08-04 23:54:45 +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 = "Su Isıtıcısı"
ITEM.description = "Mükemmel kaynar su damlatabilen bir su ısıtıcısı."
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
},
}