Tasty Soup: Difference between revisions

From PZwiki
Tasty Soup
mNo edit summary
m (Change to redirect)
Tag: New redirect
 
(27 intermediate revisions by 5 users not shown)
Line 1: Line 1:
__NOTOC__
#REDIRECT [[Soup]]
{{languages|Tasty Soup}}
{{header|The Game World|Items|Obsolete Items|Removed Food|type=Notice|version=Version 39|incver=67.5}}{{Notice|Obsolete|link=Soup}}{{Consumables
|image = Pot of Soup.png
|hunger = -55
|boredom = -15
|unhappiness = -20
|weight = 6.0
}}
The '''Tasty Soup''' was originally a perishable food in Project Zomboid that was removed due to a introduction of a better crafting system.
 
 
 
== Former Description ==
Tasty Soup is a tasty yet nutritious food item that is crafted with three units of [[water]], a [[Cooking Pot]] and three [[Soup Ingredients|soup ingredients]], the soup relieves a huge amount of hunger and a medium amount of boredom and unhappiness. It is not advised to eat simple soup if the 'hungry' moodle has not appeared, as a good amount of will go to waste. Cooking the soup will greatly increase its effectiveness.
 
== Effects ==
[[Boredom]]: -15<br>
[[Hunger]]: -55<br>
[[Unhappy]]: -20
== Crafting ==
{| class="pztable sortable" style="text-align:center;"
|-
! Name
! class="unsortable" | Recipe
! class="unsortable" | Description
{{RecipeLookup|2007}}
{{RecipeLookup|2009}}
|}
 
== Bugs ==
- 0.2.0R: Trying to craft tasty soup (soup with three ingredients) causes the game to crash. Copy/pasting recipecode.lua in Project Zomboid\media\luaexamples\other to Project Zomboid\media\lua solves the problem.
 
- 0.2.0R: Placing a pot of any soup and four bowls will output 4 bowls but not refund you an empty pot of soup, meaning the pot of soup is destroyed by pouring the soup into the bowls. This can be fixed by adding a TastyBowl_OnGrab function to the recipecode.lua that adds "Base.Pot" to the player's inventory, and this function needs to be called by adding "TastyBowl4_OnGrab," after the output lines of the TastyBowls4 recipe.
 
== Code ==
<nowiki>item TastySoup
HungerChange = -55,
Weight = 6,
Type = Food,
IsCookable = TRUE,
UnhappyChange = -20,
MinutesToBurn = 140,
DisplayName = Tasty Soup,
ReplaceOnUse = Pot,
Icon = PotFull,
MinutesToCook = 90,
BoredomChange = -15,
        DaysTotallyRotten = 4,
        DaysFresh = 2,
        CustomContextMenu = Drink,
 
</nowiki>
 
{{Navbox/Consumables}}
 
[[Category:Food]]

Latest revision as of 22:50, 30 April 2024

Redirect to: