--[[ | 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 = "drink_bobenergy" ITEM.name = "Soda Bob Energy" ITEM.description = "Guzzle down this sugary treat in a single swig to phase between realms and become pure energy, at one with both yourself and the universe." ITEM.category = "Food" ITEM.model = "models/willardnetworks/food/bobdrinks_can.mdl" ITEM.width = 1 ITEM.height = 1 ITEM.skin = 6 ITEM.thirst = 40 ITEM.spoil = true ITEM.useSound = "npc/barnacle/barnacle_gulp2.wav" ITEM.junk = "junk_empty_can" ITEM.boosts = { agility = 4 } ITEM.holdData = { vectorOffset = { right = 0, up = 0, forward = 0 }, angleOffset = { right = 0, up = 0, forward = 0 }, }