Noodle Soup |
---|
 |
General |
---|
Category |
Food |
---|
Weight |
1.0 |
---|
Days until stale |
1 days |
---|
Days until rotten |
3 days |
---|
Nutrition |
---|
Hunger |
-10 |
---|
Calories |
52 |
---|
Carbohydrates |
0 |
---|
Proteins |
10 |
---|
Fat |
14 |
---|
Effect |
---|
Unhappiness |
-20 |
---|
Technical details |
---|
Item ID |
Base.NoodleSoup |
Noodle soup is a perishable food item
Usage
Noodle soup can be eaten, providing the player with some positive effects, however these will become negative the longer it's left to perish.
Consumable properties
Fresh
|
Stale
|
Rotten
|
|
Hunger: -10
|
|
Unhappiness: +20
|
|
|
|
Hunger: -7
|
Boredom: +10
|
Unhappiness: +10
|
|
|
|
Hunger: -4
|
Boredom: +20
|
|
Dangerous, will cause sickness.
|
|
Distribution
Noodle soup can often found inside displays in restaurant.
Gallery
Model for:
Model for:
(Rotten)
Code
From items_food.txt (Project Zomboid directory/media/scripts/)
item NoodleSoup
{
DisplayName = Noodle Soup,
DisplayCategory = Food,
Type = Food,
Weight = 1,
Icon = NoodleSoup,
EatType = 2hand,
GoodHot = true,
ReplaceOnUse = Bowl,
DaysFresh = 1,
DaysTotallyRotten = 3,
HungerChange = -10,
UnhappyChange = -20,
Calories = 52,
Carbohydrates = 0,
Lipids = 14,
Proteins = 10,
CustomContextMenu = Drink,
CustomEatSound = EatingSoup,
StaticModel = Bowl,
WorldStaticModel = NoodleSoup_Ground,
}