More actions
English • Deutsch • español • français • italiano • 日本語 • 한국어 • polski • português do Brasil • русский • ไทย • Türkçe • українська • 中文(简体)
For the build 41.78.16 article, please see the old revision.
fixtures_sinks_01_17
fixtures_sinks_01_18
fixtures_sinks_01_19
125017
125018
125019
A dark industrial sink 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 |
Iron Pipe | 2 | 80 | 2 |
Iron 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
Source: ProjectZomboid\media\newtiledefinitions.tiles
{
"fixtures_sinks_01_16": {
"name": "fixtures_sinks_01_16",
"id": 125016,
"type": "MAX",
"tileSheetIndex": 16,
"properties": {
"generic": {
"waterAmount": "20",
"waterMaxAmount": "20",
"waterPiped": "",
"CanScrap": "",
"CustomName": "Sink",
"Facing": "E",
"GroupName": "Dark Industrial",
"IsMoveAble": "",
"Material": "Plumbing",
"Material2": "Pipes",
"Material3": "Sink",
"PickUpTool": "Wrench",
"PickUpWeight": 50,
"PlaceTool": "Wrench",
"Surface": "34",
"ScrapSize": "Small",
"IsSurfaceOffset": "",
"IsTableTop": "",
"CanBreak": ""
}
}
}
}
Source: ProjectZomboid\media\newtiledefinitions.tiles
{
"fixtures_sinks_01_17": {
"name": "fixtures_sinks_01_17",
"id": 125017,
"type": "MAX",
"tileSheetIndex": 17,
"properties": {
"generic": {
"waterAmount": "20",
"waterMaxAmount": "20",
"waterPiped": "",
"CanScrap": "",
"CustomName": "Sink",
"Facing": "S",
"GroupName": "Dark Industrial",
"IsMoveAble": "",
"Material": "Plumbing",
"Material2": "Pipes",
"Material3": "Sink",
"PickUpTool": "Wrench",
"PickUpWeight": 50,
"PlaceTool": "Wrench",
"Surface": "34",
"ScrapSize": "Small",
"IsSurfaceOffset": "",
"IsTableTop": "",
"CanBreak": ""
}
}
}
}
Source: ProjectZomboid\media\newtiledefinitions.tiles
{
"fixtures_sinks_01_18": {
"name": "fixtures_sinks_01_18",
"id": 125018,
"type": "MAX",
"tileSheetIndex": 18,
"properties": {
"generic": {
"waterAmount": "20",
"waterMaxAmount": "20",
"waterPiped": "",
"CanScrap": "",
"CustomName": "Sink",
"Facing": "W",
"GroupName": "Dark Industrial",
"IsMoveAble": "",
"Material": "Plumbing",
"Material2": "Pipes",
"Material3": "Sink",
"PickUpTool": "Wrench",
"PickUpWeight": 50,
"PlaceTool": "Wrench",
"Surface": "34",
"ScrapSize": "Small",
"IsSurfaceOffset": "",
"IsTableTop": "",
"CanBreak": ""
}
}
}
}
Source: ProjectZomboid\media\newtiledefinitions.tiles
{
"fixtures_sinks_01_19": {
"name": "fixtures_sinks_01_19",
"id": 125019,
"type": "MAX",
"tileSheetIndex": 19,
"properties": {
"generic": {
"waterAmount": "20",
"waterMaxAmount": "20",
"waterPiped": "",
"CanScrap": "",
"CustomName": "Sink",
"Facing": "N",
"GroupName": "Dark Industrial",
"IsMoveAble": "",
"Material": "Plumbing",
"Material2": "Pipes",
"Material3": "Sink",
"PickUpTool": "Wrench",
"PickUpWeight": 50,
"PlaceTool": "Wrench",
"Surface": "34",
"ScrapSize": "Small",
"IsSurfaceOffset": "",
"IsTableTop": "",
"CanBreak": ""
}
}
}
}