--[[ | 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 = "Ibuprofen (universal)" ITEM.model = Model("models/willardnetworks/skills/pills8.mdl") ITEM.description = "A small box, with a set of pills lying within. They can relieve pain, fever and inflammation, including migraines, and rheumatoid arthritis." ITEM.category = "Medical" ITEM.width = 1 ITEM.height = 1 ITEM.useSound = "items/medshot4.wav" ITEM.maxStackSize = 3 ITEM.healing = { bandage = 10, painkillers = 15 } ITEM.outlineColor = Color(255, 204, 0, 100)