Files
wnsrc/gamemodes/darkrp/plugins/willardskills/items/ingredient/sh_ing_potato.lua

35 lines
807 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 = "veg_potato"
ITEM.name = "Raw Potato"
ITEM.description = "A rounded potato, there's not enough of this around."
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 = 15
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
},
}