Orange Soda: Difference between revisions

From PZwiki
m (fixed container links)
(New infobox + new layout)
Line 1: Line 1:
__NOTOC__
{{languages|Orange Soda}}
{{languages|Orange Soda}}
<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=Orange Soda
<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:Drinks|Drinks]] -> [[{{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 = Pop4.png
|image=Pop4_120px.png
|hunger = -12
|alternate_image=Pop_empty.png
|thirst = -85
|alternate_name=Empty Pop Bottle
|unhappiness = -10
|alternate_link=Empty Pop Bottle
|weight = 0.8
|alternate_image2=Pop_water.png
}}
|alternate_name2=Water Bottle
[[Orange Soda]] is a drink item often found in [[Containers#Kitchen Counter|kitchen counters]] and [[Containers#Vending Machines|vending machines]]. It is a [[Food#Non-Perishable|non-perishable]] item.
|alternate_link2=Water Bottle (Pop)
<br>
<!--GENERAL-->
Upon consumption it'll reduce the user's thirst by 85, hunger by 12 and unhappiness by 10 and provides an [[Empty Pop Bottle|empty pop bottle]] to use for water storage.
|category=Food
|weight=0.8
|packaged=True
<!--NUTRITION-->
|hunger_change=-12
|thirst_change=-85
|calories=400
|lipids=0
|proteins=0
|carbohydrates=104
<!--EFFECTS-->
|unhappy_change=-10
<!--TECHNICAL DETAILS-->
|class_name=Base.PopBottle
}}{{Quote|text=Have you tried new Orange-Lite Pop?<br>The ice-cold, all-American taste of pure refreshment!<br>Quench your thirst!<br>Energize your being!|author=In-game radio}}
'''Orange soda''' is a [[Food#Non-Perishable|non-perishable]] food [[items|item]].


== Nutritional Information ==
==Usage==
<br>
Bottles of orange soda can be eaten, providing the player with some positive effects, including reducing [[Moodles#Unhappy|unhappiness]]. Once fully consumed, an [[Empty Pop Bottle|empty pop bottle]] will be left.
'''It's Nutritional Values are as follows:'''<br>
 
Carbohydrates = 104 <br>
Unlike [[Water Bottle|bottles of water]], it has to be drunk manually to satiate [[Moodles#Thirst|thirst]].
Proteins = 0 <br>
 
Lipids = 0 <br>
==Distribution==
Calories = 400 <br><br>
Bottles of orange soda can be found in [[Containers#Vending Machines|Pop vending machines]], offices, Spiffo's, bars, motel rooms, restaurants, some [[Containers#Refrigerators|refrigerators]], theatres, and candy stores.


== Code ==
== Code ==
<nowiki>item PopBottle
'''''From items.txt (Project Zomboid directory/media/scripts/)'''''
{{Retrieved|version=40|incver=16}}
<pre> item PopBottle
HungerChange = -12,
HungerChange = -12,
Weight = 0.8,
Weight = 0.8,
Line 40: Line 56:
         Calories = 400,
         Calories = 400,
         Packaged = TRUE,
         Packaged = TRUE,
         CantBeFrozen = TRUE,
         CantBeFrozen = TRUE,</pre>
</nowiki>


==See Also==
==See also==
* [[Items#Other|Entry in Item List - Other]]
* [[Items#Other|Entry in Item List - Other]]


{{Navbox/Consumables}}
{{Navbox/Consumables}}
[[Category:Consumables]]
[[Category:Items]]
[[Category:Drinks]]
[[Category:Drinks]]
[[Category:Version 34.28]]

Revision as of 16:34, 19 September 2018

Orange Soda
Orange Soda
Empty Pop Bottle Water Bottle
General
Category Food
Encumbrance
Heavy Load
0.8
Packaged True
Nutrition
Hunger
Hunger
-12
Thirst
Thirst
-85
Calories
Calories
400
Carbohydrates
Carbohydrates
104
Proteins
Proteins
0
Fat
Fat
0
Effect
Unhappiness
Unhappiness
-10
Technical details
Item ID Base.PopBottle
Have you tried new Orange-Lite Pop?
The ice-cold, all-American taste of pure refreshment!
Quench your thirst!
Energize your being!
— In-game radio

Orange soda is a non-perishable food item.

Usage

Bottles of orange soda can be eaten, providing the player with some positive effects, including reducing unhappiness. Once fully consumed, an empty pop bottle will be left.

Unlike bottles of water, it has to be drunk manually to satiate thirst.

Distribution

Bottles of orange soda can be found in Pop vending machines, offices, Spiffo's, bars, motel rooms, restaurants, some refrigerators, theatres, and candy stores.

Code

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

	item PopBottle
		HungerChange	= -12,
		Weight		= 0.8,
		Type		= Food,
		UnhappyChange	= -10,
		ThirstChange	= -85,
		DisplayName	= Orange Soda,
		ReplaceOnUse	= PopBottleEmpty,
		Icon		= Pop4,
		CustomContextMenu = Drink,
		CustomEatSound 	= PZ_DrinkingFromBottle,
        	Carbohydrates 	= 104,
        	Proteins 	= 0,
        	Lipids 		= 0,
        	Calories 	= 400,
        	Packaged 	= TRUE,
        	CantBeFrozen 	= TRUE,

See also

Template:Navbox/Consumables