Sunflower Seeds: Difference between revisions

From PZwiki
m (template fix)
mNo edit summary
Line 1: Line 1:
{{languages}}
{{languages|Sunflower Seeds}}
{{header|Project Zomboid|Items|Food|Non-Perishable Food|type=Food|version=Version 40|incver=14}}{{Infobox food
{{header|Project Zomboid|Items|Food|Non-Perishable Food|type=Food|version=Version 41|incver=73}}{{Infobox food
|display_name=Sunflower Seeds
|display_name=Sunflower Seeds
|name_colour=Food
|name_colour=Food
Line 8: Line 8:
|category=Food
|category=Food
|weight=0.1
|weight=0.1
|Packaged=True
|Packaged=Yes
<!--NUTRITION-->
<!--NUTRITION-->
|hunger_change=-5
|hunger_change=-5
|thirst_change=
|calories=155
|calories=155
|lipids=5.48
|lipids=5.48
|proteins=4.34
|proteins=4.34
|carbohydrates=14.12
|carbohydrates=14.12
<!--EFFECTS-->
|unhappy_change=
<!--TECHNICAL DETAILS-->
<!--TECHNICAL DETAILS-->
|class_name=Base.SunflowerSeeds
|class_name=Base.SunflowerSeeds
}}{{About|the edible sunflower seeds|other types of seeds|Seeds (disambiguation)}}
}}{{About|the edible sunflower seeds|other types of seeds|Farming}}
'''Sunflower seeds''' are a [[Food#Non-Perishable|non-perishable]] food [[items|item]].
'''Sunflower seeds''' are a [[Food#Non-Perishable|non-perishable]] 'spice' food [[item]] used in [[cooking]].  


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


They cannot be used in [[farming]], and simply just an edible food source.
== Crafting ==
{{Main|Cooking}}
=== Evolved recipes ===
Sunflower seeds is a spice when used in [[cooking]] [[Recipe Ingredients|recipes]], therefore will not be included in the maximum number of ingredients.
{{EvolvedRecipesForItem|spice=true|Salad=1|Bread=5|Muffin=5}}


==Distribution==
==Distribution==
Sunflower seeds can be found in Zippee stores, Fossoil and [[Containers#Counters|kitchen counters]].
Sunflower seeds can often be found in Zippee stores, Fossoil and [[Containers#Counters|kitchen counters]].
 
==Gallery==
<gallery>
File:SunflowerSeeds Model.png|Model for: [[File:SunflowerSeeds.png]]
</gallery>


== Code ==
== Code ==
'''''From newitems.txt (Project Zomboid directory/media/scripts/)'''''
'''''From items_food.txt (Project Zomboid directory/media/scripts/)'''''
{{Retrieved|version=40|incver=14}}
{{Retrieved|version=41|incver=73}}
<pre> item SunflowerSeeds
<pre> item SunflowerSeeds
        Type = Food,
{
        DisplayName = Sunflower Seeds,
DisplayName = Sunflower Seeds,
        Icon = SunflowerSeeds,
DisplayCategory = Food,
        Weight = 0.1,
Type = Food,
        HungerChange = -5,
Weight = 0.1,
        Carbohydrates = 14.12,
Icon = SunflowerSeeds,
        Proteins  = 4.34,
EvolvedRecipe = Salad:1;Bread:5;Muffin:5,
        Lipids = 5.48,
Spice = true,
        Calories  = 155,
FoodType = Seed,
        Packaged  = TRUE,
CantBeFrozen = TRUE,
        CantBeFrozen  = TRUE,</pre>
Packaged = TRUE,
HungerChange = -5,
Calories = 155,
Carbohydrates = 14.12,
Lipids = 5.48,
Proteins = 4.34,
WorldStaticModel = SunflowerSeeds,
EvolvedRecipeName = Sunflower Seed,
}</pre>


==See also==
==See also==
*[[Peanuts]]
*[[Peanuts]]


{{Navbox/Consumables}}
{{Navbox food}}

Revision as of 12:49, 6 October 2022

Sunflower Seeds
Sunflower Seeds
General
Category Food
Encumbrance
Heavy Load
0.1
Nutrition
Hunger
Hunger
-5
Calories
Calories
155
Carbohydrates
Carbohydrates
14.12
Proteins
Proteins
4.34
Fat
Fat
5.48
Technical details
Item ID Base.SunflowerSeeds
PlushSpiffo.pngThis article is about the edible sunflower seeds. For other types of seeds, see Farming.

Sunflower seeds are a non-perishable 'spice' food item used in cooking.

Usage

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

Crafting

Main article: Cooking

Evolved recipes

Sunflower seeds is 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.

Gallery

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