Dry Ramen Noodles: Difference between revisions

From PZwiki
m (fixed container links)
m (Insert empty line above each {{Navbox}})
 
(36 intermediate revisions by 10 users not shown)
Line 1: Line 1:
__NOTOC__
{{Header|Project Zomboid|Items|Food|Grains}}
{{languages|Dry Ramen Noodles}}
{{Page version|41.78.16}}
<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 -->
{{Infobox item
<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 -->
|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 -->
|model=DryRamenNoodles_Model.png
{{Consumables
|icon=Ramen.png
|image = Noodles.png
|icon_name=Dry Ramen Noodles
|hunger = -10
<!--GENERAL-->
|unhappiness = +20
|category=Food
|thirst = +40
|weight=0.2
|weight = 0.2
|packaged=Yes
<!--NUTRITION-->
|hunger_change=-10
|thirst_change=+40
|calories=52
|lipids=14
|proteins=10
|carbohydrates=0
<!--EFFECT-->
|unhappy_change=+20
<!--TECHNICAL DETAILS-->
|item_id=Base.Ramen
}}
}}
[[Dry Ramen Noodles]] are a [[Food#Non-Perishable|non-perishable]] food item which is often found in [[Containers#Kitchen Counter|kitchen counters]]. <br>
'''Dry ramen noodles''' are a non-perishable [[food]] [[Items|item]].
Dry Ramen Noodles are best used as a meal component, eating it raw suffers large penalties to thirst and happiness.


== Nutritional Information ==
==Usage==
Dry Ramen Noodles eaten raw completely provides: -10 hunger and a penalty of +20 to unhappiness and +40 to thirst.
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]] [[Recipe ingredients|ingredient]], which removes its negative effects.
<br><br>
'''Its Nutritional Values are as follows:'''<br>
Carbohydrates = 0 <br>
Proteins = 10 <br>
Lipids = 14 <br>
Calories = 52 <br><br>


== Evolved Recipes ==
==Crafting==
<!-- Information for template 'Evolved Recipes', used to explain how much of the food can be put into a meal. -->
{{Main|Cooking}}
{{EvolvedRecipesForItem
|soup=10|stirfry=10|}}


== Code ==
===Evolved recipes===
<br>
Dry ramen noodles are a [[cooking]] [[Recipe ingredients|ingredient]].
<nowiki>
{{EvolvedRecipesForItem|soup=10|stirfry=10}}
  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,
</nowiki>
== See Also ==
* [[Soup_Ingredients#Soup_.26_Stew_Ingredients|How to Make a Pot of Soup]]
* [[Recipe_Ingredients#Stir_Fry_.26_Roasted_Vegetables_Ingredients|How to Make a Stir Fry]]


{{Navbox/Consumables}}
==Distribution==
[[Category:Consumables]]
The loot distributions can be found in the table(s) below.
[[Category:Food]]
 
[[Category:Non-Perishable_Food]]
<!--BOT FLAG|Ramen|41.78.16-->
[[Category:Version 34.28]]
{{clear}}
<div class="togglebox theme-red">
    <div>Ramen distribution
        <span class="mw-customtoggle-togglebox-Ramen" title="{{int:show}} / {{int:hide}}" style="float:right; padding-right:30px; padding-top:4px; font-size:0.7em; font-weight:normal;">{{int:show}} / {{int:hide}}</span></div>
    <div class="mw-collapsible mw-collapsed" id="mw-customcollapsible-togglebox-Ramen">
    <div class="toggle-content"><div style="display: flex;"><div style="float:left;">
    {| class="wikitable theme-red" style="margin-right:15px; width:95%;"
    |+ {{ll|Containers}}
    ! Building / Room
    ! Container
    ! Rolls
    ! Chance
    |-
    | all
    | {{ll|FoodBox}}
    | 15
    | 6.0
    |-
    | all
    | {{ll|GroceryBag1}}
    | 1
    | 1.0
    |-
    | generalstore
    | {{ll|shelves}}
    | 4
    | 10.0
    |-
    | grocerystorage
    | {{ll|crate}}
    | 4
    | 1.0
    |-
    | kitchen
    | {{ll|counter}}
    | 4
    | 6.0
    |-
    | prisoncells
    | {{ll|wardrobe}}
    | 4
    | 10.0
    |}
</div>
    </div><div style="clear:both;"></div>
    </div></div><div class="toggle large mw-customtoggle-togglebox-Ramen" title="{{int:show}}/{{int:hide}}"></div></div>
<!--END BOT FLAG|Ramen|41.78.16-->
Dry ramen noodles can be found on [[Containers#Kitchen Counter|kitchen counters]].
 
==Code==
{{CodeBox
| {{CodeSnip
  | lang = java
  | line = true
  | start = 4706
  | source = items_food.txt
  | retrieved = true
  | version = 41.78.16
  | code =
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==
 
{{Navbox items|plants}}
 
 
[[Category:Non-perishable food]]

Latest revision as of 14:54, 25 April 2024

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.

Ramen distribution Show / Hide
Containers
Building / Room Container Rolls Chance
all FoodBox 15 6.0
all GroceryBag1 1 1.0
generalstore shelves 4 10.0
grocerystorage crate 4 1.0
kitchen counter 4 6.0
prisoncells wardrobe 4 10.0

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