Dry Ramen Noodles: Difference between revisions

From PZwiki
mNo edit summary
m (Updated code section to 41.50 and corrected definition location (item_food.txt instead of item.txt))
Line 34: Line 34:


== Code ==
== Code ==
'''''From items.txt (Project Zomboid directory/media/scripts/)'''''
'''''From items_food.txt (Project Zomboid directory/media/scripts/)'''''
{{Retrieved|version=40|incver=7}}
{{Retrieved|version=41|incver=50}}
<pre>  item Ramen
<pre>  item Ramen
HungerChange = -10,
HungerChange = -10,
Line 44: Line 44:
Icon = Ramen,
Icon = Ramen,
UnhappyChange = 20,
UnhappyChange = 20,
EvolvedRecipe  = Soup:10;Stir fry:10,
EvolvedRecipe  = Soup:10;Stir fry Griddle Pan:10;Stir fry:10,
FoodType    = Pasta,
FoodType    = Pasta,
         Carbohydrates = 0,
         Carbohydrates = 0,

Revision as of 16:05, 14 May 2021

Project ZomboidItemsFoodNon-Perishable FoodDry Ramen Noodles
Dry Ramen Noodles
Dry Ramen Noodles
General
Category Food
Encumbrance
Heavy Load
0.2
Packaged True
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 are best used as a meal component, as eating them raw suffers large penalties to thirst and happiness.

Crafting

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.

Code

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

  	item Ramen
		HungerChange	= -10,
		Weight		= 0.2,
		Type		= Food,
		ThirstChange	= 40,
		DisplayName	= Dry Ramen Noodles,
		Icon		= Ramen,
		UnhappyChange	= 20,
		EvolvedRecipe   = Soup:10;Stir fry Griddle Pan:10;Stir fry:10,
		FoodType    	= Pasta,
        	Carbohydrates 	= 0,
        	Proteins 	= 10,
        	Lipids 		= 14,
        	Calories 	= 52,
        	Packaged 	= TRUE,

Distribution

Dry ramen noodles can be found in kitchen counters.

See also

Template:Navbox/Consumables