More actions
Fancy Hanging Sink
[[File:{{{icon3}}}|Fancy Hanging Sink||class=pixelart}}]]
[[File:{{{icon4}}}|Fancy Hanging Sink||class=pixelart}}]]
[[File:{{{icon5}}}|Fancy Hanging Sink||class=pixelart}}]]
[[File:{{{icon6}}}|Fancy Hanging Sink||class=pixelart}}]]
[[File:{{{icon7}}}|Fancy Hanging Sink||class=pixelart}}]]
[[File:{{{icon8}}}|Fancy Hanging Sink||class=pixelart}}]]
[[File:{{{icon9}}}|Fancy Hanging Sink||class=pixelart}}]]
Properties
Type
Movable
Liquid capacity
20 units
Is low
True
Move
Disassemble
Skill (level)
Technical
Item ID(s)
Moveables.{sprite_id}
Sprite ID(s)
fixtures_sinks_01_25
fixtures_sinks_01_24
fixtures_sinks_01_24
Tile ID(s)
125025
125024
125024
A fancy hanging 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 |
Metal Pipe | 2 | 80 | 2 |
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_sinks_01_25": {
"name": "fixtures_sinks_01_25",
"id": 125025,
"type": "MAX",
"tileSheetIndex": 25,
"properties": {
"generic": {
"waterAmount": "20",
"waterMaxAmount": "20",
"waterPiped": "",
"BlocksPlacement": "",
"CanScrap": "",
"CustomName": "Sink",
"Facing": "E",
"GroupName": "Fancy Hanging",
"IsLow": "",
"IsMoveAble": "",
"Material": "Plumbing",
"Material2": "Pipes",
"Material3": "Sink",
"PickUpTool": "Wrench",
"PickUpWeight": 50,
"PlaceTool": "Wrench",
"ScrapSize": "Small",
"MoveType": "WallObject",
"attachedW": "",
"CanBreak": ""
}
}
}
}
Source: ProjectZomboid\media\newtiledefinitions.tiles
{
"fixtures_sinks_01_24": {
"name": "fixtures_sinks_01_24",
"id": 125024,
"type": "MAX",
"tileSheetIndex": 24,
"properties": {
"generic": {
"waterAmount": "20",
"waterMaxAmount": "20",
"waterPiped": "",
"BlocksPlacement": "",
"CanScrap": "",
"CustomName": "Sink",
"Facing": "S",
"GroupName": "Fancy Hanging",
"IsLow": "",
"IsMoveAble": "",
"Material": "Plumbing",
"Material2": "Pipes",
"Material3": "Sink",
"PickUpTool": "Wrench",
"PickUpWeight": 50,
"PlaceTool": "Wrench",
"ScrapSize": "Small",
"MoveType": "WallObject",
"attachedN": "",
"CanBreak": ""
}
}
}
}