Files
wnsrc/gamemodes/ixhl2rp/plugins/willardskills/items/food/sh_drug_sunshinevodka.lua
lifestorm c6d9b6f580 Upload
2024-08-05 18:40:29 +03:00

36 lines
1.1 KiB
Lua

--[[
| 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"