- This 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 |
1 |
Muffin |
5 |
Bread |
5 |
Location
The loot distributions can be found in the table(s) below.
Effective chance calculations are based off of default loot settings and median zombie density. The higher the density of zombies in an area, the higher the effective chance of an item spawning. Chance is also influenced by the lucky and unlucky traits.
Building/Room | Container | Effective chance |
---|---|---|
Bag_ALICEpack | Large Backpack | 1.01% |
Bag_BigHikingBag | Big Hiking Bag | 1.01% |
Bag_FoodSnacks | Duffel Bag | 12.41% |
Bag_NormalHikingBag | Hiking Bag | 1.01% |
Bag_Schoolbag | School Bag | 1.01% |
Bag_WorkerBag | Duffel Bag | 5.21% |
GroceryBag1 | Plastic Bag | 1.01% |
GroceryBag3 | Plastic Bag | 6.41% |
artstore | shelves | 15.1% |
bandkitchen | counter | 15.1% |
bandkitchen | overhead | 15.1% |
bookstore | shelves | 15.1% |
butcher | shelves | 15.1% |
cafeteria | shelves | 15.1% |
camerastore | shelves | 15.1% |
candystore | shelves | 15.1% |
clothingstore | shelves | 15.1% |
conveniencestore | crate | 23.28% |
conveniencestore | crate | 41.14% |
conveniencestore | crate | 76.55% |
conveniencestore | metal_shelves | 23.28% |
conveniencestore | metal_shelves | 41.14% |
conveniencestore | metal_shelves | 76.55% |
conveniencestore | shelves | 15.1% |
cornerstore | crate | 23.28% |
cornerstore | crate | 41.14% |
cornerstore | crate | 76.55% |
cornerstore | metal_shelves | 23.28% |
cornerstore | metal_shelves | 41.14% |
cornerstore | metal_shelves | 76.55% |
cornerstore | shelves | 15.1% |
cornerstorestorage | crate | 23.28% |
cornerstorestorage | crate | 41.14% |
cornerstorestorage | crate | 76.55% |
cornerstorestorage | metal_shelves | 23.28% |
cornerstorestorage | metal_shelves | 41.14% |
cornerstorestorage | metal_shelves | 76.55% |
departmentstore | shelves | 15.1% |
electronicsstore | shelves | 15.1% |
fossoil | crate | 23.28% |
fossoil | crate | 41.14% |
fossoil | crate | 76.55% |
fossoil | metal_shelves | 23.28% |
fossoil | metal_shelves | 41.14% |
fossoil | metal_shelves | 76.55% |
fossoil | shelves | 15.1% |
gasstorage | crate | 15.1% |
gasstorage | metal_shelves | 15.1% |
gasstore | crate | 23.28% |
gasstore | crate | 41.14% |
gasstore | crate | 76.55% |
gasstore | metal_shelves | 23.28% |
gasstore | metal_shelves | 41.14% |
gasstore | metal_shelves | 76.55% |
gasstore | shelves | 15.1% |
generalstore | crate | 23.28% |
generalstore | shelves | 15.1% |
generalstore | shelves | 23.28% |
generalstorestorage | shelves | 15.1% |
generalstorestorage | shelves | 23.28% |
giftstore | shelves | 15.1% |
gigamart | crate | 23.28% |
gigamart | shelves | 15.1% |
gigamart | shelves | 23.28% |
grocery | crate | 23.28% |
grocery | shelves | 15.1% |
grocery | shelves | 23.28% |
grocery | smallcrate | 23.28% |
grocerystorage | crate | 3.98% |
grocerystorage | metal_shelves | 3.98% |
grocerystorage | smallcrate | 3.98% |
liquorstore | shelves | 15.1% |
movierental | shelves | 15.1% |
musicstore | shelves | 15.1% |
pawnshop | shelves | 15.1% |
pharmacy | shelves | 15.1% |
toolstore | shelves | 15.1% |
toystore | shelves | 15.1% |
zippeestorage | crate | 15.1% |
zippeestorage | metal_shelves | 15.1% |
zippeestore | crate | 23.28% |
zippeestore | crate | 41.14% |
zippeestore | crate | 76.55% |
zippeestore | metal_shelves | 23.28% |
zippeestore | metal_shelves | 41.14% |
zippeestore | metal_shelves | 76.55% |
zippeestore | shelves | 15.1% |
Amount | Skill Level | Biomes | Weather modifiers | Month modifiers | |||||
---|---|---|---|---|---|---|---|---|---|
Snow | Rain | Day | Night | Months available | Bonus months | Malus months | |||
3- | 6 | Forest 10 DeepForest 10 Vegitation 10 FarmLand 10 Farm 10 |
-100 | - | - | - | - | May June July |
March April |
Sunflower seeds can often be found in Zippee stores, Fossoil and kitchen counters.
History
Base.SunflowerSeeds
Version | Description |
---|---|
38.30 | Released on or before this version. |
Help PZwiki by adding to this history.
Code
Source: ProjectZomboid\media\scripts\items_food.txt
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,
}