Bowl of Soup: Difference between revisions

From PZwiki
(Brought into Navigation Table (How was this page missed?), updated info to current version. Removed old formatting (effects etc). Corrected consumable stats. Added improve notice (don't know rot times or effects on soup))
Line 1: Line 1:
{{languages}}
{{languages|Bowl of Soup}}
{{Consumables
{{header|The Game World|Items|Consumables|Perishable Food|type=Food|version=Version 38|incver=40}}{{Consumables
|image = Full_Soup_bowl.png
|image = Full_Soup_bowl.png
|hunger = -15
|hunger = -15
|weight = 3
|weight = 1
}}
}}{{Notice|Improve}}
 
A bowl of soup created by dividing soup created in a pot. It is crafted by putting a pot of soup and 4 bowls in the crafting area, and this recipe will yield 4 bowls of soup.
A bowl of soup is a more effective way to consume soup. It is crafted by putting a pot of soup and 4 bowls in the crafting area, and this recipe will yield 4 bowls of soup.
The amount of soup hunger depends on the soup made and the parts put in. -15 hunger is the maximum for each bowl.
 
== Effects ==
[[Boredom]]: -10<br>
[[Hunger]]: -15<br>
[[Unhappy]]: -20
 
 
 


== Crafting ==
== Crafting ==
Line 26: Line 18:


== Code ==
== Code ==
  <nowiki>item SoupBowl4
  <nowiki>
{
item SoupBowl
Type = Food,
HungerChange = -15,
DisplayName = Bowl of Soup,
Type = Food,
Icon = BowlFull,
DisplayName = Bowl of Soup,
Weight = 3,
MinutesToCook = 15,
IsCookable = true,
Weight = 1,
MinutesToCook  = 15,
IsCookable = TRUE,
MinutesToBurn  = 25,
DaysTotallyRotten = 3,
Count = 4,
UnhappyChange = -20,
HungerChange = -15,
MinutesToBurn = 25,
ReplaceOnUse = Bowl,
Icon = BowlFull,
BoredomChange = -10,
ReplaceOnUse = Bowl,
UnhappyChange = -20,
DaysFresh = 1,
DaysFresh = 1,
BoredomChange = -10,
DaysTotallyRotten = 3,
CustomContextMenu = Drink,
CustomEatSound = PZ_DrinkingFromBottle,
}</nowiki>
}</nowiki>


{{Navbox/Consumables}}
{{Navbox/Consumables}}
[[Category:Consumables]]
[[Category:Food]]
[[Category:Perishable Food]]
[[Category:Version 0.2.0p]]

Revision as of 01:08, 13 June 2018

WhiskeyHalf.png
This article may be in need of improvement.
Editors are encouraged to add any missing information to the article, while verifying that the article's current content is correct.

A bowl of soup created by dividing soup created in a pot. It is crafted by putting a pot of soup and 4 bowls in the crafting area, and this recipe will yield 4 bowls of soup. The amount of soup hunger depends on the soup made and the parts put in. -15 hunger is the maximum for each bowl.

Crafting

Name Recipe Description












Code

	item SoupBowl
		HungerChange		= -15,
		Type			= Food,
		DisplayName		= Bowl of Soup,
		MinutesToCook		= 15,
		Weight			= 1,
		IsCookable		= TRUE,
		DaysTotallyRotten	= 3,
		UnhappyChange		= -20,
		MinutesToBurn		= 25,
		Icon			= BowlFull,
		ReplaceOnUse		= Bowl,
		DaysFresh		= 1,
		BoredomChange		= -10,
		CustomContextMenu 	= Drink,
		CustomEatSound 		= PZ_DrinkingFromBottle,
}

Template:Navbox/Consumables