Bowl of Ramen Noodles

From PZwiki
Revision as of 22:21, 16 November 2013 by Minic90 (talk | contribs) (→‎Crafting)


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

Effects

Moodles: -10
Hungry: -20
Unhappy: -20



Crafting

Name Recipe Description
























Code

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