Sunflower Seeds: Difference between revisions

From PZwiki
m (template fix)
m (Automated CodeBox update)
(24 intermediate revisions by 8 users not shown)
Line 1: Line 1:
{{languages}}
{{Header|Project Zomboid|Items|Food|Miscellaneous food}}
{{header|Project Zomboid|Items|Food|Non-Perishable Food|type=Food|version=Version 40|incver=14}}{{Infobox food
{{Page version|41.78.16}}
|display_name=Sunflower Seeds
{{Infobox item
|name_colour=Food
|name=Sunflower Seeds
|name_text_colour=Food
|model=SunflowerSeeds_Model.png
|image=SunflowerSeeds_120px.png
|icon=SunflowerSeeds.png
<!--GENERAL-->
<!--GENERAL-->
|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
|item_id=Base.SunflowerSeeds
}}{{About|the edible sunflower seeds|other types of seeds|Seeds (disambiguation)}}
}}
'''Sunflower seeds''' are a [[Food#Non-Perishable|non-perishable]] food [[items|item]].
 
{{About|the edible sunflower seeds|other types of seeds|Farming}}
'''Sunflower seeds''' are a [[Wild Plants|wild plant]] which can be used as a [[Food#Non-Perishable|non-perishable]] [[food]] item or used in [[cooking]] as 'spice'.


==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, sunflower seeds will never go stale or rotten.
 
==Crafting==
{{Main|Cooking}}


They cannot be used in [[farming]], and simply just an edible food source.
===Evolved recipes===
Sunflower seeds are 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]].
The loot distributions can be found in the table(s) below.
 
{| class="mw-collapsible mw-collapsed wikitable theme-red" data-expandtext="{{int:show}}" data-collapsetext="{{int:hide}}" style="text-align:center; min-width:24em;"
! colspan="4" | Containers
|-
! Building/Room
! Container
! style="width: 3.2em;" | Rolls
! style="width: 3.2em;" | Chance
|-
|artstore
|[[shelves]]
|4
|6
|-
|bandkitchen
|[[counter]]
|4
|6
|-
|rowspan="5"|conveniencestore
|[[crate]]
|4
|1
|-
|[[crate]]
|4
|1
|-
|[[crate]]
|4
|2
|-
|[[crate]]
|4
|2
|-
|[[crate]]
|4
|5
|-
|gasstorage
|[[crate]]
|4
|6
|-
|generalstore
|[[crate]]
|4
|1
|-
|grocerystorage
|[[crate]]
|4
|1
|}
Sunflower seeds can often be found in Zippee stores, Fossoil and [[Containers#Counters|kitchen counters]].


== Code ==
==Code==
'''''From newitems.txt (Project Zomboid directory/media/scripts/)'''''
{{CodeBox
{{Retrieved|version=40|incver=14}}
| {{CodeSnip
<pre> item SunflowerSeeds
  | lang = java
        Type = Food,
  | line = true
        DisplayName = Sunflower Seeds,
  | start = 3906
        Icon = SunflowerSeeds,
  | source = items_food.txt
        Weight = 0.1,
  | retrieved = true
        HungerChange = -5,
  | version = 41.78.16
        Carbohydrates = 14.12,
  | code =
        Proteins  = 4.34,
item SunflowerSeeds
        Lipids = 5.48,
{
        Calories  = 155,
DisplayName = Sunflower Seeds,
        Packaged  = TRUE,
DisplayCategory = Food,
        CantBeFrozen  = TRUE,</pre>
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==
==See also==
*[[Peanuts]]
*[[Peanuts]]


{{Navbox/Consumables}}
{{Navbox food}}
 
[[Category:Non-perishable food]]

Revision as of 13:48, 26 March 2024

UI Tick.png
This page has been revised for the current stable version (41.78.16).
Help by adding any missing content. [edit]
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

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

Containers
Building/Room Container Rolls Chance
artstore shelves 4 6
bandkitchen counter 4 6
conveniencestore crate 4 1
crate 4 1
crate 4 2
crate 4 2
crate 4 5
gasstorage crate 4 6
generalstore crate 4 1
grocerystorage crate 4 1

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

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 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