Noodle Soup

From PZwiki
UI Tick.png
This page has been revised for the current stable version (41.78.16).
Help by adding any missing content. [edit]
Noodle Soup
NoodleSoup Moddle.png
General
Category
Food
Encumbrance
Moodle Icon HeavyLoad.png
1.0
Properties
Days fresh
1 days
Days until rotten
3 days
Nutrition
HungerMoodle Icon Hungry.png
-10
CaloriesCalories
52
CarbohydratesCarbohydrates
0
ProteinsProteins
10
FatFat
14
Effect
UnhappinessMoodle Icon Unhappy.png
-20
Technical
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
NoodleSoup.png
Hunger: -10
Unhappiness: +20
NoodleSoup.png
Hunger: -7
Boredom: +10
Unhappiness: +10
NoodleSoup.png
Hunger: -4
Boredom: +20
Dangerous, will cause sickness.

Distribution

The loot distributions can be found in the table(s) below.

Containers
Building/Room Container Rolls Chance
chinesekitchen restaurantdisplay 4 1
restaurantdisplay 4 1
restaurantdisplay 4 2
restaurantdisplay 4 2

Noodle soup can often found inside displays in Chinese restaurants.

Gallery

Code

Code icon.png Code snippet! This section contains source code from Project ZomboidShow / Hide

Source: ProjectZomboid\media\scripts\items_food.txt

Retrieved: Build 41.78.16
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,
	}