Lemongrass: Difference between revisions

From PZwiki
m (Automated Formatting for Infobox and Section Headers)
(updated page/code snip to 41.78.16, added culinary herb section, minor typo)
Line 1: Line 1:
{{Header|Project Zomboid|Items|Medical items|Medicinal plants}}
{{Header|Project Zomboid|Items|Medical items|Medicinal plants}}
{{Page version|41.68}}
{{Page version|41.78.16}}
{{Infobox item
{{Infobox item
|model=LemonGrass Model.png
|model=LemonGrass Model.png
Line 24: Line 24:
===First Aid===
===First Aid===
{{Main|First Aid}}
{{Main|First Aid}}
Lemongrass is primarily used in first aid, reducing [[Moodles#Sick|sickness]] by 12 when consumed. It can stop death if the player has drank [[Water|tainted water]] ([[File:SkullPoison.png|link=Moodles#Sick|Sick]]).
Lemongrass is primarily used in first aid, reducing [[Moodles#Sick|sickness]] by 12 when consumed. It can stop death if the player has drunk [[Water|tainted water]] ([[File:SkullPoison.png|link=Moodles#Sick|Sick]]).
 
==Cooking==
====Evolved recipes====
Lemongrass is a spice when used in cooking recipes, and therefore will not be included in the maximum number of ingredients.
{{EvolvedRecipesForItem|spice=true|Soup=1|Stew=1|Stirfry=1|Stirfrygriddlepan=1|RoastedVegetables=1|RicePot=1|RicePan=1|Beverage=1}}


==Distribution==
==Distribution==
Line 44: Line 49:
   | source = items_food.txt
   | source = items_food.txt
   | retrieved = true
   | retrieved = true
   | version = 41.68
   | version = 41.78.16
   | code =
   | code =
item LemonGrass
item LemonGrass
{
{
    DisplayCategory = Food,
DisplayName = Lemon Grass,
    HungerChange = -1,
DisplayCategory = Food,
    Weight = 0.1,
Type = Food,
    Type = Food,
Weight = 0.1,
    DisplayName = Lemon Grass,
Icon = LemonGrass,
    Icon = LemonGrass,
EvolvedRecipe = Soup:1;Stew:1;Stir fry Griddle Pan:1;Stir fry:1;Roasted Vegetables:1;RicePot:1;RicePan:1;HotDrink:1;HotDrinkRed:1;HotDrinkWhite:1;HotDrinkSpiffo:1;HotDrinkTea:1,
    ReduceFoodSickness = 12,
Spice = true,
    Tooltip = Tooltip_LemonGrass,
ReduceFoodSickness = 12,
    Carbohydrates = 0,
FoodType = Herb,
    Proteins = 0,
Tooltip = Tooltip_LemonGrass,
    Lipids = 0,
HungerChange = -1,
    Calories = 0.1,
Calories = 0.1,
    WorldStaticModel = LemonGrass,
Carbohydrates = 0,
}
Lipids = 0,
Proteins = 0,
WorldStaticModel = LemonGrass,
Tags = HerbalTea,
}
   }}
   }}
}}
}}

Revision as of 19:45, 22 March 2024

UI Tick.png
This page has been revised for the current stable version (41.78.16).
Help by adding any missing content. [edit]
Lemongrass
LemonGrass Model.png
General
Category
Food
Encumbrance
Moodle Icon HeavyLoad.png
0.1
Nutrition
HungerMoodle Icon Hungry.png
-1
CaloriesCalories
0.1
CarbohydratesCarbohydrates
0
ProteinsProteins
0
FatFat
0
Effect
SickMoodle Icon Sick.png
-12
Technical
Item ID
Base.LemonGrass
Eat to soothe bouts of food poisoning.
— Lemongrass in-game tooltip

Lemongrass is a forageable herb used in first aid.

Usage

First Aid

Main article: First Aid

Lemongrass is primarily used in first aid, reducing sickness by 12 when consumed. It can stop death if the player has drunk tainted water (Sick).

Cooking

Evolved recipes

Lemongrass is a spice when used in cooking recipes, and therefore will not be included in the maximum number of ingredients.

Product Nutrition
Soup
Soup
1
Stew
Stew
1
Roasted Vegetables
Roasted Vegetables
1
Rice Pot/Saucepan
Rice Pot/Saucepan
1
Beverage
Beverage
1

Distribution

Main article: Foraging

Lemongrass can only be found via foraging, finding 2-8 at a time. The chances of finding Lemongrass is extremely low, unless the player has the herbalist Herbalist trait or has read The Herbalist The Herbalist magazine.

Like other plants, Lemongrass cannot be found during winter. It is most common in deep forest, however can also be found in forest, vegetation, farmland and farm zones.

Park rangers will have a massive chance increase in finding Lemongrass, whilst veterans, farmers, chefs, burger flippers, doctors, nurses, fitness instructors and being unemployed will have a small chance increase.

Having the herbalist trait will further increase the chance of finding Lemongrass, whilst having the former scout, hiker, hunter, gardener, outdoorsman, cook or nutritionist traits will provide a minor increase.

Code

Code icon.png Code snippet! This section contains source code from Project ZomboidShow / Hide

Source: ProjectZomboid\media\scripts\items_food.txt

Retrieved: Build 41.78.16
item LemonGrass
	{
		DisplayName = Lemon Grass,
		DisplayCategory = Food,
		Type = Food,
		Weight = 0.1,
		Icon = LemonGrass,
		EvolvedRecipe = Soup:1;Stew:1;Stir fry Griddle Pan:1;Stir fry:1;Roasted Vegetables:1;RicePot:1;RicePan:1;HotDrink:1;HotDrinkRed:1;HotDrinkWhite:1;HotDrinkSpiffo:1;HotDrinkTea:1,
		Spice = true,
		ReduceFoodSickness = 12,
		FoodType = Herb,
		Tooltip = Tooltip_LemonGrass,
		HungerChange = -1,
		Calories = 0.1,
		Carbohydrates = 0,
		Lipids = 0,
		Proteins = 0,
		WorldStaticModel = LemonGrass,
		Tags = HerbalTea,	
	}

See also

Template:Navbox medical