Toggle menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Be crafty.png

Build 42 unstable is out now!

The wiki has already begun updating. Please be patient during the transition.
Help us by contributing to the build 42 update project.
The Project Zomboid Map Project will not be updated until at least January, in the meantime use B42 Map.

404SpiffoMascotMap.png

Water Dispenser

From PZwiki
Project ZomboidTilesWater sourcesWater Dispenser
UI Tick.png
This page has been revised for the current stable version (41.78.16).
Help by adding any missing content. [edit]
Parts of this page may have been automatically updated to the latest build (42.0.2).
Water Dispenser
Water Dispenser.png
Location business office generic 01 49.png
Location business office generic 01 56.png
Location business office generic 01 57.png
[[File:{{{icon5}}}|Water Dispenser||class=pixelart}}]]
[[File:{{{icon6}}}|Water Dispenser||class=pixelart}}]]
[[File:{{{icon7}}}|Water Dispenser||class=pixelart}}]]
[[File:{{{icon8}}}|Water Dispenser||class=pixelart}}]]
[[File:{{{icon9}}}|Water Dispenser||class=pixelart}}]]
General
Category
Furniture
EncumbranceMoodle Icon HeavyLoad.png
30.0
Size
1 tile
Function
Store water
Properties
Type
Water source
Liquid capacity
250 units
Contents
Is low
True
Move
Pickup Skill (level)
Technical
Item ID(s)
Moveables.{sprite_id}
Sprite ID(s)
location_business_office_generic_01_48
location_business_office_generic_01_49
location_business_office_generic_01_56
location_business_office_generic_01_57
Tile ID(s)
149048
149049
149056
149057

A water dispenser is a non-craftable water container.

Usage

Water dispensers take up one tile space and cannot be used to collect rainwater. They have water storage of 250 units and a encumbrance of 30 when picked up, the water dispenser can be filled with clean water after it has been depleted, because of this you can use them as water storage after the water supply is cut off.

Water dispensers cannot be crafted or disassembled, and can only be moved, requiring no tools to do so. Water dispensers can usually be found in such buildings as offices, warehouses, and hotels. You can search for them as a temporary water supply after the water shuts off.

Capacity

Water units Water bottles
250 25

Code

Code icon.png Code snippet! This section contains source code from Project ZomboidShow / Hide

Source: ProjectZomboid\media\scripts\newMoveables.txt

Retrieved: Build 41.78.16
item Mov_WaterDispenser
	{
		DisplayCategory = Furniture,
		Type			= Moveable,
		Icon			= default,
		Weight		  	= 0.5,
		DisplayName		= Water Dispenser,
		WorldObjectSprite	= location_business_office_generic_01_49,
	}

Source: ProjectZomboid\media\newtiledefinitions.tiles

Retrieved: Build 41.78.16
{
      "location_business_office_generic_01_48": {
          "name": "location_business_office_generic_01_48",
          "id": 149048,
          "type": "MAX",
          "tileSheetIndex": 48,
          "properties": {
              "generic": {
                  "solidtrans": "",
                  "waterAmount": "250",
                  "waterMaxAmount": "250",
                  "BlocksPlacement": "",
                  "CustomName": "Dispenser",
                  "Facing": "E",
                  "GroupName": "Water",
                  "IsLow": "",
                  "IsMoveAble": "",
                  "Material": "MetalScrap",
                  "Material2": "WaterContainer",
                  "PickUpWeight": 300,
                  "ScrapSize": "Small"
              }
          }
      }
  }

Source: ProjectZomboid\media\newtiledefinitions.tiles

Retrieved: Build 41.78.16
{
      "location_business_office_generic_01_49": {
          "name": "location_business_office_generic_01_49",
          "id": 149049,
          "type": "MAX",
          "tileSheetIndex": 49,
          "properties": {
              "generic": {
                  "solidtrans": "",
                  "waterAmount": "250",
                  "waterMaxAmount": "250",
                  "BlocksPlacement": "",
                  "CustomName": "Dispenser",
                  "Facing": "S",
                  "GroupName": "Water",
                  "IsLow": "",
                  "IsMoveAble": "",
                  "Material": "MetalScrap",
                  "Material2": "WaterContainer",
                  "PickUpWeight": 300,
                  "ScrapSize": "Small"
              }
          }
      }
  }

Source: ProjectZomboid\media\newtiledefinitions.tiles

Retrieved: Build 41.78.16
{
      "location_business_office_generic_01_56": {
          "name": "location_business_office_generic_01_56",
          "id": 149056,
          "type": "MAX",
          "tileSheetIndex": 56,
          "properties": {
              "generic": {
                  "solidtrans": "",
                  "waterAmount": "250",
                  "waterMaxAmount": "250",
                  "BlocksPlacement": "",
                  "CustomName": "Dispenser",
                  "Facing": "W",
                  "GroupName": "Water",
                  "IsLow": "",
                  "IsMoveAble": "",
                  "Material": "MetalScrap",
                  "Material2": "WaterContainer",
                  "PickUpWeight": 300,
                  "ScrapSize": "Small"
              }
          }
      }
  }

Source: ProjectZomboid\media\newtiledefinitions.tiles

Retrieved: Build 41.78.16
{
      "location_business_office_generic_01_57": {
          "name": "location_business_office_generic_01_57",
          "id": 149057,
          "type": "MAX",
          "tileSheetIndex": 57,
          "properties": {
              "generic": {
                  "solidtrans": "",
                  "waterAmount": "250",
                  "waterMaxAmount": "250",
                  "BlocksPlacement": "",
                  "CustomName": "Dispenser",
                  "Facing": "N",
                  "GroupName": "Water",
                  "IsLow": "",
                  "IsMoveAble": "",
                  "Material": "MetalScrap",
                  "Material2": "WaterContainer",
                  "PickUpWeight": 300,
                  "ScrapSize": "Small"
              }
          }
      }
  }

See also