Dry Ramen Noodles

From PZwiki
Project ZomboidItemsFoodGrainsDry Ramen Noodles
UI Tick.png
This page has been revised for the current stable version (41.78.16).
Help by adding any missing content. [edit]
Dry Ramen Noodles
DryRamenNoodles Model.png
General
Category
Food
Encumbrance
Moodle Icon HeavyLoad.png
0.2
Properties
Packaged
Yes
Nutrition
HungerMoodle Icon Hungry.png
-10
ThirstMoodle Icon Thirsty.png
+40
CaloriesCalories
52
CarbohydratesCarbohydrates
0
ProteinsProteins
10
FatFat
14
Effect
UnhappinessMoodle Icon Unhappy.png
+20
Technical
Item ID
Base.Ramen

Dry ramen noodles are a non-perishable food item.

Usage

Dry ramen noodles can be eaten raw, increasing the player's thirst and unhappiness while reducing hunger. Dry ramen noodles are more effective when used as a cooking ingredient, which removes its negative effects.

Crafting

Main article: Cooking

Evolved recipes

Dry ramen noodles are a cooking ingredient.

Product Nutrition
Soup
Soup
10
Stir Fry
Stir Fry
10

Distribution

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

Containers
Building/Room Container Rolls Chance
generalstore shelves 4 1
grocerystorage crate 4 1
kitchen counter 4 6
prisoncells wardrobe 4 1

Dry ramen noodles can be found on kitchen counters.

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 Ramen
	{
		DisplayName = Dry Ramen Noodles,
		DisplayCategory = Food,
		Type = Food,
		Weight = 0.2,
		Icon = Ramen,
		EvolvedRecipe = Soup:10;Stir fry Griddle Pan:10;Stir fry:10,
		FoodType = Pasta,
		Packaged = TRUE,
		HungerChange = -10,
		ThirstChange = 40,
		UnhappyChange = 20,
		Calories = 52,
		Carbohydrates = 0,
		Lipids = 14,
		Proteins = 10,
		WorldStaticModel = DryRamenNoodles,
		Tags = DriedFood,
	}

See also