Pineapple/it: Difference between revisions

From Vintage Story Wiki
Updating to match new version of source page
(Updating to match new version of source page)
(Updating to match new version of source page)
 
Line 1: Line 1:
<languages/><br>
<languages/>
{{GameVersion|1.19.0-pre.10}}
 
<div style="float:right;">
<div style="float:right;">
{{Item
{{Item
|Name=<span lang="en" dir="ltr" class="mw-content-ltr">Pineapple slices</span>
|Name=<span lang="en" dir="ltr" class="mw-content-ltr">Pineapple slices</span>
|Image=File:Fruit-pineapple.png
|Image=File:Fruit-pineapple.png
|Satiety=80
|Stackable=64<ref>Line 3 of %appdata%\Roaming\Vintagestory\assets\survival\itemtypes\food\fruit.json</ref>
|Satiety=80 raw, <br>120 in Meals
|Category=<span lang="en" dir="ltr" class="mw-content-ltr">Fruit</span>
|Category=<span lang="en" dir="ltr" class="mw-content-ltr">Fruit</span>
|FreshTime=48 <span lang="en" dir="ltr" class="mw-content-ltr">hours</span>
|FreshTime=48 <span lang="en" dir="ltr" class="mw-content-ltr">hours</span>
|TransitionTime=10 <span lang="en" dir="ltr" class="mw-content-ltr">hours</span>
|TransitionTime=12 <span lang="en" dir="ltr" class="mw-content-ltr">hours</span>  
|TransitionRatio=0.25
|TransitionRatio=0.25<ref>Lines 113-117 of %appdata%\Roaming\Vintagestory\assets\survival\itemtypes\food\fruit.json</ref>
|Stackable=64
|FloatRight=yes
|FloatRight=yes
|NoBreak=yes
|NoBreak=yes
Line 18: Line 20:
|Name=<span lang="en" dir="ltr" class="mw-content-ltr">Pineapple</span>
|Name=<span lang="en" dir="ltr" class="mw-content-ltr">Pineapple</span>
|Image=File:Pineapple.png
|Image=File:Pineapple.png
|Stackable=8
|Stackable=8<ref>Line 9 of %appdata%\Roaming\Vintagestory\assets\survival\blocktypes\food\pineapple.json</ref>
|FreshTime=6.5 <span lang="en" dir="ltr" class="mw-content-ltr">days</span>
|FreshTime=6.5 <span lang="en" dir="ltr" class="mw-content-ltr">days</span>
|TransitionTime=48 <span lang="en" dir="ltr" class="mw-content-ltr">hours</span>
|TransitionTime=48 <span lang="en" dir="ltr" class="mw-content-ltr">hours</span>
|TransitionRatio=2
|TransitionRatio=2<ref>Lines 38-42 of %appdata%\Roaming\Vintagestory\assets\survival\blocktypes\food\pineapple.json</ref>
|Material=<span lang="en" dir="ltr" class="mw-content-ltr">Plant</span>
|Material=<span lang="en" dir="ltr" class="mw-content-ltr">Plant</span><ref>Line 12 of %appdata%\Roaming\Vintagestory\assets\survival\blocktypes\food\pineapple.json</ref>
|FloatRight=yes
|FloatRight=yes
|NoBreak=yes
|NoBreak=yes
Line 29: Line 31:


<div lang="en" dir="ltr" class="mw-content-ltr">
<div lang="en" dir="ltr" class="mw-content-ltr">
'''Pineapples''' are a source of food.  They're the only seed crop that provides fruit nutrition.  They cannot be eaten without a knife.
'''Pineapples''' are a source of fruit [[Satiety|nutrition]].  They're the only fruit that is cultivated via [[Farming|seeds]].  They cannot be eaten without a [[Knife|knife]].
</div>
</div>


Line 42: Line 44:
</div>  
</div>  
{{Climate
{{Climate
|MinTemp=26
|MinTemp=26 || MaxTemp=45
|MaxTemp=45
|MinRain=0.7 || MaxRain=1
|MinRain=0.7
|MinForest=0.6 || MaxForest=1
|MaxRain=1
|MinForest=0.6
|MaxForest=1
}}
}}


<div lang="en" dir="ltr" class="mw-content-ltr">
<div lang="en" dir="ltr" class="mw-content-ltr">
Chunks meeting these conditions have a 9% likelihood of generating 0-8 pineapple crops, which might include a mix of mature and immature crops.
Chunks meeting these conditions have a 9% likelihood of generating 0-8 pineapple crops,<ref>Lines 126-135 of %appdata%\Roaming\Vintagestory\assets\survival\worldgen\blockpatches\crop.json</ref> which might include a mix of mature and immature crops.
</div>
</div>


<div lang="en" dir="ltr" class="mw-content-ltr">
<div lang="en" dir="ltr" class="mw-content-ltr">
Players starting in a default Temperate area will need to travel tens of thousands of blocks south to reach regions where pineapples are likely to generate.
Players starting in a {{Hovertip|default Temperate area|100k polar-equator distance}} will need to travel tens of thousands of blocks south to reach regions where pineapples are likely to generate.
</div>
</div>


Line 69: Line 68:


<div lang="en" dir="ltr" class="mw-content-ltr">
<div lang="en" dir="ltr" class="mw-content-ltr">
Pineapples can grow in temperatures from 6 - 48°C. They require 8 months (72 days) to grow at default 9 day per month settings, and go through 16 growth stages. Pineapples use up 15% N nutrition from their farm plot.
Pineapple crops tolerate temperatures 6 - 48°C.<ref>Line 84 of %appdata%\Roaming\Vintagestory\assets\survival\blocktypes\plant\crop\pineapple.json</ref> If the temperature drops below 6°C or exceeds 48°C, the pineapple crop will become {{ll|Temperature#Effect_on_plants|“stunted”}} and begin to accumulate damage. Stunted pineapple crops will yield 50% of normal when harvested. If they accumulate enough damage to die from excessive cold or heat, pineapple crops will yield 50% of normal when harvested<ref>Lines 43-44 of [[https://github.com/anegostudios/vsessentialsmod/blob/master/Loading/BlockCropPropertiesType.cs BlockCropPropertiesType.cs]]</ref> but the player is guaranteed 1 seed no matter the growth stage.<ref>Lines 58-66 of [[https://github.com/anegostudios/vssurvivalmod/blob/master/BlockEntity/BEDeadCrop.cs BEDeadCrop.cs]]</ref>
</div>  
</div>
 
<div lang="en" dir="ltr" class="mw-content-ltr">
Pineapple crops consume 15<ref>Lines 80-81 of %appdata%\Roaming\Vintagestory\assets\survival\blocktypes\plant\crop\pineapple.json</ref> {{ll|Farming#Soil_nutrients|N (nitrogen)}} from the soil over 16 stages<ref>Line 82 of %appdata%\Roaming\Vintagestory\assets\survival\blocktypes\plant\crop\pineapple.json</ref> of growth.
During stages 9-12, pineapple crops feed {{ll|Bees|bees}} and {{ll|Butterfly|butterflies}}.<ref>Lines 15-27 of %appdata%\Roaming\Vintagestory\assets\survival\blocktypes\plant\crop\pineapple.json</ref>  Pineapple crops take {{ll|Farming#Time|6 months}}<ref>Line 83 of %appdata%\Roaming\Vintagestory\assets\survival\blocktypes\plant\crop\pineapple.json</ref> to mature, (54 days at {{Hovertip|default|9 day per month}} settings, assuming a growth rate near 100%. Low {{ll|Farming#Moisture|moisture}} or {{ll|Farming#Soil_nutrients|nutrient levels}} can significantly delay maturation.
</div>


<div lang="en" dir="ltr" class="mw-content-ltr">
<div lang="en" dir="ltr" class="mw-content-ltr">
Pineapples can be harvested by {{Using|breaking}} the crop, either with no tool or with a {{ll|scythe|scythe}}. When fully mature, crops yield one pineapple and at least one seed when harvested. Harvesting immature plants yields fewer crops and may not provide a seed.
Pineapples can be harvested by {{Breaking|breaking}} the crop, no {{Hovertip|tool|a scythe harvests more blocks at once}} necessary.  
Each block of mature pineapple crops will yield 1 pineapple<ref>Lines 70-72 of %appdata%\Roaming\Vintagestory\assets\survival\blocktypes\plant\crop\pineapple.json</ref> and {{Hovertip|1-2|one with a 20% chance of a second}} seed packets. Harvesting at stages 11-15 has a 99% chance of getting 1 pineapple<ref>Lines 55-68 of %appdata%\Roaming\Vintagestory\assets\survival\blocktypes\plant\crop\pineapple.json</ref> but no seed packet. Harvesting before stage 11 has a 0% chance of getting any pineapples, and a 70% chance of getting 1 seed packet.
</div>
</div>


Line 81: Line 86:


<div lang="en" dir="ltr" class="mw-content-ltr">
<div lang="en" dir="ltr" class="mw-content-ltr">
Pineapples cannot be eaten as-is, and must be cut into pineapple slices using a {{ll|knife|knife}}. One pineapple produces 12 pineapple slices. Pineapple slices can be eaten for 80 fruit {{ll|satiety|satiety}}, and are counted as fruit for {{ll|cooking|cooking}}. Pineapple slices can be used in meat stew and porridge, or cooked into {{ll|Food preservation#Jam|jam}}. Pineapple slices can also be juiced, producing pineapple juice that can be fermented into {{ll|Alcohol Brewing|pineapple wine}}.
A pineapple cannot be eaten whole: it must be cut into pineapple slices by placing it in the crafting grid with a {{ll|knife|knife}}. One pineapple produces 12 pineapple slices.<ref>Line 10 of %appdata%\Roaming\Vintagestory\assets\survival\recipes\grid\pineappleslice.json</ref> 
Pineapple slices may used as a fruit {{ll|cooking|cooking}} ingredient in stews, porridges, and pies, or cooked with honey to make {{ll|Food preservation#Jam|jam}}. In meals, each pineapple slice contributes 120 fruit {{ll|satiety|satiety}},<ref>Line 22 of %appdata%\Roaming\Vintagestory\assets\survival\itemtypes\food\fruit.json</ref> compared to 80 satiety when eaten raw.<ref>Line 88 of %appdata%\Roaming\Vintagestory\assets\survival\itemtypes\food\fruit.json</ref>  Pineapple slices can also be juiced, producing pineapple juice that can be fermented into {{ll|Alcohol Brewing|pineapple wine}}.
</div>
 
 
<div lang="en" dir="ltr" class="mw-content-ltr">
== Storage ==
</div>  
</div>  


<div lang="en" dir="ltr" class="mw-content-ltr">
<div lang="en" dir="ltr" class="mw-content-ltr">
Pineapples benefit from storage in ceramic storage vessels, or in {{ll|cellar|cellars}}. They can be stored whole or as pineapple slices.
Like all food, pineapples benefit from storage in a {{ll|Room#Cellar|cellar}}, and tend to benefit from storage in containers during cool weather.
Pineapples can be stored whole or as pineapple slices.
Whole pineapples can be placed on the ground as 3D models, 4 pineapples per block.
</div>
 
<div lang="en" dir="ltr" class="mw-content-ltr">
Jam has a long shelflife, especially in a sealed crock.
</div>
</div>


Line 99: Line 116:
<div lang="en" dir="ltr" class="mw-content-ltr">
<div lang="en" dir="ltr" class="mw-content-ltr">
== Notes ==
== Notes ==
* The "replaceable" value of a growing pineapple is 3000.<ref>Line 45 of %appdata%\Roaming\Vintagestory\assets\survival\blocktypes\plant\crop\pineapple.json</ref>  The "replaceable" value of a harvested pineapple is 5000.<ref>Line 23 of %appdata%\Roaming\Vintagestory\assets\survival\blocktypes\food\pineapple.json</ref>
* Burns for 10 seconds with the capability of 600 degrees.<ref>Lines 107-109 of %appdata%\Roaming\Vintagestory\assets\survival\blocktypes\plant\crop\pineapple.json</ref>
* It's unclear whether the ''cause'' of crop death matters for the pity mechanism of providing a seed if the crop dies, no matter how immature the crop.
* Compare perish rates and satiety for the fruit vs the juice and the wine.
</div>
</div>


Line 112: Line 133:
== References ==
== References ==
</div>
</div>
<div lang="en" dir="ltr" class="mw-content-ltr">
<references />
<references />
</div>
{{-}}
{{-}}
{{Farming navbox}}
{{Farming navbox}}
{{Game navbox}}
{{Game navbox}}
[[Category:Crops{{#translation:}}]]
[[Category:Crops{{#translation:}}]]
[[Category:Ground_storable{{#translation:}}]]
43,103

edits