Pineapple: Difference between revisions

From PZwiki
(Fixing grammatical errors)
(updated to 41.68 + added model + navbox)
Line 1: Line 1:
{{languages|Pineapple}}
{{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=Pineapple
|display_name=Pineapple
|name_colour=Food
|name_colour=Food
|name_text_colour=Food
|name_text_colour=Food
|image=Pineapple_120px.png
|image=Pineapple_Model.png
|alternate_image=PineappleRotten.png
|image_width=150px
|alternate_image=Pineapple.png
|alternate_link=
|alternate_link=
|alternate_name=Pineapple (Rotten)
|alternate_name=Pineapple
|alternate_image2=PineappleRotten.png
|alternate_link2=
|alternate_name2=Pineapple (Rotten)
<!--GENERAL-->
<!--GENERAL-->
|category=Food
|category=Food
Line 28: Line 32:
=== Consumable properties ===
=== Consumable properties ===
Pineapples can be eaten, providing the player with some positive effects, however, these will become negative the longer it's left to perish.
Pineapples can be eaten, providing the player with some positive effects, however, these will become negative the longer it's left to perish.
{{Consumables2
{{Consumables2
|image = Pineapple.png
|image = Pineapple.png
Line 49: Line 52:
=== Evolved recipes ===
=== Evolved recipes ===
Pineapples are a [[cooking]] [[Recipe Ingredients|ingredient]].
Pineapples are a [[cooking]] [[Recipe Ingredients|ingredient]].
{{EvolvedRecipesForItem|cake=10|fruitsalad=10}}
{{EvolvedRecipesForItem|cake=10|fruitsalad=10|pancakes=10|waffles=10|mufifn=10}}


== Distribution ==
== Distribution ==
Line 55: Line 58:


== Code ==
== Code ==
'''''From newitems.txt (Project Zomboid directory/media/scripts/)'''''
'''''From items_food.txt (Project Zomboid directory/media/scripts/)'''''
{{Retrieved|version=40|incver=6}}
{{Retrieved|version=41|incver=68}}
<pre> item Pineapple
<pre>   item Pineapple
Type = Food,
    {
DisplayName = Pineapple,
        DisplayCategory = Food,
Icon = Pineapple,
        Type = Food,
Weight = 0.3,
        DisplayName = Pineapple,
HungerChange = -25,
        Icon = Pineapple,
DaysFresh = 6,
        Weight = 0.3,
DaysTotallyRotten = 14,
        HungerChange = -25,
EvolvedRecipe       = Cake:10,
        DaysFresh = 6,
FoodType           = Fruits,
        DaysTotallyRotten = 14,
Carbohydrates = 118.7,
        EvolvedRecipe       =       Cake:10;FruitSalad:10;Pancakes:10;Waffles:10;Muffin:10,
Proteins = 4.89,
        FoodType           =       Fruits,
Lipids = 1.09,
        ThirstChange = -13,
Calories = 452,</pre>
        Carbohydrates = 118.7,
        Proteins = 4.89,
        Lipids = 1.09,
        Calories = 452,
        WorldStaticModel = Pineapple_Ground,
        CustomEatSound = EatingFruit,
    }</pre>


== See also ==
== See also ==
Line 78: Line 87:
* [[Banana]]
* [[Banana]]


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

Revision as of 15:15, 13 March 2022

Pineapple
Pineapple
Pineapple Pineapple (Rotten)
General
Category Food
Encumbrance
Heavy Load
0.3
Days until stale 6 days
Days until rotten 14 days
Nutrition
Hunger
Hunger
-25
Thirst
Thirst
-13
Calories
Calories
452
Carbohydrates
Carbohydrates
118.7
Proteins
Proteins
4.89
Fat
Fat
1.09
Technical details
Item ID Base.Pineapple

A pineapple is a perishable food item which grows on trees and are classed as a fruit.

Usage

Consumable properties

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

Crafting

Evolved recipes

Pineapples are a cooking ingredient.

Product Nutrition
Fruit Salad
Fruit Salad
10
Cake
Cake
10
Pancakes
Pancakes
10
Waffles
Waffles
10

Distribution

Pineapples are often found in refrigerators and grocery displays.

Code

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

    item Pineapple
    {
        DisplayCategory = Food,
        Type				=		Food,
        DisplayName			=		Pineapple,
        Icon				=		Pineapple,
        Weight				=		0.3,
        HungerChange 		=		-25,
        DaysFresh 			=		6,
        DaysTotallyRotten 	=	 	14,
        EvolvedRecipe       =       Cake:10;FruitSalad:10;Pancakes:10;Waffles:10;Muffin:10,
        FoodType            =       Fruits,
        ThirstChange	=	-13,
        Carbohydrates = 118.7,
        Proteins = 4.89,
        Lipids = 1.09,
        Calories = 452,
        WorldStaticModel = Pineapple_Ground,
        CustomEatSound = EatingFruit,
    }

See also