Dry Ramen Noodles: Difference between revisions

From PZwiki
m (Automated Formatting)
m (Distribution table update)
Line 37: Line 37:
The loot distributions can be found in the table(s) below.
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;"
<!--BOT FLAG|Ramen|41.78.16-->
! colspan="4" | Containers
{{clear}}
|-
<div class="togglebox theme-red">
! Building/Room
    <div>Ramen distribution
! Container
        <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>
! style="width: 3.2em;" | Rolls
    <div class="mw-collapsible mw-collapsed" id="mw-customcollapsible-togglebox-Ramen">
! style="width: 3.2em;" | Chance
    <div class="toggle-content"><div style="display: flex;"><div style="float:left;">
|-
    {| class="wikitable theme-red" style="margin-right:15px; width:95%;"
|generalstore
    |+ {{ll|Containers}}
|[[shelves]]
    ! Building / Room
|4
    ! Container
|1
    ! Rolls
|-
    ! Chance
|grocerystorage
    |-
|[[crate]]
    | all
|4
    | {{ll|FoodBox}}
|1
    | 15
|-
    | 6.0
|kitchen
    |-
|[[counter]]
    | all
|4
    | {{ll|GroceryBag1}}
|6
    | 1
|-
    | 1.0
|prisoncells
    |-
|[[wardrobe]]
    | generalstore
|4
    | {{ll|shelves}}
|1
    | 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]].
Dry ramen noodles can be found on [[Containers#Kitchen Counter|kitchen counters]].



Revision as of 15:24, 24 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