Wild plants: Difference between revisions

From PZwiki
m (template fix + added icons to infobox)
m (Minor cleanup)
Line 1: Line 1:
{{languages}}
{{Languages}}{{Header|Project Zomboid|Items|Food|Non-Perishable Food|type=Food|version=Version 40|incver=6}}{{Infobox food
{{header|Project Zomboid|Items|Food|Non-Perishable Food|type=Food|version=Version 40|incver=6}}{{Infobox food
|display_name=Flora
|display_name=Flora
|name_colour=Food
|name_colour=Food
Line 27: Line 26:
==Usage==
==Usage==
Flora can be consumed, fullfilling the player with a small amount of [[Moodles#Hungry|hunger]].
Flora can be consumed, fullfilling the player with a small amount of [[Moodles#Hungry|hunger]].
===Nutrition===
===Nutrition===
{| style="background-color:#F9F9F9; border: 1px solid #{{Infobox nc|Food}}; text-align:center; width:550px; #{{Infobox nc|Food}};"  
{| style="background-color:#F9F9F9; border: 1px solid #{{Infobox nc|Food}}; text-align:center; width:550px; #{{Infobox nc|Food}};"  
Line 59: Line 59:
|}
|}


== Distribution ==
==Distribution==
Rosehips, grape leaves and violets do not spawn naturally, and can only be obtained through foraging.
Rosehips, grape leaves and violets do not spawn naturally, and can only be obtained through foraging.
===Foraging===
===Foraging===
{{Main|Foraging}}
{{Main|Foraging}}
Line 84: Line 85:
| Delicious fruit of the rose
| Delicious fruit of the rose
| 2
| 2
|-
|}
|}


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


''Violets'' [[File:Violets.png|32px]]
''Violets'' [[File:Violets.png|32px]]
{{Retrieved|version=40|incver=7}}
{{Retrieved|version=40|incver=7}}
<pre> item Violets
<pre>
item Violets
HungerChange = -2,
HungerChange = -2,
Weight = 0.1,
Weight = 0.1,
Line 101: Line 102:
Proteins = 1,
Proteins = 1,
Lipids = 0,
Lipids = 0,
Calories = 27,</pre>
Calories = 27,
</pre>
''Grape Leaves'' [[File:GrapeLeaves.png|32px]]
''Grape Leaves'' [[File:GrapeLeaves.png|32px]]
{{Retrieved|version=40|incver=7}}
{{Retrieved|version=40|incver=7}}
<pre> item GrapeLeaves
<pre>
item GrapeLeaves
HungerChange = -4,
HungerChange = -4,
Weight = 0.1,
Weight = 0.1,
Line 113: Line 116:
Proteins = 4,
Proteins = 4,
Lipids = 2,
Lipids = 2,
Calories = 73,</pre>
Calories = 73,
</pre>
''Rosehips'' [[File:Rosehips.png|32px]]
''Rosehips'' [[File:Rosehips.png|32px]]
{{Retrieved|version=40|incver=7}}
{{Retrieved|version=40|incver=7}}
<pre> item Rosehips
<pre>
item Rosehips
HungerChange = -6,
HungerChange = -6,
Weight = 0.1,
Weight = 0.1,
Line 125: Line 130:
Proteins = 2,
Proteins = 2,
Lipids = 0,
Lipids = 0,
Calories = 81,</pre>
Calories = 81,
</pre>


==See also==
==See also==
* [[Medicinal Herbs]]
*[[Medicinal Herbs]]
* [[Foraging|Foraging Guide]]
*[[Foraging]]


{{Navbox/Consumables}}
{{Navbox food}}

Revision as of 22:18, 4 April 2023

Flora
Flora
Violets Grape Leaves Rosehips
General
Category Food
Encumbrance
Heavy Load
0.1
Nutrition
Hunger
Hunger
See Nutrition
Calories
Calories
See Nutrition
Carbohydrates
Carbohydrates
See Nutrition
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

Violets

A beautiful edible flower 0
Grape Leaves

Grape Leaves

Delicious leaves of the grapevine 1
Rosehips

Rosehips

Delicious fruit of the rose 2

Code

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

Violets Violets.png Retrieved: Build 40.7

	item Violets
		HungerChange	= -2,
		Weight		= 0.1,
		Type		= Food,
		DisplayName	= Violets,
		Icon		= Violets,
		Carbohydrates 	= 7,
		Proteins 	= 1,
		Lipids 		= 0,
		Calories 	= 27,

Grape Leaves GrapeLeaves.png Retrieved: Build 40.7

	item GrapeLeaves
		HungerChange	= -4,
		Weight		= 0.1,
		Type		= Food,
		DisplayName	= Grape Leaves,
		Icon		= GrapeLeaves,
		Carbohydrates 	= 11,
		Proteins 	= 4,
		Lipids 		= 2,
		Calories 	= 73,

Rosehips Rosehips.png Retrieved: Build 40.7

	item Rosehips
		HungerChange	= -6,
		Weight		= 0.1,
		Type		= Food,
		DisplayName	= Rosehips,
		Icon		= Rosehips,
		Carbohydrates 	= 19,
		Proteins 	= 2,
		Lipids 		= 0,
		Calories 	= 81,

See also