Oysters: Difference between revisions

From PZwiki
m (Vaileasys moved page Oysters to Oysters: in-game name)
(Added oysters)
Line 1: Line 1:
Oysters are a perishable food item which may be eaten raw(Fresh),reducing hunger by 5, and they will reduce hunger by 7 when cooked(Fresh). The nutritional values of it are: 15 calories, 10 carbohydrates, 22 proteins and 4 fat. Oysters weigh 0.1, and can be found in freezers in homes, in addition to the freezers of other locations containing food.  
{{languages|Oysters}}
{{header|Project Zomboid|Items|Food|Perishable Food|type=Food|version=Version 41|incver=73}}{{Infobox food
|display_name=Oysters
|name_colour=Food
|name_text_colour=Food
|image=Oysters_120px.png
|alternate_image=OysterRotten.png
|alternate_name=Oysters (Rotten)
|alternate_link=
|alternate_image2=OystersCooked.png
|alternate_name2=Oysters (Cooked)
|alternate_link2=
<!--GENERAL-->
|category=Food
|weight=0.1
|days_fresh=2
|days_rotten=2
<!--NUTRITION-->
|hunger_change=-5
|calories=15
|lipids=4
|proteins=22
|carbohydrates=10
<!--COOKING-->
|cook_minutes=10
|burn_minutes=15
|dangerous_uncooked=True
|bad_microwaved=True
|good_hot=True
<!--TECHNICAL DETAILS-->
|class_name=Base.Oysters
}}'''Oysters''' are a [[Food#Perishable|perishable]] food [[item]] used in [[cooking]].  


They will go stale after 2 days, after which, oysters will only reduce hunger by 3, besides giving +10 of boredom and +10 of unhappiness.  
==Usage==
===Consumable properties===
Oysters can be eaten raw, which will provide the player with some positive effects, or improved by cooking, however these will become negative the longer it's left to perish.
{{Consumables2
|image = Oysters.png
|hunger = -5
|perishable = 1
|cookable = 1
|dangerous uncooked = 0
|boredom = 0
|unhappiness = 0
|unrotten hunger = -3
|unrotten unhappiness = +10
|unrotten boredom = +10
|rotten hunger = -2
|rotten unhappiness = +20
|rotten boredom = +20
|cooked hunger = -6
|cooked unhappiness = 0
|cooked boredom = 0
|unrottencooked hunger = -3
|unrottencooked unhappiness = +10
|unrottencooked boredom = +10
|rottencooked hunger = -2
|rottencooked unhappiness = +20
|rottencooked boredom = +20
|burned hunger = -1
|burned boredom = +20
|burned unhappiness = +20
|burned image = OysterRotten.png
|rotten image = OysterRotten.png
|cooked image = OystersCooked.png
}}


Oysters will rot after 4 days, at which point it will reduce hunger by 2, but give +20 boredom and +20 unhappiness. Eating it rotten(but only if rotten for 7 days or more) uncooked or cooked will raise food sickness by 4.9, but even with the weak stomach trait, this doesn't seem to get the player queasy.  
== Crafting ==
===Evolved recipes===
Oysters are a [[cooking]] [[Recipe Ingredients|ingredient]].
{{EvolvedRecipesForItem|Pizza=5|Soup=5|Stew=5|Pie=5|StirFry=5|sandwichcooked=5|burgercooked=5|saladcooked=5|RoastedVegetables=5|Rice=5|Pasta=5|}}


Oysters cannot be added to a soup, stew, or be stir fried.
==Distribution==
Oysters can be found inside [[refrigerator]]s.
 
==Gallery==
<gallery>
File:Oysters Model.png|Oysters model when placed in the world.
File:OystersCooked Model.png|Cooked oysters model when placed in the world.
</gallery>
 
== Code ==
'''''From items_food.txt (Project Zomboid directory/media/scripts/)'''''
{{Retrieved|version=41|incver=73}}
<pre> item Oysters
{
DisplayName = Oysters,
DisplayCategory = Food,
Type = Food,
Weight = 0.1,
Icon = Oysters,
EvolvedRecipe = Pizza:5;Soup:5;Stew:5;Pie:5;Stir fry Griddle Pan:5;Stir fry:5;Sandwich:5|Cooked;Sandwich Baguette:5|Cooked;Burger:5|Cooked;Salad:5|Cooked;Roasted Vegetables:5;RicePot:5;RicePan:5;PastaPot:5;PastaPan:5,
FoodType = Seafood,
IsCookable = true,
MinutesToCook = 10,
MinutesToBurn = 25,
DaysFresh = 2,
DaysTotallyRotten = 4,
HungerChange = -5,
Calories = 15,
Carbohydrates = 10,
Lipids = 4,
Proteins = 22,
WorldStaticModel = Oysters_Ground,
EvolvedRecipeName = Oyster,
}
</pre>
 
{{Navbox food}}

Revision as of 08:47, 1 October 2022

Oysters
Oysters
Oysters (Rotten) Oysters (Cooked)
General
Category Food
Encumbrance
Heavy Load
0.1
Days until stale 2 days
Days until rotten 2 days
Nutrition
Hunger
Hunger
-5
Calories
Calories
15
Carbohydrates
Carbohydrates
10
Proteins
Proteins
22
Fat
Fat
4
Cooking
Time until cooked 10 minutes
Time until burned 15 minutes
Dangerous uncooked True
Bad microwaved True
Good hot True
Technical details
Item ID Base.Oysters

Oysters are a perishable food item used in cooking.

Usage

Consumable properties

Oysters can be eaten raw, which will provide the player with some positive effects, or improved by cooking, however these will become negative the longer it's left to perish. Template:Consumables2

Crafting

Evolved recipes

Oysters are a cooking ingredient.

Product Nutrition
Soup
Soup
5
Stew
Stew
5
Salad
Salad
5
Stir Fry
Stir Fry
5
Roasted Vegetables
Roasted Vegetables
5
Sandwich
Sandwich
5
Burger
Burger
5
Pie (savory)
Pie (savory)
5
Rice Pot/Saucepan
Rice Pot/Saucepan
5
Pasta Pot/Saucepan
Pasta Pot/Saucepan
5
Pizza
Pizza
5

Distribution

Oysters can be found inside refrigerators.

Gallery

Code

From items_food.txt (Project Zomboid directory/media/scripts/) Retrieved: Build 41.73

	item Oysters
	{
		DisplayName = Oysters,
		DisplayCategory = Food,
		Type = Food,
		Weight = 0.1,
		Icon = Oysters,
		EvolvedRecipe = Pizza:5;Soup:5;Stew:5;Pie:5;Stir fry Griddle Pan:5;Stir fry:5;Sandwich:5|Cooked;Sandwich Baguette:5|Cooked;Burger:5|Cooked;Salad:5|Cooked;Roasted Vegetables:5;RicePot:5;RicePan:5;PastaPot:5;PastaPan:5,
		FoodType = Seafood,
		IsCookable = true,
		MinutesToCook = 10,
		MinutesToBurn = 25,
		DaysFresh = 2,
		DaysTotallyRotten = 4,
		HungerChange = -5,
		Calories = 15,
		Carbohydrates = 10,
		Lipids = 4,
		Proteins = 22,
		WorldStaticModel = Oysters_Ground,
		EvolvedRecipeName = Oyster,
	}