Sage: Difference between revisions

From PZwiki
m (Automated Formatting)
(Add distribution table(s))
Line 26: Line 26:


==Distribution==
==Distribution==
The loot distributions can be found in the table(s) below.
<!--BOT FLAG|Sage|41.78.16-->
{{clear}}
<div class="togglebox theme-red">
    <div>Sage distribution
        <span class="mw-customtoggle-togglebox-Sage" title="{{int:show}} / {{int:hide}}" style="float:right; padding-right:30px; padding-top:4px; font-size:0.7em; font-weight:normal;">{{int:show}} / {{int:hide}}</span></div>
    <div class="mw-collapsible mw-collapsed" id="mw-customcollapsible-togglebox-Sage">
    <div class="toggle-content"><div style="display: flex;">    </div><div style="clear:both;"></div>
    {| class="wikitable theme-red" style="width:98%;"
    |+ {{ll|Foraging}}
    ! rowspan="2" | Amount
    ! rowspan="2" | Skill level
    ! rowspan="2" | Biomes
    ! colspan="4" style="text-align:center;" | Weather modifiers
    ! colspan="3" style="text-align:center;" | Month modifiers
    |-
    ! Snow
    ! Rain
    ! Day
    ! Night
    ! Months available
    ! Bonus months
    ! Malus months
    |-
    | 2-8
    | -
    | Forest  10<br> DeepForest  15<br> Vegitation  5<br> FarmLand  5<br> Farm  5
    | -
    | -
    | -
    | -
    | -
    | -
    | -
    |}
    </div></div><div class="toggle large mw-customtoggle-togglebox-Sage" title="{{int:show}}/{{int:hide}}"></div></div>
<!--END BOT FLAG|Sage|41.78.16-->
Sage does not spawn naturally and can only be obtained by [[foraging]].
Sage does not spawn naturally and can only be obtained by [[foraging]].



Revision as of 03:24, 25 April 2024

UI Tick.png
This page has been revised for the current stable version (41.78.16).
Help by adding any missing content. [edit]
Sage
HerbSage 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
Cooking
Spice
True
Technical
Item ID
Base.Sage

Sage is a wild herb which can be used as a non-perishable food item or used in cooking as 'spice'.

Usage

Sage is used as spice in cooking recipes.

Distribution

The loot distributions can be found in the table(s) below.

Sage distribution Show / Hide
Foraging
Amount Skill level Biomes Weather modifiers Month modifiers
Snow Rain Day Night Months available Bonus months Malus months
2-8 - Forest 10
DeepForest 15
Vegitation 5
FarmLand 5
Farm 5
- - - - - - -

Sage does not spawn naturally and can only be obtained by foraging.

Cooking

Evolved recipes

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

Product Nutrition
Soup
Soup
1
Stew
Stew
1
Roasted Vegetables
Roasted Vegetables
1
Sandwich
Sandwich
1
Burger
Burger
1
Pasta Pot/Saucepan
Pasta Pot/Saucepan
1
Omelette
Omelette
1
Bread
Bread
1
Toast
Toast
1

Foraging

Sage can only be found by foraging.

Code

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

Item

HerbSage.png Base.Sage
Source: ProjectZomboid\media\scripts\items_food.txt

Retrieved: Build 41.78.16
item Sage
	{
		DisplayName = Sage,
		DisplayCategory = Food,
		Type = Food,
		Weight = 0.1,
		Icon = HerbSage,
		EvolvedRecipe = Omelette:1;Roasted Vegetables:1;Soup:1;Stew:1;Bread:1;Toast:1;Burger:1;Sandwich:1;Sandwich Baguette:1;PastaPan:1;PastaPot:1,
		Spice = true,
		HungerChange = -1,
		Calories = 0.1,
		Carbohydrates = 0,
		Lipids = 0,
		Proteins = 0,
		WorldStaticModel = HerbSage_Ground,
		FoodType = Herb,
	}

See also