Orange Soda: Difference between revisions

From PZwiki
(added model to infobox)
(updated to 41.68)
Line 1: Line 1:
{{languages}}
{{languages}}
{{header|Project Zomboid|Items|Food|Non-Perishable Food|type=Food|version=Version 40|incver=16}}{{Infobox food
{{header|Project Zomboid|Items|Food|Drinks|type=Food|version=Version 41|incver=68}}{{Infobox food
|display_name=Orange Soda
|display_name=Orange Soda
|name_colour=Food
|name_colour=Food
Line 10: Line 10:
|alternate_link=
|alternate_link=
|alternate_image2=Pop_empty.png
|alternate_image2=Pop_empty.png
|alternate_name2=Empty Pop Bottle
|alternate_name2=Empty Orange Soda Bottle
|alternate_link2=Empty Pop Bottle
|alternate_link2=Water Bottle (Orange Soda)
|alternate_image3=Pop_water.png
|alternate_image3=Pop_water.png
|alternate_name3=Water Bottle
|alternate_name3=Water Bottle
|alternate_link3=Water Bottle (Pop)
|alternate_link3=Water Bottle (Orange Soda)
<!--GENERAL-->
<!--GENERAL-->
|category=Food
|category=Food
Line 31: Line 31:
|class_name=Base.PopBottle
|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}}
}}{{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]].
'''Orange soda''' is a [[Food#Non-Perishable|non-perishable]] drinkable food [[items|item]].


==Usage==
==Usage==
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.
Bottles of orange soda can be consumed, providing the player with some positive effects, including reducing [[Moodles#Unhappy|unhappiness]]. Once fully consumed, an [[Water Bottle (Orange Soda)|empty orange soda bottle]] will be left.


Unlike [[Water Bottle|bottles of water]], it has to be drunk manually to satiate [[Moodles#Thirst|thirst]].
Unlike [[Water Bottle|bottles of water]], it has to be drunk manually to satiate [[Moodles#Thirst|thirst]].
Line 40: Line 40:
==Distribution==
==Distribution==
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.
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.
==Gallery==
<gallery>
PopBottle_Model.png|Oranga Soda model used when placed in the world.
PopBottleAnim_Model.png|Orange Soda model used when performing an animation (e.g. drinking).
</gallery>


== Code ==
== Code ==
'''''From items.txt (Project Zomboid directory/media/scripts/)'''''
'''''From items_food.txt (Project Zomboid directory/media/scripts/)'''''
{{Retrieved|version=40|incver=16}}
{{Retrieved|version=41|incver=68}}
<pre> item PopBottle
<pre> item PopBottle
HungerChange = -12,
{
Weight = 0.8,
DisplayCategory = Food,
Type = Food,
HungerChange = -12,
UnhappyChange = -10,
Weight = 0.8,
ThirstChange = -85,
Type = Food,
DisplayName = Orange Soda,
UnhappyChange = -10,
ReplaceOnUse = PopBottleEmpty,
ThirstChange = -85,
Icon = Pop4,
DisplayName = Orange Soda,
CustomContextMenu = Drink,
ReplaceOnUse = PopBottleEmpty,
CustomEatSound = PZ_DrinkingFromBottle,
Icon = Pop4,
        Carbohydrates = 104,
CustomContextMenu = Drink,
        Proteins = 0,
CustomEatSound = DrinkingFromBottlePlastic,
        Lipids = 0,
        Carbohydrates = 104,
        Calories = 400,
        Proteins = 0,
        Packaged = TRUE,
        Lipids = 0,
        CantBeFrozen = TRUE,</pre>
        Calories = 400,
        Packaged = TRUE,
        CantBeFrozen = TRUE,
        StaticModel = PopBottle,
        EatType = bottle,
        WorldStaticModel = PopBottleWorld,
}</pre>


==See also==
==See also==
* [[Items#Other|Entry in Item List - Other]]
* [[Water Bottle]]
* [[Pop]]


{{Navbox/Consumables}}
{{Navbox_food}}
[[Category:Drinks]]

Revision as of 05:19, 13 March 2022

Project ZomboidItemsFoodDrinksOrange Soda
Orange Soda
Orange Soda
Orange Soda Empty Orange Soda 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 drinkable food item.

Usage

Bottles of orange soda can be consumed, providing the player with some positive effects, including reducing unhappiness. Once fully consumed, an empty orange soda 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.

Gallery

Code

From items_food.txt (Project Zomboid directory/media/scripts/) Retrieved: Build 41.68

	item PopBottle
	{
	DisplayCategory 	= Food,
	HungerChange		= -12,
	Weight			= 0.8,
	Type			= Food,
	UnhappyChange		= -10,
	ThirstChange		= -85,
	DisplayName		= Orange Soda,
	ReplaceOnUse		= PopBottleEmpty,
	Icon			= Pop4,
	CustomContextMenu 	= Drink,
	CustomEatSound 		= DrinkingFromBottlePlastic,
        Carbohydrates 		= 104,
        Proteins 		= 0,
        Lipids 			= 0,
        Calories 		= 400,
        Packaged 		= TRUE,
        CantBeFrozen 		= TRUE,
        StaticModel 		= PopBottle,
        EatType 		= bottle,
        WorldStaticModel 	= PopBottleWorld,
	}

See also