--[[ | 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.name = "Fabricated Meat Paste" ITEM.description = "Similar to the Artifical sloppy meat paste you get in white jars, this is the same. Better but still awful." ITEM.category = "Food" ITEM.width = 1 ITEM.height = 1 ITEM.model = "models/props_lab/jar01b.mdl" ITEM.color = Color(243, 217, 217) ITEM.hunger = 55 ITEM.boosts = { strength = 2, intelligence = 1 } ITEM.spoil = false ITEM.useSound = "ambient/levels/canals/toxic_slime_gurgle4.wav" ITEM.junk = "junk_jar" ITEM.iconCam = { pos = Vector(6.22, -199.61, 10.73), ang = Angle(3.12, 91.84, 0), fov = 3.64 }