Water Bottle/es: Difference between revisions

From PZwiki
< Water BottleWater Bottle/es
(Created page with "__NOTOC__ {{languages|Water_Bottle}} <div class="header" style="margin: 5px; align: right; background: #CEF2E0; padding: 13px; text-align: left; font-size: 100%; color:#000000...")
 
m ({{Navbox items|food}})
 
(36 intermediate revisions by 4 users not shown)
Line 1: Line 1:
__NOTOC__
{{DISPLAYTITLE:Botella con Agua}}{{Infobox item
{{languages|Water_Bottle}}
|icon = Water_Bottle_Full.png
<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 -->
|weight = 0.8
<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 -->
}}Las botellas con agua saciarán automáticamente la [[Thirst|Sed]], ya que el jugador vive en Project Zomboid. Una botella con agua perderá gradualmente su contenido, y tendrá que ser rellenada. Para rellenar una botella vacía, es necesario que la tenga en su inventario principal, luego haga clic derecho en cualquier fuente de agua (Fregaderos, pozos, Recolectores de lluvia) y haga clic en "Llenar la botella vacía".
<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}}|Water Bottle]]  </div><!-- Code for Navigation Bar at top, special blank char's before '''Navigation''' to give space -->
 
A partir de la build 31, el agua de los ríos o de los barriles recolectores de lluvia estarán contaminadas, causando que el jugador se enferme. Después de una cantidad aleatoria de días en el comienzo de un nuevo juego, el agua potable de las tuberías se acabara, y el personaje tendrá que sobrevivir con el agua recolectada o lo que queda en cisternas y otros contenedores en las casas (servicio, Ducha, bañera o tina). Las botellas de agua se pueden encontrar en botes de basura y refrigeradores.
 
Vea la página de [[Agua]] para las comparaciones de contenedores de agua.
 
==Receta==


{{Items
===Engineering===
|image = Water Bottle Full.png
{{Main|Electrical}}
|weight = 0.8
{{Crafting/sandbox2
|fire_bomb
}}
}}
Water bottles will automatically satiate [[Thirst|thirst]], as the player lives in Project Zomboid.
A 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".
<br><br>
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. Water Bottles are found in trash cans and refrigerators.
<br><br>See the [[Water]] page for comparisons for water storage.
==Recipe==
{| class="wikitable sortable" style="text-align:center;"
|-
! Name
! class="unsortable" | Recipe
! class="unsortable" | Description
! Skill Level
{{Recipe|2
|item1=[[Empty Bottle]]|q1=x1 |picitem1=File:UTENSILEmptyWaterBottle.png |tag1=
|item2=[[Water]] |q2=x1 |picitem2=File:Water drop.png
|product=[[Water bottle|Water Bottle]]|qproduct=x1 |picproduct=File:Water Bottle Full.png
|description=A Bottle of Water
|level= No crafting level required.}}
|}


== Code ==
==Codigo==
<nowiki>
<pre>
item WaterBottleFull
item WaterBottleFull
IsWaterSource = TRUE,
IsWaterSource = TRUE,
Line 43: Line 29:
ReplaceOnUseOn = WaterSource-WaterBottleFull,
ReplaceOnUseOn = WaterSource-WaterBottleFull,
Icon = WaterBottle_Full,
Icon = WaterBottle_Full,
</pre>
</nowiki>
 
{{Navbox/Consumables}}
{{Navbox items|food}}
[[Category:Consumables]]
 
[[Category:Items]]
<!--[[Category:Version 34.28]]-->
[[Category:Drinks]]
[[Category:Version 34.28]]

Latest revision as of 06:06, 8 April 2024

Botella con Agua
Water Bottle Full.png
General
Encumbrance
Moodle Icon HeavyLoad.png
0.8

Las botellas con agua saciarán automáticamente la Sed, ya que el jugador vive en Project Zomboid. Una botella con agua perderá gradualmente su contenido, y tendrá que ser rellenada. Para rellenar una botella vacía, es necesario que la tenga en su inventario principal, luego haga clic derecho en cualquier fuente de agua (Fregaderos, pozos, Recolectores de lluvia) y haga clic en "Llenar la botella vacía".

A partir de la build 31, el agua de los ríos o de los barriles recolectores de lluvia estarán contaminadas, causando que el jugador se enferme. Después de una cantidad aleatoria de días en el comienzo de un nuevo juego, el agua potable de las tuberías se acabara, y el personaje tendrá que sobrevivir con el agua recolectada o lo que queda en cisternas y otros contenedores en las casas (servicio, Ducha, bañera o tina). Las botellas de agua se pueden encontrar en botes de basura y refrigeradores.

Vea la página de Agua para las comparaciones de contenedores de agua.

Receta

Engineering

Main article: Electricidad
Product Ingredients Tools Requirements Workstation XP
BottleWithGas.png
Fire Bomb/es
WaterBottle Empty.png Empty Bottle/es ×1
Petrol.png Gas Can/es ×4 unit(s)
Rag.png Ripped Sheets/es ×1
none
Profession engineer.png
Engineer occupation/es
none none

Codigo

	item WaterBottleFull
		IsWaterSource		= TRUE,
		Weight			= 0.8,
		CanStoreWater		= TRUE,
		Type			= Drainable,
		UseWhileEquipped	= FALSE,
		UseDelta		= 0.1,
		DisplayName		= Water Bottle,
		ReplaceOnDeplete	= WaterBottleEmpty,
		ReplaceOnUseOn		= WaterSource-WaterBottleFull,
		Icon			= WaterBottle_Full,