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

36 lines
763 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.base = "base_stackable"
ITEM.maxStackSize = 16
ITEM.name = "Biyomacun"
ITEM.description = "Tuhaf malzemeyle dolu beyaz bir kavanoz."
ITEM.category = "Ingredient"
ITEM.model = "models/props_lab/jar01b.mdl"
ITEM.width = 1
ITEM.height = 1
ITEM.iconCam = {
pos = Vector(6.22, -199.61, 10.73),
ang = Angle(3.12, 91.84, 0),
fov = 3.64
}
ITEM.holdData = {
vectorOffset = {
right = -1.5,
up = 0,
forward = 0
},
angleOffset = {
right = 0,
up = 0,
forward = 0
},
}