Bowl of Ramen Noodles: Difference between revisions

From PZwiki
m (moved Bowl of Ramen Noodles to Bowl of Ramen Noodles: fixing capitalization)
No edit summary
Line 22: Line 22:
! class="unsortable" | Recipe  
! class="unsortable" | Recipe  
! class="unsortable" | Description
! class="unsortable" | Description
{{RecipeLookup|40}}
{{RecipeLookup|9}}
{{RecipeLookup|9}}
|}
|}

Revision as of 00:45, 7 September 2013


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