Bowl of Ramen Noodles: Difference between revisions

From PZwiki
(Movement of Page to Removed Foods Category, modernised layout, + navbar, straightened info box. Not corrected page info vs original code.)
(Added new navbar template with the notice colour. Changed categories slightly.)
Line 1: Line 1:
__NOTOC__
__NOTOC__
{{languages}}
{{languages|Bowl of Ramen Noodles}}
<div class="header" style="margin: 5px; align: right; background: #CEF2E0; padding: 13px; text-align: left; font-size: 100%; color:#000000; border: 1px solid #A3BFB1"> <!-- Code for Background Colour -->
{{header|The Game World|Items|Obsolete Items|Removed Food|type=Notice|version=Version 39|incver=67.5}}{{Notice|Obsolete}}{{Consumables
<div style="float: right;background: #CEF2E0;border: 1px solid #A3BFB1; margin: -30pt -10.5pt">    '''Page Updated @ Version: 34.28'''    </div><!-- Code for Version Tag at top -->
<div style="float: left;background: #CEF2E0;border: 1px solid #A3BFB1; margin: -30pt -10.5pt">   '''Navigation''' - [[ Main_Page|Index]] -> [[:Category:Food|Food]] -> [[:Category:Removed_Food|Removed Foods]] -> [[Bowl_of_Ramen_Noodles|Bowl of Ramen Noodles]]   </div><!-- Code for Navigation Bar at top, special blank char's before '''Navigation''' to give space -->
 
{{Notice|Obsolete}}
 
{{Consumables2
|image = Full_Soup_bowl.png
|image = Full_Soup_bowl.png
|hunger = -22
|hunger = -22
Line 13: Line 7:
|unhappiness = -10
|unhappiness = -10
|weight = 1.0
|weight = 1.0
}}
}}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.
 
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 Noodles|dry ramen]].
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 Noodles|dry ramen]].
Line 88: Line 80:


{{Navbox/Consumables}}
{{Navbox/Consumables}}
[[Category:Consumables]]
 
[[Category:Removed Food]]
[[Category:Food]]
[[Category:Version 34.28]]

Revision as of 16:04, 21 June 2018


The Game WorldItemsObsolete ItemsRemoved FoodBowl of Ramen Noodles
BoxSmall.png
This feature has been removed from the game.
It has been replaced by something else.

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