Dry Ramen Noodles: Difference between revisions

From PZwiki
(New infobox + new layout)
(Update distribution file)
 
(36 intermediate revisions by 9 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]].
{{EvolvedRecipesForItem|soup=10|stirfry=10|}}


== Code ==
===Evolved recipes===
'''''From items.txt (Project Zomboid directory/media/scripts/)'''''
Dry ramen noodles are a [[cooking]] [[Recipe ingredients|ingredient]].
{{Retrieved|version=40|incver=7}}
{{EvolvedRecipesForItem|soup=10|stirfry=10}}
<pre>  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,</pre>


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


== See also ==
<!--BOT FLAG|Ramen|41.78.16-->
* [[Soup_Ingredients#Soup_.26_Stew_Ingredients|How to Make a Pot of Soup]]
{{Clear}}
* [[Recipe_Ingredients#Stir_Fry_.26_Roasted_Vegetables_Ingredients|How to Make a Stir Fry]]
<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">
    Effective chance calculations are based off of default loot settings, and median zombie density. The higher the density of zombies in an area, the higher the effective chance of an item spawning. Chance is also influenced by the [[lucky]] and [[unlucky]] traits.    <div class="toggle-content">
<div class="pz-container">
<div id="containers" style="flex-basis:30%">
    {| class="wikitable theme-red" style="margin-right: 15px; width: 95%;"
    |+ {{ll|Containers}}
    ! Building/Room
    ! Container
    ! Effective chance
    |-
    | FoodCache1
    | {{ll|FoodBox}}
    | 45.88%
    |-
    | GroceryBag1
    | {{ll|GroceryBag1}}
    | 1.01%
    |-
    | SurvivorCache1
    | {{ll|counter}}
    | 15.1%
    |-
    | SurvivorCache2
    | {{ll|counter}}
    | 15.1%
    |-
    | generalstore
    | {{ll|shelves}}
    | 23.28%
    |-
    | generalstorestorage
    | {{ll|crate}}
    | 23.28%
    |-
    | generalstorestorage
    | {{ll|shelves}}
    | 23.28%
    |-
    | gigamart
    | {{ll|shelves}}
    | 23.28%
    |-
    | grocery
    | {{ll|shelves}}
    | 23.28%
    |-
    | grocerystorage
    | {{ll|crate}}
    | 3.98%
    |-
    | grocerystorage
    | {{ll|metal_shelves}}
    | 3.98%
    |-
    | grocerystorage
    | {{ll|smallcrate}}
    | 3.98%
    |-
    | kitchen
    | {{ll|counter}}
    | 15.1%
    |-
    | kitchen
    | {{ll|overhead}}
    | 15.1%
    |-
    | kitchen
    | {{ll|shelves}}
    | 15.1%
    |-
    | livingroom
    | {{ll|counter}}
    | 15.1%
    |-
    | livingroom
    | {{ll|overhead}}
    | 15.1%
    |-
    | prisoncells
    | {{ll|wardrobe}}
    | 23.28%
    |}
</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]].


{{Navbox/Consumables}}
==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 12:37, 30 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
Effective chance calculations are based off of default loot settings, and median zombie density. The higher the density of zombies in an area, the higher the effective chance of an item spawning. Chance is also influenced by the lucky and unlucky traits.
Containers
Building/Room Container Effective chance
FoodCache1 FoodBox 45.88%
GroceryBag1 GroceryBag1 1.01%
SurvivorCache1 counter 15.1%
SurvivorCache2 counter 15.1%
generalstore shelves 23.28%
generalstorestorage crate 23.28%
generalstorestorage shelves 23.28%
gigamart shelves 23.28%
grocery shelves 23.28%
grocerystorage crate 3.98%
grocerystorage metal_shelves 3.98%
grocerystorage smallcrate 3.98%
kitchen counter 15.1%
kitchen overhead 15.1%
kitchen shelves 15.1%
livingroom counter 15.1%
livingroom overhead 15.1%
prisoncells wardrobe 23.28%

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