Dry Ramen Noodles: Difference between revisions

From PZwiki
m (Removed redundancy)
m (Automated CodeBox update)
 
(25 intermediate revisions by 8 users not shown)
Line 1: Line 1:
{{languages|Dry Ramen Noodles}}
{{Header|Project Zomboid|Items|Food|Grains}}
{{header|Project Zomboid|Items|Food|Non-Perishable Food|type=Food|version=Version 40|incver=7}}{{Infobox food
{{Page version|41.78.16}}
|display_name=Dry Ramen Noodles
{{Infobox item
|name_colour=Food
|name=Dry Ramen Noodles
|name_text_colour=Food
|model=DryRamenNoodles_Model.png
|image=Ramen_120px.png
|icon=Ramen.png
|icon_name=Dry Ramen Noodles
<!--GENERAL-->
<!--GENERAL-->
|category=Food
|category=Food
|weight=0.2
|weight=0.2
|packaged=True
|packaged=Yes
<!--NUTRITION-->
<!--NUTRITION-->
|hunger_change=-10
|hunger_change=-10
|thirst_change=40
|thirst_change=+40
|calories=52
|calories=52
|lipids=14
|lipids=14
Line 17: Line 18:
|carbohydrates=0
|carbohydrates=0
<!--EFFECT-->
<!--EFFECT-->
|unhappy_change=20
|unhappy_change=+20
<!--TECHNICAL DETAILS-->
<!--TECHNICAL DETAILS-->
|class_name=Base.Ramen
|item_id=Base.Ramen
}}'''Dry ramen noodles''' are a [[Food#Non-Perishable|non-perishable]] food [[item]].  
}}
 
'''Dry ramen noodles''' are a non-perishable [[food]] [[Items|item]].


==Usage==
==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 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.


== Crafting ==
==Crafting==
=== Evolved recipes ===
{{Main|Cooking}}
Dry ramen noodles are a [[cooking]] [[Recipe Ingredients|ingredient]].
 
===Evolved recipes===
Dry ramen noodles are a [[cooking]] [[Recipe ingredients|ingredient]].
{{EvolvedRecipesForItem|soup=10|stirfry=10|}}
{{EvolvedRecipesForItem|soup=10|stirfry=10|}}


==Distribution==
==Distribution==
Dry ramen noodles can be found in [[Containers#Kitchen Counter|kitchen counters]].
The loot distributions can be found in the table(s) below.
 
{| class="mw-collapsible mw-collapsed wikitable theme-red" data-expandtext="{{int:show}}" data-collapsetext="{{int:hide}}" style="text-align:center; min-width:24em;"
! colspan="4" | Containers
|-
! Building/Room
! Container
! style="width: 3.2em;" | Rolls
! style="width: 3.2em;" | Chance
|-
|generalstore
|[[shelves]]
|4
|1
|-
|grocerystorage
|[[crate]]
|4
|1
|-
|kitchen
|[[counter]]
|4
|6
|-
|prisoncells
|[[wardrobe]]
|4
|1
|}
Dry ramen noodles can be found on [[Containers#Kitchen Counter|kitchen counters]].


== Code ==
==Code==
'''''From items_food.txt (Project Zomboid directory/media/scripts/)'''''
{{CodeBox
{{Retrieved|version=41|incver=50}}
| {{CodeSnip
<pre>  item Ramen
  | lang = java
HungerChange = -10,
  | line = true
Weight = 0.2,
  | start = 4706
Type = Food,
  | source = items_food.txt
ThirstChange = 40,
  | retrieved = true
DisplayName = Dry Ramen Noodles,
  | version = 41.78.16
Icon = Ramen,
  | code =
UnhappyChange = 20,
item Ramen
EvolvedRecipe   = Soup:10;Stir fry Griddle Pan:10;Stir fry:10,
{
FoodType   = Pasta,
DisplayName = Dry Ramen Noodles,
        Carbohydrates = 0,
DisplayCategory = Food,
        Proteins = 10,
Type = Food,
        Lipids = 14,
Weight = 0.2,
        Calories = 52,
Icon = Ramen,
        Packaged = TRUE,</pre>
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 food}}
* [[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}}
[[Category:Non-perishable food]]

Latest revision as of 00:13, 25 March 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.

Containers
Building/Room Container Rolls Chance
generalstore shelves 4 1
grocerystorage crate 4 1
kitchen counter 4 6
prisoncells wardrobe 4 1

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