Cherry: Difference between revisions

From PZwiki
mNo edit summary
(updated to 41.68 + added model + navbox)
Line 1: Line 1:
{{languages|Cherry}}
{{languages}}
{{header|Project Zomboid|Items|Food|Perishable Food|Fruit|type=Food|version=Version 40|incver=6}}{{Infobox food
{{header|Project Zomboid|Items|Food|Perishable Food|Fruit|type=Food|version=Version 41|incver=68}}{{Infobox food
|display_name=Cherry
|display_name=Cherry
|name_colour=Food
|name_colour=Food
|name_text_colour=Food
|name_text_colour=Food
|image=Cherry_120px.png
|image=Cherry_Model.png
|alternate_image=CherryRotten.png
|image_width=150px
|alternate_image=Cherry.png
|alternate_link=
|alternate_link=
|alternate_name=Cherry (Rotten)
|alternate_name=Cherry
|alternate_image2=CherryRotten.png
|alternate_link2=
|alternate_name2=Cherry (Rotten)
<!--GENERAL-->
<!--GENERAL-->
|category=Food
|category=Food
Line 59: Line 63:
=== Evolved recipes ===
=== Evolved recipes ===
Cherries are a [[cooking]] [[Recipe Ingredients|ingredient]].
Cherries are a [[cooking]] [[Recipe Ingredients|ingredient]].
{{EvolvedRecipesForItem|cake=3|fruitsalad=3}}
{{EvolvedRecipesForItem|cake=3|fruitsalad=3|pancakes=3|waffles=3|muffin=3}}


==Distribution==
==Distribution==
Line 66: Line 70:
== Code ==
== Code ==
'''''From newitems.txt (Project Zomboid directory/media/scripts/)'''''
'''''From newitems.txt (Project Zomboid directory/media/scripts/)'''''
{{Retrieved|version=40|incver=6}}
{{Retrieved|version=41|incver=68}}
<pre> item Cherry
<pre>   item Cherry
Type = Food,
    {
DisplayName = Cherry,
        DisplayCategory = Food,
Icon = Cherry,
        Type = Food,
Weight = 0.3,
        DisplayName = Cherry,
HungerChange = -3,
        Icon = Cherry,
DaysFresh = 4,
        Weight = 0.3,
DaysTotallyRotten = 9,
        HungerChange = -3,
EvolvedRecipe       = Cake:3,
        DaysFresh = 4,
FoodType           = Fruits,
        DaysTotallyRotten = 9,
Carbohydrates = 1.31,
        EvolvedRecipe       =       Cake:3;FruitSalad:3;Pancakes:3;Waffles:3;Muffin:3,
Proteins = 0.09,
        FoodType           =       Fruits,
Lipids = 0,
        ThirstChange = -1,
Calories = 5,</pre>
        Carbohydrates = 1.31,
        Proteins = 0.09,
        Lipids = 0,
        Calories = 5,
        StaticModel = RoundFood_Red,
        WorldStaticModel = Cherry_Ground,
        CustomEatSound = EatingFruit,
    }</pre>


==See also==
==See also==
Line 86: Line 97:
*[[Grapes]]
*[[Grapes]]


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

Revision as of 15:10, 13 March 2022

Cherry
Cherry
Cherry Cherry (Rotten)
General
Category Food
Encumbrance
Heavy Load
0.3
Days until stale 4 days
Days until rotten 9 days
Nutrition
Hunger
Hunger
-3
Thirst
Thirst
-1
Calories
Calories
5
Carbohydrates
Carbohydrates
1.31
Proteins
Proteins
0.09
Fat
Fat
0
Technical details
Item ID Base.Cherry

A cherry is a perishable food item.

Usage

Consumable properties

A cherry can be eaten, providing the player with some positive effects, however these will become more negative the longer it's left to perish. Template:Consumables2

Crafting

Evolved recipes

Cherries are a cooking ingredient.

Product Nutrition
Fruit Salad
Fruit Salad
3
Cake
Cake
3
Muffin
Muffin
3
Pancakes
Pancakes
3
Waffles
Waffles
3

Distribution

Cherries are often found in refrigerators and grocery displays.

Code

From newitems.txt (Project Zomboid directory/media/scripts/) Retrieved: Build 41.68

    item Cherry
    {
        DisplayCategory = Food,
        Type				=		Food,
        DisplayName			=		Cherry,
        Icon				=		Cherry,
        Weight				=		0.3,
        HungerChange 		=		-3,
        DaysFresh 			=		4,
        DaysTotallyRotten 	=	 	9,
        EvolvedRecipe       =       Cake:3;FruitSalad:3;Pancakes:3;Waffles:3;Muffin:3,
        FoodType            =       Fruits,
        ThirstChange	=	-1,
        Carbohydrates = 1.31,
        Proteins = 0.09,
        Lipids = 0,
        Calories = 5,
        StaticModel = RoundFood_Red,
        WorldStaticModel = Cherry_Ground,
        CustomEatSound = EatingFruit,
    }

See also