Pineapple: Difference between revisions

From PZwiki
mNo edit summary
(Fixing grammatical errors)
Line 22: 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 49: 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 70: 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 23:28, 1 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