More actions
A blue combo washer/dryer is an interactable piece of furniture that can be used to wash and dry clothing. It is an alternative to washing clothes by hand and is the only type of laundry machine that can be used in plumbing to drink water or fill liquid containers with.
Usage
The blue combo washer/dryer must be connected to a power source, and be plumbed in order to be operated. It cannot be constructed, but can be moved and disassembled. The player can toggle the usage mode between washing and drying via the context menu. Depending on the mode it is in, the combo washer/dryer will operate identically to the standalone washer or dryer.
In washing mode, the player can put bloody or dirty clothing into the machine before turning it on. Once turned on, the machine will soak the clothes then begin to slowly remove the blood and/or dirt from them. A fully dirty item of clothing will take approximately 2 minutes to clean, and will be left soaked. The player cannot add items while the machine is on. The machine will automatically turn off once all items inside are clean.
In drying mode, the player can put wet clothes into the machine before turning it on. Once turned on the machine will begin to dry the clothes. A fully soaked item of clothing will take approximately 4 minutes to dry. The player cannot add items while the machine is on. The machine will automatically turn off once all items inside are dry.
The player can both drink water and fill containers with water by using the combo washer/dryer, so long as it is plumbed and has a source of water.
In both washing and drying mode, the blue combo washer/dryer will make a large amount of noise, attracting any zombies in the area. Due to the length of time it takes, it is recommended to ensure it is safe to use beforehand.
Disassembly
Dismantling the blue combo washer/dryer will give basic metalworking and electrical components such as scrap electronics, scrap metal, unusable metal, small metal sheet, metal sheet, and provide 2.5 XP for the metalworking skill. Dismantling can be done at metalworking 0, and requires a propane torch with fuel, and a welding mask.
Crafting
The following table contains the materials that can drop when disassembling this tile.
Disassembly materials | |||
---|---|---|---|
Material | Amount of tries | Base chance | Maximum amount |
Metal Sheet | 2 | 70 | 2 |
Small Metal Sheet | 2 | 80 | 2 |
Scrap Metal | 1 | 70 | 1 |
Nails | 4 | 50 | 4 |
Scrap Electronics | 1 | 80 | 1 |
On dismantle failure | |||
Unusable Metal |
Location
The blue combo washer/dryer can be found in houses with a laundry, as well as some laundromats, they replace the standalone washing machine and clothes dryer.
Trivia
- Unlike sinks, the blue combo washer/dryer must be plumbed with a pipe wrench.
- The amount of clothing inside the machine does not affect its runtime, it is only affected by how dirty/ wet the dirtiest/wettest clothes are.
- Washing machines and dryers will continue for a short period after the clothes inside are clean/dry. This is done to add realism.
Code
Source: ProjectZomboid\media\newtiledefinitions.tiles
{
"appliances_laundry_01_1": {
"name": "appliances_laundry_01_1",
"id": 112001,
"type": "MAX",
"tileSheetIndex": 1,
"properties": {
"generic": {
"container": "clothingwasher",
"solidtrans": "",
"waterPiped": "",
"BlocksPlacement": "",
"CanScrap": "",
"ContainerCapacity": "20",
"CustomName": "Combo Washer Dryer",
"Facing": "E",
"GroupName": "Blue",
"IsLow": "",
"IsMoveAble": "",
"Material": "Fridge",
"Material2": "MetalScrap",
"Material3": "Electric",
"PickUpLevel": "3",
"PickUpTool": "Electrician",
"PickUpWeight": 200,
"PlaceTool": "Electrician",
"Surface": "34",
"IsTable": ""
}
}
}
}
Source: ProjectZomboid\media\newtiledefinitions.tiles
{
"appliances_laundry_01_0": {
"name": "appliances_laundry_01_0",
"id": 112000,
"type": "MAX",
"tileSheetIndex": 0,
"properties": {
"generic": {
"container": "clothingwasher",
"solidtrans": "",
"waterPiped": "",
"BlocksPlacement": "",
"CanScrap": "",
"ContainerCapacity": "20",
"CustomName": "Combo Washer Dryer",
"Facing": "S",
"GroupName": "Blue",
"IsLow": "",
"IsMoveAble": "",
"Material": "Fridge",
"Material2": "MetalScrap",
"Material3": "Electric",
"PickUpLevel": "3",
"PickUpTool": "Electrician",
"PickUpWeight": 200,
"PlaceTool": "Electrician",
"Surface": "34",
"IsTable": ""
}
}
}
}
Source: ProjectZomboid\media\newtiledefinitions.tiles
{
"appliances_laundry_01_3": {
"name": "appliances_laundry_01_3",
"id": 112003,
"type": "MAX",
"tileSheetIndex": 3,
"properties": {
"generic": {
"container": "clothingwasher",
"solidtrans": "",
"waterPiped": "",
"BlocksPlacement": "",
"CanScrap": "",
"ContainerCapacity": "20",
"CustomName": "Combo Washer Dryer",
"Facing": "W",
"GroupName": "Blue",
"IsLow": "",
"IsMoveAble": "",
"Material": "Fridge",
"Material2": "MetalScrap",
"Material3": "Electric",
"PickUpLevel": "3",
"PickUpTool": "Electrician",
"PickUpWeight": 200,
"PlaceTool": "Electrician",
"Surface": "34",
"IsTable": ""
}
}
}
}
Source: ProjectZomboid\media\newtiledefinitions.tiles
{
"appliances_laundry_01_2": {
"name": "appliances_laundry_01_2",
"id": 112002,
"type": "MAX",
"tileSheetIndex": 2,
"properties": {
"generic": {
"container": "clothingwasher",
"solidtrans": "",
"waterPiped": "",
"BlocksPlacement": "",
"CanScrap": "",
"ContainerCapacity": "20",
"CustomName": "Combo Washer Dryer",
"Facing": "N",
"GroupName": "Blue",
"IsLow": "",
"IsMoveAble": "",
"Material": "Fridge",
"Material2": "MetalScrap",
"Material3": "Electric",
"PickUpLevel": "3",
"PickUpTool": "Electrician",
"PickUpWeight": 200,
"PlaceTool": "Electrician",
"Surface": "34",
"IsTable": ""
}
}
}
}