Bowl of Ramen Noodles: Difference between revisions

From PZwiki
(Updated with new data and new template.)
m (Added rotten cooked data.)
Line 20: Line 20:
|unrottencooked unhappiness = -10
|unrottencooked unhappiness = -10
|unrottencooked boredom = 0
|unrottencooked boredom = 0
|rottencooked hunger = 0
|rottencooked hunger = -9
|rottencooked unhappiness = 0
|rottencooked boredom = +10
|cooked hunger = -28
|cooked hunger = -28
|cooked unhappiness = -40
|cooked unhappiness = -40

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