mirror of
https://github.com/lifestorm/wnsrc.git
synced 2025-12-17 13:53:45 +03:00
30 lines
782 B
Lua
30 lines
782 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.uniqueID = "drink_vodka"
|
|
ITEM.name = "Vodka"
|
|
ITEM.description = "Une des nombreuses liqueurs des profondeurs de la Patrie. Est-ce pour vous ?"
|
|
ITEM.category = "Nourriture"
|
|
ITEM.model = "models/willardnetworks/food/vodka.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 = 40
|
|
ITEM.boosts = {
|
|
strength = -2,
|
|
agility = 4
|
|
}
|
|
ITEM.spoil = false
|
|
ITEM.useSound = "npc/barnacle/barnacle_gulp2.wav"
|
|
ITEM.junk = "junk_empty_vodka" |