mirror of
https://github.com/lifestorm/wnsrc.git
synced 2025-12-17 21:53:46 +03:00
30 lines
753 B
Lua
30 lines
753 B
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 = "Bourbon Ice Cream"
|
|
ITEM.description = "A portion of artificial vanilla ice cream with a dash of bourbon poured inside and out."
|
|
ITEM.category = "Food"
|
|
ITEM.model = "models/willardnetworks/food/cproids.mdl"
|
|
ITEM.width = 1
|
|
ITEM.height = 1
|
|
ITEM.iconCam = {
|
|
pos = Vector(-200, 0, 0),
|
|
ang = Angle(0, 0, 0),
|
|
fov = 3.05
|
|
}
|
|
ITEM.hunger = 10
|
|
ITEM.thirst = 15
|
|
ITEM.boosts = {
|
|
strength = 1,
|
|
perception = -1
|
|
}
|
|
|
|
ITEM.spoil = true
|
|
ITEM.useSound = "ambient/levels/canals/toxic_slime_gurgle4.wav" |