More actions
Wall Shower
[[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}}]]
Properties
Type
Movable
Move
Disassemble
Skill (level)
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
fixtures_bathroom_01_30
fixtures_bathroom_01_23
fixtures_bathroom_01_22
Tile ID(s)
120031
120030
120023
120022
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.
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 snippet! This section contains source code from Project ZomboidShow / Hide
Source: ProjectZomboid\media\newtiledefinitions.tiles
{
"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
{
"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
{
"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
{
"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": ""
}
}
}
}