Orange: Difference between revisions

From PZwiki
m (fixed container links)
(new layout)
Line 1: Line 1:
__NOTOC__
{{languages|Orange}}
{{languages|Orange}}
<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|Perishable Food|Fruits|type=Food|version=Version 40|incver=6}}{{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=Orange
<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_colour=Food
{{Consumables
|name_text_colour=Food
|image = Orange.png
|image=Orange_120px.png
|weight = 0.2
<!--GENERAL-->
|hunger = -12
|category=Food
|thirst = -20
|weight=0.2
}}
|days_fresh=6
Oranges are [[Food#Perishable|perishable]] food items that goes bad as time passes, when outside of a [[Containers#Refrigerators|refrigerator]]. Oranges are often found within house [[Containers#Kitchen Counter|kitchen counters]], inside of refrigerators, and in produce bins. Oranges take six in-game days to go stale, and nine in-game days to rot.
|days_rotten=9
<!--NUTRITION-->
|hunger_change=-12
|thirst_change=-8
|calories=65
|lipids=0.3
|proteins=1
|carbohydrates=16.27
<!--TECHNICAL DETAILS-->
|class_name=Base.Orange
}}An '''orange''' is a [[Food#Perishable|perishable]] food [[item]].  


== Nutritional Information ==
==Usage==
{| border=0 align=left
{{Main|Trapping}}
|
Apples can be used as bait in [[Trapping|traps]] to capture [[Dead_Mouse|mice]], [[Dead_Rat|rats]] and [[Dead_Squirrel|squirrels]].
===Consumable properties===
Oranges can be eaten, providing the player with some positive effects, however these will become more negative the longer it's left to perish.
{{Consumables2
{{Consumables2
|image = Orange.png
|image = Orange.png
Line 31: Line 42:
|rotten image = Rotten Orange.png
|rotten image = Rotten Orange.png
}}
}}
|}
<br><br><br><br><br><br><br><br><br><br><br><br>


'''It's Nutritional Values are as follows:'''<br>
== Crafting ==
Carbohydrates = 16.27 <br>
=== Evolved recipes ===
Proteins = 1.00 <br>
{{EvolvedRecipesForItem|cake=-8|fruitsalad=-8}}
Lipids = 0.30 <br>
Calories = 65 <br><br>
== Evolved Recipes ==
{{EvolvedRecipesForItem
|cake=8|}}


== Trapping ==
==Distribution==
 
Cherries are often found in [[Containers#Refrigerator|fridges]] and [[Containers#Displays|grocery displays]].  
Oranges can also be used in [[Trapping|traps]] to capture [[Dead_Mouse|mice]], [[Dead_Rat|rats]] and [[Dead_Squirrel|squirrels]].
 
Refer to [[Trapping|trapping]] for further information.


== Code ==
== Code ==
<nowiki>
'''''From items.txt (Project Zomboid directory/media/scripts/)'''''
item Orange
{{Retrieved|version=40|incver=6}}
<pre> item Orange
HungerChange = -12,
HungerChange = -12,
Weight = 0.2,
Weight = 0.2,
Line 66: Line 67:
         Proteins = 1,
         Proteins = 1,
         Lipids = 0.3,
         Lipids = 0.3,
         Calories = 65,
         Calories = 65,</pre>
</nowiki>
 
==See also==
*[[Lemon]]
*[[Pineapple]]


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

Revision as of 15:21, 15 August 2018

Orange
Orange
General
Category Food
Encumbrance
Heavy Load
0.2
Days until stale 6 days
Days until rotten 9 days
Nutrition
Hunger
Hunger
-12
Thirst
Thirst
-8
Calories
Calories
65
Carbohydrates
Carbohydrates
16.27
Proteins
Proteins
1
Fat
Fat
0.3
Technical details
Item ID Base.Orange

An orange is a perishable food item.

Usage

Main article: Trapping

Apples can be used as bait in traps to capture mice, rats and squirrels.

Consumable properties

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

Crafting

Evolved recipes

Product Nutrition
Fruit Salad
Fruit Salad
-8
Cake
Cake
-8

Distribution

Cherries are often found in fridges and grocery displays.

Code

From items.txt (Project Zomboid directory/media/scripts/) Retrieved: Build 40.6

	item Orange
		HungerChange		= -12,
		Weight			= 0.2,
		Type			= Food,
		DaysTotallyRotten	= 9,
		ThirstChange		= -20,
		DisplayName		= Orange,
		Icon			= Orange,
		DaysFresh		= 6,
		EvolvedRecipe 		= Cake:8,
		FoodType    		= Fruits,
        	Carbohydrates 		= 16.27,
        	Proteins 		= 1,
        	Lipids 			= 0.3,
        	Calories 		= 65,

See also

Template:Navbox/Consumables