Pineapple: Difference between revisions

From PZwiki
(Update of NavBar.)
(Fixing grammatical errors)
(5 intermediate revisions by 2 users not shown)
Line 1: Line 1:
__NOTOC__
{{languages|Pineapple}}
{{languages|Pineapple}}
<div class="header" style="margin: 5px; align: right; background: #CEF2E0; padding: 13px; text-align: left; font-size: 100%; color:#000000; border: 1px solid #A3BFB1"> <!-- Code for Background Colour -->
{{header|Project Zomboid|Items|Food|Perishable Food|Fruit|type=Food|version=Version 40|incver=6}}{{Infobox food
<div style="float: right;background: #CEF2E0;border: 1px solid #A3BFB1; margin: -30pt -10.5pt">    '''Page Updated @ Version: 34.28'''    </div><!-- Code for Version Tag at top -->
|display_name=Pineapple
<div style="float: left;background: #CEF2E0;border: 1px solid #A3BFB1; margin: -30pt -10.5pt">   '''Navigation''' - [[:Category:Main|Main Index]] -> [[:Category:The_Game_World|The Game World]] -> [[:Category:Items|Items]] -> [[:Category:Consumables|Consumables]] -> [[:Category:Food|Food]] -> [[:Category:Perishable_Food|Perishable Foods]] -> [[{{PAGENAME}}]]   </div><!-- Code for Navigation Bar at top, special blank char's before '''Navigation''' to give space -->
|name_colour=Food
{{Consumables
|name_text_colour=Food
|image = Pineapple.png
|image=Pineapple_120px.png
|hunger = -25
|alternate_image=PineappleRotten.png
|weight = 0.3
|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
}}
}}
Pineapples are [[Food#Perishable|perishable]] food items that go 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 fourteen days to rot.
A '''pineapple''' is a [[Food#Perishable|perishable]] food [[item]] which grows on trees and are classed as a fruit.


== Nutritional Information ==
== Usage ==
{| border=0 align=left
=== 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.
{{Consumables2
{{Consumables2
|image = Pineapple.png
|image = Pineapple.png
Line 30: Line 45:
|rotten image = PineappleRotten.png
|rotten image = PineappleRotten.png
}}
}}
|}
<br><br><br><br><br><br><br><br><br><br><br><br>


'''It's Nutritional Values are as follows:'''<br>
== Crafting ==
Carbohydrates = 118.70 <br>
=== Evolved recipes ===
Proteins = 4.89 <br>
Pineapples are a [[cooking]] [[Recipe Ingredients|ingredient]].
Lipids = 1.09 <br>
{{EvolvedRecipesForItem|cake=10|fruitsalad=10}}
Calories = 452 <br><br>


== Evolved Recipes ==
== Distribution ==
{{EvolvedRecipesForItem
Pineapples are often found in [[refrigerator]]s and [[Containers#Displays|grocery displays]].
|cake=10}}


== Code ==
== Code ==
<nowiki>
'''''From newitems.txt (Project Zomboid directory/media/scripts/)'''''
    item Pineapple
{{Retrieved|version=40|incver=6}}
        Type = Food,
<pre> item Pineapple
        DisplayName = Pineapple,
Type = Food,
        Icon = Pineapple,
DisplayName = Pineapple,
        Weight = 0.3,
Icon = Pineapple,
        HungerChange = -25,
Weight = 0.3,
        DaysFresh = 6,
HungerChange = -25,
        DaysTotallyRotten = 14,
DaysFresh = 6,
        EvolvedRecipe      = Cake:10,
DaysTotallyRotten = 14,
        FoodType            = Fruits,
EvolvedRecipe      = Cake:10,
        Carbohydrates = 118.7,
FoodType            = Fruits,
        Proteins = 4.89,
Carbohydrates = 118.7,
        Lipids = 1.09,
Proteins = 4.89,
        Calories = 452,
Lipids = 1.09,
</nowiki>
Calories = 452,</pre>
 
== See also ==
* [[Lemon]]
* [[Orange]]
* [[Apple]]
* [[Banana]]


{{Navbox/Consumables}}
{{Navbox/Consumables}}
[[Category:Consumables]]
[[Category:Food]]
[[Category:Perishable_Food]]
[[Category:Version 34.28]]

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