mirror of
https://github.com/lifestorm/wnsrc.git
synced 2025-12-17 13:53:45 +03:00
29 lines
735 B
Lua
29 lines
735 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 = "baking_sweetroll"
|
|
ITEM.name = "Sweetroll"
|
|
ITEM.description = "A skilled cook has made this sweet and tasteful sweetroll."
|
|
ITEM.category = "Food"
|
|
ITEM.model = "models/willardnetworks/food/sweetroll.mdl"
|
|
ITEM.width = 1
|
|
ITEM.height = 1
|
|
ITEM.iconCam = {
|
|
pos = Vector(509.64, 427.61, 310.24),
|
|
ang = Angle(24.73, 220, 0),
|
|
fov = 1.05
|
|
}
|
|
ITEM.hunger = 65
|
|
ITEM.boosts = {
|
|
perception = 3,
|
|
agility = 5
|
|
}
|
|
ITEM.spoil = true
|
|
ITEM.useSound = "npc/antlion_grub/squashed.wav" |