--[[ | 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 = "Sunshine Vodka" ITEM.description = "Tastes like artificial sunshine and rainbows!" ITEM.category = "Drugs" ITEM.model = "models/willardnetworks/food/alcohol_bottle.mdl" ITEM.width = 1 ITEM.height = 1 ITEM.iconCam = { pos = Vector(-248.7, -125.57, 62.84), ang = Angle(11.17, 386.79, 0), fov = 2.54 } ITEM.thirst = 25 ITEM.spoil = true ITEM.useSound = "npc/barnacle/barnacle_gulp2.wav" ITEM.boosts = { strength = 3, agility = 3, intelligence = -3 } ITEM.energyShift = 0.01 -- fatigue_system ITEM.outlineColor = Color(128, 200, 97, 255) ITEM.colorAppendix = {["green"] = "[Drug]: Applies whacky screen visuals. Other players will be able to detect if you're drugged.", ["blue"] = "[RP]: You can ignore FearRP if you are drugged."} ITEM.drug = { ["saturated"] = 15, ["jarate"] = 15, ["bloom"] = 15 } ITEM.junk = "junk_empty_bottle"