Water Bottle (Orange Soda): Difference between revisions

From PZwiki
m (Vaileasys moved page Water Bottle (Orange Soda) to Water Bottle (Orange Soda): coincide with in-game name)
(updated to 41.68 + added gallery & trivai + changed navbox + added model)
Line 1: Line 1:
__NOTOC__
__NOTOC__
{{languages}}
{{languages}}
{{header|Project Zomboid|Items|Food|Drinks|type=Food|version=Version 34|incver=28}}
{{header|Project Zomboid|Items|Food|Drinks|type=Food|version=Version 41|incver=68}}


{{Infobox drainable
{{Infobox drainable
|display_name=Water Bottle (Pop)
|display_name=Water Bottle
|name_colour=Tool
|name_colour=Tool
|name_text_colour=Tool
|name_text_colour=Tool
|image=UTENSILPopBottleofWater.png
|image=PopBottleEmpty_Model.png
|image_width = 120px
|image_width = 300px
|alternate_image=Pop_empty.png
|alternate_image=Pop_water.png
|alternate_name=Empty Pop Bottle
|alternate_name=Water Bottle
|alternate_link=
|alternate_link=
|alternate_image2=Pop_empty.png
|alternate_name2=Empty Orange Soda Bottle
|alternate_link2=
|category='''Empty:''' Water Container<br>'''Full:''' Water
|weight='''Empty:''' 0.1<br>'''Full:''' 0.8
|weight='''Empty:''' 0.1<br>'''Full:''' 0.8
|primary_use=Water storage
|primary_use=Water storage
Line 18: Line 22:
|can_boil_water=False
|can_boil_water=False
|class_name=Base.PopBottleEmpty<br>Base.WaterPopBottle
|class_name=Base.PopBottleEmpty<br>Base.WaterPopBottle
}}
}}A '''water bottle''' is an essential [[water]] containing item in [[Project Zomboid]].


Pop Water bottles will automatically satiate [[thirst]], as the player lives in Project Zomboid.
==Usage==
A Pop Bottle of water will gradually lose its content, and it will have to be refilled. To refill an empty bottle, you need to have it in your main inventory, then you right click on any water source (Sinks, wells, [[Rain Collector Barrel|Rain Collectors]]) and click "Fill empty bottle".  
A water bottle will automatically satiate the player's [[thirst]], so long as it's in the players main inventory (i.e. not in a [[Bags|bag]]).  


The empty bottle is the resulting product after consuming/emptying a bottle of [[Orange Soda|orange soda]] (or water)


===Refilling===
The contents will gradually deplete, therefore requiring to be refilled. A water bottle can be filled so long as it isn't full. To refill a water bottle, either:
#''Right-click'' a water containing item in the player' inventory (e.g. [[Cooking Pot with Water|cooking pot with water]]) and ''left-click'' "Pour into" > "Water Bottle".
#''Right-click'' a water source (i.e. [[Faucet|sink]], [[well]], [[Rain Collector Barrel|rain collector]], etc.) and ''left-click'' "Fill" > "Water Bottle".


