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

Deluxe 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]
Deluxe Shower
Fixtures bathroom 01 33.png
Fixtures bathroom 01 32.png
[[File:{{{icon3}}}|Deluxe Shower||class=pixelart}}]]
[[File:{{{icon4}}}|Deluxe Shower||class=pixelart}}]]
[[File:{{{icon5}}}|Deluxe Shower||class=pixelart}}]]
[[File:{{{icon6}}}|Deluxe Shower||class=pixelart}}]]
[[File:{{{icon7}}}|Deluxe Shower||class=pixelart}}]]
[[File:{{{icon8}}}|Deluxe Shower||class=pixelart}}]]
[[File:{{{icon9}}}|Deluxe Shower||class=pixelart}}]]
General
Category
Shower
EncumbranceMoodle Icon HeavyLoad.png
20.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_33
fixtures_bathroom_01_32
Tile ID(s)
120033
120032

A deluxe shower 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
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_33": {
          "name": "fixtures_bathroom_01_33",
          "id": 120033,
          "type": "MAX",
          "tileSheetIndex": 33,
          "properties": {
              "generic": {
                  "waterPiped": "",
                  "BlocksPlacement": "",
                  "CanScrap": "",
                  "CustomName": "Shower",
                  "Facing": "E",
                  "GroupName": "Deluxe",
                  "IsMoveAble": "",
                  "Material": "Plumbing",
                  "Material2": "Pipes",
                  "PickUpLevel": "4",
                  "PickUpTool": "Hammer",
                  "PickUpWeight": 200,
                  "PlaceTool": "Hammer",
                  "ScrapSize": "Small",
                  "MoveType": "WallObject",
                  "CanBreak": ""
              }
          }
      }
  }

Source: ProjectZomboid\media\newtiledefinitions.tiles

Retrieved: Build 41.78.16
{
      "fixtures_bathroom_01_32": {
          "name": "fixtures_bathroom_01_32",
          "id": 120032,
          "type": "MAX",
          "tileSheetIndex": 32,
          "properties": {
              "generic": {
                  "waterPiped": "",
                  "BlocksPlacement": "",
                  "CanScrap": "",
                  "CustomName": "Shower",
                  "Facing": "S",
                  "GroupName": "Deluxe",
                  "IsMoveAble": "",
                  "Material": "Plumbing",
                  "Material2": "Pipes",
                  "PickUpLevel": "4",
                  "PickUpTool": "Hammer",
                  "PickUpWeight": 200,
                  "PlaceTool": "Hammer",
                  "ScrapSize": "Small",
                  "MoveType": "WallObject",
                  "CanBreak": ""
              }
          }
      }
  }

See also