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

White Standing Sink

From PZwiki
Project ZomboidTilesWater sourcesSinksWhite Standing Sink
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).
White Standing Sink
Fixtures sinks 01 13.png
Fixtures sinks 01 12.png
Fixtures sinks 01 29.png
Fixtures sinks 01 28.png
[[File:{{{icon5}}}|White Standing Sink||class=pixelart}}]]
[[File:{{{icon6}}}|White Standing Sink||class=pixelart}}]]
[[File:{{{icon7}}}|White Standing Sink||class=pixelart}}]]
[[File:{{{icon8}}}|White Standing Sink||class=pixelart}}]]
[[File:{{{icon9}}}|White Standing Sink||class=pixelart}}]]
General
Category
Furniture
EncumbranceMoodle Icon HeavyLoad.png
5.0
Size
1 tile
Properties
Type
Movable
Liquid capacity
20 units
Is low
True
Move
Pickup Tool(s)
Place Tool(s)
Move type
WallObject
Disassemble
Technical
Item ID(s)
Moveables.{sprite_id}
Sprite ID(s)
fixtures_sinks_01_13
fixtures_sinks_01_12
fixtures_sinks_01_29
fixtures_sinks_01_28
Tile ID(s)
125013
125012
125029
125028

A white standing sink is a movable tile.

Usage

This tile uses the generic movable item when picked up.

Crafting

The following table contains the materials that can drop when disassembling this tile.

Base chance is not a percentage, but can provide a basic idea of rarity.
Disassembly materials
Material Amount of tries Base chance Maximum amount
Nails 4 50 4
Iron Pipe 2 80 2
Iron Pipe 2 80 2

Breakage occurs when the player fails at picking up an item.

Breakage materials
Item dropped Maximum amount Chance per roll
Screws 3 10

Code

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

Source: ProjectZomboid\media\newtiledefinitions.tiles

Retrieved: Build 41.78.16
{
      "fixtures_sinks_01_13": {
          "name": "fixtures_sinks_01_13",
          "id": 125013,
          "type": "MAX",
          "tileSheetIndex": 13,
          "properties": {
              "generic": {
                  "waterAmount": "20",
                  "waterMaxAmount": "20",
                  "waterPiped": "",
                  "BlocksPlacement": "",
                  "CanScrap": "",
                  "CustomName": "Sink",
                  "Facing": "E",
                  "GroupName": "White Standing",
                  "IsLow": "",
                  "IsMoveAble": "",
                  "Material": "Plumbing",
                  "Material2": "Pipes",
                  "Material3": "Sink",
                  "PickUpTool": "Wrench",
                  "PickUpWeight": 50,
                  "PlaceTool": "Wrench",
                  "ScrapSize": "Small",
                  "MoveType": "WallObject",
                  "attachedW": "",
                  "CanBreak": ""
              }
          }
      }
  }

Source: ProjectZomboid\media\newtiledefinitions.tiles

Retrieved: Build 41.78.16
{
      "fixtures_sinks_01_12": {
          "name": "fixtures_sinks_01_12",
          "id": 125012,
          "type": "MAX",
          "tileSheetIndex": 12,
          "properties": {
              "generic": {
                  "waterAmount": "20",
                  "waterMaxAmount": "20",
                  "waterPiped": "",
                  "BlocksPlacement": "",
                  "CanScrap": "",
                  "CustomName": "Sink",
                  "Facing": "S",
                  "GroupName": "White Standing",
                  "IsLow": "",
                  "IsMoveAble": "",
                  "Material": "Plumbing",
                  "Material2": "Pipes",
                  "Material3": "Sink",
                  "PickUpTool": "Wrench",
                  "PickUpWeight": 50,
                  "PlaceTool": "Wrench",
                  "ScrapSize": "Small",
                  "MoveType": "WallObject",
                  "attachedN": "",
                  "CanBreak": ""
              }
          }
      }
  }

Source: ProjectZomboid\media\newtiledefinitions.tiles

Retrieved: Build 41.78.16
{
      "fixtures_sinks_01_29": {
          "name": "fixtures_sinks_01_29",
          "id": 125029,
          "type": "MAX",
          "tileSheetIndex": 29,
          "properties": {
              "generic": {
                  "waterAmount": "20",
                  "waterMaxAmount": "20",
                  "waterPiped": "",
                  "BlocksPlacement": "",
                  "CanScrap": "",
                  "CustomName": "Sink",
                  "Facing": "W",
                  "GroupName": "White Standing",
                  "IsLow": "",
                  "IsMoveAble": "",
                  "Material": "Plumbing",
                  "Material2": "Pipes",
                  "Material3": "Sink",
                  "PickUpTool": "Wrench",
                  "PickUpWeight": 50,
                  "PlaceTool": "Wrench",
                  "ScrapSize": "Small",
                  "MoveType": "WallObject",
                  "CanBreak": "",
                  "attachedE": ""
              }
          }
      }
  }

Source: ProjectZomboid\media\newtiledefinitions.tiles

Retrieved: Build 41.78.16
{
      "fixtures_sinks_01_28": {
          "name": "fixtures_sinks_01_28",
          "id": 125028,
          "type": "MAX",
          "tileSheetIndex": 28,
          "properties": {
              "generic": {
                  "waterAmount": "20",
                  "waterMaxAmount": "20",
                  "waterPiped": "",
                  "BlocksPlacement": "",
                  "CanScrap": "",
                  "CustomName": "Sink",
                  "Facing": "N",
                  "GroupName": "White Standing",
                  "IsLow": "",
                  "IsMoveAble": "",
                  "Material": "Plumbing",
                  "Material2": "Pipes",
                  "Material3": "Sink",
                  "PickUpTool": "Wrench",
                  "PickUpWeight": 50,
                  "PlaceTool": "Wrench",
                  "ScrapSize": "Small",
                  "MoveType": "WallObject",
                  "CanBreak": "",
                  "attachedS": ""
              }
          }
      }
  }

See also