Wild plants: Difference between revisions

From PZwiki
m (Minor cleanup)
(PZ Updater automated execution(task: test fix infobox based on file, eid: 22c567d6))
Tag: Reverted
Line 10: Line 10:
|alternate_image3=Rosehips.png
|alternate_image3=Rosehips.png
|alternate_name3=Rosehips
|alternate_name3=Rosehips
<!--GENERAL-->
&lt;!--GENERAL-->
|category=Food
|category=Food
|weight=0.1
|weight=0.1
<!--NUTRITION-->
&lt;!--NUTRITION-->
|hunger_change=See [[#Nutrition|Nutrition]]
|hunger_change=See [[#Nutrition|Nutrition]]
|calories=See [[#Nutrition|Nutrition]]
|calories=See [[#Nutrition|Nutrition]]
Line 19: Line 19:
|proteins=See [[#Nutrition|Nutrition]]
|proteins=See [[#Nutrition|Nutrition]]
|carbohydrates=See [[#Nutrition|Nutrition]]
|carbohydrates=See [[#Nutrition|Nutrition]]
<!--TECHNICAL DETAILS-->
&lt;!--TECHNICAL DETAILS-->
|class_name=See [[#Item IDs|Item IDs]]
|class_name=See [[#Item IDs|Item IDs]]
}}{{about|flora without medicinal properties|flora with medicinal properties|Medicinal Herbs}}
}}{{about|flora without medicinal properties|flora with medicinal properties|Medicinal Herbs}}
Line 71: Line 71:
! Skill Level
! Skill Level
|- class="oddrow evenrow"
|- class="oddrow evenrow"
|[[File:Violets.png|32px|link=|Violets]] <br>
|[[File:Violets.png|32px|link=|Violets]] &lt;br>
Violets
Violets
| A beautiful edible flower     
| A beautiful edible flower     
| 0
| 0
|- class="oddrow evenrow"
|- class="oddrow evenrow"
|[[File:GrapeLeaves.png|32px|link=|Grape Leaves]] <br>
|[[File:GrapeLeaves.png|32px|link=|Grape Leaves]] &lt;br>
Grape Leaves
Grape Leaves
| Delicious leaves of the grapevine
| Delicious leaves of the grapevine
| 1
| 1
|- class="oddrow evenrow"
|- class="oddrow evenrow"
|[[File:Rosehips.png|32px|link=|Rosehips]] <br>
|[[File:Rosehips.png|32px|link=|Rosehips]] &lt;br>
Rosehips
Rosehips
| Delicious fruit of the rose
| Delicious fruit of the rose
Line 92: Line 92:
''Violets'' [[File:Violets.png|32px]]
''Violets'' [[File:Violets.png|32px]]
{{Retrieved|version=40|incver=7}}
{{Retrieved|version=40|incver=7}}
<pre>
&lt;pre>
item Violets
item Violets
HungerChange = -2,
HungerChange = -2,
Line 103: Line 103:
Lipids = 0,
Lipids = 0,
Calories = 27,
Calories = 27,
</pre>
&lt;/pre>
''Grape Leaves'' [[File:GrapeLeaves.png|32px]]
''Grape Leaves'' [[File:GrapeLeaves.png|32px]]
{{Retrieved|version=40|incver=7}}
{{Retrieved|version=40|incver=7}}
<pre>
&lt;pre>
item GrapeLeaves
item GrapeLeaves
HungerChange = -4,
HungerChange = -4,
Line 117: Line 117:
Lipids = 2,
Lipids = 2,
Calories = 73,
Calories = 73,
</pre>
&lt;/pre>
''Rosehips'' [[File:Rosehips.png|32px]]
''Rosehips'' [[File:Rosehips.png|32px]]
{{Retrieved|version=40|incver=7}}
{{Retrieved|version=40|incver=7}}
<pre>
&lt;pre>
item Rosehips
item Rosehips
HungerChange = -6,
HungerChange = -6,
Line 131: Line 131:
Lipids = 0,
Lipids = 0,
Calories = 81,
Calories = 81,
</pre>
&lt;/pre>


==See also==
==See also==

Revision as of 13:39, 3 July 2023

Flora
Flora
Violets Grape Leaves Rosehips <!--GENERAL-->
General
Category Food
Encumbrance
Heavy Load

0.1

<!--NUTRITION-->
Nutrition
Hunger
Hunger
See Nutrition
Calories
Calories
See Nutrition
Carbohydrates
Carbohydrates

See Nutrition

<!--TECHNICAL DETAILS-->
Proteins
Proteins
See Nutrition
Fat
Fat
See Nutrition
Technical details
Item ID See Item IDs
PlushSpiffo.pngThis article is about flora without medicinal properties. For flora with medicinal properties, see Medicinal plants.

Flora is a collection of foraged, non-perishable edible plants, including violets, grape leaves and rosehips.

Usage

Flora can be consumed, fullfilling the player with a small amount of hunger.

Nutrition

Flora Hunger Calories Carbohydrates Proteins Fat
Violets -2 27 7 1 0
Grape Leaves -4 73 11 4 2
Rosehips -6 81 19 2 0

Distribution

Rosehips, grape leaves and violets do not spawn naturally, and can only be obtained through foraging.

Foraging

Main article: Foraging

Each item of flora is foraged at a different skill level.

Flora Description Skill Level
Violets <br>

Violets

A beautiful edible flower 0
Grape Leaves <br>

Grape Leaves

Delicious leaves of the grapevine 1
Rosehips <br>

Rosehips

Delicious fruit of the rose 2

Code

From newitems.txt (Project Zomboid directory/media/scripts/)

Violets Violets.png Retrieved: Build 40.7 <pre> item Violets HungerChange = -2, Weight = 0.1, Type = Food, DisplayName = Violets, Icon = Violets, Carbohydrates = 7, Proteins = 1, Lipids = 0, Calories = 27, </pre> Grape Leaves GrapeLeaves.png Retrieved: Build 40.7 <pre> item GrapeLeaves HungerChange = -4, Weight = 0.1, Type = Food, DisplayName = Grape Leaves, Icon = GrapeLeaves, Carbohydrates = 11, Proteins = 4, Lipids = 2, Calories = 73, </pre> Rosehips Rosehips.png Retrieved: Build 40.7 <pre> item Rosehips HungerChange = -6, Weight = 0.1, Type = Food, DisplayName = Rosehips, Icon = Rosehips, Carbohydrates = 19, Proteins = 2, Lipids = 0, Calories = 81, </pre>

See also