More actions
Deluxe Shower
[[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}}]]
Properties
Type
Movable
Move
Disassemble
Skill (level)
Technical
Item ID(s)
Moveables.{sprite_id}
Sprite ID(s)
fixtures_bathroom_01_33
fixtures_bathroom_01_32
fixtures_bathroom_01_32
Tile ID(s)
120033
120032
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.
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_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
{
"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": ""
}
}
}
}