mirror of
https://github.com/lifestorm/wnsrc.git
synced 2025-12-17 21:53:46 +03:00
Upload
This commit is contained in:
24
gamemodes/darkrp/plugins/goi_factory/items/sh_biopaste.lua
Normal file
24
gamemodes/darkrp/plugins/goi_factory/items/sh_biopaste.lua
Normal file
@@ -0,0 +1,24 @@
|
||||
--[[
|
||||
| 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 = 4
|
||||
|
||||
ITEM.name = "Pâte Biologique"
|
||||
ITEM.description = "Un bocal blanc contenant une matière étrange."
|
||||
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
|
||||
}
|
||||
Reference in New Issue
Block a user