Files
wnsrc/gamemodes/ixhl2rp/plugins/willardskills/items/junk/sh_junk_jar.lua
lifestorm c6d9b6f580 Upload
2024-08-05 18:40:29 +03:00

30 lines
782 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 = "junk_jar"
ITEM.name = "Empty Jar"
ITEM.description = "An empty jar, there's remains of processed paste within."
ITEM.category = "Junk"
ITEM.width = 1
ITEM.height = 1
ITEM.model = "models/props_lab/jar01b.mdl"
ITEM.colorAppendix = {["blue"] = "This item can be broken down into its basic components with the Crafting skill."}
ITEM.holdData = {
vectorOffset = {
right = -1.5,
up = 0,
forward = 0
},
angleOffset = {
right = 0,
up = 0,
forward = 0
},
}