mirror of
https://github.com/lifestorm/wnsrc.git
synced 2025-12-17 13:53:45 +03:00
32 lines
745 B
Lua
32 lines
745 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 = "cheesecake"
|
|
|
|
ITEM.name = "Cheesecake"
|
|
|
|
ITEM.description = "Un dessert crémeux et riche, garni de fruits frais ou de coulis."
|
|
ITEM.category = "Nourriture"
|
|
ITEM.model = "models/willardnetworks/food/cake.mdl"
|
|
ITEM.width = 1
|
|
ITEM.height = 1
|
|
ITEM.iconCam = {
|
|
pos = Vector(258.35, 217.47, 159.76),
|
|
ang = Angle(25.18, 220.07, 0),
|
|
fov = 0.96
|
|
}
|
|
ITEM.hunger = 65
|
|
ITEM.boosts = {
|
|
perception = 5,
|
|
intelligence = 3
|
|
}
|
|
ITEM.spoil = true
|
|
ITEM.useSound = "npc/antlion_grub/squashed.wav" |