--[[ | 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_bobdark" ITEM.name = "Soda Bob Dark" ITEM.description = "The subtle and sultry taste of our 'dark' edition will chip away a piece of your mortal soul with every sip! Warning: Please consult your local Willard Industries professionals if demonic hallucinations occur." ITEM.category = "Food" ITEM.model = "models/willardnetworks/food/bobdrinks_can.mdl" ITEM.width = 1 ITEM.height = 1 ITEM.skin = 1 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 }, }