Bowl of Ramen Noodles: Difference between revisions

From PZwiki
(Updated with new data and new template.)
Line 1: Line 1:
{{languages}}
{{languages}}{{Notice|Short}}
{{Consumables
== Description ==
To craft you must have an [[bowl]] in your inventory as well as a second container with [[water]] along with the [[Dry Ramen Noodles|dry ramen]].
{{Items
|image = Full_Soup_bowl.png
|image = Full_Soup_bowl.png
|hunger = -20
|weight = 1.0
|weight = 3
}}
{{Consumables2
|image = Full_Soup_bowl.png
|hunger = -22
|perishable = 1
|cookable = 1
|boredom = -10
|unhappiness = -10
|unrotten hunger = 0
|unrotten unhappiness = 0
|rotten hunger = 0
|rotten unhappiness = 0
|unrottencooked hunger = -10
|unrottencooked unhappiness = -10
|unrottencooked boredom = 0
|rottencooked hunger = 0
|rottencooked unhappiness = 0
|cooked hunger = -28
|cooked unhappiness = -40
|cooked boredom = -30
|burned hunger = 0
|burned boredom = 0
|burned unhappiness = 0
|burned image = Full_Soup_bowl.png
|rotten image = Full_Soup_bowl.png
|cooked image = Full_Soup_bowl.png
}}
}}
To craft you must have an [[bowl]] in your inventory as well as a second container with [[water]] along with the [[Dry Ramen Noodles|dry ramen]].
== Effects ==
[[Boredom]]: -10<br>
[[Hunger]]: -20<br>
[[Unhappy]]: -20
== Crafting ==
== Crafting ==
{| class="wikitable sortable" style="text-align:center;"  
{| class="wikitable sortable" style="text-align:center;"  
Line 27: Line 43:


== Code ==
== Code ==
The follow data is old and needs updating:
  <nowiki>item RamenBowl
  <nowiki>item RamenBowl
{
{
Line 48: Line 65:
[[Category:Food]]
[[Category:Food]]
[[Category:Perishable Food]]
[[Category:Perishable Food]]
[[Category:Version 0.2.0p]]
[[Category:Version 2.9.9.17]]

Revision as of 21:16, 7 December 2013

Notebook.png
This article may need more content.
Editors are encouraged to add new material to the page while expanding upon current topics.

Description

To craft you must have an bowl in your inventory as well as a second container with water along with the dry ramen. Template:Items Template:Consumables2

Crafting

Name Recipe Description
























Code

The follow data is old and needs updating:

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

Template:Navbox/Consumables