Bowl of Ramen Noodles

From PZwiki
Revision as of 22:55, 7 July 2016 by MalonyJenkins (talk | contribs) (Movement of Page to Removed Foods Category, modernised layout, + navbar, straightened info box. Not corrected page info vs original code.)


Page Updated @ Version: 34.28
   Navigation - Index -> Food -> Removed Foods -> Bowl of Ramen Noodles   
BoxSmall.png
This feature has been removed from the game.
It has been replaced by something else.

Template:Consumables2

A Bowl of Ramen Noodles was a item originally in Project Zomboid. It was superceded 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

Template:Consumables2


















Crafting

Name Recipe Description
























Code

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 Make Ramen
	   destroy Bowl/WaterBowl,
	   Water,
	   Ramen,

	   Result:RamenBowl,
	   Time:80.0,
	

Template:Navbox/Consumables