As of Build 31, water from rivers or Rain Collector barrels will be tainted, causing the player to be [[Moodles#Sick|Sick]]. After a random amount of days at the start of a new game, the water works will be gone, and the character will have to survive on scavenged water or what is left in cisterns and house systems. Pop Water Bottles are found in trash cans and refrigerators.  
Water from rivers or [[Rain Collector Barrel|rain collector barrels]] will be ''tainted'', causing the player to become [[Moodles#Sick|sick]].  


The pop version of the water bottle can only be found by drinking a orange soda, and then you will get an empty water bottle. It acts the same way as the blue variant of the water bottle.
After a random number of days, the waterworks will shut off, requiring the player to survive on scavenged water or what is left in cisterns and house systems.  


<br>See the [[Water]] page for comparisons for water storage.
==Distribution==
Empty bottles can be found in bins.


==Recipe==
==Trivia==
{| class="pztable sortable" style="text-align:center;"
*Empty Orange Soda Bottle is one of the oldest items in [[Project Zomboid]] and was originally called "Empty Pop Bottle", however was changed in [[Build 41]].  
|-
*Empty Orange Soda Bottle is the only empty bottle in [[Project Zomboid]] called something other than "Empty Bottle".
! Name
 
! class="unsortable" | Recipe
==Gallery==
! class="unsortable" | Description
<gallery>
! Skill Level
PopBottleEmpty_Model.png|Water Bottle and Empty Bottle model/texture used when placed in the world.
{{Recipe|2
PopBottleAnim Model.png|Water Bottle model/texture used when performing an animation (e.g. drinking).  
|item1=[[Empty Pop Bottle]]|q1=x1 |picitem1=File:UTENSILEmptyPopBottle.png|tag1=
</gallery>
|item2=[[Water]] |q2=x1 |picitem2=File:Water drop.png
|product=Water Bottle (Pop)|qproduct=x1 |picproduct=File:UTENSILPopBottleofWater.png
|description=A Pop Bottle full of Water
|level= No crafting level required.}}
|}


== Code ==
== Code ==
'''''From items.txt (Project Zomboid directory/media/scripts/)'''''
'''''From items_food.txt (Project Zomboid directory/media/scripts/)'''''
{{Retrieved|version=40|incver=43}}
 
  <pre>
''Water Bottle'' [[File:Pop_water.png]]
item WaterPopBottle
{{Retrieved|version=41|incver=68}}
  <pre> item WaterPopBottle
{
DisplayCategory = Water,
IsWaterSource = TRUE,
IsWaterSource = TRUE,
Weight = 0.8,
Weight = 0.8,
CanStoreWater = TRUE,
CanStoreWater = TRUE,
FillFromDispenserSound = GetWaterFromDispenserPlasticMedium,
FillFromTapSound = GetWaterFromTapPlasticMedium,
Type = Drainable,
Type = Drainable,
UseWhileEquipped = FALSE,
UseWhileEquipped = FALSE,
Line 62: Line 72:
Icon = Pop_water,
Icon = Pop_water,
CustomContextMenu = Drink,
CustomContextMenu = Drink,
CustomEatSound = DrinkingFromBottle,
CustomEatSound = DrinkingFromBottlePlastic,
StaticModel = PopBottle,
</pre>
WorldStaticModel = EmptyPopBottle,
}</pre>
 
'''''From items.txt (Project Zomboid directory/media/scripts/)'''''
 
''Empty Bottle'' [[File:Pop_empty.png]]
{{Retrieved|version=41|incver=68}}
<pre> item PopBottleEmpty
{
DisplayCategory = WaterContainer,
Weight = 0.1,
CanStoreWater = TRUE,
Type = Normal,
DisplayName = Empty Pop Bottle,
ReplaceOnUseOn = WaterSource-WaterPopBottle,
Icon = Pop_empty,
MetalValue = 5,
WorldStaticModel = EmptyPopBottle,
}</pre>
 
==See also==
*[[Water Bottle]]
*


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

Revision as of 05:42, 13 March 2022


Project ZomboidItemsFoodDrinksWater Bottle (Orange Soda)
Water Bottle
Water Bottle
Water Bottle Empty Orange Soda Bottle
General
Category Empty: Water Container
Full: Water
Encumbrance
Heavy Load
Empty: 0.1
Full: 0.8
Function Water storage
Capacity 10 units
Contents Water
Can boil water False
Technical details
item ID Base.PopBottleEmpty
Base.WaterPopBottle

A water bottle is an essential water containing item in Project Zomboid.

Usage

A water bottle will automatically satiate the player's thirst, so long as it's in the players main inventory (i.e. not in a bag).

The empty bottle is the resulting product after consuming/emptying a bottle of orange soda (or water)

Refilling

The contents will gradually deplete, therefore requiring to be refilled. A water bottle can be filled so long as it isn't full. To refill a water bottle, either:

  1. Right-click a water containing item in the player' inventory (e.g. cooking pot with water) and left-click "Pour into" > "Water Bottle".
  2. Right-click a water source (i.e. sink, well, rain collector, etc.) and left-click "Fill" > "Water Bottle".

Water from rivers or rain collector barrels will be tainted, causing the player to become sick.

After a random number of days, the waterworks will shut off, requiring the player to survive on scavenged water or what is left in cisterns and house systems.

Distribution

Empty bottles can be found in bins.

Trivia

  • Empty Orange Soda Bottle is one of the oldest items in Project Zomboid and was originally called "Empty Pop Bottle", however was changed in Build 41.
  • Empty Orange Soda Bottle is the only empty bottle in Project Zomboid called something other than "Empty Bottle".

Gallery

Code

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

Water Bottle Pop water.png Retrieved: Build 41.68

	item WaterPopBottle
	{
		DisplayCategory 	= Water,
		IsWaterSource		= TRUE,
		Weight			= 0.8,
		CanStoreWater		= TRUE,
		FillFromDispenserSound 	= GetWaterFromDispenserPlasticMedium,
		FillFromTapSound 	= GetWaterFromTapPlasticMedium,
		Type			= Drainable,
		UseWhileEquipped	= FALSE,
		UseDelta		= 0.1,
		DisplayName		= Water Bottle,
		ReplaceOnDeplete	= PopBottleEmpty,
		ReplaceOnUseOn		= WaterSource-WaterPopBottle,
		Icon			= Pop_water,
		CustomContextMenu 	= Drink,
		CustomEatSound 		= DrinkingFromBottlePlastic,
		StaticModel 		= PopBottle,
		WorldStaticModel 	= EmptyPopBottle,
	}

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

Empty Bottle Pop empty.png Retrieved: Build 41.68

	item PopBottleEmpty
	{
		DisplayCategory 	= WaterContainer,
		Weight			= 0.1,
		CanStoreWater		= TRUE,
		Type			= Normal,
		DisplayName		= Empty Pop Bottle,
		ReplaceOnUseOn		= WaterSource-WaterPopBottle,
		Icon			= Pop_empty,
		MetalValue 		= 5,
		WorldStaticModel 	= EmptyPopBottle,
	}

See also