Bowl of Ramen Noodles: Difference between revisions

From PZwiki
m (→‎top: category & header updates)
m (→‎top: category & header updates)
Line 1: Line 1:
{{Languages}}
{{Languages}}
{{header/sandbox2|Project Zomboid|Items|Obsolete items|type=Notice|version=Version 39|incver=67.5}}
{{header/sandbox2|Project Zomboid|Items|Obsolete items}}
{{page version|39.67.5}}
{{Obsolete|item=true|2=recipe ingredients#Soup & Stew Ingredients}}
{{Obsolete|item=true|2=recipe ingredients#Soup & Stew Ingredients}}
{{Infobox food
{{Infobox food

Revision as of 12:17, 22 January 2024

Template:Header/sandbox2

Spiffo controlyourself.png
This page was last updated for an older version (39.67.5).
The current stable version is 41.78.16, released 2022-12-12, so information on this page may be inaccurate. Help get this page updated by adding any missing content. [edit]
Please update the version after updating the page.
BoxSmall.png
This item has been removed from the game.
It has been replaced by recipe ingredients.
Bowl of Ramen Noodles
Bowl of Ramen Noodles
General
Category Food
Encumbrance
Heavy Load
1
Days until stale 1 days
Nutrition
Hunger
Hunger
-22
Effect
Unhappiness
Unhappiness
-10
Technical details
Item ID Base.RamenBowl

A Bowl of Ramen Noodles was a item originally in Project Zomboid. It was superseded by the entry of Soups being able to be divided by bowls in successive versions, rendering this item obsolete.

To craft originally, you had to have an bowl in your inventory as well as a second container with water along with the dry ramen.

To make a "current" bowl of Ramen, you would use a full pot of water to make a soup, and add ramen as a ingredient. Soups now can have 6 ingredients, which lead to the Ramen Bowl removal.

Nutritional information

Fresh Stale Rotten
Uncooked

BowlFull.png
Hunger: -22
Boredom: -10
Unhappiness: -10

BowlFull.png



BowlFull.png




Dangerous, will cause sickness.

Cooked

BowlFull.png
Hunger: -28
Boredom: -30
Unhappiness: -40

BowlFull.png
Hunger: -10

Unhappiness: -10

BowlFull.png
Hunger: -9
Boredom: +10

Dangerous, will cause sickness.

Burned

BowlFull.png



Dangerous, will cause sickness.

Former crafting

Product XP gained Skill(s) Recipe Ingredient 1 Ingredient 2 Ingredient 3
BowlFull Water.png
Bowl
none Water drop.png
Water (2 units)
(consumed)
Bowl.png
Bowl
(consumed)

BowlFull.png
Bowl of Ramen Noodles
none BowlFull Water.png
Bowl
Noodles.png
Dry Ramen Noodles
(consumed)
Heat source.gif
Heat source
(cooked:10min burned:20min)

Code

Item

item RamenBowl
		HungerChange		= -15,
		Type			= Food,
		DisplayName		= Bowl of Ramen Noodles,
		MinutesToCook		= 10,
		Weight			= 1,
		IsCookable		= TRUE,
		DaysTotallyRotten	= 3,
		UnhappyChange		= -20,
		MinutesToBurn		= 20,
		Icon			= BowlFull,
		ReplaceOnUse		= Bowl,
		DaysFresh		= 1,
		BoredomChange		= -10,

Recipe

recipe Make Ramen
	   destroy Bowl/WaterBowl,
	   Water,
	   Ramen,

	   Result:RamenBowl,
	   Time:80.0,