Sunflower Seeds: Difference between revisions

From PZwiki
mNo edit summary
(New infobox + new layout)
Line 1: Line 1:
__NOTOC__
{{languages|Sunflower Seeds}}
{{languages|Sunflower Seeds}}
<div class="header" style="margin: 5px; align: right; background: #CEF2E0; padding: 13px; text-align: left; font-size: 100%; color:#000000; border: 1px solid #A3BFB1"> <!-- Code for Background Colour -->
{{header|Project Zomboid|Items|Food|Non-Perishable Food|type=Food|version=Version 40|incver=14}}{{Infobox food
<div style="float: right;background: #CEF2E0;border: 1px solid #A3BFB1; margin: -30pt -10.5pt">    '''Page Updated @ Version: 34.28'''    </div><!-- Code for Version Tag at top -->
|display_name=Sunflower Seeds
<div style="float: left;background: #CEF2E0;border: 1px solid #A3BFB1; margin: -30pt -10.5pt">   '''Navigation''' - [[:Category:Main|Main Index]] -> [[:Category:The_Game_World|The Game World]] -> [[:Category:Items|Items]] -> [[:Category:Consumables|Consumables]] -> [[:Category:Food|Food]] -> [[:Category:Non-Perishable_Food|Non Perishable Foods]] -> [[{{PAGENAME}}]]   </div><!-- Code for Navigation Bar at top, special blank char's before '''Navigation''' to give space -->
|name_colour=Food
{{Consumables
|name_text_colour=Food
|image = SunflowerSeeds.png
|image=SunflowerSeeds_120px.png
|hunger = -5
<!--GENERAL-->
|weight = 0.1
|category=Food
}}
|weight=0.1
'''Sunflower seeds''' are an [[Food#Non-Perishable|non-perishable]] food item which are found in [[Containers#Kitchen_Counter|kitchen counters]].
|Packaged=True
<!--NUTRITION-->
|hunger_change=-5
|thirst_change=
|calories=155
|lipids=5.48
|proteins=4.34
|carbohydrates=14.12
<!--EFFECTS-->
|unhappy_change=
<!--TECHNICAL DETAILS-->
|class_name=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]].


== Nutritional information ==
==Usage==
<br>
Sunflower seeds can be eaten, providing the player with some positive effects.
'''Its nutritional values are as follows:'''<br>
 
Carbohydrates = 14.12 <br>
They cannot be used in [[farming]], and simply just an edible food source.
Proteins = 4.34 <br>
 
Lipids = 5.48 <br>
==Distribution==
Calories = 155 <br><br>
Sunflower seeds can be found in Zippee stores, Fossoil and [[Containers#Counters|kitchen counters]].


== Code ==
== Code ==
<br>
'''''From newitems.txt (Project Zomboid directory/media/scripts/)'''''
<nowiki>
{{Retrieved|version=40|incver=14}}
    item SunflowerSeeds
<pre> item SunflowerSeeds
        Type = Food,
        Type = Food,
        DisplayName = Sunflower Seeds,
        DisplayName = Sunflower Seeds,
        Icon = SunflowerSeeds,
        Icon = SunflowerSeeds,
        Weight = 0.1,
        Weight = 0.1,
        HungerChange = -5,
        HungerChange = -5,
        Carbohydrates  = 14.12,
        Carbohydrates  = 14.12,
        Proteins  = 4.34,
        Proteins  = 4.34,
        Lipids  = 5.48,
        Lipids  = 5.48,
        Calories  = 155,
        Calories  = 155,
        Packaged  = TRUE,
        Packaged  = TRUE,
        CantBeFrozen  = TRUE,
        CantBeFrozen  = TRUE,</pre>
</nowiki>
 
==See also==
*[[Peanuts]]


{{Navbox/Consumables}}
{{Navbox/Consumables}}
[[Category:Consumables]]
[[Category:Food]]
[[Category:Non-Perishable_Food]]
[[Category:Version 34.28]]

Revision as of 16:16, 13 September 2018

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 [[Seeds (disambiguation)]].

Sunflower seeds are a non-perishable food item.

Usage

Sunflower seeds can be eaten, providing the player with some positive effects.

They cannot be used in farming, and simply just an edible food source.

Distribution

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

Code

From newitems.txt (Project Zomboid directory/media/scripts/) Retrieved: Build 40.14

	item SunflowerSeeds
        	Type		= Food,
        	DisplayName	= Sunflower Seeds,
        	Icon		= SunflowerSeeds,
        	Weight		= 0.1,
        	HungerChange 	= -5,
        	Carbohydrates  	= 14.12,
        	Proteins  	= 4.34,
        	Lipids  	= 5.48,
        	Calories  	= 155,
        	Packaged  	= TRUE,
        	CantBeFrozen  	= TRUE,

See also

Template:Navbox/Consumables