Sunflower Seeds: Difference between revisions

From PZwiki
m (Category Project: Miscellaneous food)
(→‎top: New infobox upgrade - Food)
Line 2: Line 2:
{{header/sandbox2|Project Zomboid|Items|Food|Miscellaneous food}}
{{header/sandbox2|Project Zomboid|Items|Food|Miscellaneous food}}
{{page version|41.77}}
{{page version|41.77}}
{{Infobox food
{{Infobox item
|display_name=Sunflower Seeds
|name=Sunflower Seeds
|name_colour=Food
|model=SunflowerSeeds Model.png
|name_text_colour=Food
|icon=SunflowerSeeds.png
|image=SunflowerSeeds Model.png
|image_width=200px
|alternate_image=SunflowerSeeds.png
<!--GENERAL-->
<!--GENERAL-->
|category=Food
|category=Food
Line 20: Line 17:
|carbohydrates=14.12
|carbohydrates=14.12
<!--TECHNICAL DETAILS-->
<!--TECHNICAL DETAILS-->
|class_name=Base.SunflowerSeeds
|item_id=Base.SunflowerSeeds
}}
}}
{{About|the edible sunflower seeds|other types of seeds|Farming}}
{{About|the edible sunflower seeds|other types of seeds|Farming}}

Revision as of 11:16, 29 January 2024

Template:Header/sandbox2

Spiffo controlyourself.png
This page was last updated for an older version (41.77).
The current stable version is 41.78.16, released 2022-12-12, so information on this page may be inaccurate. Help get this page updated by adding any missing content. [edit]
Please update the version after updating the page.
Sunflower Seeds
SunflowerSeeds Model.png
General
Category
Food
Encumbrance
Moodle Icon HeavyLoad.png
0.1
Properties
Packaged
Yes
Nutrition
HungerMoodle Icon Hungry.png
-5
CaloriesCalories
155
CarbohydratesCarbohydrates
14.12
ProteinsProteins
4.34
FatFat
5.48
Technical
Item ID
Base.SunflowerSeeds
PlushSpiffo.pngThis article is about the edible sunflower seeds. For other types of seeds, see Farming.

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

Usage

Sunflower seeds can be eaten, providing the player with some positive effects. As it is non-perishable, sunflower seeds will never go stale or rotten.

Crafting

Main article: Cooking

Evolved recipes

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

Product Nutrition
Salad
Salad
1
Muffin
Muffin
5
Bread
Bread
5

Distribution

Sunflower seeds can often be found in Zippee stores, Fossoil and kitchen counters.

Code

From items_food.txt (Project Zomboid directory/media/scripts/) Retrieved: Build 41.73

	item SunflowerSeeds
	{
		DisplayName = Sunflower Seeds,
		DisplayCategory = Food,
		Type = Food,
		Weight = 0.1,
		Icon = SunflowerSeeds,
		EvolvedRecipe = Salad:1;Bread:5;Muffin:5,
		Spice = true,
		FoodType = Seed,
		CantBeFrozen = TRUE,
		Packaged = TRUE,
		HungerChange = -5,
		Calories = 155,
		Carbohydrates = 14.12,
		Lipids = 5.48,
		Proteins = 4.34,
		WorldStaticModel = SunflowerSeeds,
		EvolvedRecipeName = Sunflower Seed,
	}

See also