Files
wnsrc/gamemodes/darkrp/plugins/willardskills/items/ingredient/sh_ing_tomato.lua
lifestorm df294d03aa Upload
2024-08-04 23:54:45 +03:00

35 lines
819 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 = "veg_tomato"
ITEM.name = "Raw Tomato"
ITEM.description = "A freshly picked Tomato not yet cleaned off and covered in dirt."
ITEM.category = "Food"
ITEM.width = 1
ITEM.height = 1
ITEM.model = "models/props_phx/misc/potato.mdl"
ITEM.cost = 5
ITEM.maxStock = 8
ITEM.hunger = 10
ITEM.thirst = -15
ITEM.spoil = true
ITEM.useSound = "npc/barnacle/barnacle_crunch3.wav"
ITEM.holdData = {
vectorOffset = {
right = 0.5,
up = 0,
forward = 1
},
angleOffset = {
right = 0,
up = 0,
forward = -0
},
}