Watering Can: Difference between revisions

From PZwiki
m (Vaileasys moved page Watering Can to Watering Can over redirect: official display name)
(adjustments to layout. Added new infobox and header)
Line 1: Line 1:
__NOTOC__
{{languages|Watering can}}
{{languages|Watering can}}
<div class="header" style="margin: 5px; align: right; background: #C3E4ED; padding: 13px; text-align: left; font-size: 100%; color:#000000; border: 1px solid #9AC0CD"> <!-- Code for Background Colour -->
{{header|The Game World|Items|Tools|type=Farming|version=Version 39|incver=67.5}}{{Infobox normal
<div style="float: right;background: #C3E4ED;border: 1px solid #9AC0CD; margin: -30pt -10.5pt">    '''Page Updated @ Version: 34.28'''    </div><!-- Code for Version Tag at top -->
|display_name = Watering Can
<div style="float: left;background: #C3E4ED;border: 1px solid #9AC0CD; margin: -30pt -10.5pt">   '''Navigation''' - [[:Category:Main|Main Index]] -> [[:Category:The_Game_World|The Game World]] -> [[:Category:Items|Items]] -> [[:Category:Farming|Farming]] -> [[{{PAGENAME}}|Watering Can]]   </div><!-- Code for Navigation Bar at top, special blank char's before '''Navigation''' to give space -->
|name_colour = Farming
{{Items
|name_text_colour = Farming
|image = TOOLWateringCan.png
|image = TZ_WateringCan.png
|weight = 2.0 or 4.0
|weight = 2.0
}}
|primary_use = [[Water]] storage
|can_store_water=True
|rain_factor = 0.2
|class_name = Base.WateredCan
}}{{Infobox drainable
|display_name=Watering Can (Full)
|name_colour = Water
|name_text_colour = Water
|image = TZ_WateringCan.png
|weight = 4.0
|primary_use = [[Water]] crops
|max_units = 40
|contents = [[Water]]
|can_boil_water = False
|rain_factor = 0.2
|class_name = Base.WateredCanFull
}}A '''watering can''' is a [[water]] container used in [[farming]].


'''A Watering Can''' is a large watering container used to water crops. It can be found in garages, crates, and sheds.
==Usage==
<br><br>
===Water===
When full of water, their weight doubles to 4.0 making it a considerably heavy item.
:''For main article, see: [[Water]]''
<br><br>
A watering can can be filled with up to 40 units of water, equal to that of the [[Gardening Spray Can|gardening spray can]]. Although it is much heavier than the gardening spray can, the watering can can be filled in the rain. Although it should be boiled first in a separate container as the water is considered tainted.
See [[Farming]] for further information on farming, and see [[Water]] for water storage comparisons.
 
===Farming===
:''For main article, see: [[Farming]]''
Due to its large storage capacity, the watering can is ideal for watering crops.
 
==Distribution==
It can be found in garages, crates, and sheds.


== Code ==
== Code ==
''Full Watering Can'' [[File:TOOLWateringCan.png]]
'''''From farming.txt (Project Zomboid directory/media/scripts/)'''''
  <nowiki>
 
    item WateredCanFull
''Watering Can'' [[File:TZ_WateringCan.png]]
{{Retrieved|version=39|incver=67.5}}
<nowiki> item WateredCan
Type = Normal,
DisplayName = Watering Can,
Icon = TZ_WateringCan,
Weight = 2.0,
    ReplaceOnUseOn = WaterSource-WateredCanFull,
CanStoreWater = true</nowiki>
 
''Watering Can (Full)'' [[File:TZ_WateringCan.png]]
{{Retrieved|version=39|incver=67.5}}
<nowiki> item WateredCanFull
Type = Drainable,
Type = Drainable,
DisplayName = Watering Can (Full),
DisplayName = Watering Can (Full),
Line 28: Line 61:
     ReplaceOnDeplete = WateredCan,
     ReplaceOnDeplete = WateredCan,
     IsWaterSource = true,
     IsWaterSource = true,
CanStoreWater = true
CanStoreWater = true</nowiki>
</nowiki>
 
''Empty Watering Can'' [[File:TOOLWateringCan.png]]
==See also==
<nowiki>
*[[Trowel]]
    item WateredCan
*[[Mildew Spray]]
Type = Normal,
*[[Insecticide Spray]]
DisplayName = Watering Can,
 
Icon = TZ_WateringCan,
Weight = 2.0,
    ReplaceOnUseOn  = WaterSource-WateredCanFull,
CanStoreWater = true
</nowiki>
   
{{Navbox/Tools}}
{{Navbox/Tools}}
[[Category:Farming]]
[[Category:Farming]]
[[Category:Tools]]
[[Category:Items]]
[[Category:Version 34.28]]

Revision as of 14:58, 23 July 2018

The Game WorldItemsToolsWatering Can
Watering Can
Watering Can
General
Category Item
Encumbrance
Heavy Load
2.0
Function Water storage
Can store water True
Rain factor 0.2
Technical details
Base ID Base.WateredCan
Watering Can (Full)
Watering Can (Full)
General
Category Item
Encumbrance
Heavy Load
4.0
Function Water crops
Capacity 40 units
Contents Water
Can boil water False
Rain factor 0.2
Technical details
item ID Base.WateredCanFull

A watering can is a water container used in farming.

Usage

Water

For main article, see: Water

A watering can can be filled with up to 40 units of water, equal to that of the gardening spray can. Although it is much heavier than the gardening spray can, the watering can can be filled in the rain. Although it should be boiled first in a separate container as the water is considered tainted.

Farming

For main article, see: Farming

Due to its large storage capacity, the watering can is ideal for watering crops.

Distribution

It can be found in garages, crates, and sheds.

Code

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

Watering Can TZ WateringCan.png Retrieved: Build 39.67.5

	item WateredCan
		Type		= Normal,
		DisplayName	= Watering Can,
		Icon		= TZ_WateringCan,
		Weight		= 2.0,
    		ReplaceOnUseOn  = WaterSource-WateredCanFull,
		CanStoreWater	= true

Watering Can (Full) TZ WateringCan.png Retrieved: Build 39.67.5

	item WateredCanFull
		Type			= Drainable,
		DisplayName		= Watering Can (Full),
		Icon			= TZ_WateringCan,
		Weight			= 4.0,
    		UseDelta		= 0.025,
	    	UseWhileEquipped	= false,
    		ReplaceOnUseOn 		= WaterSource-WateredCanFull,
    		ReplaceOnDeplete 	= WateredCan,
    		IsWaterSource		= true,
		CanStoreWater		= true

See also

Template:Navbox/Tools