Black Sage: 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, added spice notation to infobox)
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=BlackSage Model.png
|model=BlackSage Model.png
Line 17: Line 17:
<!--EFFECT-->
<!--EFFECT-->
|pain_change=-7
|pain_change=-7
<!--COOKING-->
|spice=True
<!--TECHNICAL DETAILS-->
<!--TECHNICAL DETAILS-->
|item_id=Base.BlackSage
|item_id=Base.BlackSage
Line 29: Line 31:


It is also a useful alternative to [[Sleeping Tablets|sleeping tablets]], for when the character is in too much pain to [[sleep]].
It is also a useful alternative to [[Sleeping Tablets|sleeping tablets]], for when the character is in too much pain to [[sleep]].
==Cooking==
====Evolved recipes====
Black Sage is a spice when used in cooking recipes, and therefore will not be included in the maximum number of ingredients.
{{EvolvedRecipesForItem|spice=true|Beverage=1}}


==Distribution==
==Distribution==
Line 49: Line 56:
   | source = items_food.txt
   | source = items_food.txt
   | retrieved = true
   | retrieved = true
   | version = 41.68
   | version = 41.78.16
   | code =
   | code =
item BlackSage
item BlackSage
{
{
    DisplayCategory = Food,
DisplayName = Black Sage,
    HungerChange = -1,
DisplayCategory = FirstAid,
    Weight = 0.1,
Type = Food,
    Type = Food,
Weight = 0.1,
    DisplayName = Black Sage,
Icon = BlackSage,
    Icon = BlackSage,
PainReduction = 7,
    PainReduction = 7,
EvolvedRecipe = HotDrink:1;HotDrinkRed:1;HotDrinkWhite:1;HotDrinkSpiffo:1;HotDrinkTea:1,
    Tooltip = Tooltip_BlackSage,
Spice = true,
    Carbohydrates = 0,
FoodType = Herb,
    Proteins = 0,
Tooltip = Tooltip_BlackSage,
    Lipids = 0,
HungerChange = -1,
    Calories = 0.1,
Calories = 0.1,
    WorldStaticModel = BlackSage,
Carbohydrates = 0,
}
Lipids = 0,
Proteins = 0,
WorldStaticModel = BlackSage,
Tags = HerbalTea,
}
   }}
   }}
}}
}}

Revision as of 19:53, 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]
Black Sage
BlackSage 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
PainMoodle Icon Pain.png
-7
Cooking
Spice
True
Technical
Item ID
Base.BlackSage
Provides mild pain relief.
— Black Sage in-game tooltip

Black sage is a forageable herb used in first aid.

Usage

First Aid

Main article: First Aid

Black sage is primarily used in first aid, reducing pain by 7 when consumed. It is a renewable alternative to painkillers.

It is also a useful alternative to sleeping tablets, for when the character is in too much pain to sleep.

Cooking

Evolved recipes

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

Product Nutrition
Beverage
Beverage
1

Distribution

Main article: Foraging

Black sage can only be found via foraging, finding 2-8 at a time. It will never be found unless the player has the herbalist Herbalist trait or has read The Herbalist The Herbalist magazine.

Like other plants, black sage 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 black sage, 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 black sage, 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 BlackSage
	{
		DisplayName = Black Sage,
		DisplayCategory = FirstAid,
		Type = Food,
		Weight = 0.1,
		Icon = BlackSage,
		PainReduction = 7,
		EvolvedRecipe = HotDrink:1;HotDrinkRed:1;HotDrinkWhite:1;HotDrinkSpiffo:1;HotDrinkTea:1,
		Spice = true,
		FoodType = Herb,
		Tooltip = Tooltip_BlackSage,
		HungerChange = -1,
		Calories = 0.1,
		Carbohydrates = 0,
		Lipids = 0,
		Proteins = 0,
		WorldStaticModel = BlackSage,
		Tags = HerbalTea,	
	}

See also

Template:Navbox medical