Dry Ramen Noodles

From PZwiki
Revision as of 19:32, 5 October 2022 by Kienlabadao (talk | contribs)
Project ZomboidItemsFoodNon-Perishable FoodDry Ramen Noodles
Dry Ramen Noodles
Dry Ramen Noodles
General
Category Food
Encumbrance
Heavy Load
0.2
Packaged Yes
Nutrition
Hunger
Hunger
-10
Thirst
Thirst
+40
Calories
Calories
52
Carbohydrates
Carbohydrates
0
Proteins
Proteins
10
Fat
Fat
14
Effect
Unhappiness
Unhappiness
+20
Technical details
Item ID Base.Ramen

Dry ramen noodles are a non-perishable food item.

Usage

Dry ramen noodles can be eaten raw, providing the player with some positive and negative effects. Dry ramen noodles is more effective when used as cooking ingredient, as all negative effects are removed.

Crafting

Main article: Cooking

Evolved recipes

Dry ramen noodles are a cooking ingredient.

Product Nutrition
Soup
Soup
10
Stir Fry
Stir Fry
10

Distribution

Dry ramen noodles can be found in kitchen counters.

Gallery

Code

From items_food.txt (Project Zomboid directory/media/scripts/) Retrieved: Build 41.73

  	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,
	}