![]() |
PZwiki Update Project — Project Zomboid has received its largest update ever. We need your help to get the wiki updated to build 41! Want to get started? See the community portal or join the discussion on the official Discord (pzwiki_editing). We appreciate any level of contribution. |
Watering Can
Jump to navigation
Jump to search
![]() |
English • português do Brasil • русский |
Navigation: | Main>The Game World>Items>Tools>Farming Tools>Watering Can | Page updated: Version 41.66 |
---|
Watering Can | |||
---|---|---|---|
![]() | |||
| |||
General | |||
Category | Gardening | ||
Weight |
Empty: 2.0 Full: 4.0 | ||
Function | Cooking utensil | ||
Capacity | 40 units | ||
Contents | Water | ||
Can boil water | False | ||
Rain factor | 0.2 | ||
Technical details | |||
item ID |
farming.WateredCan farming.WateredCanFull |
“ | “Can be used to collect rainwater when placed on the ground outside” |
— In-game tooltip |
A watering can is a water container used in farming.
Usage
Water storage
A watering can can be filled with up to 40 units of water. It can be placed on the ground to fill with rain water.
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/)
Retrieved: Build 41.66
item WateredCan { DisplayCategory = Gardening, Type = Normal, DisplayName = Watering Can, Icon = TZ_WateringCan, Weight = 2.0, ReplaceOnUseOn = WaterSource-WateredCanFull, CanStoreWater = true, RainFactor = 0.2, Tooltip = Tooltip_item_RainFromGround, StaticModel = WateringCan, WorldStaticModel = WateringCanGround, SurvivalGear = TRUE, }
Retrieved: Build 41.66
item WateredCanFull { DisplayCategory = Water, Type = Drainable, DisplayName = Watering Can (Full), Icon = WateringCan, Weight = 4.0, UseDelta = 0.025, UseWhileEquipped = false, ReplaceOnUseOn = WaterSource-WateredCanFull, ReplaceOnDeplete = WateredCan, IsWaterSource = true, CanStoreWater = true, FillFromDispenserSound = GetWaterFromDispenserPlasticBig, FillFromTapSound = GetWaterFromTapPlasticBig, IsCookable = TRUE, RainFactor = 0.2, Tooltip = Tooltip_item_RainFromGround, StaticModel = WateringCan, WorldStaticModel = WateringCanGround, EatType = WateringCan, }
See also