Pineapple: Difference between revisions

From PZwiki
(Fixing grammatical errors)
(2 intermediate revisions by one other user not shown)
Line 1: Line 1:
{{languages|Pineapple}}
{{languages|Pineapple}}
{{header|Project Zomboid|Items|Food|Perishable Food|Fruits|type=Food|version=Version 40|incver=6}}{{Infobox food
{{header|Project Zomboid|Items|Food|Perishable Food|Fruit|type=Food|version=Version 40|incver=6}}{{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_120px.png
|alternate_image=PineappleRotten.png
|alternate_link=
|alternate_name=Pineapple (Rotten)
<!--GENERAL-->
<!--GENERAL-->
|category=Food
|category=Food
Line 19: Line 22:
<!--TECHNICAL DETAILS-->
<!--TECHNICAL DETAILS-->
|class_name=Base.Pineapple
|class_name=Base.Pineapple
}}A '''pineapple''' is a [[Food#Perishable|perishable]] food [[item]].  
}}
A '''pineapple''' is a [[Food#Perishable|perishable]] food [[item]] which grows on trees and are classed as a fruit.


==Usage==
== Usage ==
===Consumable properties===
=== Consumable properties ===
A pineapple 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 46: Line 51:
{{EvolvedRecipesForItem|cake=10|fruitsalad=10}}
{{EvolvedRecipesForItem|cake=10|fruitsalad=10}}


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


Line 67: Line 72:
Calories = 452,</pre>
Calories = 452,</pre>


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


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

Revision as of 00:28, 2 February 2020

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

Distribution

Pineapples are often found in refrigerators and grocery displays.

Code

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

	item Pineapple
		Type			= Food,
		DisplayName		= Pineapple,
		Icon			= Pineapple,
		Weight			= 0.3,
		HungerChange 		= -25,
		DaysFresh 		= 6,
		DaysTotallyRotten 	= 14,
		EvolvedRecipe       	= Cake:10,
		FoodType            	= Fruits,
		Carbohydrates 		= 118.7,
		Proteins 		= 4.89,
		Lipids 			= 1.09,
		Calories 		= 452,

See also

Template:Navbox/Consumables