Pineapple: Difference between revisions

From PZwiki
(Adjusted formatting, -TOC, +nutritional info (needs verification) + ver reference, reconfirmed info, added verify request, added relevant categories, added description)
(Fixing grammatical errors)
(7 intermediate revisions by 3 users not shown)
Line 1: Line 1:
__NOTOC__
{{languages|Pineapple}}
{{languages}}
{{header|Project Zomboid|Items|Food|Perishable Food|Fruit|type=Food|version=Version 40|incver=6}}{{Infobox food
{{Consumables
|display_name=Pineapple
|image = Pineapple.png
|name_colour=Food
|hunger = -15
|name_text_colour=Food
|weight = 0.3
|image=Pineapple_120px.png
|alternate_image=PineappleRotten.png
|alternate_link=
|alternate_name=Pineapple (Rotten)
<!--GENERAL-->
|category=Food
|weight=0.3
|days_fresh=6
|days_rotten=14
<!--NUTRITION-->
|hunger_change=-25
|thirst_change=-13
|calories=452
|lipids=1.09
|proteins=4.89
|carbohydrates=118.7
<!--TECHNICAL DETAILS-->
|class_name=Base.Pineapple
}}
}}
A '''pineapple''' is a [[Food#Perishable|perishable]] food [[item]] which grows on trees and are classed as a fruit.


A perishable food item that goes bad as time passes, when outside of a [[refrigerator]]. Pineapples are often found within houses, inside of refrigerators, and in produce bins. Pineapples take six in-game days to go stale, and two in-game weeks to rot.
== Usage ==
 
=== Consumable properties ===
== Nutritional Information ==
Pineapples can be eaten, providing the player with some positive effects, however, these will become negative the longer it's left to perish.
{{Notice|Verify}}
{| border=0 align=left
|
{{Consumables2
{{Consumables2
|image = Pineapple.png
|image = Pineapple.png
|hunger = -15
|hunger = -25
|thirst = 0
|thirst = 0
|unrotten hunger = -11
|unrotten hunger = -19
|unrotten boredom = +10
|unrotten boredom = +10
|unrotten unhappiness = +10
|unrotten unhappiness = +10
|unrotten thirst = 0
|unrotten thirst = 0
|unrotten image = Pineapple.png
|unrotten image = Pineapple.png
|rotten hunger = -6
|rotten hunger = -11
|rotten boredom = +20
|rotten boredom = +20
|rotten unhappiness = +20
|rotten unhappiness = +20
Line 29: Line 45:
|rotten image = PineappleRotten.png
|rotten image = PineappleRotten.png
}}
}}
|}
<br><br><br><br><br><br><br><br><br><br><br>


== Evolved Recipes ==
== Crafting ==
{{EvolvedRecipesForItem
=== Evolved recipes ===
|cake=8}}
Pineapples are a [[cooking]] [[Recipe Ingredients|ingredient]].
{{EvolvedRecipesForItem|cake=10|fruitsalad=10}}
 
== Distribution ==
Pineapples are often found in [[refrigerator]]s and [[Containers#Displays|grocery displays]].


== Code ==
== Code ==
<nowiki>item Pineapple
'''''From newitems.txt (Project Zomboid directory/media/scripts/)'''''
 
{{Retrieved|version=40|incver=6}}
        Type = Food,
<pre> item Pineapple
        DisplayName = Pineapple,
Type = Food,
        Icon = Pineapple,
DisplayName = Pineapple,
        Weight = 0.3,
Icon = Pineapple,
        HungerChange = -15,
Weight = 0.3,
        DaysFresh = 6,
HungerChange = -25,
        DaysTotallyRotten = 14,
DaysFresh = 6,
        EvolvedRecipe      =       Cake:8,
DaysTotallyRotten = 14,
        FoodType           =       Fruits,
EvolvedRecipe      = Cake:10,
</nowiki>
FoodType           = Fruits,
 
Carbohydrates = 118.7,
== History ==
Proteins = 4.89,
 
Lipids = 1.09,
{| class="wikitable" width="550" style="text-align:center;"
Calories = 452,</pre>
|-
! Alpha || 
|-
| Ver31.9 || -
|}
 
==See Also==
* [[Recipe_Ingredients|Recipe Ingredients]]


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


{{Navbox/Consumables}}
{{Navbox/Consumables}}
[[Category:Consumables]]
[[Category:Food]]
[[Category:Perishable Food]]
[[Category:Articles in Need of Improvement]]
[[Category:Version 32.20]]

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