Pineapple: Difference between revisions

From PZwiki
mNo edit summary
m (Remove 120px, minor fixes)
Line 1: Line 1:
{{languages|Pineapple}}
{{Languages}}{{Header|Project Zomboid|Items|Food|Perishable Food|Fruit|type=Food|version=Version 41|incver=73}}{{Infobox food
{{header|Project Zomboid|Items|Food|Perishable Food|Fruit|type=Food|version=Version 41|incver=73}}{{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.png
|alternate_image=PineappleRotten.png
|alternate_image=PineappleRotten.png
|alternate_link=
|alternate_link=
Line 22: Line 21:
<!--TECHNICAL DETAILS-->
<!--TECHNICAL DETAILS-->
|class_name=Base.Pineapple
|class_name=Base.Pineapple
}}
}}'''Pineapple''' is a [[Food#Perishable|perishable]] food [[item]].
'''Pineapple''' is a [[Food#Perishable|perishable]] food [[item]].
 
==Usage==


== Usage ==
===Consumable properties===
=== Consumable properties ===
Pineapple can be eaten, providing the player with some positive effects, however, these will become negative the longer it's left to perish.
Pineapple can be eaten, providing the player with some positive effects, however, these will become negative the longer it's left to perish.
{{Consumables2
{{Consumables2
Line 45: Line 44:
}}
}}


== Crafting ==
==Crafting==
=== Evolved recipes ===
 
===Evolved recipes===
Pineapple is a [[cooking]] [[Recipe Ingredients|ingredient]].
Pineapple is a [[cooking]] [[Recipe Ingredients|ingredient]].
{{EvolvedRecipesForItem|Pizza=12|Cake=12|FruitSalad=8|Pancakes=8|Waffles=8|Muffin=8|ConeIcecream=4;Pie=12|Oatmeal=4}}
{{EvolvedRecipesForItem|Pizza=12|Cake=12|FruitSalad=8|Pancakes=8|Waffles=8|Muffin=8|ConeIcecream=4;Pie=12|Oatmeal=4}}


== Distribution ==
==Distribution==
Pineapple is often found in [[refrigerator]]s and [[Containers#Displays|grocery displays]].
Pineapple is often found in [[refrigerator]]s and [[Containers#Displays|grocery displays]].


Line 59: Line 59:
</gallery>
</gallery>


== Code ==
==Code==
'''''From items_food.txt (Project Zomboid directory/media/scripts/)'''''
'''''From items_food.txt (Project Zomboid directory/media/scripts/)'''''
{{Retrieved|version=41|incver=73}}
{{Retrieved|version=41|incver=73}}
<pre>   item Pineapple
<pre>
    item Pineapple
{
{
DisplayName = Pineapple,
DisplayName = Pineapple,
Line 81: Line 82:
CustomEatSound = EatingFruit,
CustomEatSound = EatingFruit,
WorldStaticModel = Pineapple_Ground,
WorldStaticModel = Pineapple_Ground,
}</pre>
}
</pre>


== See also ==
==See also==
* [[Lemon]]
*[[Lemon]]
* [[Orange]]
*[[Orange]]
* [[Apple]]
*[[Apple]]
* [[Banana]]
*[[Banana]]


{{Navbox_food}}
{{Navbox food}}

Revision as of 01:12, 26 February 2023

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
-24
Thirst
Thirst
-13
Calories
Calories
452
Carbohydrates
Carbohydrates
118.7
Proteins
Proteins
4.89
Fat
Fat
1.09
Technical details
Item ID Base.Pineapple

Pineapple is a perishable food item.

Usage

Consumable properties

Pineapple 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

Pineapple is a cooking ingredient.

Product Nutrition
Fruit Salad
Fruit Salad
8
Cake
Cake
12
Pizza
Pizza
12
Muffin
Muffin
8
Pancakes
Pancakes
8
Waffles
Waffles
8
Oatmeal
Oatmeal
4
Ice Cream Cone
Ice Cream Cone
4;Pie=12

Distribution

Pineapple is often found in refrigerators and grocery displays.

Gallery

Code

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

    item Pineapple
	{
		DisplayName = Pineapple,
		DisplayCategory = Food,
		Type = Food,
		Weight = 0.3,
		Icon = Pineapple,
		EvolvedRecipe = Pizza:12;Cake:12;FruitSalad:8;Pancakes:8;Waffles:8;Muffin:8;ConeIcecream:4;PieSweet:12;Oatmeal:4,
		FoodType = Fruits,
		DaysFresh = 6,
		DaysTotallyRotten = 8,
		HungerChange = -24,
		ThirstChange = -13,
		Calories = 452,
		Carbohydrates = 118.7,
		Lipids = 1.09,
		Proteins = 4.89,
		CustomEatSound = EatingFruit,
		WorldStaticModel = Pineapple_Ground,
	}

See also