Pineapple: Difference between revisions

From PZwiki
(new31.9)
(Fixing grammatical errors)
(8 intermediate revisions by 3 users not shown)
Line 1: Line 1:
{{languages}}{{Notice|Short}}
{{languages|Pineapple}}
 
{{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.


 
== 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.
{{Consumables2
{{Consumables2
|image = Pineapple.png
|image = Pineapple.png
|hunger = -15
|hunger = -25
|thirst = 0
|unrotten hunger = -19
|unrotten boredom = +10
|unrotten unhappiness = +10
|unrotten thirst = 0
|unrotten image = Pineapple.png
|rotten hunger = -11
|rotten boredom = +20
|rotten unhappiness = +20
|rotten thirst = 0
|perishable = 1
|perishable = 1
|cookable = 0
|dangerous uncooked = 0
|unhappiness = 0
|unrotten hunger = 0
|unrotten unhappiness = 0
|rotten hunger = 0
|rotten unhappiness = 0
|unrottencooked hunger = 0
|unrottencooked unhappiness = 0
|unrottencooked boredom = 0
|rottencooked hunger = 0
|rottencooked unhappiness = 0
|cooked hunger = 0
|cooked unhappiness = 0
|cooked boredom = 0
|burned hunger = 0
|burned boredom = 0
|burned unhappiness = 0
|burned image =
|rotten image = PineappleRotten.png
|rotten image = PineappleRotten.png
|cooked image =
}}
}}


== 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]]


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


{{Navbox/Consumables}}
{{Navbox/Consumables}}
[[Category:Consumables]]
[[Category:Food]]

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