Toggle menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Be crafty.png

Build 42 unstable is out now!

The wiki has already begun updating. Please be patient during the transition.
Help us by contributing to the build 42 update project.
The Project Zomboid Map Project will not be updated until at least January, in the meantime use B42 Map.

404SpiffoMascotMap.png

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]
Parts of this page may have been automatically updated to the latest build (42.0.2).
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.

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
PotFull.png
Soup
4
TZ CraftSalat.png
Salad
4
BeverageBeverageBeverageBeverageBeverageBeverageBeverage
Beverage
4

Location

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

Foraging

Thistles can only be found by foraging.

History

Base.Thistle

Version Description
Build 42.0.0 EvolvedRecipe changed from {'Salad': '2', 'HotDrink': '2', 'HotDrinkRed': '2', 'HotDrinkWhite': '2', 'HotDrinkSpiffo': '2', 'HotDrinkTea': '2', 'Soup': '2'} to {'Salad': '2', 'HotDrink': '2', 'Soup': '2'}.
StaticModel added with value Thistle_Ground.
Build 41.72 EvolvedRecipeName added with value Thistle.
EvolvedRecipe added with value {'Salad': '2', 'HotDrink': '2', 'HotDrinkRed': '2', 'HotDrinkWhite': '2', 'HotDrinkSpiffo': '2', 'HotDrinkTea': '2', 'Soup': '2'}.
FoodType added with value Herb.
Spice added with value true.
Build 41.69 Released on this version.

Code

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

Source: ProjectZomboid\media\scripts\items_food_foraged.txt

Retrieved: Build 42.0.2
item Thistle
	{
		DisplayName = Thistles,
		DisplayCategory = Food,
		Type = Food,
		Weight = 0.1,
		Icon = Thistle,
		EvolvedRecipe = Salad:2;HotDrink:2;Soup:2,
		Spice = true,
		FoodType = Herb,
		HungerChange = -4,
		Calories = 45,
		Carbohydrates = 18,
		Lipids = 0,
		Proteins = 3,
		StaticModel = Thistle_Ground,
		WorldStaticModel = Thistle_Ground,
		EvolvedRecipeName = Thistle,
	}

See also