mirror of
https://github.com/lifestorm/wnsrc.git
synced 2025-12-17 05:43:46 +03:00
41 lines
932 B
Lua
41 lines
932 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 = "Fabricated Noodles"
|
|
ITEM.description = "Out of all the fabricated foods, noodles is the only thing that is good about it."
|
|
ITEM.category = "Food"
|
|
ITEM.model = "models/willardnetworks/food/meatskewer2.mdl"
|
|
ITEM.width = 1
|
|
ITEM.height = 1
|
|
ITEM.iconCam = {
|
|
pos = Vector(150.5, 126.23, 92.34),
|
|
ang = Angle(25.07, 219.54, 0),
|
|
fov = 2.7
|
|
}
|
|
ITEM.hunger = 10
|
|
ITEM.thirst = 5
|
|
ITEM.boosts = {
|
|
perception = 1
|
|
}
|
|
ITEM.spoil = true
|
|
ITEM.useSound = "npc/barnacle/barnacle_crunch2.wav"
|
|
ITEM.maxStackSize = 3
|
|
ITEM.holdData = {
|
|
vectorOffset = {
|
|
right = -1.5,
|
|
up = 0,
|
|
forward = 5
|
|
},
|
|
angleOffset = {
|
|
right = 0,
|
|
up = 0,
|
|
forward = 90
|
|
},
|
|
} |