Pot of Soup: Difference between revisions

From PZwiki
m (Reverted edits by Pandrodox (talk) to last revision by 99.162.88.183)
No edit summary
Line 40: Line 40:
ReplaceOnUse = Pot
ReplaceOnUse = Pot
}</nowiki>
}</nowiki>
== History ==
{| class="wikitable" width="550" style="text-align:center;"
|-
! Alpha || 
|-
| RC 2.9 || Add some history.
|}
==See Also==
* [[cooking pot]]


{{Navbox/Consumables}}
{{Navbox/Consumables}}

Revision as of 15:48, 31 May 2013


Combining a can opener, canned soup, and a cooking pot yields a pot of soup, allowing the soup to be consumed. The pot of soup can be eaten directly, or heated in an oven.

When consumed, a cooking pot is recovered.

Effects

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

Crafting

Name Recipe Description

























Code

item PotOfSoup
{
	Type				=			Food,
	DisplayName			=			Pot of Soup,
	Icon				=			PotFull,
	Weight				=			6,
	IsCookable			= 			true,
	MinutesToCook   	= 			50,
	MinutesToBurn   	= 			100,
	HungerChange 		=			-40,
	BoredomChange 		=			-10,
	UnhappyChange 		=			-20,
	ReplaceOnUse		=			Pot
}

History

Alpha
RC 2.9 Add some history.

See Also

Template:Navbox/Consumables