Dry Ramen Noodles: Difference between revisions

From PZwiki
mNo edit summary
(New infobox + new layout)
Line 1: Line 1:
__NOTOC__
{{languages|Dry Ramen Noodles}}
{{languages|Dry Ramen Noodles}}
<div class="header" style="margin: 5px; align: right; background: #CEF2E0; padding: 13px; text-align: left; font-size: 100%; color:#000000; border: 1px solid #A3BFB1"> <!-- Code for Background Colour -->
{{header|Project Zomboid|Items|Food|Non-Perishable Food|type=Food|version=Version 40|incver=7}}{{Infobox food
<div style="float: right;background: #CEF2E0;border: 1px solid #A3BFB1; margin: -30pt -10.5pt">    '''Page Updated @ Version: 34.28'''    </div><!-- Code for Version Tag at top -->
|display_name=Dry Ramen Noodles
<div style="float: left;background: #CEF2E0;border: 1px solid #A3BFB1; margin: -30pt -10.5pt">   '''Navigation''' - [[:Category:Main|Main Index]] -> [[:Category:The_Game_World|The Game World]] -> [[:Category:Items|Items]] -> [[:Category:Consumables|Consumables]] -> [[:Category:Food|Food]] -> [[:Category:Non-Perishable_Food|Non Perishable Foods]] -> [[{{PAGENAME}}]]   </div><!-- Code for Navigation Bar at top, special blank char's before '''Navigation''' to give space -->
|name_colour=Food
{{Consumables
|name_text_colour=Food
|image = Noodles.png
|image=Ramen_120px.png
|hunger = -10
<!--GENERAL-->
|unhappiness = +20
|category=Food
|thirst = +40
|weight=0.2
|weight = 0.2
|packaged=True
}}
<!--NUTRITION-->
'''Dry ramen noodles''' are a [[Food#Non-Perishable|non-perishable]] food item which are often found in [[Containers#Kitchen Counter|kitchen counters]]. <br>
|hunger_change=-10
|thirst_change=40
|calories=52
|lipids=14
|proteins=10
|carbohydrates=0
<!--EFFECT-->
|unhappy_change=20
<!--TECHNICAL DETAILS-->
|class_name=Base.Ramen
}}'''Dry ramen noodles''' are a [[Food#Non-Perishable|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.
Dry ramen noodles are best used as a meal component, as eating them raw suffers large penalties to thirst and happiness.


== Nutritional information ==
== Crafting ==
<br>
=== Evolved recipes ===
'''Its nutritional values are as follows:'''<br>
Dry ramen noodles are a [[cooking]] [[Recipe Ingredients|ingredient]].
Carbohydrates = 0 <br>
{{EvolvedRecipesForItem|soup=10|stirfry=10|}}
Proteins = 10 <br>
Lipids = 14 <br>
Calories = 52 <br><br>
 
== Evolved recipes ==
<!-- Information for template 'Evolved Recipes', used to explain how much of the food can be put into a meal. -->
{{EvolvedRecipesForItem
|soup=10|stirfry=10|}}


== Code ==
== Code ==
<br>
'''''From items.txt (Project Zomboid directory/media/scripts/)'''''
<nowiki>
{{Retrieved|version=40|incver=7}}
  item Ramen
<pre> item Ramen
HungerChange = -10,
HungerChange = -10,
Weight = 0.2,
Weight = 0.2,
Line 44: Line 47:
         Lipids = 14,
         Lipids = 14,
         Calories = 52,
         Calories = 52,
         Packaged = TRUE,
         Packaged = TRUE,</pre>
</nowiki>
 
==Distribution==
Dry ramen noodles can be found in [[Containers#Kitchen Counter|kitchen counters]].
 
== See also ==
== See also ==
* [[Soup_Ingredients#Soup_.26_Stew_Ingredients|How to Make a Pot of Soup]]
* [[Soup_Ingredients#Soup_.26_Stew_Ingredients|How to Make a Pot of Soup]]
Line 51: Line 57:


{{Navbox/Consumables}}
{{Navbox/Consumables}}
[[Category:Consumables]]
[[Category:Food]]
[[Category:Non-Perishable_Food]]
[[Category:Version 34.28]]

Revision as of 06:34, 19 August 2018

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

Code

From items.txt (Project Zomboid directory/media/scripts/) Retrieved: Build 40.7

  	item Ramen
		HungerChange	= -10,
		Weight		= 0.2,
		Type		= Food,
		ThirstChange	= 40,
		DisplayName	= Dry Ramen Noodles,
		Icon		= Ramen,
		UnhappyChange	= 20,
		EvolvedRecipe   = Soup: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