mirror of
https://github.com/lifestorm/wnsrc.git
synced 2025-12-17 05:43:46 +03:00
29 lines
710 B
Lua
29 lines
710 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.name = "Cup of Tea"
|
|
ITEM.description = "Comforting and warm to the touch."
|
|
ITEM.category = "Food"
|
|
ITEM.model = "models/props_junk/garbage_coffeemug001a.mdl"
|
|
ITEM.width = 1
|
|
ITEM.height = 1
|
|
ITEM.iconCam = {
|
|
pos = Vector(-164.23, -189.89, 37.43),
|
|
ang = Angle(8.47, 49.22, 0),
|
|
fov = 2.05
|
|
}
|
|
ITEM.thirst = 35
|
|
ITEM.boosts = {
|
|
intelligence = 1,
|
|
perception = 1
|
|
}
|
|
ITEM.spoil = true
|
|
ITEM.useSound = "npc/barnacle/barnacle_gulp2.wav"
|
|
ITEM.junk = "junk_mug" |