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

Wall Shower

From PZwiki
UI Tick.png
This page has been revised for the current stable version (41.78.16).
Help by adding any missing content. [edit]
Wall Shower
Fixtures bathroom 01 31.png
Fixtures bathroom 01 30.png
Fixtures bathroom 01 23.png
Fixtures bathroom 01 22.png
[[File:{{{icon5}}}|Wall Shower||class=pixelart}}]]
[[File:{{{icon6}}}|Wall Shower||class=pixelart}}]]
[[File:{{{icon7}}}|Wall Shower||class=pixelart}}]]
[[File:{{{icon8}}}|Wall Shower||class=pixelart}}]]
[[File:{{{icon9}}}|Wall Shower||class=pixelart}}]]
General
Category
Shower
EncumbranceMoodle Icon HeavyLoad.png
5.0
Size
1 tile
Properties
Type
Movable
Move
Pickup Skill (level)
Pickup Tool(s)
Place Tool(s)
Move type
WallObject
Disassemble
Technical
Item ID(s)
Moveables.{sprite_id}
Sprite ID(s)
fixtures_bathroom_01_31
fixtures_bathroom_01_30
fixtures_bathroom_01_23
fixtures_bathroom_01_22
Tile ID(s)
120031
120030
120023
120022

A wall shower is a movable tile.

Usage

This tile uses the generic movable item when picked up. It must be placed on the side of a wall.

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
Metal 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_bathroom_01_31": {
          "name": "fixtures_bathroom_01_31",
          "id": 120031,
          "type": "MAX",
          "tileSheetIndex": 31,
          "properties": {
              "generic": {
                  "CanScrap": "",
                  "CustomName": "Shower",
                  "Facing": "E",
                  "GroupName": "Wall",
                  "IsMoveAble": "",
                  "Material": "Plumbing",
                  "Material2": "Pipes",
                  "PickUpLevel": "2",
                  "PickUpTool": "Hammer",
                  "PickUpWeight": 50,
                  "PlaceTool": "Hammer",
                  "ScrapSize": "Small",
                  "MoveType": "WallObject",
                  "CanBreak": ""
              }
          }
      }
  }

Source: ProjectZomboid\media\newtiledefinitions.tiles

Retrieved: Build 41.78.16
{
      "fixtures_bathroom_01_30": {
          "name": "fixtures_bathroom_01_30",
          "id": 120030,
          "type": "MAX",
          "tileSheetIndex": 30,
          "properties": {
              "generic": {
                  "CanScrap": "",
                  "CustomName": "Shower",
                  "Facing": "S",
                  "GroupName": "Wall",
                  "IsMoveAble": "",
                  "Material": "Plumbing",
                  "Material2": "Pipes",
                  "PickUpLevel": "2",
                  "PickUpTool": "Hammer",
                  "PickUpWeight": 50,
                  "PlaceTool": "Hammer",
                  "ScrapSize": "Small",
                  "MoveType": "WallObject",
                  "CanBreak": ""
              }
          }
      }
  }

Source: ProjectZomboid\media\newtiledefinitions.tiles

Retrieved: Build 41.78.16
{
      "fixtures_bathroom_01_23": {
          "name": "fixtures_bathroom_01_23",
          "id": 120023,
          "type": "MAX",
          "tileSheetIndex": 23,
          "properties": {
              "generic": {
                  "CanScrap": "",
                  "CustomName": "Shower",
                  "Facing": "W",
                  "GroupName": "Wall",
                  "IsMoveAble": "",
                  "Material": "Plumbing",
                  "Material2": "Pipes",
                  "PickUpLevel": "2",
                  "PickUpTool": "Hammer",
                  "PickUpWeight": 50,
                  "PlaceTool": "Hammer",
                  "ScrapSize": "Small",
                  "MoveType": "WallObject",
                  "CanBreak": ""
              }
          }
      }
  }

Source: ProjectZomboid\media\newtiledefinitions.tiles

Retrieved: Build 41.78.16
{
      "fixtures_bathroom_01_22": {
          "name": "fixtures_bathroom_01_22",
          "id": 120022,
          "type": "MAX",
          "tileSheetIndex": 22,
          "properties": {
              "generic": {
                  "CanScrap": "",
                  "CustomName": "Shower",
                  "Facing": "N",
                  "GroupName": "Wall",
                  "IsMoveAble": "",
                  "Material": "Plumbing",
                  "Material2": "Pipes",
                  "PickUpLevel": "2",
                  "PickUpTool": "Hammer",
                  "PickUpWeight": 50,
                  "PlaceTool": "Hammer",
                  "ScrapSize": "Small",
                  "MoveType": "WallObject",
                  "CanBreak": ""
              }
          }
      }
  }

See also