Thistles

From PZwiki
UI Tick.png
This page has been revised for the current stable version (41.78.16).
Help by adding any missing content. [edit]
Thistles
Thistle Model.png
General
Category
Food
Encumbrance
Moodle Icon HeavyLoad.png
0.1
Nutrition
HungerUI Hunger.png
-4
CaloriesCalories
45
CarbohydratesCarbohydrates
18
ProteinsProteins
3
FatFat
0
Cooking
Spice
True
Custom recipe
Thistle
Technical
Item ID
Base.Thistle

Thistles are a wild plant which can be used as a non-perishable food item or used in cooking as spice.

Usage

Thistles are used as spice in cooking recipes.

Location

Thistles do not spawn naturally and can only be obtained by foraging.

Cooking

Evolved recipes

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

Product Nutrition
Soup
Soup
4
Salad
Salad
4
Beverage
Beverage
4

Foraging

Thistles can only be found by foraging.

History

Base.Thistle

Version Description
41.78.16 Released on or before this version.

Help PZwiki by adding to this history.

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 Thistle
	{
		DisplayName = Thistles,
		DisplayCategory = Food,
		Type = Food,
		Weight = 0.1,
		Icon = Thistle,
		EvolvedRecipe = Salad:2;HotDrink:2;HotDrinkRed:2;HotDrinkWhite:2;HotDrinkSpiffo:2;HotDrinkTea:2;Soup:2,
		Spice = true,
		FoodType = Herb,
		HungerChange = -4,
		Calories = 45,
		Carbohydrates = 18,
		Lipids = 0,
		Proteins = 3,
		WorldStaticModel = Thistle_Ground,
		EvolvedRecipeName = Thistle,
	}

See also