Fries: Difference between revisions

From PZwiki
(Update of NavBar.)
(New infobox + new layout)
Line 1: Line 1:
__NOTOC__
{{languages|Fries}}
{{languages}}
{{header|Project Zomboid|Items|Food|Perishable Food|type=Food|version=Version 40|incver=7}}{{Infobox food
<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 -->
|display_name=Fries
<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 -->
|name_colour=Food
<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:Perishable_Food|Perishable Foods]] -> [[{{PAGENAME}}]]   </div><!-- Code for Navigation Bar at top, special blank char's before '''Navigation''' to give space -->
|name_text_colour=Food
{{Consumables
|image=Fries_120px.png
|image = SNACKFrenchFries.png
<!--GENERAL-->
|hunger = -10
|category=Food
|unhappiness = -10
|weight=0.4
|weight = 0.4
|days_fresh=3
}}
|days_rotten=5
Fries are a 'luxury' food that is [[Food#Perishable|perishable]] and goes bad as time passes, when outside of a [[refrigerator]]. Fries are often found within refrigerators and storage in Spiffo's Kitchen, and in the Burger Store Kitchen Fridge. Fries takes three in-game days to go stale, and five in-game days to rot.
<!--NUTRITION-->
|hunger_change=-10
|calories=203
|lipids=5.19
|proteins=3.35
|carbohydrates=35.97
<!--TECHNICAL DETAILS-->
|class_name=Base.Fries
}}'''Fries''', short for '''french fries''', are a [[Food#Perishable|perishable]] food [[item]].


== Nutritional Information ==
==Usage==
{| border=0 align=left
=== Consumable properties ===
|
Fries can be eaten, providing the player with some positive effects, however these will become negative the longer it's left to perish.
{{Consumables2
{{Consumables2
|image = SNACKFrenchFries.png
|image = Fries.png
|hunger = -10
|hunger = -10
|thirst = 0
|unhappiness = -10
|unhappiness = -10
|unrotten hunger = -7
|unrotten hunger = -7
|unrotten boredom = +10
|unrotten boredom = +10
|unrotten unhappiness = 0
|unrotten image = SNACKFrenchFries.png
|rotten hunger = -4
|rotten hunger = -4
|rotten boredom = +20
|rotten boredom = +20
|rotten unhappiness = +10
|rotten unhappiness = +10
|rotten thirst = 0
|perishable = 1
|perishable = 1
|rotten image = SNACKFrenchFries.png
|rotten image = Fries.png
}}
}}
|}
 
<br><br><br><br><br><br><br><br><br><br><br>
==Distribution==
'''It's Nutritional Values are as follows:'''<br>
Fries can be found inside [[refrigerator]]s in a Spiffo's or Burger kitchen, and the [[trunk]] of a [[Franklin Valuline#Spiffo's Van|Spiffo's van]].
Carbohydrates = 35.97 <br>
Proteins = 3.35 <br>
Lipids = 5.19 <br>
Calories = 203 <br><br>


== Code ==
== Code ==
<nowiki>
'''''From newitems.txt (Project Zomboid directory/media/scripts/)'''''
    item Fries
{{Retrieved|version=40|incver=7}}
        HungerChange = -10,
<pre> item Fries
        Weight = 0.4,
HungerChange = -10,
        Type = Food,
Weight = 0.4,
        UnhappyChange = -10,
Type = Food,
        DisplayName = Fries,
UnhappyChange = -10,
        DaysTotallyRotten = 5,
DisplayName = Fries,
        DaysFresh = 3,
DaysTotallyRotten = 5,
        Icon = Fries,
DaysFresh = 3,
        Carbohydrates = 35.97,
Icon = Fries,
        Proteins = 3.35,
Carbohydrates = 35.97,
        Lipids = 5.19,
Proteins = 3.35,
        Calories = 203,
Lipids = 5.19,
</nowiki>
Calories = 203,</pre>
==See Also==
 
* [[Items#Luxury Food|Luxury Food]]
==See also==
* [[Fries]]
* [[Burger]]
* [[Corndog]]
 
{{Navbox/Consumables}}
{{Navbox/Consumables}}
[[Category:Consumables]]
[[Category:Food]]
[[Category:Perishable_Food]]
[[Category:Version 34.28]]

Revision as of 13:21, 21 August 2018

Fries
Fries
General
Category Food
Encumbrance
Heavy Load
0.4
Days until stale 3 days
Days until rotten 5 days
Nutrition
Hunger
Hunger
-10
Calories
Calories
203
Carbohydrates
Carbohydrates
35.97
Proteins
Proteins
3.35
Fat
Fat
5.19
Technical details
Item ID Base.Fries

Fries, short for french fries, are a perishable food item.

Usage

Consumable properties

Fries can be eaten, providing the player with some positive effects, however these will become negative the longer it's left to perish. Template:Consumables2

Distribution

Fries can be found inside refrigerators in a Spiffo's or Burger kitchen, and the trunk of a Spiffo's van.

Code

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

	item Fries
		HungerChange		= -10,
		Weight			= 0.4,
		Type			= Food,
		UnhappyChange		= -10,
		DisplayName		= Fries,
		DaysTotallyRotten	= 5,
		DaysFresh 		= 3,
		Icon			= Fries,
		Carbohydrates 		= 35.97,
		Proteins 		= 3.35,
		Lipids 			= 5.19,
		Calories 		= 203,

See also

Template:Navbox/Consumables