Boring Soup: Difference between revisions

From PZwiki
mNo edit summary
m (→‎Code: fixed alignment)
Line 23: Line 23:
  <nowiki>item BoringSoup
  <nowiki>item BoringSoup
{
{
Type = Food,
Type = Food,
DisplayName = Boring Soup,
DisplayName = Boring Soup,
Icon = PotFull,
Icon = PotFull,
Weight = 6,
Weight = 6,
IsCookable = true,
IsCookable = true,
MinutesToCook = 50,
MinutesToCook = 50,
MinutesToBurn = 100,
MinutesToBurn = 100,
HungerChange = -42,
HungerChange = -42,
BoredomChange = -5,
BoredomChange = -5,
UnhappyChange = -10,
UnhappyChange = -10,
ReplaceOnUse = Pot
ReplaceOnUse = Pot
}</nowiki>
}</nowiki>



Revision as of 10:52, 6 February 2014


Although not the tastiest food item, Boring Soup is very nutritious. Crafted with three units of water, a Cooking Pot and one soup ingredient, it relieves a good amount of hunger, unhappiness, and boredom. Cooking the soup will greatly increase its effectiveness.

Effects

Moodles: -5
Hungry: -42
Unhappy: -10

Crafting

Name Recipe Description
























Code

item BoringSoup
{
	Type		= Food,
	DisplayName	= Boring Soup,
	Icon		= PotFull,
	Weight		= 6,
	IsCookable	= true,
	MinutesToCook	= 50,
	MinutesToBurn	= 100,
	HungerChange	= -42,
	BoredomChange	= -5,
	UnhappyChange	= -10,
	ReplaceOnUse	= Pot
}

Template:Navbox/Consumables