Chips: Difference between revisions

From PZwiki
mNo edit summary
(New infobox + new layout)
Line 1: Line 1:
__NOTOC__
{{languages|Chips}}
{{languages|Chips}}
<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=16}}{{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=Chips
<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 = Crispsanim.gif
|image=CrispsAnim_120px.gif
|hunger = -15
<!--GENERAL-->
|weight = 0.2
|category=Food
}}
|weight=0.3
|packaged=True
<!--NUTRITION-->
|hunger_change=-15
|thirst_change=
|calories=720
|lipids=45
|proteins=4.5
|carbohydrates=72
<!--EFFECTS-->
|unhappy_change=
<!--TECHNICAL DETAILS-->
|class_name=Base.Crisps<br>Base.Crisps2<br>Base.Crisps3<br>Base.Crisps4
}}'''Chips''', also known as '''crisps''', are a [[Food#Non-Perishable|non-perishable]] food [[items|item]].


'''Chips''' are a [[Food#Non-Perishable|non-perishable]] item often found inside vending machines, general stores, and some houses. Although they do not reduce a lot of hunger, they are one of the few [[Food#Non-Perishable|non-perishable]] foods that can be eaten without a can opener or any cooking.  
==Usage==
Chips can be eaten, providing the player with some positive effects.  


== Nutritional information ==
They are light, quick and easy to eat, making them an excellent food for long trips.
<br>
 
'''Its nutritional values are as follows:'''<br>
==Distribution==
Carbohydrates = 72 <br>
Chips can be found in [[Containers#Vending Machines|chip vending machines]], general stores and houses.
Proteins = 4.5 <br>
Lipids = 45 <br>
Calories = 720 <br><br>


== Code ==
== Code ==
<br>
'''''From items.txt (Project Zomboid directory/media/scripts/)'''''
''Chips/Crisps 1'' [[File:SNACKChips1.png]]
 
  <nowiki>
''Chips'' [[File:Crisps.png]]
item Crisps
{{Retrieved|version=40|incver=16}}
HungerChange = -15,
  <pre> item Crisps
Weight = 0.2,
HungerChange = -15,
Type = Food,
Weight = 0.2,
DisplayName = Chips,
Type = Food,
Icon = Crisps,
DisplayName = Chips,
        Carbohydrates = 72,
Icon = Crisps,
        Proteins = 4.5,
        Carbohydrates = 72,
        Lipids = 45,
        Proteins = 4.5,
        Calories = 720,
        Lipids = 45,
        Packaged = TRUE,
        Calories = 720,
        CantBeFrozen = TRUE,
        Packaged = TRUE,
</nowiki>
        CantBeFrozen = TRUE,</pre>
''Chips/Crisps 2'' [[File:SNACKChips2.png]]
 
<nowiki>
''Chips'' [[File:Crisps2.png]]
item Crisps2
{{Retrieved|version=40|incver=16}}
HungerChange = -15,
<pre> item Crisps2
Weight = 0.2,
HungerChange = -15,
Type = Food,
Weight = 0.2,
DisplayName = Chips,
Type = Food,
Icon = Crisps2,
DisplayName = Chips,
        Carbohydrates = 72,
Icon = Crisps2,
        Proteins = 4.5,
        Carbohydrates = 72,
        Lipids = 45,
        Proteins = 4.5,
        Calories = 720,
        Lipids = 45,
        Packaged = TRUE,
        Calories = 720,
        CantBeFrozen = TRUE,
        Packaged = TRUE,
</nowiki>
        CantBeFrozen = TRUE,</pre>
''Chips/Crisps 3'' [[File:SNACKChips3.png]]
 
<nowiki>
''Chips'' [[File:Crisps3.png]]
item Crisps3
{{Retrieved|version=40|incver=16}}
HungerChange = -15,
<pre> item Crisps3
Weight = 0.2,
HungerChange = -15,
Type = Food,
Weight = 0.2,
DisplayName = Chips,
Type = Food,
Icon = Crisps3,
DisplayName = Chips,
        Carbohydrates = 72,
Icon = Crisps3,
        Proteins = 4.5,
        Carbohydrates = 72,
        Lipids = 45,
        Proteins = 4.5,
        Calories = 720,
        Lipids = 45,
        Packaged = TRUE,
        Calories = 720,
        CantBeFrozen = TRUE,
        Packaged = TRUE,
</nowiki>
        CantBeFrozen = TRUE,</pre>
''Chips/Crisps 4'' [[File:SNACKChips4.png]]
 
<nowiki>
''Chips'' [[File:Crisps4.png]]
item Crisps4
{{Retrieved|version=40|incver=16}}
HungerChange = -15,
<pre> item Crisps4
Weight = 0.2,
HungerChange = -15,
Type = Food,
Weight = 0.2,
DisplayName = Chips,
Type = Food,
Icon = Crisps4,
DisplayName = Chips,
        Carbohydrates = 72,
Icon = Crisps4,
        Proteins = 4.5,
        Carbohydrates = 72,
        Lipids = 45,
        Proteins = 4.5,
        Calories = 720,
        Lipids = 45,
        Packaged = TRUE,
        Calories = 720,
        CantBeFrozen = TRUE,
        Packaged = TRUE,
</nowiki>
        CantBeFrozen = TRUE,</pre>


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

Revision as of 15:42, 19 September 2018

Chips
Chips
General
Category Food
Encumbrance
Heavy Load
0.3
Packaged True
Nutrition
Hunger
Hunger
-15
Calories
Calories
720
Carbohydrates
Carbohydrates
72
Proteins
Proteins
4.5
Fat
Fat
45
Technical details
Item ID Base.Crisps
Base.Crisps2
Base.Crisps3
Base.Crisps4

Chips, also known as crisps, are a non-perishable food item.

Usage

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

They are light, quick and easy to eat, making them an excellent food for long trips.

Distribution

Chips can be found in chip vending machines, general stores and houses.

Code

From items.txt (Project Zomboid directory/media/scripts/)

Chips Crisps.png Retrieved: Build 40.16

	item Crisps
 		HungerChange	= -15,
		Weight		= 0.2,
		Type		= Food,
		DisplayName	= Chips,
		Icon		= Crisps,
        	Carbohydrates 	= 72,
        	Proteins 	= 4.5,
        	Lipids 		= 45,
        	Calories 	= 720,
        	Packaged 	= TRUE,
        	CantBeFrozen 	= TRUE,

Chips Crisps2.png Retrieved: Build 40.16

	item Crisps2
		HungerChange	= -15,
		Weight		= 0.2,
		Type		= Food,
		DisplayName	= Chips,
		Icon		= Crisps2,
        	Carbohydrates 	= 72,
        	Proteins 	= 4.5,
        	Lipids 		= 45,
        	Calories 	= 720,
        	Packaged 	= TRUE,
        	CantBeFrozen 	= TRUE,

Chips Crisps3.png Retrieved: Build 40.16

	item Crisps3
		HungerChange	= -15,
		Weight		= 0.2,
		Type		= Food,
		DisplayName	= Chips,
		Icon		= Crisps3,
        	Carbohydrates 	= 72,
        	Proteins 	= 4.5,
        	Lipids 		= 45,
        	Calories 	= 720,
        	Packaged 	= TRUE,
        	CantBeFrozen 	= TRUE,

Chips Crisps4.png Retrieved: Build 40.16

	item Crisps4
		HungerChange	= -15,
		Weight		= 0.2,
		Type		= Food,
		DisplayName	= Chips,
		Icon		= Crisps4,
        	Carbohydrates 	= 72,
        	Proteins 	= 4.5,
        	Lipids 		= 45,
        	Calories 	= 720,
        	Packaged 	= TRUE,
        	CantBeFrozen 	= TRUE,

Template:Navbox/Consumables