Toggle menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Be crafty.png

Build 42 unstable is out now!

The wiki has already begun updating. Please be patient during the transition.
Help us by contributing to the build 42 update project.
The Project Zomboid Map Project will not be updated until at least January, in the meantime use B42 Map.

404SpiffoMascotMap.png

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]
Parts of this page may have been automatically updated to the latest build (42.0.2).
For the build 41.78.16 article, please see the old revision.
Dry Ramen Noodles
DryRamenNoodles Model.png
General
Category
Food
Encumbrance
Moodle Icon HeavyLoad.png
0.2
Properties
Packaged
True
Nutrition
HungerUI Hunger.png
-10
ThirstUI Thristy.png
40
CaloriesCalories
52
CarbohydratesCarbohydrates
0
ProteinsProteins
10
FatFat
14
Effect
UnhappinessUI Unhappy.png
20
Cooking
Custom recipe
Base.Ramen
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
PotFull.png
Soup
10
Stir Fry
Stir Fry
10

Location

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

Ramen distributionShow / Hide

Effective chance calculations are based off of default 'apocalypse' loot settings, with no luck modifier, and average zombie density. The higher the density of zombies in an area, the higher the effective chance of an item spawning. Chance is also influenced by the lucky and unlucky traits. Duplicate entries do exist, but have been removed for clarity.

Containers
Building/Room Container Effective chance
generalstore shelves 23.67%
generalstorestorage cardboardbox 23.67%
generalstorestorage crate 23.67%
generalstorestorage smallbox 23.67%
gigamart cardboardbox 4.44%
gigamart crate 4.44%
gigamart shelves 23.67%
grocery cardboardbox 4.44%
grocery crate 4.44%
grocery shelves 23.67%
grocery smallcrate 4.44%
grocerystorage cardboardbox 4.44%
grocerystorage crate 4.44%
grocerystorage metal_shelves 4.44%
grocerystorage smallcrate 4.44%
kitchen counter 5.77%
kitchen metal_shelves 5.77%
kitchen overhead 5.77%
kitchen shelves 5.77%
livingroom counter 5.77%
livingroom overhead 5.77%
prisoncells sidetable 23.67%
prisoncells sidetable 11.21%
SurvivorCache1 counter 5.77%
SurvivorCache2 counter 5.77%
SurvivorCacheBigBuilding counter 5.77%
Foraging
Amount Skill level Biome: chance Weather modifiers % Month modifiers
Snow Rain Day Night Months available Bonus months Malus months
1 - ForagingNav: 1
TownZone: 1
TrailerPark: 1
- - - - - - -

Dry ramen noodles can be found on kitchen counters.

History

Base.Ramen

Version Description
Build 42.0.0 EvolvedRecipeName added with value Ramen.
EvolvedRecipe changed from {'Soup': '10', 'Stir fry Griddle Pan': '10', 'Stir fry': '10'} to {'Soup': '10', 'Stir fry': '10'}.
StaticModel added with value DryRamenNoodles.
Build 41.72 Item tag added with value DriedFood.
Build 41.65 DisplayCategory added with value Food.
Build 41.51 WorldStaticModel added with value DryRamenNoodles.
Build 41.17 EvolvedRecipe changed from {'Soup': '10', 'Stir fry': '10'} to {'Soup': '10', 'Stir fry Griddle Pan': '10', 'Stir fry': '10'}.
Build 34.23 Calories added with value 52.
Nutrition added with value 0.
EvolvedRecipe changed from {'Soup': '15', 'Stir fry': '15'} to {'Soup': '10', 'Stir fry': '10'}.
HungerChange changed from -15 to -10.
Nutrition added with value 14.
Packaged added with value TRUE.
Proteins added with value 10.
UnhappyChange added with value 20.
Build 26 EvolvedRecipe added with value {'Soup': '15', 'Stir fry': '15'}.
FoodType added with value Pasta.
HungerChange changed from -20 to -15.
0.2.0a Released on this version.

Code

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

Source: ProjectZomboid\media\scripts\items_food_dry.txt

Retrieved: Build 42.0.2
item Ramen
	{
		DisplayName = Dry Ramen Noodles,
		DisplayCategory = Food,
		Type = Food,
		Weight = 0.2,
		Icon = Ramen,
		EvolvedRecipe = Soup:10;Stir fry:10,
		EvolvedRecipeName = Ramen,
		FoodType = Pasta,
		Packaged = TRUE,
		HungerChange = -10,
		ThirstChange = 40,
		UnhappyChange = 20,
		Calories = 52,
		Carbohydrates = 0,
		Lipids = 14,
		Proteins = 10,
		StaticModel = DryRamenNoodles,
		WorldStaticModel = DryRamenNoodles,
		Tags = DriedFood,
	}