Bowl of Soup: Difference between revisions

From PZwiki
mNo edit summary
m (b40 update)
Line 1: Line 1:
{{languages|Bowl of Soup}}
{{languages|Bowl of Soup}}
{{header|The Game World|Items|Consumables|Perishable Food|type=Food|version=Version 40|incver=6}}{{Infobox food
{{header|The Game World|Items|Consumables|Perishable Food|type=Food|version=Version 40|incver=30}}{{Infobox food
|display_name=Bowl of Soup
|display_name=Bowl of Soup
|name_colour=Food
|name_colour=Food
Line 7: Line 7:
|weight=1
|weight=1
|hunger_change=-15
|hunger_change=-15
|thirst_change=-15 {{Upcoming|ver=40}}
|thirst_change=-15
|unhappy_change=-20
|unhappy_change=-20
|boredom_change=-10
|cook_minutes=15
|cook_minutes=15
|burn_minutes=25
|burn_minutes=25
Line 24: Line 23:


== Code ==
== Code ==
{{Retrieved|version=40|incver=6}}
{{Retrieved|version=40|incver=30}}
<pre> item SoupBowl
<pre> item SoupBowl
HungerChange = -15,
HungerChange = -15,
Line 39: Line 38:
ReplaceOnUse = Bowl,
ReplaceOnUse = Bowl,
DaysFresh = 1,
DaysFresh = 1,
BoredomChange = -10,
CustomContextMenu = Drink,
CustomContextMenu = Drink,
CustomEatSound = PZ_DrinkingFromBottle,</pre>
CustomEatSound = DrinkingFromBottle,</pre>


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

Revision as of 08:49, 31 October 2018

Bowl of Soup
Bowl of Soup
General
Category Food
Encumbrance
Heavy Load
1
Days until stale 1 days
Days until rotten 3 days
Nutrition
Hunger
Hunger
-15
Thirst
Thirst
-15
Effect
Unhappiness
Unhappiness
-20
Cooking
Time until cooked 15 minutes
Time until burned 25 minutes
Technical details
Item ID Base.SoupBowl
PlushSpiffo.pngThis article is about soup created from canned soup. For soup custom-made by a character, see [[soup (recipe)]].

A bowl of soup is a perishable food item which is created from a pot of soup divided among 2 or 4 bowls. A bowl of soup takes one in-game day to go stale, and three in-game days to rot. This process is slower when the item is in a refrigerator.

Crafting

Template:Crafting table header |- |
| | | ||
||
||
||
||
||
||
||
||
||
||
Template:Crafting table footer

Code

Retrieved: Build 40.30

	item SoupBowl
		HungerChange		= -15,
		ThirstChange		= -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,
		CustomContextMenu 	= Drink,
		CustomEatSound 		= DrinkingFromBottle,

Template:Navbox/Consumables